{
  "openapi": "3.1.0",
  "info": {
    "title": "",
    "version": "1.0.0"
  },
  "paths": {
    "/nsa/api/v1/alarms/alarmRecordsCounts": {
      "get": {
        "tags": [
          "RetrieveAndModifyAlarmsVersion1"
        ],
        "operationId": "getTotalRecordsCount",
        "description": "The parameters and request body are for method: getTotalRecordsCount. Same 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": {}
            }
          }
        }
      }
    },
    "/nsa/api/v1/alarms/device-types": {
      "get": {
        "tags": [
          "RetrieveAndModifyAlarmsVersion1"
        ],
        "operationId": "getDeviceTypes",
        "description": "The parameters and request body are for method: getDeviceTypes. Same 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": {}
            }
          }
        }
      }
    },
    "/nsa/api/v1/alarms/deviceAttributes/{id}": {
      "get": {
        "tags": [
          "RetrieveAndModifyAlarmsVersion1"
        ],
        "operationId": "getDeviceAttributes",
        "description": "The parameters and request body are for method: getDeviceAttributes. Same endpoint also used in methods:",
        "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": {}
            }
          }
        }
      }
    },
    "/nsa/api/v1/alarms/historicalAlarms/{retentionDate}": {
      "delete": {
        "tags": [
          "RetrieveAndModifyAlarmsVersion1"
        ],
        "operationId": "removeOldHistoricalAlarms",
        "description": "The parameters and request body are for method: removeOldHistoricalAlarms. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "retentionDate",
            "in": "path",
            "required": true,
            "schema": {
              "title": "retentionDate",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsa/api/v1/alarms/historicalChangePartition": {
      "get": {
        "tags": [
          "RetrieveAndModifyAlarmsVersion1"
        ],
        "operationId": "getHistoricalChangePartition",
        "description": "The parameters and request body are for method: getHistoricalChangePartition. Same 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": {}
            }
          }
        }
      }
    },
    "/nsa/api/v1/alarms/historicalDataRetentionDays": {
      "get": {
        "tags": [
          "RetrieveAndModifyAlarmsVersion1"
        ],
        "operationId": "getHistoricalDataRetentionDays",
        "description": "The parameters and request body are for method: getHistoricalDataRetentionDays. Same 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": {}
            }
          }
        }
      }
    },
    "/nsa/api/v1/alarms/historicalDataRetentionDays/{retentionDays}": {
      "put": {
        "tags": [
          "RetrieveAndModifyAlarmsVersion1"
        ],
        "operationId": "setHistoricalDataRetentionDays",
        "description": "The parameters and request body are for method: setHistoricalDataRetentionDays. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "retentionDays",
            "in": "path",
            "required": true,
            "schema": {
              "title": "retentionDays",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsa/api/v1/alarms/{id}/acknowledge": {
      "post": {
        "tags": [
          "RetrieveAndModifyAlarmsVersion1"
        ],
        "operationId": "acknowledgeAlarmV1",
        "description": "The parameters and request body are for method: acknowledgeAlarmV1. Same endpoint also used in methods:",
        "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": {}
            }
          }
        }
      }
    },
    "/nsa/api/v1/alarms/{id}/force-clear": {
      "post": {
        "tags": [
          "RetrieveAndModifyAlarmsVersion1"
        ],
        "operationId": "forceClearAlarmV1",
        "description": "The parameters and request body are for method: forceClearAlarmV1. Same endpoint also used in methods:",
        "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": {}
            }
          }
        }
      }
    },
    "/nsa/api/v1/alarms/{id}/manual-clear": {
      "post": {
        "tags": [
          "RetrieveAndModifyAlarmsVersion1"
        ],
        "operationId": "manualClearAlarmV1",
        "description": "The parameters and request body are for method: manualClearAlarmV1. Same endpoint also used in methods:",
        "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": {}
            }
          }
        }
      }
    },
    "/nsa/api/v1/alarms/{id}/unacknowledge": {
      "post": {
        "tags": [
          "RetrieveAndModifyAlarmsVersion1"
        ],
        "operationId": "unacknowledgeAlarmV1",
        "description": "The parameters and request body are for method: unacknowledgeAlarmV1. Same endpoint also used in methods:",
        "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": {}
            }
          }
        }
      }
    },
    "/nsa/api/v1/alarms/filter/activeAlarmCountsBasic": {
      "get": {
        "tags": [
          "SearchAndFilterAlarmsVersion1"
        ],
        "operationId": "getActiveAlarmCounts",
        "description": "The parameters and request body are for method: getActiveAlarmCounts. Same 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": {}
            }
          }
        }
      }
    },
    "/nsa/api/v1/alarms/filter/activeAlarms": {
      "get": {
        "tags": [
          "SearchAndFilterAlarmsVersion1"
        ],
        "operationId": "searchActiveAlarms",
        "description": "The parameters and request body are for method: searchActiveAlarms. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "severity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "serviceAffecting",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "deviceType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "acknowledgeState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "keytext",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "range",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sorting",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageSize",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsa/api/v1/alarms/filter/historicalAlarms": {
      "get": {
        "tags": [
          "SearchAndFilterAlarmsVersion1"
        ],
        "operationId": "searchHistoricalAlarms",
        "description": "The parameters and request body are for method: searchHistoricalAlarms. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "severity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "serviceAffecting",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "deviceType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "keytext",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "range",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sorting",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageSize",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsa/api/v2_0/alarms/alarm-sync-states": {
      "post": {
        "tags": [
          "RetrieveAndModifyAlarmsVersion2"
        ],
        "operationId": "getAlarmSyncStates",
        "description": "The parameters and request body are for method: getAlarmSyncStates. 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"
              }
            }
          }
        }
      }
    },
    "/nsa/api/v2_0/alarms/resetRequestId/{serverId}": {
      "post": {
        "tags": [
          "RetrieveAndModifyAlarmsVersion2"
        ],
        "operationId": "resetRequestIdsForServerId",
        "description": "The parameters and request body are for method: resetRequestIdsForServerId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "serverId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "serverId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsa/api/v2_0/alarms/{id}/acknowledge/{sequenceId}": {
      "post": {
        "tags": [
          "RetrieveAndModifyAlarmsVersion2"
        ],
        "operationId": "acknowledgeAlarm",
        "description": "The parameters and request body are for method: acknowledgeAlarm. Same endpoint also used in methods:",
        "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"
            }
          },
          {
            "name": "sequenceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "sequenceId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsa/api/v2_0/alarms/{id}/annotate": {
      "post": {
        "tags": [
          "RetrieveAndModifyAlarmsVersion2"
        ],
        "operationId": "annotateAlarm",
        "description": "The parameters and request body are for method: annotateAlarm. Same endpoint also used in methods:",
        "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"
              }
            }
          }
        }
      }
    },
    "/nsa/api/v2_0/alarms/{id}/force-clear/{sequenceId}": {
      "post": {
        "tags": [
          "RetrieveAndModifyAlarmsVersion2"
        ],
        "operationId": "forceClearAlarm",
        "description": "The parameters and request body are for method: forceClearAlarm. Same endpoint also used in methods:",
        "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"
            }
          },
          {
            "name": "sequenceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "sequenceId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsa/api/v2_0/alarms/{id}/manual-clear/{sequenceId}": {
      "post": {
        "tags": [
          "RetrieveAndModifyAlarmsVersion2"
        ],
        "operationId": "manualClearAlarm",
        "description": "The parameters and request body are for method: manualClearAlarm. Same endpoint also used in methods:",
        "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"
            }
          },
          {
            "name": "sequenceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "sequenceId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsa/api/v2_0/alarms/{id}/removeAnnotation": {
      "post": {
        "tags": [
          "RetrieveAndModifyAlarmsVersion2"
        ],
        "operationId": "removeAnnotation",
        "description": "The parameters and request body are for method: removeAnnotation. Same endpoint also used in methods:",
        "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": {}
            }
          }
        }
      }
    },
    "/nsa/api/v2_0/alarms/{id}/unacknowledge/{sequenceId}": {
      "post": {
        "tags": [
          "RetrieveAndModifyAlarmsVersion2"
        ],
        "operationId": "unacknowledgeAlarm",
        "description": "The parameters and request body are for method: unacknowledgeAlarm. Same endpoint also used in methods:",
        "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"
            }
          },
          {
            "name": "sequenceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "sequenceId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsa/api/v2_0/alarms/filter": {
      "get": {
        "tags": [
          "SearchAndFilterAlarmsVersion2"
        ],
        "operationId": "getAllFilters",
        "description": "The parameters and request body are for method: getAllFilters. Same 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": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "SearchAndFilterAlarmsVersion2"
        ],
        "operationId": "createFilter",
        "description": "The parameters and request body are for method: createFilter. 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"
              }
            }
          }
        }
      }
    },
    "/nsa/api/v2_0/alarms/filter/activeAlarmCounts": {
      "get": {
        "tags": [
          "SearchAndFilterAlarmsVersion2"
        ],
        "operationId": "getNsaApiV20AlarmsFilterActiveAlarmCounts",
        "description": "The parameters and request body are for method: getNsaApiV20AlarmsFilterActiveAlarmCounts. Same 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": {}
            }
          }
        }
      }
    },
    "/nsa/api/v2_0/alarms/filter/activeAlarms": {
      "get": {
        "tags": [
          "SearchAndFilterAlarmsVersion2"
        ],
        "operationId": "searchActiveAlarmsV2",
        "description": "The parameters and request body are for method: searchActiveAlarmsV2. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "filterSeverity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterServiceAffecting",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterDeviceType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterAcknowledgeState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterDeviceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterDeviceName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterIpAddress",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterMacAddress",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterAdditionalText",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterAnnotation",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterNativeConditionType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterResource",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterSubnetName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterCardType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterClfi",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterFic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterKeytext",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterLastRaisedTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sorting",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageSize",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsa/api/v2_0/alarms/filter/additionalTextAggregations": {
      "get": {
        "tags": [
          "SearchAndFilterAlarmsVersion2"
        ],
        "operationId": "getAdditionalTexts",
        "description": "The parameters and request body are for method: getAdditionalTexts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "filterAdditionalText",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "selectedAdditionalText",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterContextState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterKeytext",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterLastRaisedTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterClearTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsa/api/v2_0/alarms/filter/deviceNamesAggregations": {
      "get": {
        "tags": [
          "SearchAndFilterAlarmsVersion2"
        ],
        "operationId": "getDeviceNames",
        "description": "The parameters and request body are for method: getDeviceNames. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "filterDeviceName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "selectedDeviceName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterContextState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterKeytext",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterLastRaisedTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterClearTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsa/api/v2_0/alarms/filter/filteredAlarms": {
      "get": {
        "tags": [
          "SearchAndFilterAlarmsVersion2"
        ],
        "operationId": "searchFilteredAlarms",
        "description": "The parameters and request body are for method: searchFilteredAlarms. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "filterAlarmId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterContextState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterSeverity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterServiceAffecting",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterDeviceType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterAcknowledgeState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterDeviceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterDeviceName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterIpAddress",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterMacAddress",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterDeviceTag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterAdditionalText",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterAnnotation",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterNativeConditionType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterResource",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterResourceList",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterResourceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterSubnetName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterCardType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterClfi",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterFic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterPartition",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterKeytext",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterLastRaisedTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterLastRaisedTimeFrom",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterLastRaisedTimeTo",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterClearTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterClearTimeFrom",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterClearTimeTo",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sort",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterRefinedRaisedTimeFrom",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterRefinedRaisedTimeTo",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterRefinedClearTimeFrom",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterRefinedClearTimeTo",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterAllTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageSize",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "SearchAndFilterAlarmsVersion2"
        ],
        "operationId": "searchFilteredAlarmsWithBody",
        "description": "The parameters and request body are for method: searchFilteredAlarmsWithBody. 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"
              }
            }
          }
        }
      }
    },
    "/nsa/api/v2_0/alarms/filter/filteredAlarms/{id}": {
      "get": {
        "tags": [
          "SearchAndFilterAlarmsVersion2"
        ],
        "operationId": "getFilteredAlarm",
        "description": "The parameters and request body are for method: getFilteredAlarm. Same endpoint also used in methods:",
        "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": {}
            }
          }
        }
      }
    },
    "/nsa/api/v2_0/alarms/filter/getCorrelatedAlarmsByService": {
      "get": {
        "tags": [
          "SearchAndFilterAlarmsVersion2"
        ],
        "operationId": "searchCorrelatedAlarms",
        "description": "The parameters and request body are for method: searchCorrelatedAlarms. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "serviceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterSeverity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterServiceAffecting",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterDeviceType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterAcknowledgeState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterDeviceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterDeviceName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterIpAddress",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterMacAddress",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterDeviceTag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterAdditionalText",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterAnnotation",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterNativeConditionType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterResource",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterResourceList",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterResourceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterSubnetName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterCardType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterClfi",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterFic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterPartition",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterKeytext",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterLastRaisedTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterLastRaisedTimeFrom",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterLastRaisedTimeTo",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterClearTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterClearTimeFrom",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterClearTimeTo",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sort",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterRefinedRaisedTimeFrom",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterRefinedRaisedTimeTo",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterRefinedClearTimeFrom",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterRefinedClearTimeTo",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageSize",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsa/api/v2_0/alarms/filter/historicalAlarms": {
      "get": {
        "tags": [
          "SearchAndFilterAlarmsVersion2"
        ],
        "operationId": "searchHistoricalAlarmsV2",
        "description": "The parameters and request body are for method: searchHistoricalAlarmsV2. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "filterSeverity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterServiceAffecting",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterDeviceType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterDeviceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterDeviceName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterIpAddress",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterMacAddress",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterAdditionalText",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterNativeConditionType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterResource",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterSubnetName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterCardType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterClfi",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterFic",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterKeytext",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterClearTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sorting",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageSize",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsa/api/v2_0/alarms/filter/ipAddressesAggregations": {
      "get": {
        "tags": [
          "SearchAndFilterAlarmsVersion2"
        ],
        "operationId": "getIpAddresses",
        "description": "The parameters and request body are for method: getIpAddresses. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "filterIpAddress",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "selectedIpAddress",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterContextState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterKeytext",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterLastRaisedTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterClearTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsa/api/v2_0/alarms/filter/macAddressesAggregations": {
      "get": {
        "tags": [
          "SearchAndFilterAlarmsVersion2"
        ],
        "operationId": "getMacAddresses",
        "description": "The parameters and request body are for method: getMacAddresses. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "filterMacAddress",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "selectedMacAddress",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterContextState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterKeytext",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterLastRaisedTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterClearTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsa/api/v2_0/alarms/filter/nativeConditionTypeAggregations": {
      "get": {
        "tags": [
          "SearchAndFilterAlarmsVersion2"
        ],
        "operationId": "getNativeConditionTypes",
        "description": "The parameters and request body are for method: getNativeConditionTypes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "filterNativeConditionType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "selectedNativeConditionType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterContextState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterKeytext",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterLastRaisedTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterClearTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsa/api/v2_0/alarms/filter/resourceAggregations": {
      "get": {
        "tags": [
          "SearchAndFilterAlarmsVersion2"
        ],
        "operationId": "getResources",
        "description": "The parameters and request body are for method: getResources. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "filterResource",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "selectedResource",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterContextState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterKeytext",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterLastRaisedTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterClearTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsa/api/v2_0/alarms/filter/subnetNamesAggregations": {
      "get": {
        "tags": [
          "SearchAndFilterAlarmsVersion2"
        ],
        "operationId": "getSubnetNames",
        "description": "The parameters and request body are for method: getSubnetNames. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "filterSubnetName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "selectedSubnetName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterContextState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterKeytext",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterLastRaisedTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterClearTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsa/api/v2_0/alarms/filter/{channel}": {
      "delete": {
        "tags": [
          "SearchAndFilterAlarmsVersion2"
        ],
        "operationId": "deleteFilter",
        "description": "The parameters and request body are for method: deleteFilter. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "channel",
            "in": "path",
            "required": true,
            "schema": {
              "title": "channel",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsa-correlation/api/v1/correlation/getAffectedInventoryIds": {
      "get": {
        "tags": [
          "NsaCorrelationapiv1correlation"
        ],
        "operationId": "getAffectedInventoryIds",
        "description": "The parameters and request body are for method: getAffectedInventoryIds. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object"
                  }
                },
                "example": [
                  {},
                  {},
                  {},
                  {}
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "alarmId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsa-correlation/api/v1/correlation/getAffectingAlarmIds": {
      "get": {
        "tags": [
          "NsaCorrelationapiv1correlation"
        ],
        "operationId": "getAffectingAlarmIds",
        "description": "The parameters and request body are for method: getAffectingAlarmIds. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object"
                  }
                },
                "example": [
                  {},
                  {}
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "inventoryId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "NsaCorrelationapiv1correlation"
        ],
        "operationId": "postNsaCorrelationApiV1CorrelationGetAffectingAlarmIds",
        "description": "The parameters and request body are for method: postNsaCorrelationApiV1CorrelationGetAffectingAlarmIds. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object"
                  }
                },
                "example": [
                  {},
                  {},
                  {}
                ]
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/nsa-correlation/api/v1/correlation/getAffectingAlarms": {
      "get": {
        "tags": [
          "NsaCorrelationapiv1correlation"
        ],
        "operationId": "getAffectingAlarms",
        "description": "The parameters and request body are for method: getAffectingAlarms. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "inventoryId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "NsaCorrelationapiv1correlation"
        ],
        "operationId": "postNsaCorrelationApiV1CorrelationGetAffectingAlarms",
        "description": "The parameters and request body are for method: postNsaCorrelationApiV1CorrelationGetAffectingAlarms. 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"
              }
            }
          }
        }
      }
    },
    "/nsa-correlation/api/v1/correlation/ping": {
      "get": {
        "tags": [
          "NsaCorrelationapiv1correlation"
        ],
        "operationId": "ping",
        "description": "The parameters and request body are for method: ping. Same 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": {}
            }
          }
        }
      }
    },
    "/rbac-e/api/v1/admin/current-user": {
      "get": {
        "tags": [
          "RbacE"
        ],
        "operationId": "getCurrentUser",
        "description": "The parameters and request body are for method: getCurrentUser. Same 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": {}
            }
          }
        }
      }
    },
    "/rbac-e/api/v1/admin/current-account": {
      "get": {
        "tags": [
          "RbacE"
        ],
        "operationId": "getCurrentSessionData",
        "description": "The parameters and request body are for method: getCurrentSessionData. Same 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": {}
            }
          }
        }
      }
    },
    "/rbac-e/api/v1/admin/current-permissions": {
      "get": {
        "tags": [
          "RbacE"
        ],
        "operationId": "getCurrentPermissions",
        "description": "The parameters and request body are for method: getCurrentPermissions. Same 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": {}
            }
          }
        }
      }
    },
    "/rbac-e/api/v1/admin/resources": {
      "get": {
        "tags": [
          "RbacE"
        ],
        "operationId": "getRbacEApiV1AdminResources",
        "description": "The parameters and request body are for method: getRbacEApiV1AdminResources. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "id": {
                        "type": "string"
                      },
                      "label": {
                        "type": "string"
                      },
                      "description": {
                        "type": "string"
                      },
                      "resourceTypeId": {
                        "type": "string"
                      },
                      "productId": {
                        "type": "string"
                      },
                      "domainId": {
                        "type": "string"
                      },
                      "orderId": {
                        "type": "string"
                      },
                      "tenantId": {
                        "type": "string"
                      },
                      "shared": {
                        "type": "boolean"
                      },
                      "sharingPermissionId": {
                        "type": "string"
                      },
                      "subDomainId": {
                        "type": "string"
                      },
                      "properties": {
                        "type": "object",
                        "properties": {
                          "obj": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "_1": {
                                  "type": "string"
                                },
                                "_2": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      },
                      "providerResourceId": {
                        "type": "string"
                      },
                      "discovered": {
                        "type": "boolean"
                      },
                      "differences": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "tag": {
                              "type": "number"
                            },
                            "functionType": {
                              "type": "string"
                            },
                            "vlanId": {
                              "type": "string"
                            },
                            "etherType": {
                              "type": "string"
                            }
                          }
                        }
                      },
                      "desiredOrchState": {
                        "type": "string"
                      },
                      "nativeState": {
                        "type": "string"
                      },
                      "orchState": {
                        "type": "string"
                      },
                      "reason": {
                        "type": "string"
                      },
                      "tags": {
                        "type": "object"
                      },
                      "providerData": {
                        "type": "object",
                        "properties": {
                          "obj": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "_1": {
                                  "type": "string"
                                },
                                "_2": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      },
                      "updatedAt": {
                        "type": "string"
                      },
                      "createdAt": {
                        "type": "string"
                      },
                      "revision": {
                        "type": "number"
                      },
                      "autoClean": {
                        "type": "boolean"
                      },
                      "updateState": {
                        "type": "string"
                      },
                      "updateReason": {
                        "type": "string"
                      },
                      "updateCount": {
                        "type": "number"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "id": "string",
                    "label": "string",
                    "description": "string",
                    "resourceTypeId": "string",
                    "productId": "string",
                    "domainId": "string",
                    "orderId": "string",
                    "tenantId": "string",
                    "shared": true,
                    "sharingPermissionId": "string",
                    "subDomainId": "string",
                    "properties": {
                      "obj": [
                        {
                          "_1": "string",
                          "_2": {}
                        },
                        {
                          "_1": "string",
                          "_2": {}
                        }
                      ]
                    },
                    "providerResourceId": "string",
                    "discovered": false,
                    "differences": [
                      {
                        "tag": 6,
                        "functionType": "STAMP",
                        "vlanId": "string",
                        "etherType": "ET_88E7"
                      },
                      {
                        "tag": 6,
                        "functionType": "POP",
                        "vlanId": "string",
                        "etherType": "ET_9100"
                      },
                      {
                        "tag": 8,
                        "functionType": "POP",
                        "vlanId": "string",
                        "etherType": "ET_9101"
                      },
                      {
                        "tag": 6,
                        "functionType": "STAMP",
                        "vlanId": "string",
                        "etherType": "ET_88A8"
                      },
                      {
                        "tag": 7,
                        "functionType": "PUSH",
                        "vlanId": "string",
                        "etherType": "ET_8100"
                      },
                      {
                        "tag": 3,
                        "functionType": "PUSH",
                        "vlanId": "string",
                        "etherType": "ET_9101"
                      },
                      {
                        "tag": 3,
                        "functionType": "POP",
                        "vlanId": "string",
                        "etherType": "ET_8100"
                      },
                      {
                        "tag": 5,
                        "functionType": "PUSH",
                        "vlanId": "string",
                        "etherType": "ET_88A8"
                      }
                    ],
                    "desiredOrchState": "terminated",
                    "nativeState": "string",
                    "orchState": "inactive",
                    "reason": "string",
                    "tags": {},
                    "providerData": {
                      "obj": [
                        {
                          "_1": "string",
                          "_2": {}
                        }
                      ]
                    },
                    "updatedAt": "string",
                    "createdAt": "string",
                    "revision": 5,
                    "autoClean": false,
                    "updateState": "failed",
                    "updateReason": "string",
                    "updateCount": 5
                  },
                  {
                    "id": "string",
                    "label": "string",
                    "description": "string",
                    "resourceTypeId": "string",
                    "productId": "string",
                    "domainId": "string",
                    "orderId": "string",
                    "tenantId": "string",
                    "shared": true,
                    "sharingPermissionId": "string",
                    "subDomainId": "string",
                    "properties": {
                      "obj": [
                        {
                          "_1": "string",
                          "_2": {}
                        },
                        {
                          "_1": "string",
                          "_2": {}
                        },
                        {
                          "_1": "string",
                          "_2": {}
                        },
                        {
                          "_1": "string",
                          "_2": {}
                        },
                        {
                          "_1": "string",
                          "_2": {}
                        },
                        {
                          "_1": "string",
                          "_2": {}
                        },
                        {
                          "_1": "string",
                          "_2": {}
                        },
                        {
                          "_1": "string",
                          "_2": {}
                        }
                      ]
                    },
                    "providerResourceId": "string",
                    "discovered": true,
                    "differences": [
                      {
                        "tag": 5,
                        "functionType": "STAMP",
                        "vlanId": "string",
                        "etherType": "ET_9101"
                      },
                      {
                        "tag": 5,
                        "functionType": "POP",
                        "vlanId": "string",
                        "etherType": "ET_8100"
                      },
                      {
                        "tag": 2,
                        "functionType": "POP",
                        "vlanId": "string",
                        "etherType": "ET_9101"
                      },
                      {
                        "tag": 8,
                        "functionType": "PUSH",
                        "vlanId": "string",
                        "etherType": "ET_9100"
                      },
                      {
                        "tag": 8,
                        "functionType": "PUSH",
                        "vlanId": "string",
                        "etherType": "ET_88A8"
                      },
                      {
                        "tag": 8,
                        "functionType": "PUSH",
                        "vlanId": "string",
                        "etherType": "ET_9101"
                      }
                    ],
                    "desiredOrchState": "assembled",
                    "nativeState": "string",
                    "orchState": "activating",
                    "reason": "string",
                    "tags": {},
                    "providerData": {
                      "obj": [
                        {
                          "_1": "string",
                          "_2": {}
                        },
                        {
                          "_1": "string",
                          "_2": {}
                        },
                        {
                          "_1": "string",
                          "_2": {}
                        },
                        {
                          "_1": "string",
                          "_2": {}
                        },
                        {
                          "_1": "string",
                          "_2": {}
                        },
                        {
                          "_1": "string",
                          "_2": {}
                        },
                        {
                          "_1": "string",
                          "_2": {}
                        },
                        {
                          "_1": "string",
                          "_2": {}
                        },
                        {
                          "_1": "string",
                          "_2": {}
                        }
                      ]
                    },
                    "updatedAt": "string",
                    "createdAt": "string",
                    "revision": 6,
                    "autoClean": true,
                    "updateState": "failed",
                    "updateReason": "string",
                    "updateCount": 6
                  },
                  {
                    "id": "string",
                    "label": "string",
                    "description": "string",
                    "resourceTypeId": "string",
                    "productId": "string",
                    "domainId": "string",
                    "orderId": "string",
                    "tenantId": "string",
                    "shared": false,
                    "sharingPermissionId": "string",
                    "subDomainId": "string",
                    "properties": {
                      "obj": [
                        {
                          "_1": "string",
                          "_2": {}
                        },
                        {
                          "_1": "string",
                          "_2": {}
                        },
                        {
                          "_1": "string",
                          "_2": {}
                        },
                        {
                          "_1": "string",
                          "_2": {}
                        },
                        {
                          "_1": "string",
                          "_2": {}
                        },
                        {
                          "_1": "string",
                          "_2": {}
                        }
                      ]
                    },
                    "providerResourceId": "string",
                    "discovered": false,
                    "differences": [
                      {
                        "tag": 2,
                        "functionType": "STAMP",
                        "vlanId": "string",
                        "etherType": "ET_88E7"
                      },
                      {
                        "tag": 8,
                        "functionType": "STAMP",
                        "vlanId": "string",
                        "etherType": "ET_9101"
                      },
                      {
                        "tag": 5,
                        "functionType": "POP",
                        "vlanId": "string",
                        "etherType": "ET_8100"
                      },
                      {
                        "tag": 6,
                        "functionType": "POP",
                        "vlanId": "string",
                        "etherType": "ET_9101"
                      },
                      {
                        "tag": 6,
                        "functionType": "POP",
                        "vlanId": "string",
                        "etherType": "ET_9100"
                      },
                      {
                        "tag": 10,
                        "functionType": "STAMP",
                        "vlanId": "string",
                        "etherType": "ET_8100"
                      },
                      {
                        "tag": 10,
                        "functionType": "STAMP",
                        "vlanId": "string",
                        "etherType": "ET_88E7"
                      },
                      {
                        "tag": 2,
                        "functionType": "POP",
                        "vlanId": "string",
                        "etherType": "ET_88E7"
                      }
                    ],
                    "desiredOrchState": "active",
                    "nativeState": "string",
                    "orchState": "activating",
                    "reason": "string",
                    "tags": {},
                    "providerData": {
                      "obj": [
                        {
                          "_1": "string",
                          "_2": {}
                        },
                        {
                          "_1": "string",
                          "_2": {}
                        },
                        {
                          "_1": "string",
                          "_2": {}
                        },
                        {
                          "_1": "string",
                          "_2": {}
                        },
                        {
                          "_1": "string",
                          "_2": {}
                        },
                        {
                          "_1": "string",
                          "_2": {}
                        }
                      ]
                    },
                    "updatedAt": "string",
                    "createdAt": "string",
                    "revision": 2,
                    "autoClean": true,
                    "updateState": "failed",
                    "updateReason": "string",
                    "updateCount": 9
                  },
                  {
                    "id": "string",
                    "label": "string",
                    "description": "string",
                    "resourceTypeId": "string",
                    "productId": "string",
                    "domainId": "string",
                    "orderId": "string",
                    "tenantId": "string",
                    "shared": false,
                    "sharingPermissionId": "string",
                    "subDomainId": "string",
                    "properties": {
                      "obj": [
                        {
                          "_1": "string",
                          "_2": {}
                        },
                        {
                          "_1": "string",
                          "_2": {}
                        },
                        {
                          "_1": "string",
                          "_2": {}
                        },
                        {
                          "_1": "string",
                          "_2": {}
                        },
                        {
                          "_1": "string",
                          "_2": {}
                        },
                        {
                          "_1": "string",
                          "_2": {}
                        },
                        {
                          "_1": "string",
                          "_2": {}
                        }
                      ]
                    },
                    "providerResourceId": "string",
                    "discovered": true,
                    "differences": [
                      {
                        "tag": 10,
                        "functionType": "STAMP",
                        "vlanId": "string",
                        "etherType": "ET_9100"
                      },
                      {
                        "tag": 4,
                        "functionType": "PUSH",
                        "vlanId": "string",
                        "etherType": "ET_8100"
                      },
                      {
                        "tag": 9,
                        "functionType": "POP",
                        "vlanId": "string",
                        "etherType": "ET_9101"
                      }
                    ],
                    "desiredOrchState": "assembled",
                    "nativeState": "string",
                    "orchState": "promoting",
                    "reason": "string",
                    "tags": {},
                    "providerData": {
                      "obj": [
                        {
                          "_1": "string",
                          "_2": {}
                        },
                        {
                          "_1": "string",
                          "_2": {}
                        },
                        {
                          "_1": "string",
                          "_2": {}
                        },
                        {
                          "_1": "string",
                          "_2": {}
                        },
                        {
                          "_1": "string",
                          "_2": {}
                        }
                      ]
                    },
                    "updatedAt": "string",
                    "createdAt": "string",
                    "revision": 10,
                    "autoClean": false,
                    "updateState": "failed",
                    "updateReason": "string",
                    "updateCount": 8
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/rbac-e/api/v1/admin/sessions": {
      "get": {
        "tags": [
          "RbacE"
        ],
        "operationId": "getSessions",
        "description": "The parameters and request body are for method: getSessions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "creationTime": {
                        "type": "string"
                      },
                      "ipAddress": {
                        "type": "string"
                      },
                      "lastAccess": {
                        "type": "string"
                      },
                      "sessionId": {
                        "type": "string"
                      },
                      "userId": {
                        "type": "string"
                      },
                      "userName": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "creationTime": "string",
                    "ipAddress": "string",
                    "lastAccess": "string",
                    "sessionId": "string",
                    "userId": "string",
                    "userName": "string"
                  },
                  {
                    "creationTime": "string",
                    "ipAddress": "string",
                    "lastAccess": "string",
                    "sessionId": "string",
                    "userId": "string",
                    "userName": "string"
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/rbac-e/api/v1/admin/usercache": {
      "delete": {
        "tags": [
          "RbacE"
        ],
        "operationId": "clearUserCache",
        "description": "The parameters and request body are for method: clearUserCache. Same 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": {}
            }
          }
        }
      }
    },
    "/rbac-e/api/v1/audit/configuration": {
      "post": {
        "tags": [
          "RbacE"
        ],
        "operationId": "configureAudit",
        "description": "The parameters and request body are for method: configureAudit. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "enable",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/rbac-e/api/v1/rest/permission": {
      "post": {
        "tags": [
          "RbacE"
        ],
        "operationId": "validateRestResource",
        "description": "The parameters and request body are for method: validateRestResource. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "Data": {
                      "type": "object",
                      "properties": {
                        "session_id": {
                          "type": "string"
                        },
                        "tenant_context": {
                          "type": "string"
                        },
                        "tenant_context_id": {
                          "type": "string"
                        },
                        "tenant_id": {
                          "type": "string"
                        },
                        "tenant_name": {
                          "type": "string"
                        },
                        "user_id": {
                          "type": "string"
                        },
                        "user_name": {
                          "type": "string"
                        },
                        "user_roles": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "message": {
                      "type": "string"
                    },
                    "permission": {
                      "type": "string"
                    },
                    "status": {
                      "type": "string"
                    },
                    "type": {
                      "type": "string"
                    },
                    "version": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "Data": {
                    "session_id": "string",
                    "tenant_context": "string",
                    "tenant_context_id": "string",
                    "tenant_id": "string",
                    "tenant_name": "string",
                    "user_id": "string",
                    "user_name": "string",
                    "user_roles": [
                      "string",
                      "string"
                    ]
                  },
                  "message": "string",
                  "permission": "string",
                  "status": "string",
                  "type": "string",
                  "version": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/bpocore/asset-manager/api/v1/areas/{areaName}/files/{pathParam}": {
      "get": {
        "tags": [
          "Areas"
        ],
        "operationId": "getFile",
        "description": "The parameters and request body are for method: getFile. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "areaName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "areaName",
              "type": "string"
            }
          },
          {
            "name": "pathParam",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pathParam",
              "type": "string"
            }
          },
          {
            "name": "commitHash",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "Areas"
        ],
        "operationId": "headGetFile",
        "description": "The parameters and request body are for method: headGetFile. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "areaName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "areaName",
              "type": "string"
            }
          },
          {
            "name": "pathParam",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pathParam",
              "type": "string"
            }
          },
          {
            "name": "commitHash",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/bpocore/asset-manager/api/v1/areas": {
      "get": {
        "tags": [
          "Areas"
        ],
        "operationId": "listAreas",
        "description": "The parameters and request body are for method: listAreas. Same 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": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "Areas"
        ],
        "operationId": "headListAreas",
        "description": "The parameters and request body are for method: headListAreas. Same 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": {}
            }
          }
        }
      }
    },
    "/bpocore/asset-manager/api/v1/areas/count": {
      "get": {
        "tags": [
          "Areas"
        ],
        "operationId": "countAreas",
        "description": "The parameters and request body are for method: countAreas. 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"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "Areas"
        ],
        "operationId": "headCountAreas",
        "description": "The parameters and request body are for method: headCountAreas. 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"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/bpocore/asset-manager/api/v1/areas/{areaName}/changes": {
      "get": {
        "tags": [
          "Areas"
        ],
        "operationId": "listRecentChanges",
        "description": "The parameters and request body are for method: listRecentChanges. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "areaName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "areaName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "Areas"
        ],
        "operationId": "headListRecentChanges",
        "description": "The parameters and request body are for method: headListRecentChanges. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "areaName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "areaName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/bpocore/asset-manager/api/v1/areas/{areaName}": {
      "get": {
        "tags": [
          "Areas"
        ],
        "operationId": "getArea",
        "description": "The parameters and request body are for method: getArea. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "areaName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "areaName",
              "type": "string"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "Areas"
        ],
        "operationId": "headGetArea",
        "description": "The parameters and request body are for method: headGetArea. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "areaName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "areaName",
              "type": "string"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/bpocore/asset-manager/api/v1/areas/{areaName}/pullrequests": {
      "get": {
        "tags": [
          "Areas"
        ],
        "operationId": "listPullRequests",
        "description": "The parameters and request body are for method: listPullRequests. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "areaName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "areaName",
              "type": "string"
            }
          },
          {
            "name": "pendingOnly",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageToken",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "Areas"
        ],
        "operationId": "headListPullRequests",
        "description": "The parameters and request body are for method: headListPullRequests. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "areaName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "areaName",
              "type": "string"
            }
          },
          {
            "name": "pendingOnly",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageToken",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Areas"
        ],
        "operationId": "createPullRequest",
        "description": "The parameters and request body are for method: createPullRequest. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "areaName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "areaName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "submission"
            }
          }
        }
      }
    },
    "/bpocore/asset-manager/api/v1/areas/{areaName}/pullrequests/count": {
      "get": {
        "tags": [
          "Areas"
        ],
        "operationId": "countPullRequests",
        "description": "The parameters and request body are for method: countPullRequests. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "areaName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "areaName",
              "type": "string"
            }
          },
          {
            "name": "pendingOnly",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "Areas"
        ],
        "operationId": "headCountPullRequests",
        "description": "The parameters and request body are for method: headCountPullRequests. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "areaName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "areaName",
              "type": "string"
            }
          },
          {
            "name": "pendingOnly",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/bpocore/asset-manager/api/v1/areas/{areaName}/pullrequests/{requestId}": {
      "get": {
        "tags": [
          "Areas"
        ],
        "operationId": "getPullRequest",
        "description": "The parameters and request body are for method: getPullRequest. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "areaName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "areaName",
              "type": "string"
            }
          },
          {
            "name": "requestId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "requestId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "Areas"
        ],
        "operationId": "headGetPullRequest",
        "description": "The parameters and request body are for method: headGetPullRequest. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "areaName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "areaName",
              "type": "string"
            }
          },
          {
            "name": "requestId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "requestId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/bpocore/asset-manager/api/v1/areas/{areaName}/raw-files/{pathParam}": {
      "get": {
        "tags": [
          "Areas"
        ],
        "operationId": "getFileBytes",
        "description": "The parameters and request body are for method: getFileBytes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "areaName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "areaName",
              "type": "string"
            }
          },
          {
            "name": "pathParam",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pathParam",
              "type": "string"
            }
          },
          {
            "name": "commitHash",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "Areas"
        ],
        "operationId": "headGetFileBytes",
        "description": "The parameters and request body are for method: headGetFileBytes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "areaName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "areaName",
              "type": "string"
            }
          },
          {
            "name": "pathParam",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pathParam",
              "type": "string"
            }
          },
          {
            "name": "commitHash",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/bpocore/asset-manager/api/v1/areas/{areaName}/upgrades": {
      "get": {
        "tags": [
          "Areas"
        ],
        "operationId": "listAreaUpgrades",
        "description": "The parameters and request body are for method: listAreaUpgrades. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "areaName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "areaName",
              "type": "string"
            }
          },
          {
            "name": "pendingOnly",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageToken",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "Areas"
        ],
        "operationId": "headListAreaUpgrades",
        "description": "The parameters and request body are for method: headListAreaUpgrades. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "areaName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "areaName",
              "type": "string"
            }
          },
          {
            "name": "pendingOnly",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageToken",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Areas"
        ],
        "operationId": "createAreaUpgrade",
        "description": "The parameters and request body are for method: createAreaUpgrade. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "areaName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "areaName",
              "type": "string"
            }
          },
          {
            "name": "sourceDir",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/bpocore/asset-manager/api/v1/areas/{areaName}/upgrades/count": {
      "get": {
        "tags": [
          "Areas"
        ],
        "operationId": "countAreaUpgrades",
        "description": "The parameters and request body are for method: countAreaUpgrades. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "areaName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "areaName",
              "type": "string"
            }
          },
          {
            "name": "pendingOnly",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "Areas"
        ],
        "operationId": "headCountAreaUpgrades",
        "description": "The parameters and request body are for method: headCountAreaUpgrades. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "areaName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "areaName",
              "type": "string"
            }
          },
          {
            "name": "pendingOnly",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/bpocore/asset-manager/api/v1/areas/{areaName}/upgrades/{requestId}": {
      "get": {
        "tags": [
          "Areas"
        ],
        "operationId": "getAreaUpgrade",
        "description": "The parameters and request body are for method: getAreaUpgrade. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "areaName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "areaName",
              "type": "string"
            }
          },
          {
            "name": "requestId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "requestId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "Areas"
        ],
        "operationId": "headGetAreaUpgrade",
        "description": "The parameters and request body are for method: headGetAreaUpgrade. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "areaName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "areaName",
              "type": "string"
            }
          },
          {
            "name": "requestId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "requestId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/bpocore/asset-manager/api/v1/areas/{areaName}/files": {
      "get": {
        "tags": [
          "Areas"
        ],
        "operationId": "listFiles",
        "description": "The parameters and request body are for method: listFiles. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "areaName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "areaName",
              "type": "string"
            }
          },
          {
            "name": "commitHash",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "Areas"
        ],
        "operationId": "headListFiles",
        "description": "The parameters and request body are for method: headListFiles. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "areaName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "areaName",
              "type": "string"
            }
          },
          {
            "name": "commitHash",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/bpocore/asset-manager/api/v1/keys": {
      "get": {
        "tags": [
          "Keys"
        ],
        "operationId": "listKeys",
        "description": "The parameters and request body are for method: listKeys. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageToken",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "Keys"
        ],
        "operationId": "headListKeys",
        "description": "The parameters and request body are for method: headListKeys. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageToken",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Keys"
        ],
        "operationId": "createKey",
        "description": "The parameters and request body are for method: createKey. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "key"
            }
          }
        }
      }
    },
    "/bpocore/asset-manager/api/v1/keys/count": {
      "get": {
        "tags": [
          "Keys"
        ],
        "operationId": "countKeys",
        "description": "The parameters and request body are for method: countKeys. 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"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "Keys"
        ],
        "operationId": "headCountKeys",
        "description": "The parameters and request body are for method: headCountKeys. 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"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/bpocore/asset-manager/api/v1/keys/{keyId}": {
      "delete": {
        "tags": [
          "Keys"
        ],
        "operationId": "deleteKey",
        "description": "The parameters and request body are for method: deleteKey. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "keyId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "keyId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/bpocore/asset-manager/api/v1/ping": {
      "get": {
        "tags": [
          "Ping"
        ],
        "operationId": "getPing",
        "description": "The parameters and request body are for method: getPing. Same 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": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "Ping"
        ],
        "operationId": "headGetPing",
        "description": "The parameters and request body are for method: headGetPing. Same 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": {}
            }
          }
        }
      }
    },
    "/bpocore/policies/api/v1/ping": {
      "get": {
        "tags": [
          "Ping"
        ],
        "operationId": "getBpocorePoliciesApiV1Ping",
        "description": "The parameters and request body are for method: getBpocorePoliciesApiV1Ping. Same 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": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "Ping"
        ],
        "operationId": "headBpocorePoliciesApiV1Ping",
        "description": "The parameters and request body are for method: headBpocorePoliciesApiV1Ping. Same 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": {}
            }
          }
        }
      }
    },
    "/lekha/api/v1/": {
      "get": {
        "tags": [
          "AuditLogs"
        ],
        "operationId": "getLekhaApiV1",
        "description": "The parameters and request body are for method: getLekhaApiV1. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "from",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "to",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastDays",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "AuditLogs"
        ],
        "operationId": "deleteLekhaApiV1",
        "description": "The parameters and request body are for method: deleteLekhaApiV1. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "from",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "to",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastDays",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/audit/api/v1/auditProfiles": {
      "get": {
        "tags": [
          "RetrievesAuditProfiles"
        ],
        "operationId": "getAuditProfiles",
        "description": "The parameters and request body are for method: getAuditProfiles. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "testType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "typeGroups",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "auditType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "include",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/audit/api/v1/auditProfiles/{auditProfileId}": {
      "get": {
        "tags": [
          "RetrievesAuditProfiles"
        ],
        "operationId": "getAuditProfileById",
        "description": "The parameters and request body are for method: getAuditProfileById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "auditProfileId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "auditProfileId",
              "type": "string"
            }
          },
          {
            "name": "include",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/audit/api/v1/auditTargets": {
      "post": {
        "tags": [
          "RetrievesAndCreatesAuditTargets"
        ],
        "operationId": "postAuditTarget",
        "description": "The parameters and request body are for method: postAuditTarget. 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"
              }
            }
          }
        }
      }
    },
    "/audit/api/v1/auditTargets/{auditTargetId}": {
      "get": {
        "tags": [
          "RetrievesAndCreatesAuditTargets"
        ],
        "operationId": "getAuditTargetById",
        "description": "The parameters and request body are for method: getAuditTargetById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "auditTargetId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "auditTargetId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/audit/api/v1/audits": {
      "get": {
        "tags": [
          "RetrievesCreatesUpdatesAndDeletesAudits"
        ],
        "operationId": "getAudits",
        "description": "The parameters and request body are for method: getAudits. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "auditType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "testType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "auditName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "auditProfileNames",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "auditRunAuditStateState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "include",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "RetrievesCreatesUpdatesAndDeletesAudits"
        ],
        "operationId": "postAudit",
        "description": "The parameters and request body are for method: postAudit. 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"
              }
            }
          }
        }
      }
    },
    "/audit/api/v1/audits/{auditId}": {
      "get": {
        "tags": [
          "RetrievesCreatesUpdatesAndDeletesAudits"
        ],
        "operationId": "getAuditById",
        "description": "The parameters and request body are for method: getAuditById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "auditId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "auditId",
              "type": "string"
            }
          },
          {
            "name": "include",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "RetrievesCreatesUpdatesAndDeletesAudits"
        ],
        "operationId": "deleteAudit",
        "description": "The parameters and request body are for method: deleteAudit. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "auditId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "auditId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/audit/api/v1/audits/{auditId}/auditRuns": {
      "post": {
        "tags": [
          "RetrievesCreatesUpdatesAndDeletesAudits"
        ],
        "operationId": "postAuditRun",
        "description": "The parameters and request body are for method: postAuditRun. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "auditId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "auditId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/audit/api/v1/audits/{auditId}/auditRuns/{auditRunId}": {
      "delete": {
        "tags": [
          "RetrievesCreatesUpdatesAndDeletesAudits"
        ],
        "operationId": "deleteAuditRun",
        "description": "The parameters and request body are for method: deleteAuditRun. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "auditId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "auditId",
              "type": "string"
            }
          },
          {
            "name": "auditRunId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "auditRunId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "RetrievesCreatesUpdatesAndDeletesAudits"
        ],
        "operationId": "patchAuditRun",
        "description": "The parameters and request body are for method: patchAuditRun. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "auditId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "auditId",
              "type": "string"
            }
          },
          {
            "name": "auditRunId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "auditRunId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/audit/api/v1/audits/{auditId}/auditRuns/{auditRunId}/auditFindings": {
      "get": {
        "tags": [
          "RetrievesCreatesUpdatesAndDeletesAudits"
        ],
        "operationId": "getAuditFindings",
        "description": "The parameters and request body are for method: getAuditFindings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "auditId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "auditId",
              "type": "string"
            }
          },
          {
            "name": "auditRunId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "auditRunId",
              "type": "string"
            }
          },
          {
            "name": "profileName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "testType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fixStateState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "include",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "RetrievesCreatesUpdatesAndDeletesAudits"
        ],
        "operationId": "fixAuditFindings",
        "description": "The parameters and request body are for method: fixAuditFindings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "auditId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "auditId",
              "type": "string"
            }
          },
          {
            "name": "auditRunId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "auditRunId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/audit/api/v1/audits/{auditId}/auditRuns/{auditRunId}/auditFindings/{auditFindingId}": {
      "get": {
        "tags": [
          "RetrievesCreatesUpdatesAndDeletesAudits"
        ],
        "operationId": "getAuditFindingById",
        "description": "The parameters and request body are for method: getAuditFindingById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "auditId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "auditId",
              "type": "string"
            }
          },
          {
            "name": "auditRunId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "auditRunId",
              "type": "string"
            }
          },
          {
            "name": "auditFindingId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "auditFindingId",
              "type": "string"
            }
          },
          {
            "name": "include",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/audit/api/v1/testTypes": {
      "get": {
        "tags": [
          "RetrievesASpecificTestType"
        ],
        "operationId": "getTestTypes",
        "description": "The parameters and request body are for method: getTestTypes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "auditType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/audit/api/v1/testTypes/{testTypeId}": {
      "get": {
        "tags": [
          "RetrievesASpecificTestType"
        ],
        "operationId": "getTestTypeById",
        "description": "The parameters and request body are for method: getTestTypeById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "testTypeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "testTypeId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/backupservice/api/v1/backup": {
      "get": {
        "tags": [
          "BackupServiceAPIV1"
        ],
        "operationId": "listBackupJobs",
        "description": "The parameters and request body are for method: listBackupJobs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "solutionName": {
                        "type": "string"
                      },
                      "label": {
                        "type": "string"
                      },
                      "state": {
                        "type": "string"
                      },
                      "snapshots": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "solutionName": "string",
                    "label": "string",
                    "state": "string",
                    "snapshots": [
                      "string",
                      "string",
                      "string"
                    ]
                  },
                  {
                    "solutionName": "string",
                    "label": "string",
                    "state": "string",
                    "snapshots": [
                      "string",
                      "string"
                    ]
                  },
                  {
                    "solutionName": "string",
                    "label": "string",
                    "state": "string",
                    "snapshots": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ]
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "BackupServiceAPIV1"
        ],
        "operationId": "backupSolution",
        "description": "The parameters and request body are for method: backupSolution. 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"
              }
            }
          }
        }
      }
    },
    "/backupservice/api/v1/backup/{jobId}": {
      "get": {
        "tags": [
          "BackupServiceAPIV1"
        ],
        "operationId": "getBackupJob",
        "description": "The parameters and request body are for method: getBackupJob. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "jobId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "jobId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/backupservice/api/v1/restore": {
      "get": {
        "tags": [
          "BackupServiceAPIV1"
        ],
        "operationId": "listRestoreJobs",
        "description": "The parameters and request body are for method: listRestoreJobs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "solutionName": {
                        "type": "string"
                      },
                      "solutionSnapshot": {
                        "type": "string"
                      },
                      "state": {
                        "type": "string"
                      },
                      "executionTime": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "solutionName": "string",
                    "solutionSnapshot": "string",
                    "state": "string",
                    "executionTime": "string"
                  },
                  {
                    "solutionName": "string",
                    "solutionSnapshot": "string",
                    "state": "string",
                    "executionTime": "string"
                  },
                  {
                    "solutionName": "string",
                    "solutionSnapshot": "string",
                    "state": "string",
                    "executionTime": "string"
                  },
                  {
                    "solutionName": "string",
                    "solutionSnapshot": "string",
                    "state": "string",
                    "executionTime": "string"
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "BackupServiceAPIV1"
        ],
        "operationId": "restoreSolution",
        "description": "The parameters and request body are for method: restoreSolution. 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"
              }
            }
          }
        }
      }
    },
    "/backupservice/api/v1/restore/{jobId}": {
      "get": {
        "tags": [
          "BackupServiceAPIV1"
        ],
        "operationId": "getRestoreJob",
        "description": "The parameters and request body are for method: getRestoreJob. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "jobId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "jobId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "BackupServiceAPIV1"
        ],
        "operationId": "deleteRestoreJob",
        "description": "The parameters and request body are for method: deleteRestoreJob. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "jobId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "jobId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/backupservice/api/v1/snapshots": {
      "get": {
        "tags": [
          "BackupServiceAPIV1"
        ],
        "operationId": "listSnapshots",
        "description": "The parameters and request body are for method: listSnapshots. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "string"
                  }
                },
                "example": [
                  "string"
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "solutionName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/backupservice/api/v2/backupSettings": {
      "get": {
        "tags": [
          "BackupSettingsRestServiceV2"
        ],
        "operationId": "listBackupSettings",
        "description": "The parameters and request body are for method: listBackupSettings. Same 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": {}
            }
          }
        }
      }
    },
    "/backupservice/api/v2/backupSettings/{id}": {
      "patch": {
        "tags": [
          "BackupSettingsRestServiceV2"
        ],
        "operationId": "updateBackupSettings",
        "description": "The parameters and request body are for method: updateBackupSettings. Same endpoint also used in methods:",
        "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"
              }
            }
          }
        }
      }
    },
    "/backupservice/api/v2/backups": {
      "get": {
        "tags": [
          "BackupSnapshotRestServiceV2"
        ],
        "operationId": "listBackupDetails",
        "description": "The parameters and request body are for method: listBackupDetails. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "scheduleName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "status",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "scheduleNameContains",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/backupservice/api/v2/schedules": {
      "get": {
        "tags": [
          "BackupScheduleRestServiceV2"
        ],
        "operationId": "listBackupSchedules",
        "description": "The parameters and request body are for method: listBackupSchedules. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "state",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nameContains",
            "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": [
          "BackupScheduleRestServiceV2"
        ],
        "operationId": "postBackupserviceApiV2Schedules",
        "description": "The parameters and request body are for method: postBackupserviceApiV2Schedules. 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"
              }
            }
          }
        }
      }
    },
    "/backupservice/api/v2/schedules/{id}": {
      "get": {
        "tags": [
          "BackupScheduleRestServiceV2"
        ],
        "operationId": "getBackupSchedule",
        "description": "The parameters and request body are for method: getBackupSchedule. Same endpoint also used in methods:",
        "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": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "BackupScheduleRestServiceV2"
        ],
        "operationId": "deleteBackupSchedule",
        "description": "The parameters and request body are for method: deleteBackupSchedule. Same endpoint also used in methods:",
        "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": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "BackupScheduleRestServiceV2"
        ],
        "operationId": "updateBackupSchedule",
        "description": "The parameters and request body are for method: updateBackupSchedule. Same endpoint also used in methods:",
        "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"
              }
            }
          }
        }
      }
    },
    "/backupservice/api/v2/schedules/{id}/backups": {
      "get": {
        "tags": [
          "BackupScheduleRestServiceV2"
        ],
        "operationId": "getBackupDetails",
        "description": "The parameters and request body are for method: getBackupDetails. Same endpoint also used in methods:",
        "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"
            }
          },
          {
            "name": "status",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/commissioning/api/v1/scripts/": {
      "get": {
        "tags": [
          "ScriptsManagement"
        ],
        "operationId": "getCommissioningApiV1Scripts",
        "description": "The parameters and request body are for method: getCommissioningApiV1Scripts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object",
                      "properties": {
                        "projectName": {
                          "type": "string"
                        },
                        "relatedProjects": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        },
                        "nodes": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "nodeType": {
                                "type": "string"
                              },
                              "nodeName": {
                                "type": "string"
                              },
                              "shelves": {
                                "type": "array",
                                "items": {
                                  "type": "object",
                                  "properties": {
                                    "shelfId": {
                                      "type": "string"
                                    },
                                    "scripts": {
                                      "type": "array",
                                      "items": {
                                        "type": "object",
                                        "properties": {
                                          "release": {
                                            "type": "string"
                                          },
                                          "sequenceId": {
                                            "type": "string"
                                          },
                                          "deviceType": {
                                            "type": "string"
                                          },
                                          "scriptId": {
                                            "type": "string"
                                          },
                                          "commands": {
                                            "type": "array",
                                            "items": {
                                              "type": "object",
                                              "properties": {
                                                "commandType": {
                                                  "type": "string"
                                                },
                                                "command": {
                                                  "type": "string"
                                                }
                                              }
                                            }
                                          }
                                        }
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "data": {
                    "projectName": "string",
                    "relatedProjects": [
                      "string"
                    ],
                    "nodes": [
                      {
                        "nodeType": "string",
                        "nodeName": "string",
                        "shelves": [
                          {
                            "shelfId": "string",
                            "scripts": [
                              {
                                "release": "string",
                                "sequenceId": "string",
                                "deviceType": "string",
                                "scriptId": "string",
                                "commands": [
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  }
                                ]
                              },
                              {
                                "release": "string",
                                "sequenceId": "string",
                                "deviceType": "string",
                                "scriptId": "string",
                                "commands": [
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  }
                                ]
                              }
                            ]
                          },
                          {
                            "shelfId": "string",
                            "scripts": [
                              {
                                "release": "string",
                                "sequenceId": "string",
                                "deviceType": "string",
                                "scriptId": "string",
                                "commands": [
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  }
                                ]
                              },
                              {
                                "release": "string",
                                "sequenceId": "string",
                                "deviceType": "string",
                                "scriptId": "string",
                                "commands": [
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  }
                                ]
                              }
                            ]
                          },
                          {
                            "shelfId": "string",
                            "scripts": [
                              {
                                "release": "string",
                                "sequenceId": "string",
                                "deviceType": "string",
                                "scriptId": "string",
                                "commands": [
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  }
                                ]
                              }
                            ]
                          },
                          {
                            "shelfId": "string",
                            "scripts": [
                              {
                                "release": "string",
                                "sequenceId": "string",
                                "deviceType": "string",
                                "scriptId": "string",
                                "commands": [
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  }
                                ]
                              },
                              {
                                "release": "string",
                                "sequenceId": "string",
                                "deviceType": "string",
                                "scriptId": "string",
                                "commands": [
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  }
                                ]
                              },
                              {
                                "release": "string",
                                "sequenceId": "string",
                                "deviceType": "string",
                                "scriptId": "string",
                                "commands": [
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  }
                                ]
                              },
                              {
                                "release": "string",
                                "sequenceId": "string",
                                "deviceType": "string",
                                "scriptId": "string",
                                "commands": [
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  }
                                ]
                              },
                              {
                                "release": "string",
                                "sequenceId": "string",
                                "deviceType": "string",
                                "scriptId": "string",
                                "commands": [
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  }
                                ]
                              }
                            ]
                          },
                          {
                            "shelfId": "string",
                            "scripts": [
                              {
                                "release": "string",
                                "sequenceId": "string",
                                "deviceType": "string",
                                "scriptId": "string",
                                "commands": [
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  }
                                ]
                              },
                              {
                                "release": "string",
                                "sequenceId": "string",
                                "deviceType": "string",
                                "scriptId": "string",
                                "commands": [
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  }
                                ]
                              },
                              {
                                "release": "string",
                                "sequenceId": "string",
                                "deviceType": "string",
                                "scriptId": "string",
                                "commands": [
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  }
                                ]
                              },
                              {
                                "release": "string",
                                "sequenceId": "string",
                                "deviceType": "string",
                                "scriptId": "string",
                                "commands": [
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  }
                                ]
                              },
                              {
                                "release": "string",
                                "sequenceId": "string",
                                "deviceType": "string",
                                "scriptId": "string",
                                "commands": [
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  }
                                ]
                              },
                              {
                                "release": "string",
                                "sequenceId": "string",
                                "deviceType": "string",
                                "scriptId": "string",
                                "commands": [
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  }
                                ]
                              },
                              {
                                "release": "string",
                                "sequenceId": "string",
                                "deviceType": "string",
                                "scriptId": "string",
                                "commands": [
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  }
                                ]
                              },
                              {
                                "release": "string",
                                "sequenceId": "string",
                                "deviceType": "string",
                                "scriptId": "string",
                                "commands": [
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  }
                                ]
                              }
                            ]
                          },
                          {
                            "shelfId": "string",
                            "scripts": [
                              {
                                "release": "string",
                                "sequenceId": "string",
                                "deviceType": "string",
                                "scriptId": "string",
                                "commands": [
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  }
                                ]
                              },
                              {
                                "release": "string",
                                "sequenceId": "string",
                                "deviceType": "string",
                                "scriptId": "string",
                                "commands": [
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  }
                                ]
                              },
                              {
                                "release": "string",
                                "sequenceId": "string",
                                "deviceType": "string",
                                "scriptId": "string",
                                "commands": [
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  }
                                ]
                              },
                              {
                                "release": "string",
                                "sequenceId": "string",
                                "deviceType": "string",
                                "scriptId": "string",
                                "commands": [
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  }
                                ]
                              },
                              {
                                "release": "string",
                                "sequenceId": "string",
                                "deviceType": "string",
                                "scriptId": "string",
                                "commands": [
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  }
                                ]
                              },
                              {
                                "release": "string",
                                "sequenceId": "string",
                                "deviceType": "string",
                                "scriptId": "string",
                                "commands": [
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  }
                                ]
                              },
                              {
                                "release": "string",
                                "sequenceId": "string",
                                "deviceType": "string",
                                "scriptId": "string",
                                "commands": [
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  }
                                ]
                              },
                              {
                                "release": "string",
                                "sequenceId": "string",
                                "deviceType": "string",
                                "scriptId": "string",
                                "commands": [
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  }
                                ]
                              }
                            ]
                          },
                          {
                            "shelfId": "string",
                            "scripts": [
                              {
                                "release": "string",
                                "sequenceId": "string",
                                "deviceType": "string",
                                "scriptId": "string",
                                "commands": [
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  }
                                ]
                              },
                              {
                                "release": "string",
                                "sequenceId": "string",
                                "deviceType": "string",
                                "scriptId": "string",
                                "commands": [
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  }
                                ]
                              },
                              {
                                "release": "string",
                                "sequenceId": "string",
                                "deviceType": "string",
                                "scriptId": "string",
                                "commands": [
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  }
                                ]
                              }
                            ]
                          },
                          {
                            "shelfId": "string",
                            "scripts": [
                              {
                                "release": "string",
                                "sequenceId": "string",
                                "deviceType": "string",
                                "scriptId": "string",
                                "commands": [
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  }
                                ]
                              },
                              {
                                "release": "string",
                                "sequenceId": "string",
                                "deviceType": "string",
                                "scriptId": "string",
                                "commands": [
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  }
                                ]
                              },
                              {
                                "release": "string",
                                "sequenceId": "string",
                                "deviceType": "string",
                                "scriptId": "string",
                                "commands": [
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  }
                                ]
                              }
                            ]
                          }
                        ]
                      },
                      {
                        "nodeType": "string",
                        "nodeName": "string",
                        "shelves": [
                          {
                            "shelfId": "string",
                            "scripts": [
                              {
                                "release": "string",
                                "sequenceId": "string",
                                "deviceType": "string",
                                "scriptId": "string",
                                "commands": [
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  }
                                ]
                              },
                              {
                                "release": "string",
                                "sequenceId": "string",
                                "deviceType": "string",
                                "scriptId": "string",
                                "commands": [
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  }
                                ]
                              },
                              {
                                "release": "string",
                                "sequenceId": "string",
                                "deviceType": "string",
                                "scriptId": "string",
                                "commands": [
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  }
                                ]
                              },
                              {
                                "release": "string",
                                "sequenceId": "string",
                                "deviceType": "string",
                                "scriptId": "string",
                                "commands": [
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  }
                                ]
                              },
                              {
                                "release": "string",
                                "sequenceId": "string",
                                "deviceType": "string",
                                "scriptId": "string",
                                "commands": [
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  }
                                ]
                              },
                              {
                                "release": "string",
                                "sequenceId": "string",
                                "deviceType": "string",
                                "scriptId": "string",
                                "commands": [
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  }
                                ]
                              }
                            ]
                          },
                          {
                            "shelfId": "string",
                            "scripts": [
                              {
                                "release": "string",
                                "sequenceId": "string",
                                "deviceType": "string",
                                "scriptId": "string",
                                "commands": [
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  }
                                ]
                              }
                            ]
                          },
                          {
                            "shelfId": "string",
                            "scripts": [
                              {
                                "release": "string",
                                "sequenceId": "string",
                                "deviceType": "string",
                                "scriptId": "string",
                                "commands": [
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  }
                                ]
                              },
                              {
                                "release": "string",
                                "sequenceId": "string",
                                "deviceType": "string",
                                "scriptId": "string",
                                "commands": [
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  }
                                ]
                              },
                              {
                                "release": "string",
                                "sequenceId": "string",
                                "deviceType": "string",
                                "scriptId": "string",
                                "commands": [
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  }
                                ]
                              }
                            ]
                          }
                        ]
                      },
                      {
                        "nodeType": "string",
                        "nodeName": "string",
                        "shelves": [
                          {
                            "shelfId": "string",
                            "scripts": [
                              {
                                "release": "string",
                                "sequenceId": "string",
                                "deviceType": "string",
                                "scriptId": "string",
                                "commands": [
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  }
                                ]
                              },
                              {
                                "release": "string",
                                "sequenceId": "string",
                                "deviceType": "string",
                                "scriptId": "string",
                                "commands": [
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  },
                                  {
                                    "commandType": "string",
                                    "command": "string"
                                  }
                                ]
                              }
                            ]
                          }
                        ]
                      }
                    ]
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "projectname",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "devicetype",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nodename",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "shelfId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "format",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "ScriptsManagement"
        ],
        "operationId": "deleteCommissioningApiV1Scripts",
        "description": "The parameters and request body are for method: deleteCommissioningApiV1Scripts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "projectname",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "ScriptsManagement"
        ],
        "operationId": "postCommissioningApiV1Scripts",
        "description": "The parameters and request body are for method: postCommissioningApiV1Scripts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "projectname",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "policyid",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/commissioning/api/v1/scriptsSummary/": {
      "get": {
        "tags": [
          "ScriptsManagement"
        ],
        "operationId": "getCommissioningApiV1ScriptsSummary",
        "description": "The parameters and request body are for method: getCommissioningApiV1ScriptsSummary. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "devicetypesURLs": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "deviceType": {
                                  "type": "string"
                                },
                                "scriptLinks": {
                                  "type": "array",
                                  "items": {
                                    "type": "object",
                                    "properties": {
                                      "link": {
                                        "type": "string"
                                      },
                                      "format": {
                                        "type": "string"
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          },
                          "projectName": {
                            "type": "string"
                          },
                          "nodes": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "nodeType": {
                                  "type": "string"
                                },
                                "shelves": {
                                  "type": "array",
                                  "items": {
                                    "type": "object",
                                    "properties": {
                                      "release": {
                                        "type": "string"
                                      },
                                      "shelfId": {
                                        "type": "string"
                                      },
                                      "primary": {
                                        "type": "string"
                                      }
                                    }
                                  }
                                },
                                "deviceType": {
                                  "type": "string"
                                },
                                "nodeName": {
                                  "type": "string"
                                },
                                "scriptLinks": {
                                  "type": "array",
                                  "items": {
                                    "type": "object",
                                    "properties": {
                                      "link": {
                                        "type": "string"
                                      },
                                      "format": {
                                        "type": "string"
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          },
                          "supportedFormats": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "data": [
                    {
                      "devicetypesURLs": [
                        {
                          "deviceType": "string",
                          "scriptLinks": [
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            }
                          ]
                        }
                      ],
                      "projectName": "string",
                      "nodes": [
                        {
                          "nodeType": "string",
                          "shelves": [
                            {
                              "release": "string",
                              "shelfId": "string",
                              "primary": "string"
                            },
                            {
                              "release": "string",
                              "shelfId": "string",
                              "primary": "string"
                            },
                            {
                              "release": "string",
                              "shelfId": "string",
                              "primary": "string"
                            }
                          ],
                          "deviceType": "string",
                          "nodeName": "string",
                          "scriptLinks": [
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            }
                          ]
                        },
                        {
                          "nodeType": "string",
                          "shelves": [
                            {
                              "release": "string",
                              "shelfId": "string",
                              "primary": "string"
                            }
                          ],
                          "deviceType": "string",
                          "nodeName": "string",
                          "scriptLinks": [
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            }
                          ]
                        },
                        {
                          "nodeType": "string",
                          "shelves": [
                            {
                              "release": "string",
                              "shelfId": "string",
                              "primary": "string"
                            },
                            {
                              "release": "string",
                              "shelfId": "string",
                              "primary": "string"
                            },
                            {
                              "release": "string",
                              "shelfId": "string",
                              "primary": "string"
                            },
                            {
                              "release": "string",
                              "shelfId": "string",
                              "primary": "string"
                            },
                            {
                              "release": "string",
                              "shelfId": "string",
                              "primary": "string"
                            },
                            {
                              "release": "string",
                              "shelfId": "string",
                              "primary": "string"
                            },
                            {
                              "release": "string",
                              "shelfId": "string",
                              "primary": "string"
                            },
                            {
                              "release": "string",
                              "shelfId": "string",
                              "primary": "string"
                            }
                          ],
                          "deviceType": "string",
                          "nodeName": "string",
                          "scriptLinks": [
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            }
                          ]
                        }
                      ],
                      "supportedFormats": [
                        "string",
                        "string",
                        "string"
                      ]
                    },
                    {
                      "devicetypesURLs": [
                        {
                          "deviceType": "string",
                          "scriptLinks": [
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            }
                          ]
                        },
                        {
                          "deviceType": "string",
                          "scriptLinks": [
                            {
                              "link": "string",
                              "format": "string"
                            }
                          ]
                        },
                        {
                          "deviceType": "string",
                          "scriptLinks": [
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            }
                          ]
                        },
                        {
                          "deviceType": "string",
                          "scriptLinks": [
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            }
                          ]
                        },
                        {
                          "deviceType": "string",
                          "scriptLinks": [
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            }
                          ]
                        },
                        {
                          "deviceType": "string",
                          "scriptLinks": [
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            }
                          ]
                        },
                        {
                          "deviceType": "string",
                          "scriptLinks": [
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            }
                          ]
                        },
                        {
                          "deviceType": "string",
                          "scriptLinks": [
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            }
                          ]
                        },
                        {
                          "deviceType": "string",
                          "scriptLinks": [
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            }
                          ]
                        },
                        {
                          "deviceType": "string",
                          "scriptLinks": [
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            }
                          ]
                        }
                      ],
                      "projectName": "string",
                      "nodes": [
                        {
                          "nodeType": "string",
                          "shelves": [
                            {
                              "release": "string",
                              "shelfId": "string",
                              "primary": "string"
                            },
                            {
                              "release": "string",
                              "shelfId": "string",
                              "primary": "string"
                            },
                            {
                              "release": "string",
                              "shelfId": "string",
                              "primary": "string"
                            }
                          ],
                          "deviceType": "string",
                          "nodeName": "string",
                          "scriptLinks": [
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            }
                          ]
                        },
                        {
                          "nodeType": "string",
                          "shelves": [
                            {
                              "release": "string",
                              "shelfId": "string",
                              "primary": "string"
                            },
                            {
                              "release": "string",
                              "shelfId": "string",
                              "primary": "string"
                            },
                            {
                              "release": "string",
                              "shelfId": "string",
                              "primary": "string"
                            },
                            {
                              "release": "string",
                              "shelfId": "string",
                              "primary": "string"
                            }
                          ],
                          "deviceType": "string",
                          "nodeName": "string",
                          "scriptLinks": [
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            }
                          ]
                        },
                        {
                          "nodeType": "string",
                          "shelves": [
                            {
                              "release": "string",
                              "shelfId": "string",
                              "primary": "string"
                            },
                            {
                              "release": "string",
                              "shelfId": "string",
                              "primary": "string"
                            }
                          ],
                          "deviceType": "string",
                          "nodeName": "string",
                          "scriptLinks": [
                            {
                              "link": "string",
                              "format": "string"
                            }
                          ]
                        },
                        {
                          "nodeType": "string",
                          "shelves": [
                            {
                              "release": "string",
                              "shelfId": "string",
                              "primary": "string"
                            },
                            {
                              "release": "string",
                              "shelfId": "string",
                              "primary": "string"
                            },
                            {
                              "release": "string",
                              "shelfId": "string",
                              "primary": "string"
                            },
                            {
                              "release": "string",
                              "shelfId": "string",
                              "primary": "string"
                            },
                            {
                              "release": "string",
                              "shelfId": "string",
                              "primary": "string"
                            },
                            {
                              "release": "string",
                              "shelfId": "string",
                              "primary": "string"
                            },
                            {
                              "release": "string",
                              "shelfId": "string",
                              "primary": "string"
                            },
                            {
                              "release": "string",
                              "shelfId": "string",
                              "primary": "string"
                            }
                          ],
                          "deviceType": "string",
                          "nodeName": "string",
                          "scriptLinks": [
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            }
                          ]
                        },
                        {
                          "nodeType": "string",
                          "shelves": [
                            {
                              "release": "string",
                              "shelfId": "string",
                              "primary": "string"
                            },
                            {
                              "release": "string",
                              "shelfId": "string",
                              "primary": "string"
                            },
                            {
                              "release": "string",
                              "shelfId": "string",
                              "primary": "string"
                            },
                            {
                              "release": "string",
                              "shelfId": "string",
                              "primary": "string"
                            },
                            {
                              "release": "string",
                              "shelfId": "string",
                              "primary": "string"
                            },
                            {
                              "release": "string",
                              "shelfId": "string",
                              "primary": "string"
                            },
                            {
                              "release": "string",
                              "shelfId": "string",
                              "primary": "string"
                            },
                            {
                              "release": "string",
                              "shelfId": "string",
                              "primary": "string"
                            },
                            {
                              "release": "string",
                              "shelfId": "string",
                              "primary": "string"
                            },
                            {
                              "release": "string",
                              "shelfId": "string",
                              "primary": "string"
                            }
                          ],
                          "deviceType": "string",
                          "nodeName": "string",
                          "scriptLinks": [
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            }
                          ]
                        },
                        {
                          "nodeType": "string",
                          "shelves": [
                            {
                              "release": "string",
                              "shelfId": "string",
                              "primary": "string"
                            },
                            {
                              "release": "string",
                              "shelfId": "string",
                              "primary": "string"
                            }
                          ],
                          "deviceType": "string",
                          "nodeName": "string",
                          "scriptLinks": [
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            }
                          ]
                        },
                        {
                          "nodeType": "string",
                          "shelves": [
                            {
                              "release": "string",
                              "shelfId": "string",
                              "primary": "string"
                            },
                            {
                              "release": "string",
                              "shelfId": "string",
                              "primary": "string"
                            },
                            {
                              "release": "string",
                              "shelfId": "string",
                              "primary": "string"
                            },
                            {
                              "release": "string",
                              "shelfId": "string",
                              "primary": "string"
                            },
                            {
                              "release": "string",
                              "shelfId": "string",
                              "primary": "string"
                            },
                            {
                              "release": "string",
                              "shelfId": "string",
                              "primary": "string"
                            },
                            {
                              "release": "string",
                              "shelfId": "string",
                              "primary": "string"
                            },
                            {
                              "release": "string",
                              "shelfId": "string",
                              "primary": "string"
                            }
                          ],
                          "deviceType": "string",
                          "nodeName": "string",
                          "scriptLinks": [
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            }
                          ]
                        },
                        {
                          "nodeType": "string",
                          "shelves": [
                            {
                              "release": "string",
                              "shelfId": "string",
                              "primary": "string"
                            },
                            {
                              "release": "string",
                              "shelfId": "string",
                              "primary": "string"
                            }
                          ],
                          "deviceType": "string",
                          "nodeName": "string",
                          "scriptLinks": [
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            }
                          ]
                        }
                      ],
                      "supportedFormats": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ]
                    },
                    {
                      "devicetypesURLs": [
                        {
                          "deviceType": "string",
                          "scriptLinks": [
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            }
                          ]
                        },
                        {
                          "deviceType": "string",
                          "scriptLinks": [
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            }
                          ]
                        },
                        {
                          "deviceType": "string",
                          "scriptLinks": [
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            }
                          ]
                        },
                        {
                          "deviceType": "string",
                          "scriptLinks": [
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            }
                          ]
                        },
                        {
                          "deviceType": "string",
                          "scriptLinks": [
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            }
                          ]
                        }
                      ],
                      "projectName": "string",
                      "nodes": [
                        {
                          "nodeType": "string",
                          "shelves": [
                            {
                              "release": "string",
                              "shelfId": "string",
                              "primary": "string"
                            },
                            {
                              "release": "string",
                              "shelfId": "string",
                              "primary": "string"
                            },
                            {
                              "release": "string",
                              "shelfId": "string",
                              "primary": "string"
                            },
                            {
                              "release": "string",
                              "shelfId": "string",
                              "primary": "string"
                            },
                            {
                              "release": "string",
                              "shelfId": "string",
                              "primary": "string"
                            },
                            {
                              "release": "string",
                              "shelfId": "string",
                              "primary": "string"
                            },
                            {
                              "release": "string",
                              "shelfId": "string",
                              "primary": "string"
                            },
                            {
                              "release": "string",
                              "shelfId": "string",
                              "primary": "string"
                            },
                            {
                              "release": "string",
                              "shelfId": "string",
                              "primary": "string"
                            }
                          ],
                          "deviceType": "string",
                          "nodeName": "string",
                          "scriptLinks": [
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            }
                          ]
                        },
                        {
                          "nodeType": "string",
                          "shelves": [
                            {
                              "release": "string",
                              "shelfId": "string",
                              "primary": "string"
                            }
                          ],
                          "deviceType": "string",
                          "nodeName": "string",
                          "scriptLinks": [
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            }
                          ]
                        },
                        {
                          "nodeType": "string",
                          "shelves": [
                            {
                              "release": "string",
                              "shelfId": "string",
                              "primary": "string"
                            },
                            {
                              "release": "string",
                              "shelfId": "string",
                              "primary": "string"
                            },
                            {
                              "release": "string",
                              "shelfId": "string",
                              "primary": "string"
                            },
                            {
                              "release": "string",
                              "shelfId": "string",
                              "primary": "string"
                            },
                            {
                              "release": "string",
                              "shelfId": "string",
                              "primary": "string"
                            },
                            {
                              "release": "string",
                              "shelfId": "string",
                              "primary": "string"
                            },
                            {
                              "release": "string",
                              "shelfId": "string",
                              "primary": "string"
                            },
                            {
                              "release": "string",
                              "shelfId": "string",
                              "primary": "string"
                            },
                            {
                              "release": "string",
                              "shelfId": "string",
                              "primary": "string"
                            }
                          ],
                          "deviceType": "string",
                          "nodeName": "string",
                          "scriptLinks": [
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            },
                            {
                              "link": "string",
                              "format": "string"
                            }
                          ]
                        }
                      ],
                      "supportedFormats": [
                        "string",
                        "string"
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "projectname",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/commissioning/api/v1/equipment/": {
      "post": {
        "tags": [
          "EquipmentCommissioning"
        ],
        "operationId": "postCommissioningApiV1Equipment",
        "description": "The parameters and request body are for method: postCommissioningApiV1Equipment. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "newEquipment"
            }
          }
        }
      }
    },
    "/commissioning/api/v1/policy/": {
      "get": {
        "tags": [
          "PolicyManagement"
        ],
        "operationId": "getCommissioningApiV1Policy",
        "description": "The parameters and request body are for method: getCommissioningApiV1Policy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "description": {
                            "type": "string"
                          },
                          "policy_name": {
                            "type": "string"
                          },
                          "state": {
                            "type": "string"
                          },
                          "policy_type": {
                            "type": "string"
                          },
                          "policy_id": {
                            "type": "string"
                          },
                          "customer_name": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "data": [
                    {
                      "description": "string",
                      "policy_name": "string",
                      "state": "string",
                      "policy_type": "string",
                      "policy_id": "string",
                      "customer_name": "string"
                    },
                    {
                      "description": "string",
                      "policy_name": "string",
                      "state": "string",
                      "policy_type": "string",
                      "policy_id": "string",
                      "customer_name": "string"
                    },
                    {
                      "description": "string",
                      "policy_name": "string",
                      "state": "string",
                      "policy_type": "string",
                      "policy_id": "string",
                      "customer_name": "string"
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "PolicyManagement"
        ],
        "operationId": "deleteCommissioningApiV1Policy",
        "description": "The parameters and request body are for method: deleteCommissioningApiV1Policy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "PolicyManagement"
        ],
        "operationId": "postCommissioningApiV1Policy",
        "description": "The parameters and request body are for method: postCommissioningApiV1Policy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "description": {
                      "type": "string"
                    },
                    "policy_name": {
                      "type": "string"
                    },
                    "state": {
                      "type": "string"
                    },
                    "policy_type": {
                      "type": "string"
                    },
                    "policy_id": {
                      "type": "string"
                    },
                    "customer_name": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "description": "string",
                  "policy_name": "string",
                  "state": "string",
                  "policy_type": "string",
                  "policy_id": "string",
                  "customer_name": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "newPolicy"
            }
          }
        }
      },
      "put": {
        "tags": [
          "PolicyManagement"
        ],
        "operationId": "putCommissioningApiV1Policy",
        "description": "The parameters and request body are for method: putCommissioningApiV1Policy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "policy"
            }
          }
        }
      }
    },
    "/commissioning/api/v1/policyTypes/": {
      "get": {
        "tags": [
          "PolicyManagement"
        ],
        "operationId": "getCommissioningApiV1PolicyTypes",
        "description": "The parameters and request body are for method: getCommissioningApiV1PolicyTypes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "supported_operation": {
                            "type": "string"
                          },
                          "master_template": {
                            "type": "string"
                          },
                          "policy_type": {
                            "type": "string"
                          },
                          "defaults_file": {
                            "type": "string"
                          },
                          "handler_class": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "data": [
                    {
                      "supported_operation": "string",
                      "master_template": "string",
                      "policy_type": "string",
                      "defaults_file": "string",
                      "handler_class": "string"
                    },
                    {
                      "supported_operation": "string",
                      "master_template": "string",
                      "policy_type": "string",
                      "defaults_file": "string",
                      "handler_class": "string"
                    }
                  ]
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/commissioning/api/v1/policyDefaults/": {
      "get": {
        "tags": [
          "PolicyDefaultsManagement"
        ],
        "operationId": "getCommissioningApiV1PolicyDefaults",
        "description": "The parameters and request body are for method: getCommissioningApiV1PolicyDefaults. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                },
                "example": {
                  "data": {}
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "type",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "PolicyDefaultsManagement"
        ],
        "operationId": "deleteCommissioningApiV1PolicyDefaults",
        "description": "The parameters and request body are for method: deleteCommissioningApiV1PolicyDefaults. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "PolicyDefaultsManagement"
        ],
        "operationId": "postCommissioningApiV1PolicyDefaults",
        "description": "The parameters and request body are for method: postCommissioningApiV1PolicyDefaults. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "defaults"
            }
          }
        }
      },
      "put": {
        "tags": [
          "PolicyDefaultsManagement"
        ],
        "operationId": "putCommissioningApiV1PolicyDefaults",
        "description": "The parameters and request body are for method: putCommissioningApiV1PolicyDefaults. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "defaults"
            }
          }
        }
      }
    },
    "/commissioning/api/v2/ipsubnet/": {
      "get": {
        "tags": [
          "IPSubnetManagement"
        ],
        "operationId": "getCommissioningApiV2Ipsubnet",
        "description": "The parameters and request body are for method: getCommissioningApiV2Ipsubnet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "IPSubnetManagement"
        ],
        "operationId": "deleteCommissioningApiV2Ipsubnet",
        "description": "The parameters and request body are for method: deleteCommissioningApiV2Ipsubnet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "post": {
        "tags": [
          "IPSubnetManagement"
        ],
        "operationId": "postCommissioningApiV2Ipsubnet",
        "description": "The parameters and request body are for method: postCommissioningApiV2Ipsubnet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "iPAddressSubnet"
            }
          }
        }
      }
    },
    "/commissioning/api/v1/ipsubnet/": {
      "get": {
        "tags": [
          "IPv4SubnetManagement"
        ],
        "operationId": "getCommissioningApiV1Ipsubnet",
        "description": "The parameters and request body are for method: getCommissioningApiV1Ipsubnet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ipsubnet": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "usage": {
                            "type": "string"
                          },
                          "subnetId": {
                            "type": "string"
                          },
                          "ospfArea": {
                            "type": "string"
                          },
                          "shelfIP": {
                            "type": "array",
                            "items": {
                              "type": "object"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "ipsubnet": [
                    {
                      "usage": "string",
                      "subnetId": "string",
                      "ospfArea": "string",
                      "shelfIP": [
                        {},
                        {},
                        {},
                        {},
                        {},
                        {},
                        {},
                        {},
                        {}
                      ]
                    },
                    {
                      "usage": "string",
                      "subnetId": "string",
                      "ospfArea": "string",
                      "shelfIP": [
                        {}
                      ]
                    },
                    {
                      "usage": "string",
                      "subnetId": "string",
                      "ospfArea": "string",
                      "shelfIP": [
                        {}
                      ]
                    },
                    {
                      "usage": "string",
                      "subnetId": "string",
                      "ospfArea": "string",
                      "shelfIP": [
                        {},
                        {}
                      ]
                    },
                    {
                      "usage": "string",
                      "subnetId": "string",
                      "ospfArea": "string",
                      "shelfIP": [
                        {},
                        {},
                        {},
                        {},
                        {},
                        {},
                        {},
                        {},
                        {},
                        {}
                      ]
                    },
                    {
                      "usage": "string",
                      "subnetId": "string",
                      "ospfArea": "string",
                      "shelfIP": [
                        {},
                        {},
                        {},
                        {},
                        {}
                      ]
                    },
                    {
                      "usage": "string",
                      "subnetId": "string",
                      "ospfArea": "string",
                      "shelfIP": [
                        {},
                        {},
                        {},
                        {}
                      ]
                    },
                    {
                      "usage": "string",
                      "subnetId": "string",
                      "ospfArea": "string",
                      "shelfIP": [
                        {},
                        {}
                      ]
                    },
                    {
                      "usage": "string",
                      "subnetId": "string",
                      "ospfArea": "string",
                      "shelfIP": [
                        {},
                        {},
                        {},
                        {},
                        {},
                        {},
                        {}
                      ]
                    },
                    {
                      "usage": "string",
                      "subnetId": "string",
                      "ospfArea": "string",
                      "shelfIP": [
                        {},
                        {},
                        {},
                        {}
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "IPv4SubnetManagement"
        ],
        "operationId": "deleteCommissioningApiV1Ipsubnet",
        "description": "The parameters and request body are for method: deleteCommissioningApiV1Ipsubnet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "post": {
        "tags": [
          "IPv4SubnetManagement"
        ],
        "operationId": "postCommissioningApiV1Ipsubnet",
        "description": "The parameters and request body are for method: postCommissioningApiV1Ipsubnet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "ipsubnet"
            }
          }
        }
      }
    },
    "/commissioning/api/v2/reservedIP/": {
      "get": {
        "tags": [
          "ReservedIPAddressManagement"
        ],
        "operationId": "getCommissioningApiV2ReservedIP",
        "description": "The parameters and request body are for method: getCommissioningApiV2ReservedIP. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "reservedIPdata": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "type": {
                            "type": "string"
                          },
                          "projectId": {
                            "type": "string"
                          },
                          "ospfArea": {
                            "type": "string"
                          },
                          "shelfNumber": {
                            "type": "string"
                          },
                          "tid": {
                            "type": "string"
                          },
                          "projectName": {
                            "type": "string"
                          },
                          "IP": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "reservedIPdata": [
                    {
                      "type": "string",
                      "projectId": "string",
                      "ospfArea": "string",
                      "shelfNumber": "string",
                      "tid": "string",
                      "projectName": "string",
                      "IP": "string"
                    },
                    {
                      "type": "string",
                      "projectId": "string",
                      "ospfArea": "string",
                      "shelfNumber": "string",
                      "tid": "string",
                      "projectName": "string",
                      "IP": "string"
                    },
                    {
                      "type": "string",
                      "projectId": "string",
                      "ospfArea": "string",
                      "shelfNumber": "string",
                      "tid": "string",
                      "projectName": "string",
                      "IP": "string"
                    },
                    {
                      "type": "string",
                      "projectId": "string",
                      "ospfArea": "string",
                      "shelfNumber": "string",
                      "tid": "string",
                      "projectName": "string",
                      "IP": "string"
                    },
                    {
                      "type": "string",
                      "projectId": "string",
                      "ospfArea": "string",
                      "shelfNumber": "string",
                      "tid": "string",
                      "projectName": "string",
                      "IP": "string"
                    },
                    {
                      "type": "string",
                      "projectId": "string",
                      "ospfArea": "string",
                      "shelfNumber": "string",
                      "tid": "string",
                      "projectName": "string",
                      "IP": "string"
                    },
                    {
                      "type": "string",
                      "projectId": "string",
                      "ospfArea": "string",
                      "shelfNumber": "string",
                      "tid": "string",
                      "projectName": "string",
                      "IP": "string"
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "tid",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "ReservedIPAddressManagement"
        ],
        "operationId": "deleteCommissioningApiV2ReservedIP",
        "description": "The parameters and request body are for method: deleteCommissioningApiV2ReservedIP. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "post": {
        "tags": [
          "ReservedIPAddressManagement"
        ],
        "operationId": "postCommissioningApiV2ReservedIP",
        "description": "The parameters and request body are for method: postCommissioningApiV2ReservedIP. Same 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": {
                  "reservedIP": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "reservedIP": "reservedIP"
              }
            }
          }
        }
      }
    },
    "/commissioning/api/v1/deployedIPv4Data/": {
      "get": {
        "tags": [
          "DeployedNetworkIPv4Management"
        ],
        "operationId": "getCommissioningApiV1DeployedIPv4Data",
        "description": "The parameters and request body are for method: getCommissioningApiV1DeployedIPv4Data. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "deployedShelf": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "usage": {
                            "type": "string"
                          },
                          "projectId": {
                            "type": "string"
                          },
                          "ospfArea": {
                            "type": "string"
                          },
                          "shelfNumber": {
                            "type": "string"
                          },
                          "tid": {
                            "type": "string"
                          },
                          "projectName": {
                            "type": "string"
                          },
                          "shelfIP": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "deployedShelf": [
                    {
                      "usage": "string",
                      "projectId": "string",
                      "ospfArea": "string",
                      "shelfNumber": "string",
                      "tid": "string",
                      "projectName": "string",
                      "shelfIP": "string"
                    },
                    {
                      "usage": "string",
                      "projectId": "string",
                      "ospfArea": "string",
                      "shelfNumber": "string",
                      "tid": "string",
                      "projectName": "string",
                      "shelfIP": "string"
                    },
                    {
                      "usage": "string",
                      "projectId": "string",
                      "ospfArea": "string",
                      "shelfNumber": "string",
                      "tid": "string",
                      "projectName": "string",
                      "shelfIP": "string"
                    },
                    {
                      "usage": "string",
                      "projectId": "string",
                      "ospfArea": "string",
                      "shelfNumber": "string",
                      "tid": "string",
                      "projectName": "string",
                      "shelfIP": "string"
                    },
                    {
                      "usage": "string",
                      "projectId": "string",
                      "ospfArea": "string",
                      "shelfNumber": "string",
                      "tid": "string",
                      "projectName": "string",
                      "shelfIP": "string"
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "tid",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "DeployedNetworkIPv4Management"
        ],
        "operationId": "deleteCommissioningApiV1DeployedIPv4Data",
        "description": "The parameters and request body are for method: deleteCommissioningApiV1DeployedIPv4Data. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      },
      "post": {
        "tags": [
          "DeployedNetworkIPv4Management"
        ],
        "operationId": "postCommissioningApiV1DeployedIPv4Data",
        "description": "The parameters and request body are for method: postCommissioningApiV1DeployedIPv4Data. Same 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": {
                  "deployedNetwork": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "deployedNetwork": "deployedNetwork"
              }
            }
          }
        }
      }
    },
    "/commissioning/api/v1/ipaddress/": {
      "get": {
        "tags": [
          "RetrievalOfIPAdressManagement"
        ],
        "operationId": "getCommissioningApiV1Ipaddress",
        "description": "The parameters and request body are for method: getCommissioningApiV1Ipaddress. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "array",
                      "items": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "ipaddress": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "data": [
                    [
                      {
                        "ipaddress": "string"
                      },
                      {
                        "ipaddress": "string"
                      },
                      {
                        "ipaddress": "string"
                      },
                      {
                        "ipaddress": "string"
                      },
                      {
                        "ipaddress": "string"
                      },
                      {
                        "ipaddress": "string"
                      },
                      {
                        "ipaddress": "string"
                      },
                      {
                        "ipaddress": "string"
                      },
                      {
                        "ipaddress": "string"
                      },
                      {
                        "ipaddress": "string"
                      }
                    ],
                    [
                      {
                        "ipaddress": "string"
                      },
                      {
                        "ipaddress": "string"
                      },
                      {
                        "ipaddress": "string"
                      },
                      {
                        "ipaddress": "string"
                      },
                      {
                        "ipaddress": "string"
                      },
                      {
                        "ipaddress": "string"
                      },
                      {
                        "ipaddress": "string"
                      }
                    ],
                    [
                      {
                        "ipaddress": "string"
                      },
                      {
                        "ipaddress": "string"
                      },
                      {
                        "ipaddress": "string"
                      },
                      {
                        "ipaddress": "string"
                      },
                      {
                        "ipaddress": "string"
                      },
                      {
                        "ipaddress": "string"
                      },
                      {
                        "ipaddress": "string"
                      },
                      {
                        "ipaddress": "string"
                      },
                      {
                        "ipaddress": "string"
                      }
                    ],
                    [
                      {
                        "ipaddress": "string"
                      },
                      {
                        "ipaddress": "string"
                      },
                      {
                        "ipaddress": "string"
                      },
                      {
                        "ipaddress": "string"
                      },
                      {
                        "ipaddress": "string"
                      },
                      {
                        "ipaddress": "string"
                      },
                      {
                        "ipaddress": "string"
                      },
                      {
                        "ipaddress": "string"
                      },
                      {
                        "ipaddress": "string"
                      }
                    ]
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "tid",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "subnet",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/commissioning/api/v1/services/": {
      "get": {
        "tags": [
          "ServiceManagement"
        ],
        "operationId": "getCommissioningApiV1Services",
        "description": "The parameters and request body are for method: getCommissioningApiV1Services. Same 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": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "ServiceManagement"
        ],
        "operationId": "postCommissioningApiV1Services",
        "description": "The parameters and request body are for method: postCommissioningApiV1Services. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "sessionid",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nodename",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "deviceType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "service",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/commissioning/api/v1/uap-6500-1/": {
      "get": {
        "tags": [
          "UserAccessPrivilegesManagement"
        ],
        "operationId": "getCommissioningApiV1Uap65001",
        "description": "The parameters and request body are for method: getCommissioningApiV1Uap65001. Same 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": {}
            }
          }
        }
      }
    },
    "/commissioning/api/v1/uap-6500-2/": {
      "get": {
        "tags": [
          "UserAccessPrivilegesManagement"
        ],
        "operationId": "getCommissioningApiV1Uap65002",
        "description": "The parameters and request body are for method: getCommissioningApiV1Uap65002. Same 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": {}
            }
          }
        }
      }
    },
    "/commissioning/api/v1/uap-6500-3/": {
      "get": {
        "tags": [
          "UserAccessPrivilegesManagement"
        ],
        "operationId": "getCommissioningApiV1Uap65003",
        "description": "The parameters and request body are for method: getCommissioningApiV1Uap65003. Same 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": {}
            }
          }
        }
      }
    },
    "/commissioning/api/v1/uap-6500-4/": {
      "get": {
        "tags": [
          "UserAccessPrivilegesManagement"
        ],
        "operationId": "getCommissioningApiV1Uap65004",
        "description": "The parameters and request body are for method: getCommissioningApiV1Uap65004. Same 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": {}
            }
          }
        }
      }
    },
    "/commissioning/api/v1/uap-6500-5/": {
      "get": {
        "tags": [
          "UserAccessPrivilegesManagement"
        ],
        "operationId": "getCommissioningApiV1Uap65005",
        "description": "The parameters and request body are for method: getCommissioningApiV1Uap65005. Same 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": {}
            }
          }
        }
      }
    },
    "/commissioning/api/v1/deploymentData/": {
      "get": {
        "tags": [
          "DeploymentData"
        ],
        "operationId": "getCommissioningApiV1DeploymentData",
        "description": "The parameters and request body are for method: getCommissioningApiV1DeploymentData. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "data": {
                            "type": "object",
                            "properties": {
                              "projectName": {
                                "type": "string"
                              },
                              "nodes": {
                                "type": "array",
                                "items": {
                                  "type": "object",
                                  "properties": {
                                    "function": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "ncExpID": {
                                      "type": "string"
                                    },
                                    "version": {
                                      "type": "string"
                                    },
                                    "ncID": {
                                      "type": "string"
                                    },
                                    "osrpNodeName": {
                                      "type": "string"
                                    },
                                    "type": {
                                      "type": "string"
                                    },
                                    "shelves": {
                                      "type": "array",
                                      "items": {
                                        "type": "object",
                                        "properties": {
                                          "ncExpID": {
                                            "type": "string"
                                          },
                                          "fic": {
                                            "type": "string"
                                          },
                                          "ospfarea": {
                                            "type": "string"
                                          },
                                          "siteId": {
                                            "type": "string"
                                          },
                                          "ncID": {
                                            "type": "string"
                                          },
                                          "shelfNumber": {
                                            "type": "string"
                                          },
                                          "shelfIPAddress": {
                                            "type": "string"
                                          },
                                          "colanA": {
                                            "type": "object",
                                            "properties": {
                                              "defaultGateway": {
                                                "type": "string"
                                              },
                                              "override": {
                                                "type": "string"
                                              },
                                              "usage": {
                                                "type": "string"
                                              },
                                              "subnetMask": {
                                                "type": "string"
                                              },
                                              "ipAddress": {
                                                "type": "string"
                                              },
                                              "topology": {
                                                "type": "string"
                                              }
                                            }
                                          },
                                          "colanX": {
                                            "type": "object",
                                            "properties": {
                                              "defaultGateway": {
                                                "type": "string"
                                              },
                                              "override": {
                                                "type": "string"
                                              },
                                              "usage": {
                                                "type": "string"
                                              },
                                              "subnetMask": {
                                                "type": "string"
                                              },
                                              "ipAddress": {
                                                "type": "string"
                                              },
                                              "topology": {
                                                "type": "string"
                                              }
                                            }
                                          },
                                          "6500_in": {
                                            "type": "object"
                                          },
                                          "6500_out": {
                                            "type": "object"
                                          }
                                        }
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "data": [
                    {
                      "data": {
                        "projectName": "string",
                        "nodes": [
                          {
                            "function": "string",
                            "name": "string",
                            "ncExpID": "string",
                            "version": "string",
                            "ncID": "string",
                            "osrpNodeName": "string",
                            "type": "string",
                            "shelves": [
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              }
                            ]
                          },
                          {
                            "function": "string",
                            "name": "string",
                            "ncExpID": "string",
                            "version": "string",
                            "ncID": "string",
                            "osrpNodeName": "string",
                            "type": "string",
                            "shelves": [
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              }
                            ]
                          },
                          {
                            "function": "string",
                            "name": "string",
                            "ncExpID": "string",
                            "version": "string",
                            "ncID": "string",
                            "osrpNodeName": "string",
                            "type": "string",
                            "shelves": [
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              }
                            ]
                          },
                          {
                            "function": "string",
                            "name": "string",
                            "ncExpID": "string",
                            "version": "string",
                            "ncID": "string",
                            "osrpNodeName": "string",
                            "type": "string",
                            "shelves": [
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              }
                            ]
                          }
                        ]
                      }
                    },
                    {
                      "data": {
                        "projectName": "string",
                        "nodes": [
                          {
                            "function": "string",
                            "name": "string",
                            "ncExpID": "string",
                            "version": "string",
                            "ncID": "string",
                            "osrpNodeName": "string",
                            "type": "string",
                            "shelves": [
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              }
                            ]
                          },
                          {
                            "function": "string",
                            "name": "string",
                            "ncExpID": "string",
                            "version": "string",
                            "ncID": "string",
                            "osrpNodeName": "string",
                            "type": "string",
                            "shelves": [
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              }
                            ]
                          },
                          {
                            "function": "string",
                            "name": "string",
                            "ncExpID": "string",
                            "version": "string",
                            "ncID": "string",
                            "osrpNodeName": "string",
                            "type": "string",
                            "shelves": [
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              }
                            ]
                          },
                          {
                            "function": "string",
                            "name": "string",
                            "ncExpID": "string",
                            "version": "string",
                            "ncID": "string",
                            "osrpNodeName": "string",
                            "type": "string",
                            "shelves": [
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              }
                            ]
                          },
                          {
                            "function": "string",
                            "name": "string",
                            "ncExpID": "string",
                            "version": "string",
                            "ncID": "string",
                            "osrpNodeName": "string",
                            "type": "string",
                            "shelves": [
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              }
                            ]
                          },
                          {
                            "function": "string",
                            "name": "string",
                            "ncExpID": "string",
                            "version": "string",
                            "ncID": "string",
                            "osrpNodeName": "string",
                            "type": "string",
                            "shelves": [
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              }
                            ]
                          },
                          {
                            "function": "string",
                            "name": "string",
                            "ncExpID": "string",
                            "version": "string",
                            "ncID": "string",
                            "osrpNodeName": "string",
                            "type": "string",
                            "shelves": [
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              }
                            ]
                          },
                          {
                            "function": "string",
                            "name": "string",
                            "ncExpID": "string",
                            "version": "string",
                            "ncID": "string",
                            "osrpNodeName": "string",
                            "type": "string",
                            "shelves": [
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              }
                            ]
                          },
                          {
                            "function": "string",
                            "name": "string",
                            "ncExpID": "string",
                            "version": "string",
                            "ncID": "string",
                            "osrpNodeName": "string",
                            "type": "string",
                            "shelves": [
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              }
                            ]
                          },
                          {
                            "function": "string",
                            "name": "string",
                            "ncExpID": "string",
                            "version": "string",
                            "ncID": "string",
                            "osrpNodeName": "string",
                            "type": "string",
                            "shelves": [
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              }
                            ]
                          }
                        ]
                      }
                    },
                    {
                      "data": {
                        "projectName": "string",
                        "nodes": [
                          {
                            "function": "string",
                            "name": "string",
                            "ncExpID": "string",
                            "version": "string",
                            "ncID": "string",
                            "osrpNodeName": "string",
                            "type": "string",
                            "shelves": [
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              }
                            ]
                          },
                          {
                            "function": "string",
                            "name": "string",
                            "ncExpID": "string",
                            "version": "string",
                            "ncID": "string",
                            "osrpNodeName": "string",
                            "type": "string",
                            "shelves": [
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              }
                            ]
                          },
                          {
                            "function": "string",
                            "name": "string",
                            "ncExpID": "string",
                            "version": "string",
                            "ncID": "string",
                            "osrpNodeName": "string",
                            "type": "string",
                            "shelves": [
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              }
                            ]
                          },
                          {
                            "function": "string",
                            "name": "string",
                            "ncExpID": "string",
                            "version": "string",
                            "ncID": "string",
                            "osrpNodeName": "string",
                            "type": "string",
                            "shelves": [
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              }
                            ]
                          },
                          {
                            "function": "string",
                            "name": "string",
                            "ncExpID": "string",
                            "version": "string",
                            "ncID": "string",
                            "osrpNodeName": "string",
                            "type": "string",
                            "shelves": [
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              }
                            ]
                          }
                        ]
                      }
                    },
                    {
                      "data": {
                        "projectName": "string",
                        "nodes": [
                          {
                            "function": "string",
                            "name": "string",
                            "ncExpID": "string",
                            "version": "string",
                            "ncID": "string",
                            "osrpNodeName": "string",
                            "type": "string",
                            "shelves": [
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              }
                            ]
                          },
                          {
                            "function": "string",
                            "name": "string",
                            "ncExpID": "string",
                            "version": "string",
                            "ncID": "string",
                            "osrpNodeName": "string",
                            "type": "string",
                            "shelves": [
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              }
                            ]
                          },
                          {
                            "function": "string",
                            "name": "string",
                            "ncExpID": "string",
                            "version": "string",
                            "ncID": "string",
                            "osrpNodeName": "string",
                            "type": "string",
                            "shelves": [
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              }
                            ]
                          },
                          {
                            "function": "string",
                            "name": "string",
                            "ncExpID": "string",
                            "version": "string",
                            "ncID": "string",
                            "osrpNodeName": "string",
                            "type": "string",
                            "shelves": [
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              }
                            ]
                          },
                          {
                            "function": "string",
                            "name": "string",
                            "ncExpID": "string",
                            "version": "string",
                            "ncID": "string",
                            "osrpNodeName": "string",
                            "type": "string",
                            "shelves": [
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              }
                            ]
                          },
                          {
                            "function": "string",
                            "name": "string",
                            "ncExpID": "string",
                            "version": "string",
                            "ncID": "string",
                            "osrpNodeName": "string",
                            "type": "string",
                            "shelves": [
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              }
                            ]
                          },
                          {
                            "function": "string",
                            "name": "string",
                            "ncExpID": "string",
                            "version": "string",
                            "ncID": "string",
                            "osrpNodeName": "string",
                            "type": "string",
                            "shelves": [
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              }
                            ]
                          },
                          {
                            "function": "string",
                            "name": "string",
                            "ncExpID": "string",
                            "version": "string",
                            "ncID": "string",
                            "osrpNodeName": "string",
                            "type": "string",
                            "shelves": [
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              }
                            ]
                          },
                          {
                            "function": "string",
                            "name": "string",
                            "ncExpID": "string",
                            "version": "string",
                            "ncID": "string",
                            "osrpNodeName": "string",
                            "type": "string",
                            "shelves": [
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              }
                            ]
                          },
                          {
                            "function": "string",
                            "name": "string",
                            "ncExpID": "string",
                            "version": "string",
                            "ncID": "string",
                            "osrpNodeName": "string",
                            "type": "string",
                            "shelves": [
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              }
                            ]
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "projectname",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "DeploymentData"
        ],
        "operationId": "postCommissioningApiV1DeploymentData",
        "description": "The parameters and request body are for method: postCommissioningApiV1DeploymentData. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "data": {
                            "type": "object",
                            "properties": {
                              "projectName": {
                                "type": "string"
                              },
                              "nodes": {
                                "type": "array",
                                "items": {
                                  "type": "object",
                                  "properties": {
                                    "function": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "ncExpID": {
                                      "type": "string"
                                    },
                                    "version": {
                                      "type": "string"
                                    },
                                    "ncID": {
                                      "type": "string"
                                    },
                                    "osrpNodeName": {
                                      "type": "string"
                                    },
                                    "type": {
                                      "type": "string"
                                    },
                                    "shelves": {
                                      "type": "array",
                                      "items": {
                                        "type": "object",
                                        "properties": {
                                          "ncExpID": {
                                            "type": "string"
                                          },
                                          "fic": {
                                            "type": "string"
                                          },
                                          "ospfarea": {
                                            "type": "string"
                                          },
                                          "siteId": {
                                            "type": "string"
                                          },
                                          "ncID": {
                                            "type": "string"
                                          },
                                          "shelfNumber": {
                                            "type": "string"
                                          },
                                          "shelfIPAddress": {
                                            "type": "string"
                                          },
                                          "colanA": {
                                            "type": "object",
                                            "properties": {
                                              "defaultGateway": {
                                                "type": "string"
                                              },
                                              "override": {
                                                "type": "string"
                                              },
                                              "usage": {
                                                "type": "string"
                                              },
                                              "subnetMask": {
                                                "type": "string"
                                              },
                                              "ipAddress": {
                                                "type": "string"
                                              },
                                              "topology": {
                                                "type": "string"
                                              }
                                            }
                                          },
                                          "colanX": {
                                            "type": "object",
                                            "properties": {
                                              "defaultGateway": {
                                                "type": "string"
                                              },
                                              "override": {
                                                "type": "string"
                                              },
                                              "usage": {
                                                "type": "string"
                                              },
                                              "subnetMask": {
                                                "type": "string"
                                              },
                                              "ipAddress": {
                                                "type": "string"
                                              },
                                              "topology": {
                                                "type": "string"
                                              }
                                            }
                                          },
                                          "6500_in": {
                                            "type": "object"
                                          },
                                          "6500_out": {
                                            "type": "object"
                                          }
                                        }
                                      }
                                    }
                                  }
                                }
                              },
                              "errors": {
                                "type": "array",
                                "items": {
                                  "type": "object",
                                  "properties": {
                                    "code": {
                                      "type": "string"
                                    },
                                    "title": {
                                      "type": "string"
                                    },
                                    "details": {
                                      "type": "string"
                                    }
                                  }
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "data": [
                    {
                      "data": {
                        "projectName": "string",
                        "nodes": [
                          {
                            "function": "string",
                            "name": "string",
                            "ncExpID": "string",
                            "version": "string",
                            "ncID": "string",
                            "osrpNodeName": "string",
                            "type": "string",
                            "shelves": [
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              }
                            ]
                          },
                          {
                            "function": "string",
                            "name": "string",
                            "ncExpID": "string",
                            "version": "string",
                            "ncID": "string",
                            "osrpNodeName": "string",
                            "type": "string",
                            "shelves": [
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              }
                            ]
                          },
                          {
                            "function": "string",
                            "name": "string",
                            "ncExpID": "string",
                            "version": "string",
                            "ncID": "string",
                            "osrpNodeName": "string",
                            "type": "string",
                            "shelves": [
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              }
                            ]
                          },
                          {
                            "function": "string",
                            "name": "string",
                            "ncExpID": "string",
                            "version": "string",
                            "ncID": "string",
                            "osrpNodeName": "string",
                            "type": "string",
                            "shelves": [
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              }
                            ]
                          }
                        ],
                        "errors": [
                          {
                            "code": "string",
                            "title": "string",
                            "details": "string"
                          },
                          {
                            "code": "string",
                            "title": "string",
                            "details": "string"
                          },
                          {
                            "code": "string",
                            "title": "string",
                            "details": "string"
                          }
                        ]
                      }
                    },
                    {
                      "data": {
                        "projectName": "string",
                        "nodes": [
                          {
                            "function": "string",
                            "name": "string",
                            "ncExpID": "string",
                            "version": "string",
                            "ncID": "string",
                            "osrpNodeName": "string",
                            "type": "string",
                            "shelves": [
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              }
                            ]
                          },
                          {
                            "function": "string",
                            "name": "string",
                            "ncExpID": "string",
                            "version": "string",
                            "ncID": "string",
                            "osrpNodeName": "string",
                            "type": "string",
                            "shelves": [
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              }
                            ]
                          }
                        ],
                        "errors": [
                          {
                            "code": "string",
                            "title": "string",
                            "details": "string"
                          },
                          {
                            "code": "string",
                            "title": "string",
                            "details": "string"
                          },
                          {
                            "code": "string",
                            "title": "string",
                            "details": "string"
                          },
                          {
                            "code": "string",
                            "title": "string",
                            "details": "string"
                          },
                          {
                            "code": "string",
                            "title": "string",
                            "details": "string"
                          },
                          {
                            "code": "string",
                            "title": "string",
                            "details": "string"
                          },
                          {
                            "code": "string",
                            "title": "string",
                            "details": "string"
                          }
                        ]
                      }
                    },
                    {
                      "data": {
                        "projectName": "string",
                        "nodes": [
                          {
                            "function": "string",
                            "name": "string",
                            "ncExpID": "string",
                            "version": "string",
                            "ncID": "string",
                            "osrpNodeName": "string",
                            "type": "string",
                            "shelves": [
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              }
                            ]
                          },
                          {
                            "function": "string",
                            "name": "string",
                            "ncExpID": "string",
                            "version": "string",
                            "ncID": "string",
                            "osrpNodeName": "string",
                            "type": "string",
                            "shelves": [
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              }
                            ]
                          },
                          {
                            "function": "string",
                            "name": "string",
                            "ncExpID": "string",
                            "version": "string",
                            "ncID": "string",
                            "osrpNodeName": "string",
                            "type": "string",
                            "shelves": [
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              }
                            ]
                          },
                          {
                            "function": "string",
                            "name": "string",
                            "ncExpID": "string",
                            "version": "string",
                            "ncID": "string",
                            "osrpNodeName": "string",
                            "type": "string",
                            "shelves": [
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              }
                            ]
                          }
                        ],
                        "errors": [
                          {
                            "code": "string",
                            "title": "string",
                            "details": "string"
                          },
                          {
                            "code": "string",
                            "title": "string",
                            "details": "string"
                          },
                          {
                            "code": "string",
                            "title": "string",
                            "details": "string"
                          },
                          {
                            "code": "string",
                            "title": "string",
                            "details": "string"
                          },
                          {
                            "code": "string",
                            "title": "string",
                            "details": "string"
                          },
                          {
                            "code": "string",
                            "title": "string",
                            "details": "string"
                          },
                          {
                            "code": "string",
                            "title": "string",
                            "details": "string"
                          },
                          {
                            "code": "string",
                            "title": "string",
                            "details": "string"
                          },
                          {
                            "code": "string",
                            "title": "string",
                            "details": "string"
                          }
                        ]
                      }
                    },
                    {
                      "data": {
                        "projectName": "string",
                        "nodes": [
                          {
                            "function": "string",
                            "name": "string",
                            "ncExpID": "string",
                            "version": "string",
                            "ncID": "string",
                            "osrpNodeName": "string",
                            "type": "string",
                            "shelves": [
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              }
                            ]
                          },
                          {
                            "function": "string",
                            "name": "string",
                            "ncExpID": "string",
                            "version": "string",
                            "ncID": "string",
                            "osrpNodeName": "string",
                            "type": "string",
                            "shelves": [
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              }
                            ]
                          },
                          {
                            "function": "string",
                            "name": "string",
                            "ncExpID": "string",
                            "version": "string",
                            "ncID": "string",
                            "osrpNodeName": "string",
                            "type": "string",
                            "shelves": [
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              }
                            ]
                          },
                          {
                            "function": "string",
                            "name": "string",
                            "ncExpID": "string",
                            "version": "string",
                            "ncID": "string",
                            "osrpNodeName": "string",
                            "type": "string",
                            "shelves": [
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              }
                            ]
                          }
                        ],
                        "errors": [
                          {
                            "code": "string",
                            "title": "string",
                            "details": "string"
                          },
                          {
                            "code": "string",
                            "title": "string",
                            "details": "string"
                          }
                        ]
                      }
                    },
                    {
                      "data": {
                        "projectName": "string",
                        "nodes": [
                          {
                            "function": "string",
                            "name": "string",
                            "ncExpID": "string",
                            "version": "string",
                            "ncID": "string",
                            "osrpNodeName": "string",
                            "type": "string",
                            "shelves": [
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              }
                            ]
                          }
                        ],
                        "errors": [
                          {
                            "code": "string",
                            "title": "string",
                            "details": "string"
                          },
                          {
                            "code": "string",
                            "title": "string",
                            "details": "string"
                          },
                          {
                            "code": "string",
                            "title": "string",
                            "details": "string"
                          },
                          {
                            "code": "string",
                            "title": "string",
                            "details": "string"
                          },
                          {
                            "code": "string",
                            "title": "string",
                            "details": "string"
                          },
                          {
                            "code": "string",
                            "title": "string",
                            "details": "string"
                          }
                        ]
                      }
                    },
                    {
                      "data": {
                        "projectName": "string",
                        "nodes": [
                          {
                            "function": "string",
                            "name": "string",
                            "ncExpID": "string",
                            "version": "string",
                            "ncID": "string",
                            "osrpNodeName": "string",
                            "type": "string",
                            "shelves": [
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              }
                            ]
                          },
                          {
                            "function": "string",
                            "name": "string",
                            "ncExpID": "string",
                            "version": "string",
                            "ncID": "string",
                            "osrpNodeName": "string",
                            "type": "string",
                            "shelves": [
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              }
                            ]
                          },
                          {
                            "function": "string",
                            "name": "string",
                            "ncExpID": "string",
                            "version": "string",
                            "ncID": "string",
                            "osrpNodeName": "string",
                            "type": "string",
                            "shelves": [
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              }
                            ]
                          },
                          {
                            "function": "string",
                            "name": "string",
                            "ncExpID": "string",
                            "version": "string",
                            "ncID": "string",
                            "osrpNodeName": "string",
                            "type": "string",
                            "shelves": [
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              }
                            ]
                          },
                          {
                            "function": "string",
                            "name": "string",
                            "ncExpID": "string",
                            "version": "string",
                            "ncID": "string",
                            "osrpNodeName": "string",
                            "type": "string",
                            "shelves": [
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              }
                            ]
                          },
                          {
                            "function": "string",
                            "name": "string",
                            "ncExpID": "string",
                            "version": "string",
                            "ncID": "string",
                            "osrpNodeName": "string",
                            "type": "string",
                            "shelves": [
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              }
                            ]
                          },
                          {
                            "function": "string",
                            "name": "string",
                            "ncExpID": "string",
                            "version": "string",
                            "ncID": "string",
                            "osrpNodeName": "string",
                            "type": "string",
                            "shelves": [
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              }
                            ]
                          },
                          {
                            "function": "string",
                            "name": "string",
                            "ncExpID": "string",
                            "version": "string",
                            "ncID": "string",
                            "osrpNodeName": "string",
                            "type": "string",
                            "shelves": [
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              }
                            ]
                          },
                          {
                            "function": "string",
                            "name": "string",
                            "ncExpID": "string",
                            "version": "string",
                            "ncID": "string",
                            "osrpNodeName": "string",
                            "type": "string",
                            "shelves": [
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              },
                              {
                                "ncExpID": "string",
                                "fic": "string",
                                "ospfarea": "string",
                                "siteId": "string",
                                "ncID": "string",
                                "shelfNumber": "string",
                                "shelfIPAddress": "string",
                                "colanA": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "colanX": {
                                  "defaultGateway": "string",
                                  "override": "string",
                                  "usage": "string",
                                  "subnetMask": "string",
                                  "ipAddress": "string",
                                  "topology": "string"
                                },
                                "6500_in": {},
                                "6500_out": {}
                              }
                            ]
                          }
                        ],
                        "errors": [
                          {
                            "code": "string",
                            "title": "string",
                            "details": "string"
                          },
                          {
                            "code": "string",
                            "title": "string",
                            "details": "string"
                          },
                          {
                            "code": "string",
                            "title": "string",
                            "details": "string"
                          },
                          {
                            "code": "string",
                            "title": "string",
                            "details": "string"
                          },
                          {
                            "code": "string",
                            "title": "string",
                            "details": "string"
                          },
                          {
                            "code": "string",
                            "title": "string",
                            "details": "string"
                          },
                          {
                            "code": "string",
                            "title": "string",
                            "details": "string"
                          },
                          {
                            "code": "string",
                            "title": "string",
                            "details": "string"
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "projectname",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/ifd/api/configResource": {
      "get": {
        "tags": [
          "ConfigurationResource"
        ],
        "operationId": "getAllConfigurations",
        "description": "The parameters and request body are for method: getAllConfigurations. Same 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": [
          "ConfigurationResource"
        ],
        "operationId": "putConfiguration",
        "description": "The parameters and request body are for method: putConfiguration. 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"
              }
            }
          }
        }
      }
    },
    "/ifd/api/configResource/{propertyName}": {
      "get": {
        "tags": [
          "ConfigurationResource"
        ],
        "operationId": "getConfiguration",
        "description": "The parameters and request body are for method: getConfiguration. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "propertyName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "propertyName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ifd/api/v1/configResource": {
      "get": {
        "tags": [
          "ConfigurationResourceV1"
        ],
        "operationId": "getIfdApiV1ConfigResource",
        "description": "The parameters and request body are for method: getIfdApiV1ConfigResource. Same 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": [
          "ConfigurationResourceV1"
        ],
        "operationId": "putIfdApiV1ConfigResource",
        "description": "The parameters and request body are for method: putIfdApiV1ConfigResource. Same 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": {}
            }
          }
        }
      }
    },
    "/ifd/api/v1/configResource/{propertyName}": {
      "get": {
        "tags": [
          "ConfigurationResourceV1"
        ],
        "operationId": "getIfdApiV1ConfigResourcePropertyName",
        "description": "The parameters and request body are for method: getIfdApiV1ConfigResourcePropertyName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "propertyName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "propertyName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/events-to-service-correlator/api/v1/affectedServices": {
      "get": {
        "tags": [
          "AlarmToServiceQuery"
        ],
        "operationId": "getAffectedServices",
        "description": "The parameters and request body are for method: getAffectedServices. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "alarmId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/events-to-service-correlator/api/v1/affectedServicesCounts": {
      "get": {
        "tags": [
          "AlarmToServiceQuery"
        ],
        "operationId": "getAffectedServicesCounts",
        "description": "The parameters and request body are for method: getAffectedServicesCounts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "alarmIds",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "AlarmToServiceQuery"
        ],
        "operationId": "postGetAffectedServicesCounts",
        "description": "The parameters and request body are for method: postGetAffectedServicesCounts. 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"
              }
            }
          }
        }
      }
    },
    "/events-to-service-correlator/api/v1/affectedServicesByResource": {
      "get": {
        "tags": [
          "ResourceToServiceQuery"
        ],
        "operationId": "getAffectedServicesByResource",
        "description": "The parameters and request body are for method: getAffectedServicesByResource. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/events-to-service-correlator/api/v1/affectedServicesCountsByResources": {
      "get": {
        "tags": [
          "ResourceToServiceQuery"
        ],
        "operationId": "getAffectedServicesCountsByResources",
        "description": "The parameters and request body are for method: getAffectedServicesCountsByResources. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceIds",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/events-to-service-correlator/api/v1/correlatedAlarmsForService": {
      "get": {
        "tags": [
          "ServiceToAlarmQuery"
        ],
        "operationId": "getCorrelatedAlarms",
        "description": "The parameters and request body are for method: getCorrelatedAlarms. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "serviceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/events-to-service-correlator/api/v1/debug/bulkload/bulkActionsNumber": {
      "put": {
        "tags": [
          "Debug"
        ],
        "operationId": "changeBulkActionsNumber",
        "description": "The parameters and request body are for method: changeBulkActionsNumber. 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"
              }
            }
          }
        }
      }
    },
    "/events-to-service-correlator/api/v1/debug/bulkload/bulkLoadWorkers": {
      "put": {
        "tags": [
          "Debug"
        ],
        "operationId": "changeBulkLoadWorkers",
        "description": "The parameters and request body are for method: changeBulkLoadWorkers. 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"
              }
            }
          }
        }
      }
    },
    "/events-to-service-correlator/api/v1/debug/bulkload/flushInterval": {
      "put": {
        "tags": [
          "Debug"
        ],
        "operationId": "changeFlushInterval",
        "description": "The parameters and request body are for method: changeFlushInterval. 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"
              }
            }
          }
        }
      }
    },
    "/events-to-service-correlator/api/v1/debug/logs": {
      "get": {
        "tags": [
          "Debug"
        ],
        "operationId": "getLogLevel",
        "description": "The parameters and request body are for method: getLogLevel. Same 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": [
          "Debug"
        ],
        "operationId": "changeLogLevel",
        "description": "The parameters and request body are for method: changeLogLevel. 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"
              }
            }
          }
        }
      }
    },
    "/sftp/debug/logs": {
      "get": {
        "tags": [
          "Debug"
        ],
        "operationId": "getSftpDebugLogs",
        "description": "The parameters and request body are for method: getSftpDebugLogs. Same 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": [
          "Debug"
        ],
        "operationId": "putSftpDebugLogs",
        "description": "The parameters and request body are for method: putSftpDebugLogs. 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"
              }
            }
          }
        }
      }
    },
    "/dct/api/v1/bpi/credentials/": {
      "post": {
        "tags": [
          "Credentials"
        ],
        "operationId": "createValue",
        "description": "The parameters and request body are for method: createValue. 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"
              }
            }
          }
        }
      }
    },
    "/nsi/api/equipment": {
      "get": {
        "tags": [
          "000Nsiapiequipment"
        ],
        "operationId": "getEquipment",
        "description": "The parameters and request body are for method: getEquipment. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "undefined",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "equipmentExpectationsEquipmentIntentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "include",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "000Nsiapiequipment"
        ],
        "operationId": "postEquipment",
        "description": "The parameters and request body are for method: postEquipment. 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"
              }
            }
          }
        }
      }
    },
    "/nsi/api/equipment/{eqpId}/expectations": {
      "post": {
        "tags": [
          "000Nsiapiequipment"
        ],
        "operationId": "postExpectation",
        "description": "The parameters and request body are for method: postExpectation. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "eqpId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "eqpId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/nsi/api/equipment/{equipmentId}": {
      "get": {
        "tags": [
          "000Nsiapiequipment"
        ],
        "operationId": "getEquipmentById",
        "description": "The parameters and request body are for method: getEquipmentById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentId",
              "type": "string"
            }
          },
          {
            "name": "include",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "000Nsiapiequipment"
        ],
        "operationId": "putEquipment",
        "description": "The parameters and request body are for method: putEquipment. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "equipment"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "000Nsiapiequipment"
        ],
        "operationId": "deleteEquipmentById",
        "description": "The parameters and request body are for method: deleteEquipmentById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/equipment/{equipmentId}/equipmentExpectations": {
      "get": {
        "tags": [
          "000Nsiapiequipment"
        ],
        "operationId": "getEquipmentExpectations",
        "description": "The parameters and request body are for method: getEquipmentExpectations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/equipment/{equipmentId}/equipmentExpectations/{equipmentExpectationId}": {
      "get": {
        "tags": [
          "000Nsiapiequipment"
        ],
        "operationId": "getEquipmentExpectationById",
        "description": "The parameters and request body are for method: getEquipmentExpectationById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentId",
              "type": "string"
            }
          },
          {
            "name": "equipmentExpectationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentExpectationId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "000Nsiapiequipment"
        ],
        "operationId": "deleteEquipmentExpectationById",
        "description": "The parameters and request body are for method: deleteEquipmentExpectationById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentId",
              "type": "string"
            }
          },
          {
            "name": "equipmentExpectationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentExpectationId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/equipment/{equipmentId}/equipmentPlanned": {
      "get": {
        "tags": [
          "000Nsiapiequipment"
        ],
        "operationId": "getEquipmentPlannedById",
        "description": "The parameters and request body are for method: getEquipmentPlannedById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "000Nsiapiequipment"
        ],
        "operationId": "putEquipmentPlanned",
        "description": "The parameters and request body are for method: putEquipmentPlanned. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "equipment"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "000Nsiapiequipment"
        ],
        "operationId": "patchPlannedEquipment",
        "description": "The parameters and request body are for method: patchPlannedEquipment. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/nsi/api/equipment/{equipmentId}/expectations/{equipmentExpectationId}": {
      "patch": {
        "tags": [
          "000Nsiapiequipment"
        ],
        "operationId": "patchEquipmentExpectation",
        "description": "The parameters and request body are for method: patchEquipmentExpectation. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentId",
              "type": "string"
            }
          },
          {
            "name": "equipmentExpectationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentExpectationId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/nsi/api/equipment/{equipmentId}/maintenanceMode": {
      "post": {
        "tags": [
          "000Nsiapiequipment"
        ],
        "operationId": "addMaintenanceMode",
        "description": "The parameters and request body are for method: addMaintenanceMode. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/nsi/api/equipment/{equipmentId}/userData/{userDataKey}": {
      "put": {
        "tags": [
          "000Nsiapiequipment"
        ],
        "operationId": "putEquipmentUserData",
        "description": "The parameters and request body are for method: putEquipmentUserData. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentId",
              "type": "string"
            }
          },
          {
            "name": "userDataKey",
            "in": "path",
            "required": true,
            "schema": {
              "title": "userDataKey",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "userDataValue": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "userDataValue": "userDataValue"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "000Nsiapiequipment"
        ],
        "operationId": "deleteEquipmentUserData",
        "description": "The parameters and request body are for method: deleteEquipmentUserData. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentId",
              "type": "string"
            }
          },
          {
            "name": "userDataKey",
            "in": "path",
            "required": true,
            "schema": {
              "title": "userDataKey",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/v2_0/equipment/{equipmentId}/equipmentExpectations": {
      "get": {
        "tags": [
          "998Nsiapiv20equipment"
        ],
        "operationId": "getNsiApiV20EquipmentEquipmentIdEquipmentExpectations",
        "description": "The parameters and request body are for method: getNsiApiV20EquipmentEquipmentIdEquipmentExpectations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/v2_0/equipment/{equipmentId}/equipmentExpectations/{equipmentExpectationId}": {
      "get": {
        "tags": [
          "998Nsiapiv20equipment"
        ],
        "operationId": "getNsiApiV20EquipmentEquipmentIdEquipmentExpectationsEquipmentExpectationId",
        "description": "The parameters and request body are for method: getNsiApiV20EquipmentEquipmentIdEquipmentExpectationsEquipmentExpectationId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentId",
              "type": "string"
            }
          },
          {
            "name": "equipmentExpectationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentExpectationId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/v2_0/equipment/{equipmentId}/userData/{userDataKey}": {
      "put": {
        "tags": [
          "998Nsiapiv20equipment"
        ],
        "operationId": "putNsiApiV20EquipmentEquipmentIdUserDataUserDataKey",
        "description": "The parameters and request body are for method: putNsiApiV20EquipmentEquipmentIdUserDataUserDataKey. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentId",
              "type": "string"
            }
          },
          {
            "name": "userDataKey",
            "in": "path",
            "required": true,
            "schema": {
              "title": "userDataKey",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "userDataValue": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "userDataValue": "userDataValue"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "998Nsiapiv20equipment"
        ],
        "operationId": "deleteNsiApiV20EquipmentEquipmentIdUserDataUserDataKey",
        "description": "The parameters and request body are for method: deleteNsiApiV20EquipmentEquipmentIdUserDataUserDataKey. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentId",
              "type": "string"
            }
          },
          {
            "name": "userDataKey",
            "in": "path",
            "required": true,
            "schema": {
              "title": "userDataKey",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/v3/equipment": {
      "get": {
        "tags": [
          "997Nsiapiv3equipment"
        ],
        "operationId": "getNsiApiV3Equipment",
        "description": "The parameters and request body are for method: getNsiApiV3Equipment. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ncId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "networkConstructId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "state",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "shelf",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slot",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "subSlot",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "subShelf",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "equipmentExpectationsEquipmentIntentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "searchText",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "searchFields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "include",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "997Nsiapiv3equipment"
        ],
        "operationId": "postNsiApiV3Equipment",
        "description": "The parameters and request body are for method: postNsiApiV3Equipment. 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"
              }
            }
          }
        }
      }
    },
    "/nsi/api/v3/equipment/{eqpId}/expectations": {
      "post": {
        "tags": [
          "997Nsiapiv3equipment"
        ],
        "operationId": "postNsiApiV3EquipmentEqpIdExpectations",
        "description": "The parameters and request body are for method: postNsiApiV3EquipmentEqpIdExpectations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "eqpId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "eqpId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/nsi/api/v3/equipment/{equipmentId}": {
      "get": {
        "tags": [
          "997Nsiapiv3equipment"
        ],
        "operationId": "getNsiApiV3EquipmentEquipmentId",
        "description": "The parameters and request body are for method: getNsiApiV3EquipmentEquipmentId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentId",
              "type": "string"
            }
          },
          {
            "name": "include",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "997Nsiapiv3equipment"
        ],
        "operationId": "putNsiApiV3EquipmentEquipmentId",
        "description": "The parameters and request body are for method: putNsiApiV3EquipmentEquipmentId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "equipment"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "997Nsiapiv3equipment"
        ],
        "operationId": "deleteNsiApiV3EquipmentEquipmentId",
        "description": "The parameters and request body are for method: deleteNsiApiV3EquipmentEquipmentId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/v3/equipment/{equipmentId}/equipmentExpectations/{equipmentExpectationId}": {
      "delete": {
        "tags": [
          "997Nsiapiv3equipment"
        ],
        "operationId": "deleteNsiApiV3EquipmentEquipmentIdEquipmentExpectationsEquipmentExpectationId",
        "description": "The parameters and request body are for method: deleteNsiApiV3EquipmentEquipmentIdEquipmentExpectationsEquipmentExpectationId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentId",
              "type": "string"
            }
          },
          {
            "name": "equipmentExpectationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentExpectationId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/v3/equipment/{equipmentId}/equipmentPlanned": {
      "get": {
        "tags": [
          "997Nsiapiv3equipment"
        ],
        "operationId": "getNsiApiV3EquipmentEquipmentIdEquipmentPlanned",
        "description": "The parameters and request body are for method: getNsiApiV3EquipmentEquipmentIdEquipmentPlanned. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "997Nsiapiv3equipment"
        ],
        "operationId": "putNsiApiV3EquipmentEquipmentIdEquipmentPlanned",
        "description": "The parameters and request body are for method: putNsiApiV3EquipmentEquipmentIdEquipmentPlanned. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "equipment"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "997Nsiapiv3equipment"
        ],
        "operationId": "patchNsiApiV3EquipmentEquipmentIdEquipmentPlanned",
        "description": "The parameters and request body are for method: patchNsiApiV3EquipmentEquipmentIdEquipmentPlanned. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/nsi/api/v3/equipment/{equipmentId}/expectations/{equipmentExpectationId}": {
      "patch": {
        "tags": [
          "997Nsiapiv3equipment"
        ],
        "operationId": "patchNsiApiV3EquipmentEquipmentIdExpectationsEquipmentExpectationId",
        "description": "The parameters and request body are for method: patchNsiApiV3EquipmentEquipmentIdExpectationsEquipmentExpectationId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentId",
              "type": "string"
            }
          },
          {
            "name": "equipmentExpectationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentExpectationId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/nsi/api/v3/equipment/{equipmentId}/maintenanceMode": {
      "post": {
        "tags": [
          "997Nsiapiv3equipment"
        ],
        "operationId": "postNsiApiV3EquipmentEquipmentIdMaintenanceMode",
        "description": "The parameters and request body are for method: postNsiApiV3EquipmentEquipmentIdMaintenanceMode. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/nsi/api/v4/equipment": {
      "get": {
        "tags": [
          "996Nsiapiv4equipment"
        ],
        "operationId": "getNsiApiV4Equipment",
        "description": "The parameters and request body are for method: getNsiApiV4Equipment. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "searchText",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "searchFields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "resourceState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "networkConstructName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "networkConstructId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "equipmentExpectationsEquipmentIntentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "state",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "shelf",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slot",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "subSlot",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "subShelf",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "availabilityState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "reservationState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "maintenanceMode",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cardType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "specificationMismatch",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "category",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "neContactState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "networkConstructMacAddress",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sortBy",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "metaDataFields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "include",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "996Nsiapiv4equipment"
        ],
        "operationId": "postNsiApiV4Equipment",
        "description": "The parameters and request body are for method: postNsiApiV4Equipment. 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"
              }
            }
          }
        }
      }
    },
    "/nsi/api/v5/equipment": {
      "get": {
        "tags": [
          "995Nsiapiv5equipment"
        ],
        "operationId": "getEquipmentV5",
        "description": "The parameters and request body are for method: getEquipmentV5. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "networkConstructId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "equipmentExpectationsEquipmentIntentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "include",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/v6/equipment": {
      "get": {
        "tags": [
          "994Nsiapiv6equipment"
        ],
        "operationId": "getEquipmentV6",
        "description": "The parameters and request body are for method: getEquipmentV6. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "networkConstructId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "equipmentExpectationsEquipmentIntentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "include",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/equipmenttopologyplanning/api/v1/AutoSlatData/{projectId}": {
      "get": {
        "tags": [
          "AutoSlatData"
        ],
        "operationId": "getEquipmenttopologyplanningApiV1AutoSlatDataProjectId",
        "description": "The parameters and request body are for method: getEquipmenttopologyplanningApiV1AutoSlatDataProjectId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "projectId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "projectId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/equipmenttopologyplanning/api/v1/AutoSlatData/name/{projectName}": {
      "get": {
        "tags": [
          "AutoSlatData"
        ],
        "operationId": "getEquipmenttopologyplanningApiV1AutoSlatDataNameProjectName",
        "description": "The parameters and request body are for method: getEquipmenttopologyplanningApiV1AutoSlatDataNameProjectName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "projectName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "projectName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/equipmenttopologyplanning/api/v1/EquipmentKitNameMappings": {
      "get": {
        "tags": [
          "EqptKitNameMappings"
        ],
        "operationId": "getEquipmenttopologyplanningApiV1EquipmentKitNameMappings",
        "description": "The parameters and request body are for method: getEquipmenttopologyplanningApiV1EquipmentKitNameMappings. Same 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": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "EqptKitNameMappings"
        ],
        "operationId": "postEquipmenttopologyplanningApiV1EquipmentKitNameMappings",
        "description": "The parameters and request body are for method: postEquipmenttopologyplanningApiV1EquipmentKitNameMappings. 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"
              }
            }
          }
        }
      }
    },
    "/equipmenttopologyplanning/api/v1/EquipmentKitNameMappings/{kitName}": {
      "get": {
        "tags": [
          "EqptKitNameMappings"
        ],
        "operationId": "getEqptKitNameMappingByKitName",
        "description": "The parameters and request body are for method: getEqptKitNameMappingByKitName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "kitName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "kitName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "EqptKitNameMappings"
        ],
        "operationId": "putEquipmenttopologyplanningApiV1EquipmentKitNameMappingsKitName",
        "description": "The parameters and request body are for method: putEquipmenttopologyplanningApiV1EquipmentKitNameMappingsKitName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "kitName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "kitName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "EqptKitNameMappings"
        ],
        "operationId": "deleteEquipmenttopologyplanningApiV1EquipmentKitNameMappingsKitName",
        "description": "The parameters and request body are for method: deleteEquipmenttopologyplanningApiV1EquipmentKitNameMappingsKitName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "kitName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "kitName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/equipmenttopologyplanning/api/v1/Equipment": {
      "post": {
        "tags": [
          "Equipment"
        ],
        "operationId": "postEquipmenttopologyplanningApiV1Equipment",
        "description": "The parameters and request body are for method: postEquipmenttopologyplanningApiV1Equipment. 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"
              }
            }
          }
        }
      }
    },
    "/nsi/api/search/equipment": {
      "get": {
        "tags": [
          "Equipment"
        ],
        "operationId": "searchEquipment",
        "description": "The parameters and request body are for method: searchEquipment. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "equipmentName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "searchText",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "searchFields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "searchType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "resourceState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "networkConstructName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "physicalNeName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "networkConstructId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "equippedUtilizationTotalCapacity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "equippedUtilizationUsedCapacity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "equippedUtilizationPercent",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "equippedStartUtilizationPercent",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "equippedEndUtilizationPercent",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "inUseByServiceUtilizationTotalCapacity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "inUseByServiceUtilizationUsedCapacity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "inUseByServiceUtilizationPercent",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "inUseByServiceStartUtilizationPercent",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "inUseByServiceEndUtilizationPercent",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "servicesUtilizationServiceTotal",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "servicesUtilizationInfrastructureTotal",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "equipmentExpectationsEquipmentIntentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "state",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "displayState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "shelf",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slot",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "subSlot",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "subsubSlot",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "subShelf",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "availabilityState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "displayAvailabilityState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "reservationState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "maintenanceMode",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cardType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "provisionedSpecPartNumber",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "specificationMismatch",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "category",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "neContactState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "networkConstructMacAddress",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "networkConstructSubnetName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "projectName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "startDateMin",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "startDateMax",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endDateMin",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endDateMax",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "srlg",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "secondaryState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "serial",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "customer",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "namedQuery",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "namedQueryParam1",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sortBy",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "metaDataFields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "metaLimit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "metaDataQualifiers",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "include",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/v1/search/equipment": {
      "get": {
        "tags": [
          "Equipment"
        ],
        "operationId": "searchEquipmentV1",
        "description": "The parameters and request body are for method: searchEquipmentV1. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "equipmentName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "searchText",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "searchFields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "searchType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "resourceState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "networkConstructName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "physicalNeName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "networkConstructId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "equippedUtilizationTotalCapacity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "equippedUtilizationUsedCapacity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "equippedUtilizationPercent",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "equippedStartUtilizationPercent",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "equippedEndUtilizationPercent",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "inUseByServiceUtilizationTotalCapacity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "inUseByServiceUtilizationUsedCapacity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "inUseByServiceUtilizationPercent",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "inUseByServiceStartUtilizationPercent",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "inUseByServiceEndUtilizationPercent",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "servicesUtilizationServiceTotal",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "servicesUtilizationInfrastructureTotal",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "equipmentExpectationsEquipmentIntentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "state",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "displayState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "shelf",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slot",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "subSlot",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "subsubSlot",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "subShelf",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "availabilityState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "displayAvailabilityState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "reservationState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "maintenanceMode",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cardType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "provisionedSpecPartNumber",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "specificationMismatch",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "category",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "neContactState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "networkConstructMacAddress",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "networkConstructSubnetName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "projectName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "startDateMin",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "startDateMax",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endDateMin",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endDateMax",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "srlg",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "secondaryState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "serial",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "customer",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "namedQuery",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "namedQueryParam1",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sortBy",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "metaDataFields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "metaLimit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "metaDataQualifiers",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "include",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/equipmenttopologyplanning/api/v3/EquipmentSummary": {
      "get": {
        "tags": [
          "EquipmentSummary"
        ],
        "operationId": "complexQueryParameters",
        "description": "The parameters and request body are for method: complexQueryParameters. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "physicalLocations",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "projects",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "projectIds",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "projectListIds",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "projectLists",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "organizeByProject",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/equipmenttopologyplanning/api/v2/EquipmentSummary": {
      "get": {
        "tags": [
          "EquipmentSummaryV2"
        ],
        "operationId": "getByQueryParams",
        "description": "The parameters and request body are for method: getByQueryParams. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "physicalLocations",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "projects",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "projectId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "projectName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "projectListId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "projectListName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "organizeByProject",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/equipmenttopologyplanning/api/v1/FiberRoutes": {
      "post": {
        "tags": [
          "FiberRoutes"
        ],
        "operationId": "postEquipmenttopologyplanningApiV1FiberRoutes",
        "description": "The parameters and request body are for method: postEquipmenttopologyplanningApiV1FiberRoutes. 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": [
          "FiberRoutes"
        ],
        "operationId": "putEquipmenttopologyplanningApiV1FiberRoutes",
        "description": "The parameters and request body are for method: putEquipmenttopologyplanningApiV1FiberRoutes. 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"
              }
            }
          }
        }
      }
    },
    "/equipmenttopologyplanning/api/v1/GlobalConfigurationData": {
      "get": {
        "tags": [
          "GlobalConfigurationData"
        ],
        "operationId": "getEquipmenttopologyplanningApiV1GlobalConfigurationData",
        "description": "The parameters and request body are for method: getEquipmenttopologyplanningApiV1GlobalConfigurationData. Same 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": [
          "GlobalConfigurationData"
        ],
        "operationId": "putEquipmenttopologyplanningApiV1GlobalConfigurationData",
        "description": "The parameters and request body are for method: putEquipmenttopologyplanningApiV1GlobalConfigurationData. 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"
              }
            }
          }
        }
      }
    },
    "/equipmenttopologyplanning/api/v1/GlobalConfigurationData/{itemKey}": {
      "get": {
        "tags": [
          "GlobalConfigurationData"
        ],
        "operationId": "getEquipmenttopologyplanningApiV1GlobalConfigurationDataItemKey",
        "description": "The parameters and request body are for method: getEquipmenttopologyplanningApiV1GlobalConfigurationDataItemKey. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "itemKey",
            "in": "path",
            "required": true,
            "schema": {
              "title": "itemKey",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/equipmenttopologyplanning/api/v1/GlobalConfigurationData/HeatDissipationLimitThreshold1/{heatDissipationLimitThreshold1Value}": {
      "put": {
        "tags": [
          "GlobalConfigurationData"
        ],
        "operationId": "putEquipmenttopologyplanningApiV1GlobalConfigurationDataHeatDissipationLimitThreshold1HeatDissipationLimitThreshold1Value",
        "description": "The parameters and request body are for method: putEquipmenttopologyplanningApiV1GlobalConfigurationDataHeatDissipationLimitThreshold1HeatDissipationLimitThreshold1Value. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "heatDissipationLimitThreshold1Value",
            "in": "path",
            "required": true,
            "schema": {
              "title": "heatDissipationLimitThreshold1Value",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/equipmenttopologyplanning/api/v1/GlobalConfigurationData/HeatDissipationLimitThreshold2/{heatDissipationLimitThreshold2Value}": {
      "put": {
        "tags": [
          "GlobalConfigurationData"
        ],
        "operationId": "putEquipmenttopologyplanningApiV1GlobalConfigurationDataHeatDissipationLimitThreshold2HeatDissipationLimitThreshold2Value",
        "description": "The parameters and request body are for method: putEquipmenttopologyplanningApiV1GlobalConfigurationDataHeatDissipationLimitThreshold2HeatDissipationLimitThreshold2Value. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "heatDissipationLimitThreshold2Value",
            "in": "path",
            "required": true,
            "schema": {
              "title": "heatDissipationLimitThreshold2Value",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/equipmenttopologyplanning/api/v1/GlobalConfigurationData/SingleILASiteLabel/{singleILASiteLabelValue}": {
      "put": {
        "tags": [
          "GlobalConfigurationData"
        ],
        "operationId": "putEquipmenttopologyplanningApiV1GlobalConfigurationDataSingleILASiteLabelSingleILASiteLabelValue",
        "description": "The parameters and request body are for method: putEquipmenttopologyplanningApiV1GlobalConfigurationDataSingleILASiteLabelSingleILASiteLabelValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "singleILASiteLabelValue",
            "in": "path",
            "required": true,
            "schema": {
              "title": "singleILASiteLabelValue",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/equipmenttopologyplanning/api/v1/GlobalConfigurationData/DualILASiteLabel/{dualILASiteLabelValue}": {
      "put": {
        "tags": [
          "GlobalConfigurationData"
        ],
        "operationId": "putEquipmenttopologyplanningApiV1GlobalConfigurationDataDualILASiteLabelDualILASiteLabelValue",
        "description": "The parameters and request body are for method: putEquipmenttopologyplanningApiV1GlobalConfigurationDataDualILASiteLabelDualILASiteLabelValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "dualILASiteLabelValue",
            "in": "path",
            "required": true,
            "schema": {
              "title": "dualILASiteLabelValue",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/equipmenttopologyplanning/api/v1/GlobalConfigurationData/DgeWithSingleILASiteLabel/{dgeWithSingleILASiteLabelValue}": {
      "put": {
        "tags": [
          "GlobalConfigurationData"
        ],
        "operationId": "putEquipmenttopologyplanningApiV1GlobalConfigurationDataDgeWithSingleILASiteLabelDgeWithSingleILASiteLabelValue",
        "description": "The parameters and request body are for method: putEquipmenttopologyplanningApiV1GlobalConfigurationDataDgeWithSingleILASiteLabelDgeWithSingleILASiteLabelValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "dgeWithSingleILASiteLabelValue",
            "in": "path",
            "required": true,
            "schema": {
              "title": "dgeWithSingleILASiteLabelValue",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/equipmenttopologyplanning/api/v1/GlobalConfigurationData/DgeWithAtoZDualILAZtoASingleILASiteLabel/{dgeWithAtoZDualILAZtoASingleILASiteLabelValue}": {
      "put": {
        "tags": [
          "GlobalConfigurationData"
        ],
        "operationId": "putEquipmenttopologyplanningApiV1GlobalConfigurationDataDgeWithAtoZDualILAZtoASingleILASiteLabelDgeWithAtoZDualILAZtoASingleILASiteLabelValue",
        "description": "The parameters and request body are for method: putEquipmenttopologyplanningApiV1GlobalConfigurationDataDgeWithAtoZDualILAZtoASingleILASiteLabelDgeWithAtoZDualILAZtoASingleILASiteLabelValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "dgeWithAtoZDualILAZtoASingleILASiteLabelValue",
            "in": "path",
            "required": true,
            "schema": {
              "title": "dgeWithAtoZDualILAZtoASingleILASiteLabelValue",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/equipmenttopologyplanning/api/v1/GlobalConfigurationData/DgeWithAtoZSingleILAZtoADualILASiteLabel/{dgeWithAtoZSingleILAZtoADualILASiteLabelValue}": {
      "put": {
        "tags": [
          "GlobalConfigurationData"
        ],
        "operationId": "putEquipmenttopologyplanningApiV1GlobalConfigurationDataDgeWithAtoZSingleILAZtoADualILASiteLabelDgeWithAtoZSingleILAZtoADualILASiteLabelValue",
        "description": "The parameters and request body are for method: putEquipmenttopologyplanningApiV1GlobalConfigurationDataDgeWithAtoZSingleILAZtoADualILASiteLabelDgeWithAtoZSingleILAZtoADualILASiteLabelValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "dgeWithAtoZSingleILAZtoADualILASiteLabelValue",
            "in": "path",
            "required": true,
            "schema": {
              "title": "dgeWithAtoZSingleILAZtoADualILASiteLabelValue",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/equipmenttopologyplanning/api/v1/GlobalConfigurationData/DgeWithDualILASiteLabel/{dgeWithDualILASiteLabelValue}": {
      "put": {
        "tags": [
          "GlobalConfigurationData"
        ],
        "operationId": "putEquipmenttopologyplanningApiV1GlobalConfigurationDataDgeWithDualILASiteLabelDgeWithDualILASiteLabelValue",
        "description": "The parameters and request body are for method: putEquipmenttopologyplanningApiV1GlobalConfigurationDataDgeWithDualILASiteLabelDgeWithDualILASiteLabelValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "dgeWithDualILASiteLabelValue",
            "in": "path",
            "required": true,
            "schema": {
              "title": "dgeWithDualILASiteLabelValue",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/equipmenttopologyplanning/api/v1/GlobalConfigurationData/DefaultProfilePreferencesValue/{defaultProfilePreferencesValue}": {
      "put": {
        "tags": [
          "GlobalConfigurationData"
        ],
        "operationId": "putEquipmenttopologyplanningApiV1GlobalConfigurationDataDefaultProfilePreferencesValueDefaultProfilePreferencesValue",
        "description": "The parameters and request body are for method: putEquipmenttopologyplanningApiV1GlobalConfigurationDataDefaultProfilePreferencesValueDefaultProfilePreferencesValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "defaultProfilePreferencesValue",
            "in": "path",
            "required": true,
            "schema": {
              "title": "defaultProfilePreferencesValue",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/equipmenttopologyplanning/api/v1/HeatDissipationReport": {
      "get": {
        "tags": [
          "HeatDissipationReport"
        ],
        "operationId": "getEquipmenttopologyplanningApiV1HeatDissipationReport",
        "description": "The parameters and request body are for method: getEquipmenttopologyplanningApiV1HeatDissipationReport. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "physicalLocations",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tidNames",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nodeIdentities",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "racks",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/equipmenttopologyplanning/api/v2/PlannedData/fiberLoss": {
      "patch": {
        "tags": [
          "PlannedDataV2"
        ],
        "operationId": "patchEquipmenttopologyplanningApiV2PlannedDataFiberLoss",
        "description": "The parameters and request body are for method: patchEquipmenttopologyplanningApiV2PlannedDataFiberLoss. 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"
              }
            }
          }
        }
      },
      "get": {
        "tags": [
          "PlannedDataV2"
        ],
        "operationId": "getEquipmenttopologyplanningApiV2PlannedDataFiberLoss",
        "description": "The parameters and request body are for method: getEquipmenttopologyplanningApiV2PlannedDataFiberLoss. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "freIds",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/equipmenttopologyplanning/api/v2/PlannedData/snrData": {
      "get": {
        "tags": [
          "PlannedDataV2"
        ],
        "operationId": "getEquipmenttopologyplanningApiV2PlannedDataSnrData",
        "description": "The parameters and request body are for method: getEquipmenttopologyplanningApiV2PlannedDataSnrData. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "freIds",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/equipmenttopologyplanning/api/v2/PlannedData/snrData/file": {
      "get": {
        "tags": [
          "PlannedDataV2"
        ],
        "operationId": "getEquipmenttopologyplanningApiV2PlannedDataSnrDataFile",
        "description": "The parameters and request body are for method: getEquipmenttopologyplanningApiV2PlannedDataSnrDataFile. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "freIds",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fileType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/equipmenttopologyplanning/api/v2/PlannedData/InsertPlannedOmsSnrData": {
      "post": {
        "tags": [
          "PlannedDataV2"
        ],
        "operationId": "postEquipmenttopologyplanningApiV2PlannedDataInsertPlannedOmsSnrData",
        "description": "The parameters and request body are for method: postEquipmenttopologyplanningApiV2PlannedDataInsertPlannedOmsSnrData. 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"
              }
            }
          }
        }
      }
    },
    "/equipmenttopologyplanning/api/v2/PlannedData/InsertPlannedOmsSnrDataFromFile": {
      "post": {
        "tags": [
          "PlannedDataV2"
        ],
        "operationId": "postEquipmenttopologyplanningApiV2PlannedDataInsertPlannedOmsSnrDataFromFile",
        "description": "The parameters and request body are for method: postEquipmenttopologyplanningApiV2PlannedDataInsertPlannedOmsSnrDataFromFile. Same 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": {}
            }
          }
        }
      }
    },
    "/equipmenttopologyplanning/api/v3/PlannedData/DeletePlannedFiberData": {
      "delete": {
        "tags": [
          "PlannedDataV3"
        ],
        "operationId": "deleteEquipmenttopologyplanningApiV3PlannedDataDeletePlannedFiberData",
        "description": "The parameters and request body are for method: deleteEquipmenttopologyplanningApiV3PlannedDataDeletePlannedFiberData. Same 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": {}
            }
          }
        }
      }
    },
    "/equipmenttopologyplanning/api/v3/PlannedData/fiberLoss": {
      "get": {
        "tags": [
          "PlannedDataV3"
        ],
        "operationId": "getEquipmenttopologyplanningApiV3PlannedDataFiberLoss",
        "description": "The parameters and request body are for method: getEquipmenttopologyplanningApiV3PlannedDataFiberLoss. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "freIds",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/equipmenttopologyplanning/api/v3/PlannedData/InsertPlannedOmsSnrData": {
      "post": {
        "tags": [
          "PlannedDataV3"
        ],
        "operationId": "postEquipmenttopologyplanningApiV3PlannedDataInsertPlannedOmsSnrData",
        "description": "The parameters and request body are for method: postEquipmenttopologyplanningApiV3PlannedDataInsertPlannedOmsSnrData. 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"
              }
            }
          }
        }
      }
    },
    "/equipmenttopologyplanning/api/v3/PlannedData/InsertPlannedOmsSnrDataFromFile": {
      "post": {
        "tags": [
          "PlannedDataV3"
        ],
        "operationId": "postEquipmenttopologyplanningApiV3PlannedDataInsertPlannedOmsSnrDataFromFile",
        "description": "The parameters and request body are for method: postEquipmenttopologyplanningApiV3PlannedDataInsertPlannedOmsSnrDataFromFile. Same 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": {}
            }
          }
        }
      }
    },
    "/equipmenttopologyplanning/api/v3/PlannedData/DeletePlannedOmsSnrData/{projectId}": {
      "delete": {
        "tags": [
          "PlannedDataV3"
        ],
        "operationId": "deleteEquipmenttopologyplanningApiV3PlannedDataDeletePlannedOmsSnrDataProjectId",
        "description": "The parameters and request body are for method: deleteEquipmenttopologyplanningApiV3PlannedDataDeletePlannedOmsSnrDataProjectId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "projectId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "projectId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/equipmenttopologyplanning/api/v1/PlanningPolicies": {
      "get": {
        "tags": [
          "PlanningPolicy"
        ],
        "operationId": "getEquipmenttopologyplanningApiV1PlanningPolicies",
        "description": "The parameters and request body are for method: getEquipmenttopologyplanningApiV1PlanningPolicies. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "PlanningPolicy"
        ],
        "operationId": "postEquipmenttopologyplanningApiV1PlanningPolicies",
        "description": "The parameters and request body are for method: postEquipmenttopologyplanningApiV1PlanningPolicies. 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"
              }
            }
          }
        }
      }
    },
    "/equipmenttopologyplanning/api/v1/PlanningPolicies/{id}": {
      "get": {
        "tags": [
          "PlanningPolicy"
        ],
        "operationId": "getPolicyByGuid",
        "description": "The parameters and request body are for method: getPolicyByGuid. Same endpoint also used in methods:",
        "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": [
          "PlanningPolicy"
        ],
        "operationId": "putEquipmenttopologyplanningApiV1PlanningPoliciesId",
        "description": "The parameters and request body are for method: putEquipmenttopologyplanningApiV1PlanningPoliciesId. Same endpoint also used in methods:",
        "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": [
          "PlanningPolicy"
        ],
        "operationId": "deleteEquipmenttopologyplanningApiV1PlanningPoliciesId",
        "description": "The parameters and request body are for method: deleteEquipmenttopologyplanningApiV1PlanningPoliciesId. Same endpoint also used in methods:",
        "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": {}
            }
          }
        }
      }
    },
    "/equipmenttopologyplanning/api/v1/PostUpgrade/UpgradeProjects": {
      "post": {
        "tags": [
          "PostUpgrade"
        ],
        "operationId": "postEquipmenttopologyplanningApiV1PostUpgradeUpgradeProjects",
        "description": "The parameters and request body are for method: postEquipmenttopologyplanningApiV1PostUpgradeUpgradeProjects. Same 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"
              }
            }
          }
        }
      }
    },
    "/equipmenttopologyplanning/api/v1/ProjectEquipmentDetails/equipmentcount": {
      "get": {
        "tags": [
          "ProjectEquipmentDetails"
        ],
        "operationId": "getEquipmenttopologyplanningApiV1ProjectEquipmentDetailsEquipmentcount",
        "description": "The parameters and request body are for method: getEquipmenttopologyplanningApiV1ProjectEquipmentDetailsEquipmentcount. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "intentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "projectName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/equipmenttopologyplanning/api/v1/ProjectEquipmentDetails/equipmentdetailsdata": {
      "delete": {
        "tags": [
          "ProjectEquipmentDetails"
        ],
        "operationId": "deleteEquipmenttopologyplanningApiV1ProjectEquipmentDetailsEquipmentdetailsdata",
        "description": "The parameters and request body are for method: deleteEquipmenttopologyplanningApiV1ProjectEquipmentDetailsEquipmentdetailsdata. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "intentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "projectName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/equipmenttopologyplanning/api/v1/Reports/oms/{projectId}": {
      "get": {
        "tags": [
          "Reports"
        ],
        "operationId": "getEquipmenttopologyplanningApiV1ReportsOmsProjectId",
        "description": "The parameters and request body are for method: getEquipmenttopologyplanningApiV1ReportsOmsProjectId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "projectId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "projectId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/equipmenttopologyplanning/api/v1/Reports/equipment/{projectId}": {
      "get": {
        "tags": [
          "Reports"
        ],
        "operationId": "getEquipmenttopologyplanningApiV1ReportsEquipmentProjectId",
        "description": "The parameters and request body are for method: getEquipmenttopologyplanningApiV1ReportsEquipmentProjectId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "projectId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "projectId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/equipmenttopologyplanning/api/v1/Reports/networkReportData": {
      "get": {
        "tags": [
          "Reports"
        ],
        "operationId": "getEquipmenttopologyplanningApiV1ReportsNetworkReportData",
        "description": "The parameters and request body are for method: getEquipmenttopologyplanningApiV1ReportsNetworkReportData. Same 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": {}
            }
          }
        }
      }
    },
    "/equipmenttopologyplanning/api/v1/Reports/equipment/{projectId}/delta": {
      "get": {
        "tags": [
          "Reports"
        ],
        "operationId": "getEquipmenttopologyplanningApiV1ReportsEquipmentProjectIdDelta",
        "description": "The parameters and request body are for method: getEquipmenttopologyplanningApiV1ReportsEquipmentProjectIdDelta. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "projectId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "projectId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/equipmenttopologyplanning/api/v1/Reports/nodeandequipmentdata/{projectId}": {
      "get": {
        "tags": [
          "Reports"
        ],
        "operationId": "getEquipmenttopologyplanningApiV1ReportsNodeandequipmentdataProjectId",
        "description": "The parameters and request body are for method: getEquipmenttopologyplanningApiV1ReportsNodeandequipmentdataProjectId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "projectId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "projectId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/equipmenttopologyplanning/api/v1/Reports/importvalidation/{projectId}": {
      "get": {
        "tags": [
          "Reports"
        ],
        "operationId": "getEquipmenttopologyplanningApiV1ReportsImportvalidationProjectId",
        "description": "The parameters and request body are for method: getEquipmenttopologyplanningApiV1ReportsImportvalidationProjectId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "projectId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "projectId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/equipmenttopologyplanning/api/v1/Reports/importvalidation": {
      "get": {
        "tags": [
          "Reports"
        ],
        "operationId": "getEquipmenttopologyplanningApiV1ReportsImportvalidation",
        "description": "The parameters and request body are for method: getEquipmenttopologyplanningApiV1ReportsImportvalidation. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "projectName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/equipmenttopologyplanning/api/v1/Reports/importvalidation/{projectId}/execute": {
      "post": {
        "tags": [
          "Reports"
        ],
        "operationId": "postEquipmenttopologyplanningApiV1ReportsImportvalidationProjectIdExecute",
        "description": "The parameters and request body are for method: postEquipmenttopologyplanningApiV1ReportsImportvalidationProjectIdExecute. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "projectId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "projectId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/equipmenttopologyplanning/api/v1/Reports/importvalidation/execute": {
      "post": {
        "tags": [
          "Reports"
        ],
        "operationId": "postEquipmenttopologyplanningApiV1ReportsImportvalidationExecute",
        "description": "The parameters and request body are for method: postEquipmenttopologyplanningApiV1ReportsImportvalidationExecute. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "projectName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/licensing/api/v1/licensing/reports": {
      "get": {
        "tags": [
          "Reports"
        ],
        "operationId": "listReports",
        "description": "The parameters and request body are for method: listReports. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cursor",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "size",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Reports"
        ],
        "operationId": "createReport",
        "description": "The parameters and request body are for method: createReport. 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"
              }
            }
          }
        }
      }
    },
    "/licensing/api/v1/licensing/reports/report": {
      "get": {
        "tags": [
          "Reports"
        ],
        "operationId": "getReport",
        "description": "The parameters and request body are for method: getReport. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "reportId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "meta",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/equipmentGroups": {
      "get": {
        "tags": [
          "000NsiapiequipmentGroups"
        ],
        "operationId": "getEquipmentGroup",
        "description": "The parameters and request body are for method: getEquipmentGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ncId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "networkConstructId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "type",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "equipmentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "equipmentGroupExpectationsEquipmentIntentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "include",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "000NsiapiequipmentGroups"
        ],
        "operationId": "postEquipmentGroup",
        "description": "The parameters and request body are for method: postEquipmentGroup. 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"
              }
            }
          }
        }
      }
    },
    "/nsi/api/equipmentGroups/{equipmentGroupId}": {
      "get": {
        "tags": [
          "000NsiapiequipmentGroups"
        ],
        "operationId": "getEquipmentGroupById",
        "description": "The parameters and request body are for method: getEquipmentGroupById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentGroupId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentGroupId",
              "type": "string"
            }
          },
          {
            "name": "include",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "000NsiapiequipmentGroups"
        ],
        "operationId": "deleteEquipmentGroupById",
        "description": "The parameters and request body are for method: deleteEquipmentGroupById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentGroupId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentGroupId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/equipmentGroups/{equipmentGroupId}/equipmentGroupExpectations": {
      "get": {
        "tags": [
          "000NsiapiequipmentGroups"
        ],
        "operationId": "getEquipmentGroupExpectations",
        "description": "The parameters and request body are for method: getEquipmentGroupExpectations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentGroupId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentGroupId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "000NsiapiequipmentGroups"
        ],
        "operationId": "postEquipmentGroupExpectation",
        "description": "The parameters and request body are for method: postEquipmentGroupExpectation. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentGroupId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentGroupId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/nsi/api/equipmentGroups/{equipmentGroupId}/equipmentGroupExpectations/{equipmentGroupExpectationId}": {
      "get": {
        "tags": [
          "000NsiapiequipmentGroups"
        ],
        "operationId": "getNsiApiEquipmentGroupsEquipmentGroupIdEquipmentGroupExpectationsEquipmentGroupExpectationId",
        "description": "The parameters and request body are for method: getNsiApiEquipmentGroupsEquipmentGroupIdEquipmentGroupExpectationsEquipmentGroupExpectationId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentGroupId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentGroupId",
              "type": "string"
            }
          },
          {
            "name": "equipmentGroupExpectationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentGroupExpectationId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "000NsiapiequipmentGroups"
        ],
        "operationId": "deleteEquipmentGroupExpectationById",
        "description": "The parameters and request body are for method: deleteEquipmentGroupExpectationById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentGroupId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentGroupId",
              "type": "string"
            }
          },
          {
            "name": "equipmentGroupExpectationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentGroupExpectationId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/v2_0/equipmentGroups": {
      "get": {
        "tags": [
          "998Nsiapiv20equipmentGroups"
        ],
        "operationId": "getNsiApiV20EquipmentGroups",
        "description": "The parameters and request body are for method: getNsiApiV20EquipmentGroups. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ncId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "networkConstructId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "type",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "equipmentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "equipmentGroupExpectationsEquipmentIntentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "include",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "998Nsiapiv20equipmentGroups"
        ],
        "operationId": "postNsiApiV20EquipmentGroups",
        "description": "The parameters and request body are for method: postNsiApiV20EquipmentGroups. 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"
              }
            }
          }
        }
      }
    },
    "/nsi/api/v2_0/equipmentGroups/{equipmentGroupId}": {
      "get": {
        "tags": [
          "998Nsiapiv20equipmentGroups"
        ],
        "operationId": "getNsiApiV20EquipmentGroupsEquipmentGroupId",
        "description": "The parameters and request body are for method: getNsiApiV20EquipmentGroupsEquipmentGroupId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentGroupId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentGroupId",
              "type": "string"
            }
          },
          {
            "name": "include",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "998Nsiapiv20equipmentGroups"
        ],
        "operationId": "deleteNsiApiV20EquipmentGroupsEquipmentGroupId",
        "description": "The parameters and request body are for method: deleteNsiApiV20EquipmentGroupsEquipmentGroupId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentGroupId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentGroupId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/v2_0/equipmentGroups/{equipmentGroupId}/equipmentGroupExpectations": {
      "get": {
        "tags": [
          "998Nsiapiv20equipmentGroups"
        ],
        "operationId": "getNsiApiV20EquipmentGroupsEquipmentGroupIdEquipmentGroupExpectations",
        "description": "The parameters and request body are for method: getNsiApiV20EquipmentGroupsEquipmentGroupIdEquipmentGroupExpectations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentGroupId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentGroupId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "998Nsiapiv20equipmentGroups"
        ],
        "operationId": "postNsiApiV20EquipmentGroupsEquipmentGroupIdEquipmentGroupExpectations",
        "description": "The parameters and request body are for method: postNsiApiV20EquipmentGroupsEquipmentGroupIdEquipmentGroupExpectations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentGroupId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentGroupId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/nsi/api/v2_0/equipmentGroups/{equipmentGroupId}/equipmentGroupExpectations/{equipmentGroupExpectationId}": {
      "get": {
        "tags": [
          "998Nsiapiv20equipmentGroups"
        ],
        "operationId": "getNsiApiV20EquipmentGroupsEquipmentGroupIdEquipmentGroupExpectationsEquipmentGroupExpectationId",
        "description": "The parameters and request body are for method: getNsiApiV20EquipmentGroupsEquipmentGroupIdEquipmentGroupExpectationsEquipmentGroupExpectationId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentGroupId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentGroupId",
              "type": "string"
            }
          },
          {
            "name": "equipmentGroupExpectationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentGroupExpectationId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "998Nsiapiv20equipmentGroups"
        ],
        "operationId": "deleteNsiApiV20EquipmentGroupsEquipmentGroupIdEquipmentGroupExpectationsEquipmentGroupExpectationId",
        "description": "The parameters and request body are for method: deleteNsiApiV20EquipmentGroupsEquipmentGroupIdEquipmentGroupExpectationsEquipmentGroupExpectationId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentGroupId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentGroupId",
              "type": "string"
            }
          },
          {
            "name": "equipmentGroupExpectationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentGroupExpectationId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/v3/equipmentGroups": {
      "get": {
        "tags": [
          "997Nsiapiv3equipmentGroups"
        ],
        "operationId": "getNsiApiV3EquipmentGroups",
        "description": "The parameters and request body are for method: getNsiApiV3EquipmentGroups. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ncId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "networkConstructId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "type",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "equipmentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "equipmentGroupExpectationsEquipmentIntentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "include",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/equipmentHolders": {
      "get": {
        "tags": [
          "000NsiapiequipmentHolders"
        ],
        "operationId": "getEquipmentHolder",
        "description": "The parameters and request body are for method: getEquipmentHolder. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "networkConstructId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "networkConstructIdQuery",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/equipmentHolders/{equipmentHolderId}": {
      "get": {
        "tags": [
          "000NsiapiequipmentHolders"
        ],
        "operationId": "getEquipmentHolderById",
        "description": "The parameters and request body are for method: getEquipmentHolderById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentHolderId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentHolderId",
              "type": "string"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/v2_0/equipmentHolders": {
      "get": {
        "tags": [
          "998Nsiapiv20equipmentHolders"
        ],
        "operationId": "getNsiApiV20EquipmentHolders",
        "description": "The parameters and request body are for method: getNsiApiV20EquipmentHolders. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "networkConstructId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "networkConstructIdQuery",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/v2_0/equipmentHolders/{equipmentHolderId}": {
      "get": {
        "tags": [
          "998Nsiapiv20equipmentHolders"
        ],
        "operationId": "getNsiApiV20EquipmentHoldersEquipmentHolderId",
        "description": "The parameters and request body are for method: getNsiApiV20EquipmentHoldersEquipmentHolderId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentHolderId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentHolderId",
              "type": "string"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/v3/equipmentHolders": {
      "get": {
        "tags": [
          "997Nsiapiv3equipmentHolders"
        ],
        "operationId": "getNsiApiV3EquipmentHolders",
        "description": "The parameters and request body are for method: getNsiApiV3EquipmentHolders. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "networkConstructId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "networkConstructIdQuery",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ifd/api/clientPort": {
      "post": {
        "tags": [
          "CLIENTPORTOperations"
        ],
        "operationId": "clientPortOperation",
        "description": "The parameters and request body are for method: clientPortOperation. 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"
              }
            }
          }
        }
      }
    },
    "/ifd/api/controllerParametersSetting": {
      "get": {
        "tags": [
          "ControllerParametersSetting"
        ],
        "operationId": "getGlobalConstraints",
        "description": "The parameters and request body are for method: getGlobalConstraints. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "customerName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "ControllerParametersSetting"
        ],
        "operationId": "configGlobalConstraints",
        "description": "The parameters and request body are for method: configGlobalConstraints. 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": [
          "ControllerParametersSetting"
        ],
        "operationId": "deleteGlobalConstraints",
        "description": "The parameters and request body are for method: deleteGlobalConstraints. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "customerName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ifd/api/equipmentIntents": {
      "get": {
        "tags": [
          "EquipmentIntents"
        ],
        "operationId": "getAllEquipmentIntents",
        "description": "The parameters and request body are for method: getAllEquipmentIntents. Same 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": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "EquipmentIntents"
        ],
        "operationId": "createEquipmentIntent",
        "description": "The parameters and request body are for method: createEquipmentIntent. 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": [
          "EquipmentIntents"
        ],
        "operationId": "updateEquipmentIntent",
        "description": "The parameters and request body are for method: updateEquipmentIntent. 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"
              }
            }
          }
        }
      }
    },
    "/ifd/api/equipmentIntents/postUpgrade": {
      "post": {
        "tags": [
          "EquipmentIntents"
        ],
        "operationId": "upgradeEquipmentIntents",
        "description": "The parameters and request body are for method: upgradeEquipmentIntents. Same 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": {}
            }
          }
        }
      }
    },
    "/ifd/api/equipmentIntents/postUpgrade/projectName": {
      "post": {
        "tags": [
          "EquipmentIntents"
        ],
        "operationId": "upgradeEquipmentIntentsProjectName",
        "description": "The parameters and request body are for method: upgradeEquipmentIntentsProjectName. Same 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": {}
            }
          }
        }
      }
    },
    "/ifd/api/equipmentIntents/projectName/{projectName}": {
      "delete": {
        "tags": [
          "EquipmentIntents"
        ],
        "operationId": "deleteEquipmentIntent",
        "description": "The parameters and request body are for method: deleteEquipmentIntent. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "projectName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "projectName",
              "type": "string"
            }
          },
          {
            "name": "ignoreEquipmentProvisioning",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ifd/api/equipmentIntents/{id}": {
      "get": {
        "tags": [
          "EquipmentIntents"
        ],
        "operationId": "getEquipmentIntent",
        "description": "The parameters and request body are for method: getEquipmentIntent. Same endpoint also used in methods:",
        "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": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "EquipmentIntents"
        ],
        "operationId": "deleteIfdApiEquipmentIntentsId",
        "description": "The parameters and request body are for method: deleteIfdApiEquipmentIntentsId. Same endpoint also used in methods:",
        "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"
            }
          },
          {
            "name": "ignoreEquipmentProvisioning",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ifd/api/equipmentState/{equipmentId}": {
      "put": {
        "tags": [
          "EquipmentState"
        ],
        "operationId": "putEquipmentState",
        "description": "The parameters and request body are for method: putEquipmentState. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/ifd/api/regenPorts": {
      "get": {
        "tags": [
          "REGENPORTS"
        ],
        "operationId": "getRegenPorts",
        "description": "The parameters and request body are for method: getRegenPorts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "location",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "REGENPORTS"
        ],
        "operationId": "configRegenPorts",
        "description": "The parameters and request body are for method: configRegenPorts. 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"
              }
            }
          }
        }
      }
    },
    "/ifd/api/updatedExpectations/{intentId}": {
      "get": {
        "tags": [
          "UpdatedExpectationsResource"
        ],
        "operationId": "getUpdatedExpectations",
        "description": "The parameters and request body are for method: getUpdatedExpectations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "intentId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "intentId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ifd/api/v1/clientPort": {
      "post": {
        "tags": [
          "CLIENTPORTOperationsV1"
        ],
        "operationId": "postIfdApiV1ClientPort",
        "description": "The parameters and request body are for method: postIfdApiV1ClientPort. 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"
              }
            }
          }
        }
      }
    },
    "/ifd/api/v1/controllerParametersSetting": {
      "get": {
        "tags": [
          "ControllerParametersSettingV1"
        ],
        "operationId": "getIfdApiV1ControllerParametersSetting",
        "description": "The parameters and request body are for method: getIfdApiV1ControllerParametersSetting. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "customerName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "ControllerParametersSettingV1"
        ],
        "operationId": "putIfdApiV1ControllerParametersSetting",
        "description": "The parameters and request body are for method: putIfdApiV1ControllerParametersSetting. 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": [
          "ControllerParametersSettingV1"
        ],
        "operationId": "deleteIfdApiV1ControllerParametersSetting",
        "description": "The parameters and request body are for method: deleteIfdApiV1ControllerParametersSetting. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "customerName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ifd/api/v1/equipmentIntents": {
      "get": {
        "tags": [
          "EquipmentIntentsV1"
        ],
        "operationId": "getIfdApiV1EquipmentIntents",
        "description": "The parameters and request body are for method: getIfdApiV1EquipmentIntents. Same 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": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "EquipmentIntentsV1"
        ],
        "operationId": "postIfdApiV1EquipmentIntents",
        "description": "The parameters and request body are for method: postIfdApiV1EquipmentIntents. 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"
              }
            }
          }
        }
      }
    },
    "/ifd/api/v1/equipmentIntents/projectName/{projectName}": {
      "delete": {
        "tags": [
          "EquipmentIntentsV1"
        ],
        "operationId": "deleteIfdApiV1EquipmentIntentsProjectNameProjectName",
        "description": "The parameters and request body are for method: deleteIfdApiV1EquipmentIntentsProjectNameProjectName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "projectName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "projectName",
              "type": "string"
            }
          },
          {
            "name": "ignoreEquipmentProvisioning",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ifd/api/v1/equipmentIntents/{id}": {
      "get": {
        "tags": [
          "EquipmentIntentsV1"
        ],
        "operationId": "getIfdApiV1EquipmentIntentsId",
        "description": "The parameters and request body are for method: getIfdApiV1EquipmentIntentsId. Same endpoint also used in methods:",
        "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": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "EquipmentIntentsV1"
        ],
        "operationId": "deleteIfdApiV1EquipmentIntentsId",
        "description": "The parameters and request body are for method: deleteIfdApiV1EquipmentIntentsId. Same endpoint also used in methods:",
        "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"
            }
          },
          {
            "name": "ignoreEquipmentProvisioning",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ifd/api/v1/equipmentState/{equipmentId}": {
      "put": {
        "tags": [
          "EquipmentStateV1"
        ],
        "operationId": "putIfdApiV1EquipmentStateEquipmentId",
        "description": "The parameters and request body are for method: putIfdApiV1EquipmentStateEquipmentId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/ifd/api/v1/regenPorts": {
      "get": {
        "tags": [
          "REGENPORTSV1"
        ],
        "operationId": "getIfdApiV1RegenPorts",
        "description": "The parameters and request body are for method: getIfdApiV1RegenPorts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "location",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "REGENPORTSV1"
        ],
        "operationId": "putIfdApiV1RegenPorts",
        "description": "The parameters and request body are for method: putIfdApiV1RegenPorts. 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"
              }
            }
          }
        }
      }
    },
    "/ifd/api/v1/updatedExpectations/{intentId}": {
      "get": {
        "tags": [
          "UpdatedExpectationsResourceV1"
        ],
        "operationId": "getIfdApiV1UpdatedExpectationsIntentId",
        "description": "The parameters and request body are for method: getIfdApiV1UpdatedExpectationsIntentId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "intentId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "intentId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ifd/api/v2/equipmentIntents": {
      "get": {
        "tags": [
          "EquipmentIntentsV2"
        ],
        "operationId": "getIfdApiV2EquipmentIntents",
        "description": "The parameters and request body are for method: getIfdApiV2EquipmentIntents. Same 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": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "EquipmentIntentsV2"
        ],
        "operationId": "postIfdApiV2EquipmentIntents",
        "description": "The parameters and request body are for method: postIfdApiV2EquipmentIntents. 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": [
          "EquipmentIntentsV2"
        ],
        "operationId": "putIfdApiV2EquipmentIntents",
        "description": "The parameters and request body are for method: putIfdApiV2EquipmentIntents. 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"
              }
            }
          }
        }
      }
    },
    "/ifd/api/v2/equipmentIntents/{id}": {
      "get": {
        "tags": [
          "EquipmentIntentsV2"
        ],
        "operationId": "getIfdApiV2EquipmentIntentsId",
        "description": "The parameters and request body are for method: getIfdApiV2EquipmentIntentsId. Same endpoint also used in methods:",
        "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": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "EquipmentIntentsV2"
        ],
        "operationId": "deleteIfdApiV2EquipmentIntentsId",
        "description": "The parameters and request body are for method: deleteIfdApiV2EquipmentIntentsId. Same endpoint also used in methods:",
        "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"
            }
          },
          {
            "name": "ignoreEquipmentProvisioning",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ifd/api/v3/equipmentIntents": {
      "get": {
        "tags": [
          "EquipmentIntentsV3"
        ],
        "operationId": "getIfdApiV3EquipmentIntents",
        "description": "The parameters and request body are for method: getIfdApiV3EquipmentIntents. Same 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": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "EquipmentIntentsV3"
        ],
        "operationId": "postIfdApiV3EquipmentIntents",
        "description": "The parameters and request body are for method: postIfdApiV3EquipmentIntents. 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"
              }
            }
          }
        }
      }
    },
    "/ifd/api/v3/equipmentIntents/postUpgrade": {
      "post": {
        "tags": [
          "EquipmentIntentsV3"
        ],
        "operationId": "postIfdApiV3EquipmentIntentsPostUpgrade",
        "description": "The parameters and request body are for method: postIfdApiV3EquipmentIntentsPostUpgrade. Same 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": {}
            }
          }
        }
      }
    },
    "/ifd/api/v3/equipmentIntents/postUpgrade/projectName": {
      "post": {
        "tags": [
          "EquipmentIntentsV3"
        ],
        "operationId": "postIfdApiV3EquipmentIntentsPostUpgradeProjectName",
        "description": "The parameters and request body are for method: postIfdApiV3EquipmentIntentsPostUpgradeProjectName. Same 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": {}
            }
          }
        }
      }
    },
    "/ifd/api/v3/equipmentIntents/{id}": {
      "get": {
        "tags": [
          "EquipmentIntentsV3"
        ],
        "operationId": "getIfdApiV3EquipmentIntentsId",
        "description": "The parameters and request body are for method: getIfdApiV3EquipmentIntentsId. Same endpoint also used in methods:",
        "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": {}
            }
          }
        }
      }
    },
    "/nsi/api/equipmentStaticSpecs": {
      "get": {
        "tags": [
          "000NsiapiequipmentStaticSpecs"
        ],
        "operationId": "getEquipmentStaticSpecs",
        "description": "The parameters and request body are for method: getEquipmentStaticSpecs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "networkConstructId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "equipmentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "attributesCctPackageCctState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "include",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/equipmentStaticSpecs/{equipmentStaticSpecId}": {
      "get": {
        "tags": [
          "000NsiapiequipmentStaticSpecs"
        ],
        "operationId": "getEquipmentStaticSpec",
        "description": "The parameters and request body are for method: getEquipmentStaticSpec. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentStaticSpecId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentStaticSpecId",
              "type": "string"
            }
          },
          {
            "name": "include",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/v1/equipmentStaticSpecs": {
      "get": {
        "tags": [
          "996Nsiapiv1equipmentStaticSpecs"
        ],
        "operationId": "getNsiApiV1EquipmentStaticSpecs",
        "description": "The parameters and request body are for method: getNsiApiV1EquipmentStaticSpecs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "networkConstructId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "equipmentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "attributesCctPackageCctState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "include",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/v1/equipmentStaticSpecs/{equipmentStaticSpecId}": {
      "get": {
        "tags": [
          "996Nsiapiv1equipmentStaticSpecs"
        ],
        "operationId": "getEquipmentStaticSpecById",
        "description": "The parameters and request body are for method: getEquipmentStaticSpecById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "equipmentStaticSpecId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "equipmentStaticSpecId",
              "type": "string"
            }
          },
          {
            "name": "include",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/geored/site/status": {
      "get": {
        "tags": [
          "SiteStatus"
        ],
        "operationId": "getGeoredSiteStatus",
        "description": "The parameters and request body are for method: getGeoredSiteStatus. Same 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": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "SiteStatus"
        ],
        "operationId": "postGeoredSiteStatus",
        "description": "The parameters and request body are for method: postGeoredSiteStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "bodyParams"
            }
          }
        }
      }
    },
    "/geored/api/v1/sites": {
      "get": {
        "tags": [
          "SiteSummary"
        ],
        "operationId": "getGeoredApiV1Sites",
        "description": "The parameters and request body are for method: getGeoredApiV1Sites. Same 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": {}
            }
          }
        }
      }
    },
    "/geored/cluster/status": {
      "get": {
        "tags": [
          "ClusterStatus"
        ],
        "operationId": "getGeoredClusterStatus",
        "description": "The parameters and request body are for method: getGeoredClusterStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "clusterName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "ClusterStatus"
        ],
        "operationId": "postGeoredClusterStatus",
        "description": "The parameters and request body are for method: postGeoredClusterStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "bodyParams"
            }
          }
        }
      }
    },
    "/geored/cluster/remote-status": {
      "get": {
        "tags": [
          "ClusterRemoteStatus"
        ],
        "operationId": "getGeoredClusterRemoteStatus",
        "description": "The parameters and request body are for method: getGeoredClusterRemoteStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "clusterName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/geored/site/remotes": {
      "get": {
        "tags": [
          "SiteRemotes"
        ],
        "operationId": "getGeoredSiteRemotes",
        "description": "The parameters and request body are for method: getGeoredSiteRemotes. Same 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": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "SiteRemotes"
        ],
        "operationId": "postGeoredSiteRemotes",
        "description": "The parameters and request body are for method: postGeoredSiteRemotes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "bodyParams"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "SiteRemotes"
        ],
        "operationId": "deleteGeoredSiteRemotes",
        "description": "The parameters and request body are for method: deleteGeoredSiteRemotes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "siteId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/geored/api/v1/site/remotes/removed": {
      "get": {
        "tags": [
          "SiteRemotes"
        ],
        "operationId": "getGeoredApiV1SiteRemotesRemoved",
        "description": "The parameters and request body are for method: getGeoredApiV1SiteRemotesRemoved. Same 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": {}
            }
          }
        }
      }
    },
    "/geored/api/v1/site/remotes/removed/{id}": {
      "delete": {
        "tags": [
          "SiteRemotes"
        ],
        "operationId": "deleteGeoredApiV1SiteRemotesRemovedId",
        "description": "The parameters and request body are for method: deleteGeoredApiV1SiteRemotesRemovedId. Same endpoint also used in methods:",
        "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": {}
            }
          }
        }
      }
    },
    "/geored/api/v1/site/remotes/recovery/{id}": {
      "post": {
        "tags": [
          "SiteRemotes"
        ],
        "operationId": "postGeoredApiV1SiteRemotesRecoveryId",
        "description": "The parameters and request body are for method: postGeoredApiV1SiteRemotesRecoveryId. Same endpoint also used in methods:",
        "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"
            }
          },
          {
            "name": "type",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "SiteRemotes"
        ],
        "operationId": "deleteGeoredApiV1SiteRemotesRecoveryId",
        "description": "The parameters and request body are for method: deleteGeoredApiV1SiteRemotesRecoveryId. Same endpoint also used in methods:",
        "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": {}
            }
          }
        }
      },
      "get": {
        "tags": [
          "SiteRemotes"
        ],
        "operationId": "getGeoredApiV1SiteRemotesRecoveryId",
        "description": "The parameters and request body are for method: getGeoredApiV1SiteRemotesRecoveryId. Same endpoint also used in methods:",
        "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": {}
            }
          }
        }
      }
    },
    "/geored/site/resync": {
      "post": {
        "tags": [
          "Resync"
        ],
        "operationId": "postGeoredSiteResync",
        "description": "The parameters and request body are for method: postGeoredSiteResync. 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"
              }
            }
          }
        }
      }
    },
    "/tron/api/v1/resync": {
      "post": {
        "tags": [
          "Resync"
        ],
        "operationId": "resyncCreate",
        "description": "The parameters and request body are for method: resyncCreate. Same 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": {}
            }
          }
        }
      }
    },
    "/geored/api/v1/site/activate": {
      "post": {
        "tags": [
          "Activation"
        ],
        "operationId": "postGeoredApiV1SiteActivate",
        "description": "The parameters and request body are for method: postGeoredApiV1SiteActivate. Same 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": {}
            }
          }
        }
      },
      "get": {
        "tags": [
          "Activation"
        ],
        "operationId": "getGeoredApiV1SiteActivate",
        "description": "The parameters and request body are for method: getGeoredApiV1SiteActivate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Activation"
        ],
        "operationId": "deleteGeoredApiV1SiteActivate",
        "description": "The parameters and request body are for method: deleteGeoredApiV1SiteActivate. Same 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": {}
            }
          }
        }
      }
    },
    "/geored/api/v1/site/geo-clean": {
      "post": {
        "tags": [
          "GeoClean"
        ],
        "operationId": "postGeoredApiV1SiteGeoClean",
        "description": "The parameters and request body are for method: postGeoredApiV1SiteGeoClean. Same 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": {}
            }
          }
        }
      }
    },
    "/gcs/api/v1/config": {
      "get": {
        "tags": [
          "Config"
        ],
        "operationId": "getValue",
        "description": "The parameters and request body are for method: getValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "application",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "instance",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "partition",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "group",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sort",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tags",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "callbacks",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nofailover",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "password",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Config"
        ],
        "operationId": "postGcsApiV1Config",
        "description": "The parameters and request body are for method: postGcsApiV1Config. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "sort",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      },
      "put": {
        "tags": [
          "Config"
        ],
        "operationId": "overwriteValue",
        "description": "The parameters and request body are for method: overwriteValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "sort",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Config"
        ],
        "operationId": "updateValue",
        "description": "The parameters and request body are for method: updateValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "sort",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Config"
        ],
        "operationId": "deleteValue",
        "description": "The parameters and request body are for method: deleteValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "sort",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/gcs/api/v2/config": {
      "get": {
        "tags": [
          "ConfigV2"
        ],
        "operationId": "getGcsApiV2Config",
        "description": "The parameters and request body are for method: getGcsApiV2Config. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "application",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "instance",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "partition",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "group",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sort",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tags",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "callbacks",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nofailover",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "password",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/gcs/api/v1/callback": {
      "post": {
        "tags": [
          "Callback"
        ],
        "operationId": "addCallback",
        "description": "The parameters and request body are for method: addCallback. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "sort",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Callback"
        ],
        "operationId": "deleteCallback",
        "description": "The parameters and request body are for method: deleteCallback. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "sort",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/gcs/api/v1/inheritable": {
      "post": {
        "tags": [
          "Inheritable"
        ],
        "operationId": "addInheritable",
        "description": "The parameters and request body are for method: addInheritable. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "sort",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Inheritable"
        ],
        "operationId": "deleteInheritable",
        "description": "The parameters and request body are for method: deleteInheritable. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "sort",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/nsi/api/groups": {
      "get": {
        "tags": [
          "000Nsiapigroups"
        ],
        "operationId": "getGroups",
        "description": "The parameters and request body are for method: getGroups. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "freId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "include",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "000Nsiapigroups"
        ],
        "operationId": "postGroup",
        "description": "The parameters and request body are for method: postGroup. 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"
              }
            }
          }
        }
      }
    },
    "/nsi/api/groups/{groupId}": {
      "put": {
        "tags": [
          "000Nsiapigroups"
        ],
        "operationId": "putGroup",
        "description": "The parameters and request body are for method: putGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "groupId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "groupId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "group"
            }
          }
        }
      }
    },
    "/nsi/api/groups/{groupId}/groupPlanned": {
      "put": {
        "tags": [
          "000Nsiapigroups"
        ],
        "operationId": "putGroupPlanned",
        "description": "The parameters and request body are for method: putGroupPlanned. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "groupId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "groupId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "group"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "000Nsiapigroups"
        ],
        "operationId": "patchPlannedGroup",
        "description": "The parameters and request body are for method: patchPlannedGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "groupId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "groupId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/nsi/api/groups/{id}": {
      "get": {
        "tags": [
          "000Nsiapigroups"
        ],
        "operationId": "getGroupById",
        "description": "The parameters and request body are for method: getGroupById. Same endpoint also used in methods:",
        "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"
            }
          },
          {
            "name": "include",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "000Nsiapigroups"
        ],
        "operationId": "removeGroupById",
        "description": "The parameters and request body are for method: removeGroupById. Same endpoint also used in methods:",
        "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": {}
            }
          }
        }
      }
    },
    "/nsi/api/groups/{id}/identifiers/{identifierKey}": {
      "put": {
        "tags": [
          "000Nsiapigroups"
        ],
        "operationId": "updateIdentifier",
        "description": "The parameters and request body are for method: updateIdentifier. Same endpoint also used in methods:",
        "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"
            }
          },
          {
            "name": "identifierKey",
            "in": "path",
            "required": true,
            "schema": {
              "title": "identifierKey",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "identifier"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "000Nsiapigroups"
        ],
        "operationId": "deleteGroupIdentifiers",
        "description": "The parameters and request body are for method: deleteGroupIdentifiers. Same endpoint also used in methods:",
        "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"
            }
          },
          {
            "name": "identifierKey",
            "in": "path",
            "required": true,
            "schema": {
              "title": "identifierKey",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/groups/{id}/userData/{userDataKey}": {
      "put": {
        "tags": [
          "000Nsiapigroups"
        ],
        "operationId": "putNsiApiGroupsIdUserDataUserDataKey",
        "description": "The parameters and request body are for method: putNsiApiGroupsIdUserDataUserDataKey. Same endpoint also used in methods:",
        "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"
            }
          },
          {
            "name": "userDataKey",
            "in": "path",
            "required": true,
            "schema": {
              "title": "userDataKey",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "userDataValue": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "userDataValue": "userDataValue"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "000Nsiapigroups"
        ],
        "operationId": "deleteGroupUserData",
        "description": "The parameters and request body are for method: deleteGroupUserData. Same endpoint also used in methods:",
        "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"
            }
          },
          {
            "name": "userDataKey",
            "in": "path",
            "required": true,
            "schema": {
              "title": "userDataKey",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/v3/groups": {
      "get": {
        "tags": [
          "999Nsiapiv3groups"
        ],
        "operationId": "getNsiApiV3Groups",
        "description": "The parameters and request body are for method: getNsiApiV3Groups. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "freId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "include",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "999Nsiapiv3groups"
        ],
        "operationId": "postNsiApiV3Groups",
        "description": "The parameters and request body are for method: postNsiApiV3Groups. 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"
              }
            }
          }
        }
      }
    },
    "/nsi/api/v3/groups/{groupId}": {
      "put": {
        "tags": [
          "999Nsiapiv3groups"
        ],
        "operationId": "putNsiApiV3GroupsGroupId",
        "description": "The parameters and request body are for method: putNsiApiV3GroupsGroupId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "groupId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "groupId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "group"
            }
          }
        }
      }
    },
    "/nsi/api/v3/groups/{groupId}/groupPlanned": {
      "put": {
        "tags": [
          "999Nsiapiv3groups"
        ],
        "operationId": "putNsiApiV3GroupsGroupIdGroupPlanned",
        "description": "The parameters and request body are for method: putNsiApiV3GroupsGroupIdGroupPlanned. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "groupId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "groupId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "group"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "999Nsiapiv3groups"
        ],
        "operationId": "patchNsiApiV3GroupsGroupIdGroupPlanned",
        "description": "The parameters and request body are for method: patchNsiApiV3GroupsGroupIdGroupPlanned. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "groupId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "groupId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/nsi/api/v3/groups/{id}": {
      "get": {
        "tags": [
          "999Nsiapiv3groups"
        ],
        "operationId": "getNsiApiV3GroupsId",
        "description": "The parameters and request body are for method: getNsiApiV3GroupsId. Same endpoint also used in methods:",
        "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"
            }
          },
          {
            "name": "include",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "999Nsiapiv3groups"
        ],
        "operationId": "deleteNsiApiV3GroupsId",
        "description": "The parameters and request body are for method: deleteNsiApiV3GroupsId. Same endpoint also used in methods:",
        "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": {}
            }
          }
        }
      }
    },
    "/nsi/api/v3/groups/{id}/identifiers/{identifierKey}": {
      "put": {
        "tags": [
          "999Nsiapiv3groups"
        ],
        "operationId": "putNsiApiV3GroupsIdIdentifiersIdentifierKey",
        "description": "The parameters and request body are for method: putNsiApiV3GroupsIdIdentifiersIdentifierKey. Same endpoint also used in methods:",
        "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"
            }
          },
          {
            "name": "identifierKey",
            "in": "path",
            "required": true,
            "schema": {
              "title": "identifierKey",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "999Nsiapiv3groups"
        ],
        "operationId": "deleteNsiApiV3GroupsIdIdentifiersIdentifierKey",
        "description": "The parameters and request body are for method: deleteNsiApiV3GroupsIdIdentifiersIdentifierKey. Same endpoint also used in methods:",
        "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"
            }
          },
          {
            "name": "identifierKey",
            "in": "path",
            "required": true,
            "schema": {
              "title": "identifierKey",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/v3/groups/{id}/userData/{userDataKey}": {
      "put": {
        "tags": [
          "999Nsiapiv3groups"
        ],
        "operationId": "updateUserData",
        "description": "The parameters and request body are for method: updateUserData. Same endpoint also used in methods:",
        "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"
            }
          },
          {
            "name": "userDataKey",
            "in": "path",
            "required": true,
            "schema": {
              "title": "userDataKey",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "999Nsiapiv3groups"
        ],
        "operationId": "deleteNsiApiV3GroupsIdUserDataUserDataKey",
        "description": "The parameters and request body are for method: deleteNsiApiV3GroupsIdUserDataUserDataKey. Same endpoint also used in methods:",
        "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"
            }
          },
          {
            "name": "userDataKey",
            "in": "path",
            "required": true,
            "schema": {
              "title": "userDataKey",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/inventory-history/v1/query/{serviceId}": {
      "get": {
        "tags": [
          "InventoryHistoryv1query"
        ],
        "operationId": "getEntriesForServiceId",
        "description": "The parameters and request body are for method: getEntriesForServiceId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "serviceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "serviceId",
              "type": "string"
            }
          },
          {
            "name": "from",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "to",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterCategory",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterEventName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterUserName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "resultsPerPage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/inventory-history/v1/query/{serviceId}/timeline": {
      "get": {
        "tags": [
          "InventoryHistoryv1query"
        ],
        "operationId": "getServiceEventCounts",
        "description": "The parameters and request body are for method: getServiceEventCounts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "serviceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "serviceId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/inventory-history/v1/query/{serviceId}/{eventId}/{week}": {
      "get": {
        "tags": [
          "InventoryHistoryv1query"
        ],
        "operationId": "getServiceEvent",
        "description": "The parameters and request body are for method: getServiceEvent. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "serviceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "serviceId",
              "type": "string"
            }
          },
          {
            "name": "eventId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "eventId",
              "type": "string"
            }
          },
          {
            "name": "week",
            "in": "path",
            "required": true,
            "schema": {
              "title": "week",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/search/equipmentGroups": {
      "get": {
        "tags": [
          "EquipmentGroups"
        ],
        "operationId": "searchEquipmentGroups",
        "description": "The parameters and request body are for method: searchEquipmentGroups. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "networkConstructId",
            "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": "subType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "equipmentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "equipmentGroupExpectationsEquipmentIntentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "searchText",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "searchFields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "searchType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "resourceState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "startDateMin",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "startDateMax",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endDateMin",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endDateMax",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sortBy",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "metaDataFields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "metaDataQualifiers",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "include",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/v1/search/equipmentGroups": {
      "get": {
        "tags": [
          "EquipmentGroups"
        ],
        "operationId": "searchEquipmentGroupsV1",
        "description": "The parameters and request body are for method: searchEquipmentGroupsV1. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "networkConstructId",
            "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": "subType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "equipmentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "equipmentGroupExpectationsEquipmentIntentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "searchText",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "searchFields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "searchType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "resourceState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "startDateMin",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "startDateMax",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endDateMin",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endDateMax",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sortBy",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "metaDataFields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "metaDataQualifiers",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "include",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/search/fres": {
      "get": {
        "tags": [
          "Fres"
        ],
        "operationId": "searchFres",
        "description": "The parameters and request body are for method: searchFres. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "searchText",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "searchFields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "searchType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "resourceState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "layerRate",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "networkConstructId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "networkConstructIdOperator",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tpeId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tpeIdOperator",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "physicalNeName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "physicalNeNameOperator",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "identifierKey",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "identifierValue",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "concrete",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modelType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "bookingDataLockout",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "group",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "freType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "userLabel",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "managementName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "freExpectationsServiceIntentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "freExpectationsEquipmentIntentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "freExpectationsIntentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "freExpectationsIntentType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "signalContentType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "srlg",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "roadmLineId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endpointTpeConcrete",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "deploymentState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "active",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "directionality",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "networkRole",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "type",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "serviceClass",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "layerRateQualifier",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "serviceRate",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "supportedByFreId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "supportedByQualifier",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "supportingFreId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "customerName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sncgUserlabel",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tunnelType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ringType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ringCompleteness",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "adminState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "operationState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lqsDataStatus",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lqsDataMarginValid",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lqsDataFiberReconciled",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lqsDataFiberMethod",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lqsDataFiberDeltaAvgToPlannedLoss",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lqsDataFiberAvgLoss",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lqsDataFiberLastCalculationTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lqsDataFiberAvgLossStatus",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lqsDataFiberPlannedLoss",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lqsDataFiberPlannedLossMargin",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lqsDataFiberCurrentLoss",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lqsDataFiberCurrentLossTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lqsDataFiberCurrentLossMethod",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lqsDataMarginViableAtEol",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lqsDataPpgSnrStatus",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lqsDataPpgCategorySnrReference",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lqsDataPpgDeltaSnrReference",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lqsDataPpgStartDeltaSnrReference",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lqsDataPpgEndDeltaSnrReference",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "restorationHealthTotalExplicitRoutes",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "restorationHealthAvailableExplicitRoutes",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "restorationHealthUnavailableExplicitRoutes",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "restorationHealthAvailablePercentage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "restorationHealthUnavailablePercentage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "restorationHealthHomeAvailable",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "restorationHealthStartAvailablePercentage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "restorationHealthEndAvailablePercentage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "coroutedFreId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tags",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "displayAdminState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "displayOperationState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "displayTopologySource",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "utilizationDataTotalCapacity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "utilizationDataUsedCapacity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "utilizationDataUtilizationPercent",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "utilizationDataStartUtilizationPercent",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "utilizationDataEndUtilizationPercent",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "utilizationDataCapacityUnits",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "startDateMin",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "startDateMax",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endDateMin",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endDateMax",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "namedQuery",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "namedQueryParam1",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "relatedServices",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "domainTypes",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "resilienceLevel",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "partitionFreIds",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "decomposedFreIds",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "facilityBypass",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "childFreId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gneSubnetName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "routingConstraintsInclusionConstraintsId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "displayDeploymentState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ncTags",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "displayRecoveryCharacteristicsOnHome",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "remoteOSRPNodeName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "headOSRPNodeName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "isUsedByService",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "isDTLSetUsedAsRoutingConstraint",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "isOtdrCapable",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sourceTraceType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sourceTraceTimestamp",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "destinationTraceType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "destinationTraceTimestamp",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sourceOtdrcfgaId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sourceNcId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "destinationOtdrcfgaId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "destinationNcId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "isSubmarineLink",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ovpnIds",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "partitioningFreIds",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "internalStructure",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "exportRouteTargets",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "importRouteTargets",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nativeName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "displayName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "peerSNCIdentifier",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "interfaceNameInterfaceIP",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dailyThroughputAverageUtilization",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dailyThroughputStartAverageUtilization",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dailyThroughputEndAverageUtilization",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dailyThroughputMaxUtilization",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dailyThroughputStartMaxUtilization",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dailyThroughputEndMaxUtilization",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dailyThroughputNinetyFifthUtilization",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dailyThroughputStartNinetyFifthUtilization",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dailyThroughputEndNinetyFifthUtilization",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "weeklyThroughputAverageUtilization",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "weeklyThroughputStartAverageUtilization",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "weeklyThroughputEndAverageUtilization",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "weeklyThroughputMaxUtilization",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "weeklyThroughputStartMaxUtilization",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "weeklyThroughputEndMaxUtilization",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "weeklyThroughputNinetyFifthUtilization",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "weeklyThroughputStartNinetyFifthUtilization",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "weeklyThroughputEndNinetyFifthUtilization",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "completeness",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "misconfigured",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "destinationPrefix",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "selectedRoute",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vrfName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nextHopIp",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vrfId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "statsCollectionOperational",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dmmState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slmState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "signalingType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sourceEndPoint",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "destEndPoint",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "bindingAllocatedSid",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cfmAdminState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "color",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "displayServerRefreshState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "serviceRefreshState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "serviceRefreshStatus",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "transportPolicy",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "catalog",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "srColor",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fallback",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ringStatus",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ringState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sortBy",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "metaDataFields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "metaDataQualifiers",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "include",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Fres"
        ],
        "operationId": "searchPostFresV2",
        "description": "The parameters and request body are for method: searchPostFresV2. 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"
              }
            }
          }
        }
      }
    },
    "/nsi/api/search/fres/{freId}": {
      "get": {
        "tags": [
          "Fres"
        ],
        "operationId": "getFreById",
        "description": "The parameters and request body are for method: getFreById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "freId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "freId",
              "type": "string"
            }
          },
          {
            "name": "include",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/v1/search/fres": {
      "get": {
        "tags": [
          "Fres"
        ],
        "operationId": "searchFresV1",
        "description": "The parameters and request body are for method: searchFresV1. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "searchText",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "searchFields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "resourceState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "layerRate",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "networkConstructId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "networkConstructIdQualifier",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tpeId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tpeIdQualifier",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "identifierKey",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "identifierValue",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "concrete",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modelType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "bookingDataLockout",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "group",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "freType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "userLabel",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "managementName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "freExpectationsServiceIntentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "freExpectationsEquipmentIntentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "signalContentType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "srlg",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "roadmLineId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endpointTpeConcrete",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "deploymentState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "active",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "directionality",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "networkRole",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "type",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "serviceClass",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "layerRateQualifier",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "supportedByFreId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "supportedByQualifier",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "supportingFreId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "customerName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sncgUserlabel",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tunnelType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "adminState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "operationState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lqsDataStatus",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lqsDataMarginValid",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lqsDataFiberReconciled",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lqsDataFiberMethod",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lqsDataMarginViableAtEol",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "coroutedFreId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tags",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "displayAdminState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "displayOperationState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "displayTopologySource",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "startDateMin",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "startDateMax",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endDateMin",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endDateMax",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "namedQuery",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "domainTypes",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "resilienceLevel",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "partitionFreIds",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "decomposedFreIds",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "facilityBypass",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "childFreId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gneSubnetName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sortBy",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "metaDataFields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "metaDataQualifiers",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "include",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/v1/search/fres/{freId}": {
      "get": {
        "tags": [
          "Fres"
        ],
        "operationId": "getFreByIdV1",
        "description": "The parameters and request body are for method: getFreByIdV1. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "freId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "freId",
              "type": "string"
            }
          },
          {
            "name": "include",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/v2/search/fres": {
      "get": {
        "tags": [
          "Fres"
        ],
        "operationId": "searchFresV2",
        "description": "The parameters and request body are for method: searchFresV2. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "searchText",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "searchFields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "searchType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "resourceState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "layerRate",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "networkConstructId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "networkConstructIdOperator",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tpeId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tpeIdOperator",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "physicalNeName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "physicalNeNameOperator",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "identifierKey",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "identifierValue",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "concrete",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modelType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "bookingDataLockout",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "group",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "freType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "userLabel",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "managementName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "freExpectationsServiceIntentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "freExpectationsEquipmentIntentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "freExpectationsIntentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "freExpectationsIntentType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "signalContentType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "srlg",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "roadmLineId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endpointTpeConcrete",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "deploymentState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "active",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "directionality",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "networkRole",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "type",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "serviceClass",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "layerRateQualifier",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "serviceRate",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "supportedByFreId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "supportedByQualifier",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "supportingFreId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "customerName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sncgUserlabel",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tunnelType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ringType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ringCompleteness",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "adminState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "operationState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lqsDataStatus",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lqsDataMarginValid",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lqsDataFiberReconciled",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lqsDataFiberMethod",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lqsDataFiberDeltaAvgToPlannedLoss",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lqsDataFiberAvgLoss",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lqsDataFiberAvgLossStatus",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lqsDataFiberLastCalculationTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lqsDataFiberPlannedLoss",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lqsDataFiberPlannedLossMargin",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lqsDataFiberCurrentLoss",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lqsDataFiberCurrentLossTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lqsDataFiberCurrentLossMethod",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lqsDataMarginViableAtEol",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lqsDataPpgSnrStatus",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lqsDataPpgCategorySnrReference",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lqsDataPpgDeltaSnrReference",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lqsDataPpgStartDeltaSnrReference",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lqsDataPpgEndDeltaSnrReference",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "restorationHealthTotalExplicitRoutes",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "restorationHealthAvailableExplicitRoutes",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "restorationHealthUnavailableExplicitRoutes",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "restorationHealthAvailablePercentage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "restorationHealthUnavailablePercentage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "restorationHealthHomeAvailable",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "restorationHealthStartAvailablePercentage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "restorationHealthEndAvailablePercentage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "coroutedFreId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tags",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "displayAdminState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "displayOperationState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "displayTopologySource",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "utilizationDataTotalCapacity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "utilizationDataUsedCapacity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "utilizationDataUtilizationPercent",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "utilizationDataStartUtilizationPercent",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "utilizationDataEndUtilizationPercent",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "utilizationDataCapacityUnits",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "startDateMin",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "startDateMax",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endDateMin",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endDateMax",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "namedQuery",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "namedQueryParam1",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "relatedServices",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "domainTypes",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "resilienceLevel",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "partitionFreIds",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "decomposedFreIds",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "facilityBypass",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "childFreId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gneSubnetName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "routingConstraintsInclusionConstraintsId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "displayDeploymentState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ncTags",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "displayRecoveryCharacteristicsOnHome",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "remoteOSRPNodeName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "headOSRPNodeName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "isUsedByService",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "isDTLSetUsedAsRoutingConstraint",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "isOtdrCapable",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sourceTraceType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sourceTraceTimestamp",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "destinationTraceType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "destinationTraceTimestamp",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sourceOtdrcfgaId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sourceNcId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "destinationOtdrcfgaId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "destinationNcId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "isSubmarineLink",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ovpnIds",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "partitioningFreIds",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "internalStructure",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "exportRouteTargets",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "importRouteTargets",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nativeName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "displayName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "peerSNCIdentifier",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "interfaceNameInterfaceIP",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dailyThroughputAverageUtilization",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dailyThroughputStartAverageUtilization",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dailyThroughputEndAverageUtilization",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dailyThroughputMaxUtilization",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dailyThroughputStartMaxUtilization",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dailyThroughputEndMaxUtilization",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dailyThroughputNinetyFifthUtilization",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dailyThroughputStartNinetyFifthUtilization",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dailyThroughputEndNinetyFifthUtilization",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "weeklyThroughputAverageUtilization",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "weeklyThroughputStartAverageUtilization",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "weeklyThroughputEndAverageUtilization",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "weeklyThroughputMaxUtilization",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "weeklyThroughputStartMaxUtilization",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "weeklyThroughputEndMaxUtilization",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "weeklyThroughputNinetyFifthUtilization",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "weeklyThroughputStartNinetyFifthUtilization",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "weeklyThroughputEndNinetyFifthUtilization",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "completeness",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "misconfigured",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "destinationPrefix",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "selectedRoute",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vrfName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nextHopIp",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "vrfId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "statsCollectionOperational",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dmmState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slmState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "signalingType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sourceEndPoint",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "destEndPoint",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "bindingAllocatedSid",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cfmAdminState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "color",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "displayServerRefreshState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "serviceRefreshState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "serviceRefreshStatus",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "transportPolicy",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "catalog",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "srColor",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fallback",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ringStatus",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ringState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sortBy",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "metaDataFields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "metaDataQualifiers",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "include",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Fres"
        ],
        "operationId": "postNsiApiV2SearchFres",
        "description": "The parameters and request body are for method: postNsiApiV2SearchFres. 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"
              }
            }
          }
        }
      }
    },
    "/nsi/api/v2/search/fres/{freId}": {
      "get": {
        "tags": [
          "Fres"
        ],
        "operationId": "getFreByIdV2",
        "description": "The parameters and request body are for method: getFreByIdV2. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "freId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "freId",
              "type": "string"
            }
          },
          {
            "name": "include",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/search/groups": {
      "get": {
        "tags": [
          "Groups"
        ],
        "operationId": "searchGroups",
        "description": "The parameters and request body are for method: searchGroups. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "searchText",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "searchFields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "searchType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "parentGroup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "include",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/v1/search/groups": {
      "get": {
        "tags": [
          "Groups"
        ],
        "operationId": "getNsiApiV1SearchGroups",
        "description": "The parameters and request body are for method: getNsiApiV1SearchGroups. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "searchText",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "searchFields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "searchType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "parentGroup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "include",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/search/networkConstructs": {
      "get": {
        "tags": [
          "NetworkConstructs"
        ],
        "operationId": "searchNcs",
        "description": "The parameters and request body are for method: searchNcs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "searchText",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "searchFields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "searchType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "resourceState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sessionId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "networkConstructExpectationsEquipmentIntentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "networkConstructExpectationsServiceIntentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "physicalLocationId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "displayName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "identifierKey",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "identifierValue",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "concrete",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modelType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ipAddress",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "networkConstructType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "resourceType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "associationState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "syncState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "softwareVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nativeSoftwareVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "displaySyncState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "displayInventorySyncFailureReason",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "displayResourceState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "displayAssociationState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "subnetName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "macAddress",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "typeGroup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slteType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ssteType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "equippedSlotUtilizationTotalCapacity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "equippedSlotUtilizationUsedCapacity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "equippedSlotUtilizationPercent",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "equippedSlotStartUtilizationPercent",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "equippedSlotEndUtilizationPercent",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "equippedPluggableUtilizationTotalCapacity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "equippedPluggableUtilizationUsedCapacity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "equippedPluggableUtilizationPercent",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "equippedPluggableStartUtilizationPercent",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "equippedPluggableEndUtilizationPercent",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "inUseByServiceSlotUtilizationTotalCapacity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "inUseByServiceSlotUtilizationUsedCapacity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "inUseByServiceSlotUtilizationPercent",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "inUseByServiceSlotStartUtilizationPercent",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "inUseByServiceSlotEndUtilizationPercent",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "inUseByServicePluggableUtilizationTotalCapacity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "inUseByServicePluggableUtilizationUsedCapacity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "inUseByServicePluggableUtilizationPercent",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "inUseByServicePluggableStartUtilizationPercent",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "inUseByServicePluggableEndUtilizationPercent",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "resourcePartitionInfo",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tags",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rrConfigured",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "namedQuery",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "namedQueryParam1",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "geoDistanceQuery",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "startDateMin",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "startDateMax",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endDateMin",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endDateMax",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "associationStateQualifier",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "srlg",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "prefixSid",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "loopbackAddresses",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sortBy",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "metaDataFields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "metaLimit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "metaDataQualifiers",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "include",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/v1/search/networkConstructs": {
      "get": {
        "tags": [
          "NetworkConstructs"
        ],
        "operationId": "searchNcsV1",
        "description": "The parameters and request body are for method: searchNcsV1. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "searchText",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "searchFields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "searchType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "resourceState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sessionId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "networkConstructExpectationsEquipmentIntentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "networkConstructExpectationsServiceIntentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "physicalLocationId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "displayName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "identifierKey",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "identifierValue",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "concrete",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modelType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ipAddress",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "networkConstructType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "resourceType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "associationState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "syncState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "softwareVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "displaySyncState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "displayInventorySyncFailureReason",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "displayResourceState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "displayAssociationState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "subnetName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "macAddress",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "typeGroup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slteType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ssteType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "equippedSlotUtilizationTotalCapacity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "equippedSlotUtilizationUsedCapacity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "equippedSlotUtilizationPercent",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "equippedSlotStartUtilizationPercent",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "equippedSlotEndUtilizationPercent",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "equippedPluggableUtilizationTotalCapacity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "equippedPluggableUtilizationUsedCapacity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "equippedPluggableUtilizationPercent",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "equippedPluggableStartUtilizationPercent",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "equippedPluggableEndUtilizationPercent",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "inUseByServiceSlotUtilizationTotalCapacity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "inUseByServiceSlotUtilizationUsedCapacity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "inUseByServiceSlotUtilizationPercent",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "inUseByServiceSlotStartUtilizationPercent",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "inUseByServiceSlotEndUtilizationPercent",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "inUseByServicePluggableUtilizationTotalCapacity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "inUseByServicePluggableUtilizationUsedCapacity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "inUseByServicePluggableUtilizationPercent",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "inUseByServicePluggableStartUtilizationPercent",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "inUseByServicePluggableEndUtilizationPercent",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "resourcePartitionInfo",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tags",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rrConfigured",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "namedQuery",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "namedQueryParam1",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "geoDistanceQuery",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "startDateMin",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "startDateMax",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endDateMin",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endDateMax",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "associationStateQualifier",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "srlg",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "prefixSid",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sortBy",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "metaDataFields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "metaLimit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "metaDataQualifiers",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "include",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/v2/search/networkConstructs": {
      "get": {
        "tags": [
          "NetworkConstructs"
        ],
        "operationId": "searchNcsV2",
        "description": "The parameters and request body are for method: searchNcsV2. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "searchText",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "searchFields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "searchType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "resourceState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sessionId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "networkConstructExpectationsEquipmentIntentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "networkConstructExpectationsServiceIntentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "physicalLocationId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "displayName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "identifierKey",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "identifierValue",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "concrete",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modelType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ipAddress",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "networkConstructType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "resourceType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "associationState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "syncState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "softwareVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nativeSoftwareVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "displaySyncState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "displayInventorySyncFailureReason",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "displayResourceState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "displayAssociationState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "subnetName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "macAddress",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "typeGroup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slteType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ssteType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "equippedSlotUtilizationTotalCapacity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "equippedSlotUtilizationUsedCapacity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "equippedSlotUtilizationPercent",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "equippedSlotStartUtilizationPercent",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "equippedSlotEndUtilizationPercent",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "equippedPluggableUtilizationTotalCapacity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "equippedPluggableUtilizationUsedCapacity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "equippedPluggableUtilizationPercent",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "equippedPluggableStartUtilizationPercent",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "equippedPluggableEndUtilizationPercent",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "inUseByServiceSlotUtilizationTotalCapacity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "inUseByServiceSlotUtilizationUsedCapacity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "inUseByServiceSlotUtilizationPercent",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "inUseByServiceSlotStartUtilizationPercent",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "inUseByServiceSlotEndUtilizationPercent",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "inUseByServicePluggableUtilizationTotalCapacity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "inUseByServicePluggableUtilizationUsedCapacity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "inUseByServicePluggableUtilizationPercent",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "inUseByServicePluggableStartUtilizationPercent",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "inUseByServicePluggableEndUtilizationPercent",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "resourcePartitionInfo",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tags",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rrConfigured",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "namedQuery",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "namedQueryParam1",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "geoDistanceQuery",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "startDateMin",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "startDateMax",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endDateMin",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endDateMax",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "associationStateQualifier",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "srlg",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "siteName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "prefixSid",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "loopbackAddresses",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sortBy",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "metaDataFields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "metaLimit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "metaDataQualifiers",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "include",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/search/srlgAutoAssignableResources": {
      "get": {
        "tags": [
          "SRLG"
        ],
        "operationId": "getSrlgAssignableEntities",
        "description": "The parameters and request body are for method: getSrlgAssignableEntities. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "entityType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "riskType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "networkConstructId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/v1/search/srlgAutoAssignableResources": {
      "get": {
        "tags": [
          "SRLG"
        ],
        "operationId": "getNsiApiV1SearchSrlgAutoAssignableResources",
        "description": "The parameters and request body are for method: getNsiApiV1SearchSrlgAutoAssignableResources. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "entityType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "riskType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "networkConstructId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ifd/api/srlg": {
      "get": {
        "tags": [
          "SRLG"
        ],
        "operationId": "getSRLG",
        "description": "The parameters and request body are for method: getSRLG. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "resourceType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "isStructured",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "plannedStartTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "srlgType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "SRLG"
        ],
        "operationId": "triggerAssignmentOp",
        "description": "The parameters and request body are for method: triggerAssignmentOp. 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": [
          "SRLG"
        ],
        "operationId": "putSRLG",
        "description": "The parameters and request body are for method: putSRLG. 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"
              }
            }
          }
        }
      }
    },
    "/ifd/api/srlg/associatedSrlgs": {
      "get": {
        "tags": [
          "SRLG"
        ],
        "operationId": "getSrlgAssociations",
        "description": "The parameters and request body are for method: getSrlgAssociations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "resourceType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "srlgSource",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "includeMetaData",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ifd/api/srlg/externalSRLGs": {
      "get": {
        "tags": [
          "SRLG"
        ],
        "operationId": "getExternalSrlgsfromLabel",
        "description": "The parameters and request body are for method: getExternalSrlgsfromLabel. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "userLabel",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "isStructured",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "SRLG"
        ],
        "operationId": "triggerExternalPoolOp",
        "description": "The parameters and request body are for method: triggerExternalPoolOp. 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"
              }
            }
          }
        }
      }
    },
    "/ifd/api/srlg/externalSRLGs/{extSRLGId}": {
      "get": {
        "tags": [
          "SRLG"
        ],
        "operationId": "getExternalSrlgFromId",
        "description": "The parameters and request body are for method: getExternalSrlgFromId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "extSRLGId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "extSRLGId",
              "type": "string"
            }
          },
          {
            "name": "isStructured",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ifd/api/srlg/job/status": {
      "get": {
        "tags": [
          "SRLG"
        ],
        "operationId": "jobOpStatus",
        "description": "The parameters and request body are for method: jobOpStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "jobId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "jobType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "jobStatus",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ifd/api/srlg/job/{jobId}/details": {
      "get": {
        "tags": [
          "SRLG"
        ],
        "operationId": "jobOpStatusDetails",
        "description": "The parameters and request body are for method: jobOpStatusDetails. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "jobId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "jobId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ifd/api/srlg/srlgMismatch": {
      "get": {
        "tags": [
          "SRLG"
        ],
        "operationId": "getSrlgMismatchResources",
        "description": "The parameters and request body are for method: getSrlgMismatchResources. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ncId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "resourceType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "resourceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ifd/api/srlg/srlgMismatch/{mismatchId}/details": {
      "get": {
        "tags": [
          "SRLG"
        ],
        "operationId": "getSrlgMismatchDetails",
        "description": "The parameters and request body are for method: getSrlgMismatchDetails. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "mismatchId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "mismatchId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ifd/api/srlg/{srlgValue}/assignmentDetails": {
      "get": {
        "tags": [
          "SRLG"
        ],
        "operationId": "getResourcesFromSrlgValue",
        "description": "The parameters and request body are for method: getResourcesFromSrlgValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "srlgValue",
            "in": "path",
            "required": true,
            "schema": {
              "title": "srlgValue",
              "type": "string"
            }
          },
          {
            "name": "srlgSource",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "resourceType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "includeMetaData",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/search/tpes": {
      "get": {
        "tags": [
          "Tpes"
        ],
        "operationId": "searchTpes",
        "description": "The parameters and request body are for method: searchTpes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "searchText",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "searchFields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "searchType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "resourceState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "namedQuery",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "namedQueryParam1",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "namedQueryParam2",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "namedQueryParam3",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "networkConstructId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "physicalNeName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "identifierKey",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "identifierValue",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "concrete",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modelType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "bookingDataLockout",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "layerRate",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "adjacencyType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "active",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "location",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "locationFormat",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "structureType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "equipmentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tpeExpectationsEquipmentIntentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tpeExpectationsServiceIntentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tpeExpectationsIntentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tpeExpectationsIntentType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "startDateMin",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "startDateMax",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endDateMin",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endDateMax",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "srlg",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ipAddress",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "esiId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gneSubnetName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sortBy",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "metaDataFields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "metaDataQualifiers",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "include",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "subslot",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/v1/search/tpes": {
      "get": {
        "tags": [
          "Tpes"
        ],
        "operationId": "searchTpesV1",
        "description": "The parameters and request body are for method: searchTpesV1. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "searchText",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "searchFields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "searchType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "resourceState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "namedQuery",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "namedQueryParam1",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "namedQueryParam2",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "namedQueryParam3",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "networkConstructId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "physicalNeName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "identifierKey",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "identifierValue",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "concrete",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modelType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "bookingDataLockout",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "layerRate",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "adjacencyType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "active",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "location",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "locationFormat",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "structureType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "equipmentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tpeExpectationsEquipmentIntentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tpeExpectationsServiceIntentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tpeExpectationsIntentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tpeExpectationsIntentType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "startDateMin",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "startDateMax",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endDateMin",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endDateMax",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gneSubnetName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "srlg",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ipAddress",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "esiId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sortBy",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "metaDataFields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "metaDataQualifiers",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "include",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "subslot",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/kafkacomet/api/v1/socket": {
      "get": {
        "tags": [
          "Socket"
        ],
        "operationId": "getKafkacometApiV1Socket",
        "description": "The parameters and request body are for method: getKafkacometApiV1Socket. Same 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": {}
            }
          }
        }
      }
    },
    "/kafkacomet/api/v1/socket/{topic}": {
      "get": {
        "tags": [
          "Socket"
        ],
        "operationId": "getKafkacometApiV1SocketTopic",
        "description": "The parameters and request body are for method: getKafkacometApiV1SocketTopic. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "topic",
            "in": "path",
            "required": true,
            "schema": {
              "title": "topic",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/licensing-feature/api/v1/features/getAllLicenses": {
      "get": {
        "tags": [
          "Licenses"
        ],
        "operationId": "getAllLicenses",
        "description": "The parameters and request body are for method: getAllLicenses. Same 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": {}
            }
          }
        }
      }
    },
    "/licensing-feature/api/v1/features/getLicense": {
      "get": {
        "tags": [
          "Licenses"
        ],
        "operationId": "getLicense",
        "description": "The parameters and request body are for method: getLicense. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "commonName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "featureName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/licensing/api/v1/licensing/loadLicense": {
      "post": {
        "tags": [
          "LoadLicenseFileToLicenseServer"
        ],
        "operationId": "loadLicense",
        "description": "The parameters and request body are for method: loadLicense. Same 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": {}
            }
          }
        }
      }
    },
    "/licensing/api/v1/licensing/register": {
      "get": {
        "tags": [
          "Register"
        ],
        "operationId": "register",
        "description": "The parameters and request body are for method: register. Same 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": {}
            }
          }
        }
      }
    },
    "/tron/api/v1/register": {
      "get": {
        "tags": [
          "Register"
        ],
        "operationId": "registerList",
        "description": "The parameters and request body are for method: registerList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "search",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Register"
        ],
        "operationId": "registerCreate",
        "description": "The parameters and request body are for method: registerCreate. Same 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": {}
            }
          }
        }
      }
    },
    "/tron/api/v1/register/approve_users": {
      "post": {
        "tags": [
          "Register"
        ],
        "operationId": "registerApproveUsers",
        "description": "The parameters and request body are for method: registerApproveUsers. Same 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": {}
            }
          }
        }
      }
    },
    "/tron/api/v1/register/confirm_email": {
      "post": {
        "tags": [
          "Register"
        ],
        "operationId": "registerConfirmEmail",
        "description": "The parameters and request body are for method: registerConfirmEmail. Same 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": {}
            }
          }
        }
      }
    },
    "/tron/api/v1/register/forgot_password": {
      "post": {
        "tags": [
          "Register"
        ],
        "operationId": "registerForgotPassword",
        "description": "The parameters and request body are for method: registerForgotPassword. Same 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": {}
            }
          }
        }
      }
    },
    "/tron/api/v1/register/reject_users": {
      "post": {
        "tags": [
          "Register"
        ],
        "operationId": "registerRejectUsers",
        "description": "The parameters and request body are for method: registerRejectUsers. Same 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": {}
            }
          }
        }
      }
    },
    "/tron/api/v1/register/resend_confirmation": {
      "post": {
        "tags": [
          "Register"
        ],
        "operationId": "registerResendConfirmation",
        "description": "The parameters and request body are for method: registerResendConfirmation. Same 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": {}
            }
          }
        }
      }
    },
    "/tron/api/v1/register/set_password": {
      "post": {
        "tags": [
          "Register"
        ],
        "operationId": "registerSetPassword",
        "description": "The parameters and request body are for method: registerSetPassword. Same 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": {}
            }
          }
        }
      }
    },
    "/licensing/api/v1/licensing/reports/clients": {
      "get": {
        "tags": [
          "Clients"
        ],
        "operationId": "getClients",
        "description": "The parameters and request body are for method: getClients. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "reportId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "features",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "clients",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "partNumbers",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sortBy",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cursor",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "size",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/licensing/api/v1/licensing/reports/clients/export": {
      "get": {
        "tags": [
          "Clients"
        ],
        "operationId": "exportAllClients",
        "description": "The parameters and request body are for method: exportAllClients. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "reportId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/licensing/api/v1/licensing/reports/features": {
      "get": {
        "tags": [
          "Features"
        ],
        "operationId": "getFeatures",
        "description": "The parameters and request body are for method: getFeatures. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "reportId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "features",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "partNumbers",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sortBy",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cursor",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "size",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/licensing/api/v1/licensing/reports/features/export": {
      "get": {
        "tags": [
          "Features"
        ],
        "operationId": "exportAllFeatures",
        "description": "The parameters and request body are for method: exportAllFeatures. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "reportId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/licensing/api/v1/licensing/status": {
      "get": {
        "tags": [
          "Status"
        ],
        "operationId": "getServiceStatus",
        "description": "The parameters and request body are for method: getServiceStatus. Same 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": {}
            }
          }
        }
      }
    },
    "/licensing/api/v1/licensing/triggerHealthCheck": {
      "post": {
        "tags": [
          "Status"
        ],
        "operationId": "triggerHealthCheck",
        "description": "The parameters and request body are for method: triggerHealthCheck. Same 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": {}
            }
          }
        }
      }
    },
    "/licensing/api/v1/licensing/updateAll": {
      "post": {
        "tags": [
          "Status"
        ],
        "operationId": "updateAll",
        "description": "The parameters and request body are for method: updateAll. Same 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": {}
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/application-slices/{applicationSliceId}/add-extended-sub-domains": {
      "post": {
        "tags": [
          "ApplicationSlices"
        ],
        "operationId": "addExtendedSubDomainsToApplicationSlice",
        "description": "The parameters and request body are for method: addExtendedSubDomainsToApplicationSlice. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "applicationSliceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "applicationSliceId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "subDomains"
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/application-slices/{applicationSliceId}/remove-extended-sub-domains": {
      "post": {
        "tags": [
          "ApplicationSlices"
        ],
        "operationId": "removeExtendedSubDomainsFromApplicationSlice",
        "description": "The parameters and request body are for method: removeExtendedSubDomainsFromApplicationSlice. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "applicationSliceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "applicationSliceId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "subDomains"
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/application-slices": {
      "get": {
        "tags": [
          "ApplicationSlices"
        ],
        "operationId": "listApplicationSlices",
        "description": "The parameters and request body are for method: listApplicationSlices. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageToken",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "ApplicationSlices"
        ],
        "operationId": "headListApplicationSlices",
        "description": "The parameters and request body are for method: headListApplicationSlices. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageToken",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "ApplicationSlices"
        ],
        "operationId": "createApplicationSlice",
        "description": "The parameters and request body are for method: createApplicationSlice. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "applicationSliceRequest"
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/application-slices/count": {
      "get": {
        "tags": [
          "ApplicationSlices"
        ],
        "operationId": "countApplicationSlices",
        "description": "The parameters and request body are for method: countApplicationSlices. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "ApplicationSlices"
        ],
        "operationId": "headCountApplicationSlices",
        "description": "The parameters and request body are for method: headCountApplicationSlices. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/application-slices/{applicationSliceId}": {
      "get": {
        "tags": [
          "ApplicationSlices"
        ],
        "operationId": "getApplicationSlice",
        "description": "The parameters and request body are for method: getApplicationSlice. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "applicationSliceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "applicationSliceId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "ApplicationSlices"
        ],
        "operationId": "headGetApplicationSlice",
        "description": "The parameters and request body are for method: headGetApplicationSlice. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "applicationSliceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "applicationSliceId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "ApplicationSlices"
        ],
        "operationId": "updateApplicationSlice",
        "description": "The parameters and request body are for method: updateApplicationSlice. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "applicationSliceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "applicationSliceId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "applicationSliceRequest"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "ApplicationSlices"
        ],
        "operationId": "deleteApplicationSlice",
        "description": "The parameters and request body are for method: deleteApplicationSlice. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "applicationSliceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "applicationSliceId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "ApplicationSlices"
        ],
        "operationId": "patchApplicationSlice",
        "description": "The parameters and request body are for method: patchApplicationSlice. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "applicationSliceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "applicationSliceId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "applicationSliceRequest"
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/application-slices/{applicationSliceId}/parents": {
      "get": {
        "tags": [
          "ApplicationSlices"
        ],
        "operationId": "listParentApplicationSlices",
        "description": "The parameters and request body are for method: listParentApplicationSlices. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "applicationSliceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "applicationSliceId",
              "type": "string"
            }
          },
          {
            "name": "recursive",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageToken",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "ApplicationSlices"
        ],
        "operationId": "headListParentApplicationSlices",
        "description": "The parameters and request body are for method: headListParentApplicationSlices. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "applicationSliceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "applicationSliceId",
              "type": "string"
            }
          },
          {
            "name": "recursive",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageToken",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/application-slices/{applicationSliceId}/children": {
      "get": {
        "tags": [
          "ApplicationSlices"
        ],
        "operationId": "listChildrenApplicationSlices",
        "description": "The parameters and request body are for method: listChildrenApplicationSlices. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "applicationSliceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "applicationSliceId",
              "type": "string"
            }
          },
          {
            "name": "recursive",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageToken",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "ApplicationSlices"
        ],
        "operationId": "headListChildrenApplicationSlices",
        "description": "The parameters and request body are for method: headListChildrenApplicationSlices. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "applicationSliceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "applicationSliceId",
              "type": "string"
            }
          },
          {
            "name": "recursive",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageToken",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/application-slices/{applicationSliceId}/sub-domains": {
      "get": {
        "tags": [
          "ApplicationSlices"
        ],
        "operationId": "listApplicationSliceSubDomains",
        "description": "The parameters and request body are for method: listApplicationSliceSubDomains. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "applicationSliceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "applicationSliceId",
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageToken",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "ApplicationSlices"
        ],
        "operationId": "headListApplicationSliceSubDomains",
        "description": "The parameters and request body are for method: headListApplicationSliceSubDomains. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "applicationSliceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "applicationSliceId",
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageToken",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/application-slices/{applicationSliceId}/sub-domains/count": {
      "get": {
        "tags": [
          "ApplicationSlices"
        ],
        "operationId": "countApplicationSliceSubDomains",
        "description": "The parameters and request body are for method: countApplicationSliceSubDomains. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "applicationSliceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "applicationSliceId",
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "ApplicationSlices"
        ],
        "operationId": "headCountApplicationSliceSubDomains",
        "description": "The parameters and request body are for method: headCountApplicationSliceSubDomains. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "applicationSliceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "applicationSliceId",
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/application-slices/{applicationSliceId}/extended-sub-domains": {
      "get": {
        "tags": [
          "ApplicationSlices"
        ],
        "operationId": "listApplicationSliceExtendedSubDomains",
        "description": "The parameters and request body are for method: listApplicationSliceExtendedSubDomains. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "applicationSliceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "applicationSliceId",
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageToken",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "ApplicationSlices"
        ],
        "operationId": "headListApplicationSliceExtendedSubDomains",
        "description": "The parameters and request body are for method: headListApplicationSliceExtendedSubDomains. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "applicationSliceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "applicationSliceId",
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageToken",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/application-slices/{applicationSliceId}/extended-sub-domains/count": {
      "get": {
        "tags": [
          "ApplicationSlices"
        ],
        "operationId": "countApplicationSliceExtendedSubDomains",
        "description": "The parameters and request body are for method: countApplicationSliceExtendedSubDomains. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "applicationSliceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "applicationSliceId",
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "ApplicationSlices"
        ],
        "operationId": "headCountApplicationSliceExtendedSubDomains",
        "description": "The parameters and request body are for method: headCountApplicationSliceExtendedSubDomains. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "applicationSliceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "applicationSliceId",
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/application-slices/{applicationSliceId}/children/count": {
      "get": {
        "tags": [
          "ApplicationSlices"
        ],
        "operationId": "countChildrenApplicationSlices",
        "description": "The parameters and request body are for method: countChildrenApplicationSlices. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "applicationSliceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "applicationSliceId",
              "type": "string"
            }
          },
          {
            "name": "recursive",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "ApplicationSlices"
        ],
        "operationId": "headCountChildrenApplicationSlices",
        "description": "The parameters and request body are for method: headCountChildrenApplicationSlices. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "applicationSliceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "applicationSliceId",
              "type": "string"
            }
          },
          {
            "name": "recursive",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/application-slices/{applicationSliceId}/parents/count": {
      "get": {
        "tags": [
          "ApplicationSlices"
        ],
        "operationId": "countParentApplicationSlices",
        "description": "The parameters and request body are for method: countParentApplicationSlices. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "applicationSliceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "applicationSliceId",
              "type": "string"
            }
          },
          {
            "name": "recursive",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "ApplicationSlices"
        ],
        "operationId": "headCountParentApplicationSlices",
        "description": "The parameters and request body are for method: headCountParentApplicationSlices. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "applicationSliceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "applicationSliceId",
              "type": "string"
            }
          },
          {
            "name": "recursive",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/application-slices/{applicationSliceId}/remove-sub-domains": {
      "post": {
        "tags": [
          "ApplicationSlices"
        ],
        "operationId": "removeSubDomainsFromApplicationSlice",
        "description": "The parameters and request body are for method: removeSubDomainsFromApplicationSlice. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "applicationSliceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "applicationSliceId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "subDomains"
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/application-slices/{applicationSliceId}/add-sub-domains": {
      "post": {
        "tags": [
          "ApplicationSlices"
        ],
        "operationId": "addSubDomainsToApplicationSlice",
        "description": "The parameters and request body are for method: addSubDomainsToApplicationSlice. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "applicationSliceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "applicationSliceId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "subDomains"
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/domain-types": {
      "get": {
        "tags": [
          "DomainTypes"
        ],
        "operationId": "listDomainTypes",
        "description": "The parameters and request body are for method: listDomainTypes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageToken",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "DomainTypes"
        ],
        "operationId": "headListDomainTypes",
        "description": "The parameters and request body are for method: headListDomainTypes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageToken",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/domain-types/count": {
      "get": {
        "tags": [
          "DomainTypes"
        ],
        "operationId": "countDomainTypes",
        "description": "The parameters and request body are for method: countDomainTypes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "DomainTypes"
        ],
        "operationId": "headCountDomainTypes",
        "description": "The parameters and request body are for method: headCountDomainTypes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/domains/count": {
      "get": {
        "tags": [
          "Domains"
        ],
        "operationId": "countDomains",
        "description": "The parameters and request body are for method: countDomains. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "Domains"
        ],
        "operationId": "headCountDomains",
        "description": "The parameters and request body are for method: headCountDomains. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/domains": {
      "get": {
        "tags": [
          "Domains"
        ],
        "operationId": "listDomains",
        "description": "The parameters and request body are for method: listDomains. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageToken",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "obfuscate",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "Domains"
        ],
        "operationId": "headListDomains",
        "description": "The parameters and request body are for method: headListDomains. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageToken",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "obfuscate",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Domains"
        ],
        "operationId": "createDomain",
        "description": "The parameters and request body are for method: createDomain. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "validate",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "obfuscate",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "domainRequest"
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/domains/validate": {
      "post": {
        "tags": [
          "Domains"
        ],
        "operationId": "validateDomainCreate",
        "description": "The parameters and request body are for method: validateDomainCreate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "full",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "domainRequest"
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/domains/{domainId}": {
      "get": {
        "tags": [
          "Domains"
        ],
        "operationId": "getDomain",
        "description": "The parameters and request body are for method: getDomain. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "domainId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "domainId",
              "type": "string"
            }
          },
          {
            "name": "obfuscate",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "Domains"
        ],
        "operationId": "headGetDomain",
        "description": "The parameters and request body are for method: headGetDomain. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "domainId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "domainId",
              "type": "string"
            }
          },
          {
            "name": "obfuscate",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Domains"
        ],
        "operationId": "updateDomain",
        "description": "The parameters and request body are for method: updateDomain. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "domainId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "domainId",
              "type": "string"
            }
          },
          {
            "name": "obfuscate",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "domainRequest"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Domains"
        ],
        "operationId": "deleteDomain",
        "description": "The parameters and request body are for method: deleteDomain. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "domainId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "domainId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Domains"
        ],
        "operationId": "patchDomain",
        "description": "The parameters and request body are for method: patchDomain. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "domainId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "domainId",
              "type": "string"
            }
          },
          {
            "name": "obfuscate",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "domainRequest"
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/domains/{domainId}/products": {
      "get": {
        "tags": [
          "Domains"
        ],
        "operationId": "listProductsByDomain",
        "description": "The parameters and request body are for method: listProductsByDomain. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "domainId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "domainId",
              "type": "string"
            }
          },
          {
            "name": "includeInactive",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageToken",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "Domains"
        ],
        "operationId": "headListProductsByDomain",
        "description": "The parameters and request body are for method: headListProductsByDomain. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "domainId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "domainId",
              "type": "string"
            }
          },
          {
            "name": "includeInactive",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageToken",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/domains/{domainId}/resync": {
      "post": {
        "tags": [
          "Domains"
        ],
        "operationId": "resyncDomain",
        "description": "The parameters and request body are for method: resyncDomain. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "domainId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "domainId",
              "type": "string"
            }
          },
          {
            "name": "full",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/jobs/unclaimed/{type}": {
      "get": {
        "tags": [
          "Jobs"
        ],
        "operationId": "listUnclaimedJobs",
        "description": "The parameters and request body are for method: listUnclaimedJobs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "type",
            "in": "path",
            "required": true,
            "schema": {
              "title": "type",
              "type": "string"
            }
          },
          {
            "name": "maxWait",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "minCount",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "maxCount",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afterJobId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "Jobs"
        ],
        "operationId": "headListUnclaimedJobs",
        "description": "The parameters and request body are for method: headListUnclaimedJobs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "type",
            "in": "path",
            "required": true,
            "schema": {
              "title": "type",
              "type": "string"
            }
          },
          {
            "name": "maxWait",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "minCount",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "maxCount",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "afterJobId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/jobs/claimed/{type}/count": {
      "get": {
        "tags": [
          "Jobs"
        ],
        "operationId": "countClaimedJobs",
        "description": "The parameters and request body are for method: countClaimedJobs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "type",
            "in": "path",
            "required": true,
            "schema": {
              "title": "type",
              "type": "string"
            }
          },
          {
            "name": "state",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "Jobs"
        ],
        "operationId": "headCountClaimedJobs",
        "description": "The parameters and request body are for method: headCountClaimedJobs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "type",
            "in": "path",
            "required": true,
            "schema": {
              "title": "type",
              "type": "string"
            }
          },
          {
            "name": "state",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/jobs/claimed/{type}": {
      "get": {
        "tags": [
          "Jobs"
        ],
        "operationId": "listClaimedJobs",
        "description": "The parameters and request body are for method: listClaimedJobs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "type",
            "in": "path",
            "required": true,
            "schema": {
              "title": "type",
              "type": "string"
            }
          },
          {
            "name": "state",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageToken",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "Jobs"
        ],
        "operationId": "headListClaimedJobs",
        "description": "The parameters and request body are for method: headListClaimedJobs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "type",
            "in": "path",
            "required": true,
            "schema": {
              "title": "type",
              "type": "string"
            }
          },
          {
            "name": "state",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageToken",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/jobs/{jobId}": {
      "get": {
        "tags": [
          "Jobs"
        ],
        "operationId": "getJob",
        "description": "The parameters and request body are for method: getJob. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "jobId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "jobId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "Jobs"
        ],
        "operationId": "headGetJob",
        "description": "The parameters and request body are for method: headGetJob. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "jobId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "jobId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/jobs/{jobId}/claim": {
      "post": {
        "tags": [
          "Jobs"
        ],
        "operationId": "claimJob",
        "description": "The parameters and request body are for method: claimJob. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "jobId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "jobId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "jobClaim"
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/jobs/{jobId}/execution-status": {
      "get": {
        "tags": [
          "Jobs"
        ],
        "operationId": "checkJobOnly",
        "description": "The parameters and request body are for method: checkJobOnly. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "jobId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "jobId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "Jobs"
        ],
        "operationId": "headCheckJobOnly",
        "description": "The parameters and request body are for method: headCheckJobOnly. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "jobId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "jobId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Jobs"
        ],
        "operationId": "checkJobModify",
        "description": "The parameters and request body are for method: checkJobModify. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "jobId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "jobId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/jobs/{jobId}/progress": {
      "put": {
        "tags": [
          "Jobs"
        ],
        "operationId": "putJobProgress",
        "description": "The parameters and request body are for method: putJobProgress. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "jobId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "jobId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "jobProgress"
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/jobs/{jobId}/result": {
      "put": {
        "tags": [
          "Jobs"
        ],
        "operationId": "putJobResult",
        "description": "The parameters and request body are for method: putJobResult. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "jobId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "jobId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "jobResult"
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/jobs/{jobId}/suspended": {
      "put": {
        "tags": [
          "Jobs"
        ],
        "operationId": "putJobSuspended",
        "description": "The parameters and request body are for method: putJobSuspended. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "jobId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "jobId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "jobSuspension"
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/products": {
      "get": {
        "tags": [
          "Products"
        ],
        "operationId": "listProducts",
        "description": "The parameters and request body are for method: listProducts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "includeInactive",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageToken",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "Products"
        ],
        "operationId": "headListProducts",
        "description": "The parameters and request body are for method: headListProducts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "includeInactive",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageToken",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Products"
        ],
        "operationId": "createProduct",
        "description": "The parameters and request body are for method: createProduct. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "product"
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/products/count": {
      "get": {
        "tags": [
          "Products"
        ],
        "operationId": "countProducts",
        "description": "The parameters and request body are for method: countProducts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "includeInactive",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "Products"
        ],
        "operationId": "headCountProducts",
        "description": "The parameters and request body are for method: headCountProducts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "includeInactive",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/products/{productId}": {
      "get": {
        "tags": [
          "Products"
        ],
        "operationId": "getProduct",
        "description": "The parameters and request body are for method: getProduct. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "productId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "productId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "Products"
        ],
        "operationId": "headGetProduct",
        "description": "The parameters and request body are for method: headGetProduct. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "productId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "productId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Products"
        ],
        "operationId": "updateProduct",
        "description": "The parameters and request body are for method: updateProduct. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "productId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "productId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "product"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Products"
        ],
        "operationId": "deleteProduct",
        "description": "The parameters and request body are for method: deleteProduct. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "productId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "productId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Products"
        ],
        "operationId": "patchProduct",
        "description": "The parameters and request body are for method: patchProduct. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "productId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "productId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "product"
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/products/{productId}/resync": {
      "post": {
        "tags": [
          "Products"
        ],
        "operationId": "resyncProduct",
        "description": "The parameters and request body are for method: resyncProduct. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "productId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "productId",
              "type": "string"
            }
          },
          {
            "name": "full",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/relationships": {
      "get": {
        "tags": [
          "Relationships"
        ],
        "operationId": "listRelationships",
        "description": "The parameters and request body are for method: listRelationships. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "relationshipTypeId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "exactRelationshipTypeId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageToken",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "Relationships"
        ],
        "operationId": "headListRelationships",
        "description": "The parameters and request body are for method: headListRelationships. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "relationshipTypeId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "exactRelationshipTypeId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageToken",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Relationships"
        ],
        "operationId": "createRelationship",
        "description": "The parameters and request body are for method: createRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "relationship"
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/relationships/count": {
      "get": {
        "tags": [
          "Relationships"
        ],
        "operationId": "countRelationships",
        "description": "The parameters and request body are for method: countRelationships. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "relationshipTypeId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "exactRelationshipTypeId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "Relationships"
        ],
        "operationId": "headCountRelationships",
        "description": "The parameters and request body are for method: headCountRelationships. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "relationshipTypeId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "exactRelationshipTypeId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/relationships/unresolved": {
      "get": {
        "tags": [
          "Relationships"
        ],
        "operationId": "listUnresolvedRelationships",
        "description": "The parameters and request body are for method: listUnresolvedRelationships. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageToken",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "Relationships"
        ],
        "operationId": "headListUnresolvedRelationships",
        "description": "The parameters and request body are for method: headListUnresolvedRelationships. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageToken",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/relationships/unresolved/count": {
      "get": {
        "tags": [
          "Relationships"
        ],
        "operationId": "countUnresolvedRelationships",
        "description": "The parameters and request body are for method: countUnresolvedRelationships. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "Relationships"
        ],
        "operationId": "headCountUnresolvedRelationships",
        "description": "The parameters and request body are for method: headCountUnresolvedRelationships. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/relationships/{relationshipId}": {
      "get": {
        "tags": [
          "Relationships"
        ],
        "operationId": "getRelationship",
        "description": "The parameters and request body are for method: getRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "relationshipId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "relationshipId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "Relationships"
        ],
        "operationId": "headGetRelationship",
        "description": "The parameters and request body are for method: headGetRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "relationshipId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "relationshipId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Relationships"
        ],
        "operationId": "deleteRelationship",
        "description": "The parameters and request body are for method: deleteRelationship. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "relationshipId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "relationshipId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/resource-providers": {
      "get": {
        "tags": [
          "ResourceProviders"
        ],
        "operationId": "listResourceProviders",
        "description": "The parameters and request body are for method: listResourceProviders. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageToken",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "ResourceProviders"
        ],
        "operationId": "headListResourceProviders",
        "description": "The parameters and request body are for method: headListResourceProviders. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageToken",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "ResourceProviders"
        ],
        "operationId": "createResourceProvider",
        "description": "The parameters and request body are for method: createResourceProvider. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "resourceProviderRequest"
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/resource-providers/count": {
      "get": {
        "tags": [
          "ResourceProviders"
        ],
        "operationId": "countResourceProviders",
        "description": "The parameters and request body are for method: countResourceProviders. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "ResourceProviders"
        ],
        "operationId": "headCountResourceProviders",
        "description": "The parameters and request body are for method: headCountResourceProviders. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/resource-providers/{resourceProviderId}": {
      "get": {
        "tags": [
          "ResourceProviders"
        ],
        "operationId": "getResourceProvider",
        "description": "The parameters and request body are for method: getResourceProvider. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceProviderId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceProviderId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "ResourceProviders"
        ],
        "operationId": "headGetResourceProvider",
        "description": "The parameters and request body are for method: headGetResourceProvider. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceProviderId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceProviderId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "ResourceProviders"
        ],
        "operationId": "updateResourceProvider",
        "description": "The parameters and request body are for method: updateResourceProvider. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceProviderId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceProviderId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "resourceProviderRequest"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "ResourceProviders"
        ],
        "operationId": "deleteResourceProvider",
        "description": "The parameters and request body are for method: deleteResourceProvider. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceProviderId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceProviderId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "ResourceProviders"
        ],
        "operationId": "patchResourceProvider",
        "description": "The parameters and request body are for method: patchResourceProvider. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceProviderId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceProviderId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "resourceProviderRequest"
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/resource-providers/{resourceProviderId}/domains": {
      "get": {
        "tags": [
          "ResourceProviders"
        ],
        "operationId": "listDomainsByRp",
        "description": "The parameters and request body are for method: listDomainsByRp. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceProviderId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceProviderId",
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageToken",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "ResourceProviders"
        ],
        "operationId": "headListDomainsByRp",
        "description": "The parameters and request body are for method: headListDomainsByRp. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceProviderId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceProviderId",
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageToken",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/resource-types": {
      "get": {
        "tags": [
          "ResourceTypes"
        ],
        "operationId": "listResourceTypes",
        "description": "The parameters and request body are for method: listResourceTypes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "includeAbstract",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageToken",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "ResourceTypes"
        ],
        "operationId": "headListResourceTypes",
        "description": "The parameters and request body are for method: headListResourceTypes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "includeAbstract",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageToken",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/resource-types/{resourceTypeId}": {
      "get": {
        "tags": [
          "ResourceTypes"
        ],
        "operationId": "getResourceType",
        "description": "The parameters and request body are for method: getResourceType. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceTypeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceTypeId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "ResourceTypes"
        ],
        "operationId": "headGetResourceType",
        "description": "The parameters and request body are for method: headGetResourceType. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceTypeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceTypeId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/resource-types/count": {
      "get": {
        "tags": [
          "ResourceTypes"
        ],
        "operationId": "countResourceTypes",
        "description": "The parameters and request body are for method: countResourceTypes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "includeAbstract",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "ResourceTypes"
        ],
        "operationId": "headCountResourceTypes",
        "description": "The parameters and request body are for method: headCountResourceTypes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "includeAbstract",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/resource-types/{resourceTypeId}/products": {
      "get": {
        "tags": [
          "ResourceTypes"
        ],
        "operationId": "listProductsByResourceType",
        "description": "The parameters and request body are for method: listProductsByResourceType. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceTypeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceTypeId",
              "type": "string"
            }
          },
          {
            "name": "includeInactive",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageToken",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "ResourceTypes"
        ],
        "operationId": "headListProductsByResourceType",
        "description": "The parameters and request body are for method: headListProductsByResourceType. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceTypeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceTypeId",
              "type": "string"
            }
          },
          {
            "name": "includeInactive",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageToken",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/resources/{resourceId}": {
      "get": {
        "tags": [
          "Resources"
        ],
        "operationId": "getResource",
        "description": "The parameters and request body are for method: getResource. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceId",
              "type": "string"
            }
          },
          {
            "name": "full",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "obfuscate",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "minRevision",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "Resources"
        ],
        "operationId": "headGetResource",
        "description": "The parameters and request body are for method: headGetResource. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceId",
              "type": "string"
            }
          },
          {
            "name": "full",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "obfuscate",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "minRevision",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Resources"
        ],
        "operationId": "updateResource",
        "description": "The parameters and request body are for method: updateResource. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceId",
              "type": "string"
            }
          },
          {
            "name": "validate",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "obfuscate",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "resource"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Resources"
        ],
        "operationId": "deleteResource",
        "description": "The parameters and request body are for method: deleteResource. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceId",
              "type": "string"
            }
          },
          {
            "name": "validate",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Resources"
        ],
        "operationId": "patchResource",
        "description": "The parameters and request body are for method: patchResource. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceId",
              "type": "string"
            }
          },
          {
            "name": "validate",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "obfuscate",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "resource"
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/resources": {
      "get": {
        "tags": [
          "Resources"
        ],
        "operationId": "listResources",
        "description": "The parameters and request body are for method: listResources. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "productId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "domainId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "resourceProviderId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "resourceTypeId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "providerResourceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "exactTypeId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "subDomainId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "applicationSliceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tags",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "obfuscate",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageToken",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "Resources"
        ],
        "operationId": "headListResources",
        "description": "The parameters and request body are for method: headListResources. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "productId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "domainId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "resourceProviderId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "resourceTypeId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "providerResourceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "exactTypeId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "subDomainId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "applicationSliceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tags",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "obfuscate",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageToken",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Resources"
        ],
        "operationId": "createResource",
        "description": "The parameters and request body are for method: createResource. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "validate",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "obfuscate",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "resource"
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/resources/audit": {
      "post": {
        "tags": [
          "Resources"
        ],
        "operationId": "auditResources",
        "description": "The parameters and request body are for method: auditResources. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "productId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "domainId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "resourceProviderId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "resourceTypeId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "exactTypeId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tags",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/resources/count": {
      "get": {
        "tags": [
          "Resources"
        ],
        "operationId": "countResources",
        "description": "The parameters and request body are for method: countResources. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "productId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "domainId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "exactTypeId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "Resources"
        ],
        "operationId": "headCountResources",
        "description": "The parameters and request body are for method: headCountResources. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "productId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "domainId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "exactTypeId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/resources/count-filtered": {
      "get": {
        "tags": [
          "Resources"
        ],
        "operationId": "getBpocoreMarketApiV1ResourcesCountFiltered",
        "description": "The parameters and request body are for method: getBpocoreMarketApiV1ResourcesCountFiltered. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "productId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "domainId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "resourceProviderId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "resourceTypeId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "providerResourceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "exactTypeId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "subDomainId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "applicationSliceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tags",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "Resources"
        ],
        "operationId": "headBpocoreMarketApiV1ResourcesCountFiltered",
        "description": "The parameters and request body are for method: headBpocoreMarketApiV1ResourcesCountFiltered. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "productId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "domainId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "resourceProviderId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "resourceTypeId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "providerResourceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "exactTypeId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "subDomainId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "applicationSliceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tags",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/resources/{resourceId}/history": {
      "get": {
        "tags": [
          "Resources"
        ],
        "operationId": "listResourceHistory",
        "description": "The parameters and request body are for method: listResourceHistory. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceId",
              "type": "string"
            }
          },
          {
            "name": "after",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "before",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageToken",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "Resources"
        ],
        "operationId": "headListResourceHistory",
        "description": "The parameters and request body are for method: headListResourceHistory. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceId",
              "type": "string"
            }
          },
          {
            "name": "after",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "before",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageToken",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/resources/{resourceId}/sub-domain": {
      "put": {
        "tags": [
          "Resources"
        ],
        "operationId": "assignResourceToSubDomain",
        "description": "The parameters and request body are for method: assignResourceToSubDomain. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "subDomainInfo"
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/resources/{resourceId}/operations": {
      "get": {
        "tags": [
          "Resources"
        ],
        "operationId": "listResourceOperations",
        "description": "The parameters and request body are for method: listResourceOperations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceId",
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageToken",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "Resources"
        ],
        "operationId": "headListResourceOperations",
        "description": "The parameters and request body are for method: headListResourceOperations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceId",
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageToken",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Resources"
        ],
        "operationId": "createResourceOperation",
        "description": "The parameters and request body are for method: createResourceOperation. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "operation"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Resources"
        ],
        "operationId": "bulkDeleteResourceOperations",
        "description": "The parameters and request body are for method: bulkDeleteResourceOperations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceId",
              "type": "string"
            }
          },
          {
            "name": "beforeDate",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/resources/{resourceId}/operations/count": {
      "get": {
        "tags": [
          "Resources"
        ],
        "operationId": "countResourceOperations",
        "description": "The parameters and request body are for method: countResourceOperations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceId",
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "Resources"
        ],
        "operationId": "headCountResourceOperations",
        "description": "The parameters and request body are for method: headCountResourceOperations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceId",
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/resources/{resourceId}/operations/{operationId}": {
      "get": {
        "tags": [
          "Resources"
        ],
        "operationId": "getResourceOperation",
        "description": "The parameters and request body are for method: getResourceOperation. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceId",
              "type": "string"
            }
          },
          {
            "name": "operationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "operationId",
              "type": "string"
            }
          },
          {
            "name": "minRevision",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "Resources"
        ],
        "operationId": "headGetResourceOperation",
        "description": "The parameters and request body are for method: headGetResourceOperation. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceId",
              "type": "string"
            }
          },
          {
            "name": "operationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "operationId",
              "type": "string"
            }
          },
          {
            "name": "minRevision",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Resources"
        ],
        "operationId": "updateResourceOperation",
        "description": "The parameters and request body are for method: updateResourceOperation. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceId",
              "type": "string"
            }
          },
          {
            "name": "operationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "operationId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "operation"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Resources"
        ],
        "operationId": "deleteResourceOperation",
        "description": "The parameters and request body are for method: deleteResourceOperation. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceId",
              "type": "string"
            }
          },
          {
            "name": "operationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "operationId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Resources"
        ],
        "operationId": "patchResourceOperation",
        "description": "The parameters and request body are for method: patchResourceOperation. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceId",
              "type": "string"
            }
          },
          {
            "name": "operationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "operationId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "operation"
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/resources/{resourceId}/promote": {
      "post": {
        "tags": [
          "Resources"
        ],
        "operationId": "promoteResourceAssembly",
        "description": "The parameters and request body are for method: promoteResourceAssembly. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "resource"
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/resources/{resourceId}/operations/validate": {
      "post": {
        "tags": [
          "Resources"
        ],
        "operationId": "validateResourceOperationCreation",
        "description": "The parameters and request body are for method: validateResourceOperationCreation. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceId",
              "type": "string"
            }
          },
          {
            "name": "full",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "operation"
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/resources/{resourceId}/operations/{operationId}/validate": {
      "post": {
        "tags": [
          "Resources"
        ],
        "operationId": "validateResourceOperationChange",
        "description": "The parameters and request body are for method: validateResourceOperationChange. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceId",
              "type": "string"
            }
          },
          {
            "name": "operationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "operationId",
              "type": "string"
            }
          },
          {
            "name": "method",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "operation"
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/resources/{resourceId}/interfaces": {
      "get": {
        "tags": [
          "Resources"
        ],
        "operationId": "listResourceInterfaces",
        "description": "The parameters and request body are for method: listResourceInterfaces. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceId",
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "Resources"
        ],
        "operationId": "headListResourceInterfaces",
        "description": "The parameters and request body are for method: headListResourceInterfaces. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceId",
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/resources/{resourceId}/interfaces/count": {
      "get": {
        "tags": [
          "Resources"
        ],
        "operationId": "countResourceInterfaces",
        "description": "The parameters and request body are for method: countResourceInterfaces. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceId",
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "Resources"
        ],
        "operationId": "headCountResourceInterfaces",
        "description": "The parameters and request body are for method: headCountResourceInterfaces. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceId",
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/resources/{resourceId}/reassemble": {
      "post": {
        "tags": [
          "Resources"
        ],
        "operationId": "reassembleResourceAssembly",
        "description": "The parameters and request body are for method: reassembleResourceAssembly. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/resources/{resourceId}/dependencies": {
      "get": {
        "tags": [
          "Resources"
        ],
        "operationId": "listDependenciesOfResource",
        "description": "The parameters and request body are for method: listDependenciesOfResource. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceId",
              "type": "string"
            }
          },
          {
            "name": "recursive",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "productId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "domainId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "resourceProviderId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "resourceTypeId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "exactTypeId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "subDomainId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "applicationSliceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tags",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "obfuscate",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageToken",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "Resources"
        ],
        "operationId": "headListDependenciesOfResource",
        "description": "The parameters and request body are for method: headListDependenciesOfResource. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceId",
              "type": "string"
            }
          },
          {
            "name": "recursive",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "productId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "domainId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "resourceProviderId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "resourceTypeId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "exactTypeId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "subDomainId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "applicationSliceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tags",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "obfuscate",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageToken",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/resources/{resourceId}/dependents": {
      "get": {
        "tags": [
          "Resources"
        ],
        "operationId": "listDependentsOfResource",
        "description": "The parameters and request body are for method: listDependentsOfResource. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceId",
              "type": "string"
            }
          },
          {
            "name": "recursive",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "productId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "domainId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "resourceProviderId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "resourceTypeId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "exactTypeId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "subDomainId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "applicationSliceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tags",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "obfuscate",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageToken",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "Resources"
        ],
        "operationId": "headListDependentsOfResource",
        "description": "The parameters and request body are for method: headListDependentsOfResource. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceId",
              "type": "string"
            }
          },
          {
            "name": "recursive",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "productId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "domainId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "resourceProviderId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "resourceTypeId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "exactTypeId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "subDomainId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "applicationSliceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tags",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "obfuscate",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageToken",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/resources/{resourceId}/dependencies/count": {
      "get": {
        "tags": [
          "Resources"
        ],
        "operationId": "countDependenciesOfResource",
        "description": "The parameters and request body are for method: countDependenciesOfResource. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceId",
              "type": "string"
            }
          },
          {
            "name": "recursive",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "productId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "domainId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "resourceProviderId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "resourceTypeId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "exactTypeId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "subDomainId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "applicationSliceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tags",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "Resources"
        ],
        "operationId": "headCountDependenciesOfResource",
        "description": "The parameters and request body are for method: headCountDependenciesOfResource. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceId",
              "type": "string"
            }
          },
          {
            "name": "recursive",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "productId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "domainId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "resourceProviderId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "resourceTypeId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "exactTypeId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "subDomainId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "applicationSliceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tags",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/resources/{resourceId}/dependents/count": {
      "get": {
        "tags": [
          "Resources"
        ],
        "operationId": "countDependentsOfResource",
        "description": "The parameters and request body are for method: countDependentsOfResource. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceId",
              "type": "string"
            }
          },
          {
            "name": "recursive",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "productId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "domainId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "resourceProviderId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "resourceTypeId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "exactTypeId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "subDomainId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "applicationSliceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tags",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "Resources"
        ],
        "operationId": "headCountDependentsOfResource",
        "description": "The parameters and request body are for method: headCountDependentsOfResource. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceId",
              "type": "string"
            }
          },
          {
            "name": "recursive",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "productId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "domainId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "resourceProviderId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "resourceTypeId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "exactTypeId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "subDomainId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "applicationSliceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tags",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/resources/{resourceId}/observed": {
      "get": {
        "tags": [
          "Resources"
        ],
        "operationId": "getResourceObserved",
        "description": "The parameters and request body are for method: getResourceObserved. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceId",
              "type": "string"
            }
          },
          {
            "name": "obfuscate",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "Resources"
        ],
        "operationId": "headGetResourceObserved",
        "description": "The parameters and request body are for method: headGetResourceObserved. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceId",
              "type": "string"
            }
          },
          {
            "name": "obfuscate",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Resources"
        ],
        "operationId": "putResourceObserved",
        "description": "The parameters and request body are for method: putResourceObserved. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceId",
              "type": "string"
            }
          },
          {
            "name": "validate",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "obfuscate",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "resource"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Resources"
        ],
        "operationId": "patchResourceObserved",
        "description": "The parameters and request body are for method: patchResourceObserved. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceId",
              "type": "string"
            }
          },
          {
            "name": "validate",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "obfuscate",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "resource"
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/resources/validate": {
      "post": {
        "tags": [
          "Resources"
        ],
        "operationId": "validateResourceCreation",
        "description": "The parameters and request body are for method: validateResourceCreation. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "full",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "custom",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "resource"
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/resources/{resourceId}/validate": {
      "post": {
        "tags": [
          "Resources"
        ],
        "operationId": "validateResourceChange",
        "description": "The parameters and request body are for method: validateResourceChange. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceId",
              "type": "string"
            }
          },
          {
            "name": "method",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "custom",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "resource"
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/resources/{resourceId}/resync": {
      "post": {
        "tags": [
          "Resources"
        ],
        "operationId": "resyncResource",
        "description": "The parameters and request body are for method: resyncResource. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceId",
              "type": "string"
            }
          },
          {
            "name": "full",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/resources/{resourceId}/audit": {
      "post": {
        "tags": [
          "Resources"
        ],
        "operationId": "auditResource",
        "description": "The parameters and request body are for method: auditResource. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tron/api/v1/resources": {
      "get": {
        "tags": [
          "Resources"
        ],
        "operationId": "resourcesList",
        "description": "The parameters and request body are for method: resourcesList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "customerModifiable",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Resources"
        ],
        "operationId": "resourcesCreate",
        "description": "The parameters and request body are for method: resourcesCreate. Same 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": {}
            }
          }
        }
      }
    },
    "/tron/api/v1/resources/{uuid}": {
      "get": {
        "tags": [
          "Resources"
        ],
        "operationId": "resourcesRead",
        "description": "The parameters and request body are for method: resourcesRead. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Resources"
        ],
        "operationId": "resourcesUpdate",
        "description": "The parameters and request body are for method: resourcesUpdate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Resources"
        ],
        "operationId": "resourcesPartialUpdate",
        "description": "The parameters and request body are for method: resourcesPartialUpdate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Resources"
        ],
        "operationId": "resourcesDelete",
        "description": "The parameters and request body are for method: resourcesDelete. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/resyncs/{resyncId}": {
      "get": {
        "tags": [
          "Resyncs"
        ],
        "operationId": "getResyncStatus",
        "description": "The parameters and request body are for method: getResyncStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resyncId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resyncId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "Resyncs"
        ],
        "operationId": "headGetResyncStatus",
        "description": "The parameters and request body are for method: headGetResyncStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resyncId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resyncId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/sharing-permissions": {
      "get": {
        "tags": [
          "SharingPermissions"
        ],
        "operationId": "listSharingPermissions",
        "description": "The parameters and request body are for method: listSharingPermissions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageToken",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "SharingPermissions"
        ],
        "operationId": "headListSharingPermissions",
        "description": "The parameters and request body are for method: headListSharingPermissions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageToken",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "SharingPermissions"
        ],
        "operationId": "createSharingPermission",
        "description": "The parameters and request body are for method: createSharingPermission. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "sharingPermissionRequest"
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/sharing-permissions/count": {
      "get": {
        "tags": [
          "SharingPermissions"
        ],
        "operationId": "countSharingPermissions",
        "description": "The parameters and request body are for method: countSharingPermissions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "SharingPermissions"
        ],
        "operationId": "headCountSharingPermissions",
        "description": "The parameters and request body are for method: headCountSharingPermissions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/sharing-permissions/{sharingPermissionId}": {
      "get": {
        "tags": [
          "SharingPermissions"
        ],
        "operationId": "getSharingPermission",
        "description": "The parameters and request body are for method: getSharingPermission. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "sharingPermissionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "sharingPermissionId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "SharingPermissions"
        ],
        "operationId": "headGetSharingPermission",
        "description": "The parameters and request body are for method: headGetSharingPermission. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "sharingPermissionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "sharingPermissionId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "SharingPermissions"
        ],
        "operationId": "updateSharingPermission",
        "description": "The parameters and request body are for method: updateSharingPermission. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "sharingPermissionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "sharingPermissionId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "sharingPermissionRequest"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "SharingPermissions"
        ],
        "operationId": "deleteSharingPermission",
        "description": "The parameters and request body are for method: deleteSharingPermission. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "sharingPermissionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "sharingPermissionId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "SharingPermissions"
        ],
        "operationId": "patchSharingPermission",
        "description": "The parameters and request body are for method: patchSharingPermission. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "sharingPermissionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "sharingPermissionId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "sharingPermissionRequest"
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/sub-domains": {
      "get": {
        "tags": [
          "SubDomains"
        ],
        "operationId": "listSubDomains",
        "description": "The parameters and request body are for method: listSubDomains. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "domainId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageToken",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "SubDomains"
        ],
        "operationId": "headListSubDomains",
        "description": "The parameters and request body are for method: headListSubDomains. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "domainId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageToken",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "SubDomains"
        ],
        "operationId": "createSubDomain",
        "description": "The parameters and request body are for method: createSubDomain. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "subDomainRequest"
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/sub-domains/{subDomainId}": {
      "get": {
        "tags": [
          "SubDomains"
        ],
        "operationId": "getSubDomain",
        "description": "The parameters and request body are for method: getSubDomain. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "subDomainId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "subDomainId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "SubDomains"
        ],
        "operationId": "headGetSubDomain",
        "description": "The parameters and request body are for method: headGetSubDomain. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "subDomainId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "subDomainId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "SubDomains"
        ],
        "operationId": "updateSubDomain",
        "description": "The parameters and request body are for method: updateSubDomain. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "subDomainId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "subDomainId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "subDomainRequest"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "SubDomains"
        ],
        "operationId": "deleteSubDomain",
        "description": "The parameters and request body are for method: deleteSubDomain. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "subDomainId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "subDomainId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "SubDomains"
        ],
        "operationId": "patchSubDomain",
        "description": "The parameters and request body are for method: patchSubDomain. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "subDomainId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "subDomainId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "subDomainRequest"
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/sub-domains/{subDomainId}/containers": {
      "get": {
        "tags": [
          "SubDomains"
        ],
        "operationId": "listContainers",
        "description": "The parameters and request body are for method: listContainers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "subDomainId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "subDomainId",
              "type": "string"
            }
          },
          {
            "name": "recursive",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageToken",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "SubDomains"
        ],
        "operationId": "headListContainers",
        "description": "The parameters and request body are for method: headListContainers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "subDomainId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "subDomainId",
              "type": "string"
            }
          },
          {
            "name": "recursive",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageToken",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/sub-domains/{subDomainId}/containees": {
      "get": {
        "tags": [
          "SubDomains"
        ],
        "operationId": "listContainees",
        "description": "The parameters and request body are for method: listContainees. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "subDomainId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "subDomainId",
              "type": "string"
            }
          },
          {
            "name": "recursive",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageToken",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "SubDomains"
        ],
        "operationId": "headListContainees",
        "description": "The parameters and request body are for method: headListContainees. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "subDomainId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "subDomainId",
              "type": "string"
            }
          },
          {
            "name": "recursive",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageToken",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/sub-domains/{subDomainId}/add-resources": {
      "post": {
        "tags": [
          "SubDomains"
        ],
        "operationId": "addResourcesToSubDomain",
        "description": "The parameters and request body are for method: addResourcesToSubDomain. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "subDomainId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "subDomainId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "resources"
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/sub-domains/{subDomainId}/containees/count": {
      "get": {
        "tags": [
          "SubDomains"
        ],
        "operationId": "countContainees",
        "description": "The parameters and request body are for method: countContainees. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "subDomainId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "subDomainId",
              "type": "string"
            }
          },
          {
            "name": "recursive",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "SubDomains"
        ],
        "operationId": "headCountContainees",
        "description": "The parameters and request body are for method: headCountContainees. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "subDomainId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "subDomainId",
              "type": "string"
            }
          },
          {
            "name": "recursive",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/sub-domains/{subDomainId}/containers/count": {
      "get": {
        "tags": [
          "SubDomains"
        ],
        "operationId": "countContainers",
        "description": "The parameters and request body are for method: countContainers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "subDomainId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "subDomainId",
              "type": "string"
            }
          },
          {
            "name": "recursive",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "SubDomains"
        ],
        "operationId": "headCountContainers",
        "description": "The parameters and request body are for method: headCountContainers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "subDomainId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "subDomainId",
              "type": "string"
            }
          },
          {
            "name": "recursive",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/sub-domains/count": {
      "get": {
        "tags": [
          "SubDomains"
        ],
        "operationId": "countSubDomains",
        "description": "The parameters and request body are for method: countSubDomains. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "domainId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "SubDomains"
        ],
        "operationId": "headCountSubDomains",
        "description": "The parameters and request body are for method: headCountSubDomains. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "domainId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/tag-keys/{tagKey}/tag-values": {
      "get": {
        "tags": [
          "TagKeys"
        ],
        "operationId": "listTagValues",
        "description": "The parameters and request body are for method: listTagValues. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "tagKey",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tagKey",
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "TagKeys"
        ],
        "operationId": "headListTagValues",
        "description": "The parameters and request body are for method: headListTagValues. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "tagKey",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tagKey",
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "TagKeys"
        ],
        "operationId": "createTagValue",
        "description": "The parameters and request body are for method: createTagValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "tagKey",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tagKey",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "tagValueObject"
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/tag-keys/{tagKey}/tag-values/{tagValue}": {
      "get": {
        "tags": [
          "TagKeys"
        ],
        "operationId": "getTagValue",
        "description": "The parameters and request body are for method: getTagValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "tagKey",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tagKey",
              "type": "string"
            }
          },
          {
            "name": "tagValue",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tagValue",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "TagKeys"
        ],
        "operationId": "headGetTagValue",
        "description": "The parameters and request body are for method: headGetTagValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "tagKey",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tagKey",
              "type": "string"
            }
          },
          {
            "name": "tagValue",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tagValue",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "TagKeys"
        ],
        "operationId": "updateTagValue",
        "description": "The parameters and request body are for method: updateTagValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "tagKey",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tagKey",
              "type": "string"
            }
          },
          {
            "name": "tagValue",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tagValue",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "tagValueObject"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "TagKeys"
        ],
        "operationId": "deleteTagValue",
        "description": "The parameters and request body are for method: deleteTagValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "tagKey",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tagKey",
              "type": "string"
            }
          },
          {
            "name": "tagValue",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tagValue",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "TagKeys"
        ],
        "operationId": "patchTagValue",
        "description": "The parameters and request body are for method: patchTagValue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "tagKey",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tagKey",
              "type": "string"
            }
          },
          {
            "name": "tagValue",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tagValue",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "tagValueObject"
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/tag-keys": {
      "get": {
        "tags": [
          "TagKeys"
        ],
        "operationId": "listTagKeys",
        "description": "The parameters and request body are for method: listTagKeys. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "TagKeys"
        ],
        "operationId": "headListTagKeys",
        "description": "The parameters and request body are for method: headListTagKeys. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "TagKeys"
        ],
        "operationId": "createTagKey",
        "description": "The parameters and request body are for method: createTagKey. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "tagKeyObject"
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/tag-keys/count": {
      "get": {
        "tags": [
          "TagKeys"
        ],
        "operationId": "countTagKeys",
        "description": "The parameters and request body are for method: countTagKeys. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "TagKeys"
        ],
        "operationId": "headCountTagKeys",
        "description": "The parameters and request body are for method: headCountTagKeys. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/tag-keys/{tagKey}": {
      "get": {
        "tags": [
          "TagKeys"
        ],
        "operationId": "getTagKey",
        "description": "The parameters and request body are for method: getTagKey. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "tagKey",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tagKey",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "TagKeys"
        ],
        "operationId": "headGetTagKey",
        "description": "The parameters and request body are for method: headGetTagKey. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "tagKey",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tagKey",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "TagKeys"
        ],
        "operationId": "updateTagKey",
        "description": "The parameters and request body are for method: updateTagKey. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "tagKey",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tagKey",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "tagKeyObject"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "TagKeys"
        ],
        "operationId": "deleteTagKey",
        "description": "The parameters and request body are for method: deleteTagKey. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "tagKey",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tagKey",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "TagKeys"
        ],
        "operationId": "patchTagKey",
        "description": "The parameters and request body are for method: patchTagKey. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "tagKey",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tagKey",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "tagKeyObject"
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/tag-keys/{tagKey}/tag-values/count": {
      "get": {
        "tags": [
          "TagKeys"
        ],
        "operationId": "countTagValues",
        "description": "The parameters and request body are for method: countTagValues. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "tagKey",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tagKey",
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "TagKeys"
        ],
        "operationId": "headCountTagValues",
        "description": "The parameters and request body are for method: headCountTagValues. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "tagKey",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tagKey",
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/tenants/resync": {
      "post": {
        "tags": [
          "Tenants"
        ],
        "operationId": "resyncTenants",
        "description": "The parameters and request body are for method: resyncTenants. Same 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": {}
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/tenants/{tenantId}": {
      "get": {
        "tags": [
          "Tenants"
        ],
        "operationId": "getTenant",
        "description": "The parameters and request body are for method: getTenant. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "tenantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tenantId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "Tenants"
        ],
        "operationId": "headGetTenant",
        "description": "The parameters and request body are for method: headGetTenant. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "tenantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tenantId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tron/api/v1/tenants": {
      "get": {
        "tags": [
          "Tenants"
        ],
        "operationId": "tenantsList",
        "description": "The parameters and request body are for method: tenantsList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "isMaster",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "isActive",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "displayName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "displayNameContains",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "displayNameStartswith",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "search",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Tenants"
        ],
        "operationId": "tenantsCreate",
        "description": "The parameters and request body are for method: tenantsCreate. Same 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": {}
            }
          }
        }
      }
    },
    "/tron/api/v1/tenants/{uuid}": {
      "get": {
        "tags": [
          "Tenants"
        ],
        "operationId": "tenantsRead",
        "description": "The parameters and request body are for method: tenantsRead. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Tenants"
        ],
        "operationId": "tenantsUpdate",
        "description": "The parameters and request body are for method: tenantsUpdate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Tenants"
        ],
        "operationId": "tenantsPartialUpdate",
        "description": "The parameters and request body are for method: tenantsPartialUpdate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/type-artifacts/realm": {
      "get": {
        "tags": [
          "TypeArtifacts"
        ],
        "operationId": "getTypeLayerVersion",
        "description": "The parameters and request body are for method: getTypeLayerVersion. Same 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": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "TypeArtifacts"
        ],
        "operationId": "headGetTypeLayerVersion",
        "description": "The parameters and request body are for method: headGetTypeLayerVersion. Same 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": {}
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/type-artifacts": {
      "get": {
        "tags": [
          "TypeArtifacts"
        ],
        "operationId": "listTypeArtifacts",
        "description": "The parameters and request body are for method: listTypeArtifacts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageToken",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "TypeArtifacts"
        ],
        "operationId": "headListTypeArtifacts",
        "description": "The parameters and request body are for method: headListTypeArtifacts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageToken",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/type-artifacts/count": {
      "get": {
        "tags": [
          "TypeArtifacts"
        ],
        "operationId": "countTypeArtifacts",
        "description": "The parameters and request body are for method: countTypeArtifacts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "TypeArtifacts"
        ],
        "operationId": "headCountTypeArtifacts",
        "description": "The parameters and request body are for method: headCountTypeArtifacts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/type-artifacts/realm/validate": {
      "post": {
        "tags": [
          "TypeArtifacts"
        ],
        "operationId": "validateDefinitionRealm",
        "description": "The parameters and request body are for method: validateDefinitionRealm. Same 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": {}
            }
          }
        }
      }
    },
    "/bpocore/market/api/v1/type-artifacts/{typeArtifactUri}": {
      "get": {
        "tags": [
          "TypeArtifacts"
        ],
        "operationId": "getTypeArtifact",
        "description": "The parameters and request body are for method: getTypeArtifact. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "typeArtifactUri",
            "in": "path",
            "required": true,
            "schema": {
              "title": "typeArtifactUri",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "TypeArtifacts"
        ],
        "operationId": "headGetTypeArtifact",
        "description": "The parameters and request body are for method: headGetTypeArtifact. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "typeArtifactUri",
            "in": "path",
            "required": true,
            "schema": {
              "title": "typeArtifactUri",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/configmgmt/api/v1/backupImages": {
      "get": {
        "tags": [
          "ConfigurationDetailsV1"
        ],
        "operationId": "getAllBackupImages",
        "description": "The parameters and request body are for method: getAllBackupImages. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nename",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "netype",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/configmgmt/api/v1/backupRestoreStatus": {
      "get": {
        "tags": [
          "ConfigurationDetailsV1"
        ],
        "operationId": "getNeBackupRestoreStatus",
        "description": "The parameters and request body are for method: getNeBackupRestoreStatus. Same 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": {}
            }
          }
        }
      }
    },
    "/configmgmt/api/v1/batches": {
      "get": {
        "tags": [
          "BatchManagementV1"
        ],
        "operationId": "getAllConfigMgmtBatches",
        "description": "The parameters and request body are for method: getAllConfigMgmtBatches. Same 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": {}
            }
          }
        }
      }
    },
    "/configmgmt/api/v1/batches/{batchId}": {
      "get": {
        "tags": [
          "BatchManagementV1"
        ],
        "operationId": "getConfigMgmtBatch",
        "description": "The parameters and request body are for method: getConfigMgmtBatch. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "batchId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "batchId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "BatchManagementV1"
        ],
        "operationId": "updateBatches",
        "description": "The parameters and request body are for method: updateBatches. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "batchId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "batchId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/configmgmt/api/v1/deleteBatch": {
      "post": {
        "tags": [
          "BatchManagementV1"
        ],
        "operationId": "deleteConfigMgmtBatch",
        "description": "The parameters and request body are for method: deleteConfigMgmtBatch. 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"
              }
            }
          }
        }
      }
    },
    "/configmgmt/api/v1/nes/{batchId}": {
      "get": {
        "tags": [
          "BatchManagementV1"
        ],
        "operationId": "getBatchedNes",
        "description": "The parameters and request body are for method: getBatchedNes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "batchId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "batchId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/configmgmt/api/v1/bgpconfiguration/{nename}": {
      "get": {
        "tags": [
          "ProvisionBGPNodalCommissioning"
        ],
        "operationId": "getBGPConfiguration",
        "description": "The parameters and request body are for method: getBGPConfiguration. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nename",
            "in": "path",
            "required": true,
            "schema": {
              "title": "nename",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/configmgmt/api/v1/bgpsessions": {
      "post": {
        "tags": [
          "CreateEditBGPSessionV1"
        ],
        "operationId": "createBGPSession",
        "description": "The parameters and request body are for method: createBGPSession. 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"
              }
            }
          }
        }
      }
    },
    "/configmgmt/api/v1/bulkOperations/assignSegmentIdentifier": {
      "post": {
        "tags": [
          "000Configmgmtapiv1bulkOperations"
        ],
        "operationId": "assignSegmentIdentifier",
        "description": "The parameters and request body are for method: assignSegmentIdentifier. Same 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": {}
            }
          }
        }
      }
    },
    "/configmgmt/api/v1/bulkOperations/getNEResourcesOfOperation": {
      "get": {
        "tags": [
          "000Configmgmtapiv1bulkOperations"
        ],
        "operationId": "retrieveNEResourcesOfOperation",
        "description": "The parameters and request body are for method: retrieveNEResourcesOfOperation. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "operationType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "startTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sortBy",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "metaDataFields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/configmgmt/api/v1/bulkOperations/getProgressOfOperation": {
      "get": {
        "tags": [
          "000Configmgmtapiv1bulkOperations"
        ],
        "operationId": "retrieveProgressStatusOfOperations",
        "description": "The parameters and request body are for method: retrieveProgressStatusOfOperations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "operationType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "startTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/configmgmt/api/v1/bulkOperations/getStatusOfOperations": {
      "get": {
        "tags": [
          "000Configmgmtapiv1bulkOperations"
        ],
        "operationId": "retrieveStatusOfOperations",
        "description": "The parameters and request body are for method: retrieveStatusOfOperations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "type",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "state",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fromRecentOperationTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "toRecentOperationTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sortBy",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "metaDataFields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/configmgmt/api/v1/commissioning": {
      "get": {
        "tags": [
          "CommissioningV1"
        ],
        "operationId": "getCommissioningSettings",
        "description": "The parameters and request body are for method: getCommissioningSettings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "functionParam",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "neNames",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "typeGroup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "resourceType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ipAddress",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "metaDataFields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sortBy",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "CommissioningV1"
        ],
        "operationId": "applyFunctionAndProfile",
        "description": "The parameters and request body are for method: applyFunctionAndProfile. 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"
              }
            }
          }
        }
      }
    },
    "/configmgmt/api/v1/commissioning/{functionParam}/remove": {
      "post": {
        "tags": [
          "CommissioningV1"
        ],
        "operationId": "deleteCommissioningRequest",
        "description": "The parameters and request body are for method: deleteCommissioningRequest. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "functionParam",
            "in": "path",
            "required": true,
            "schema": {
              "title": "functionParam",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/configmgmt/api/v1/commissioningFunctions": {
      "get": {
        "tags": [
          "CommissioningFunctionsV1"
        ],
        "operationId": "getCommissioningFunctions",
        "description": "The parameters and request body are for method: getCommissioningFunctions. Same 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": {}
            }
          }
        }
      }
    },
    "/configmgmt/api/v1/commissioningFunctions/profileMetaData": {
      "get": {
        "tags": [
          "CommissioningFunctionsV1"
        ],
        "operationId": "getCommissioningProfileMetaDataForFunction",
        "description": "The parameters and request body are for method: getCommissioningProfileMetaDataForFunction. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "functionParam",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "typeGroups",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/configmgmt/api/v1/commissioningProfiles": {
      "get": {
        "tags": [
          "CommissioningProfilesV1"
        ],
        "operationId": "getCommissioningProfiles",
        "description": "The parameters and request body are for method: getCommissioningProfiles. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "searchText",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "searchFields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "typeGroups",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "functionParam",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "profileName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "description",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "profileType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sortBy",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "metaDataFields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "CommissioningProfilesV1"
        ],
        "operationId": "createCommissioningProfile",
        "description": "The parameters and request body are for method: createCommissioningProfile. 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"
              }
            }
          }
        }
      }
    },
    "/configmgmt/api/v1/commissioningProfiles/{commissioningProfileId}": {
      "delete": {
        "tags": [
          "CommissioningProfilesV1"
        ],
        "operationId": "deleteCommissioningProfile",
        "description": "The parameters and request body are for method: deleteCommissioningProfile. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "commissioningProfileId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "commissioningProfileId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "CommissioningProfilesV1"
        ],
        "operationId": "updateCommissioningProfile",
        "description": "The parameters and request body are for method: updateCommissioningProfile. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "commissioningProfileId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "commissioningProfileId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/configmgmt/api/v1/customScripts": {
      "get": {
        "tags": [
          "CustomScriptsV1"
        ],
        "operationId": "getCustomScripts",
        "description": "The parameters and request body are for method: getCustomScripts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "typeGroup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "protocolType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "CustomScriptsV1"
        ],
        "operationId": "uploadCustomScript",
        "description": "The parameters and request body are for method: uploadCustomScript. Same 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": {}
            }
          }
        }
      }
    },
    "/configmgmt/api/v1/customScripts/scriptStatus": {
      "get": {
        "tags": [
          "CustomScriptsV1"
        ],
        "operationId": "getCustomScriptsStatus",
        "description": "The parameters and request body are for method: getCustomScriptsStatus. Same 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": {}
            }
          }
        }
      }
    },
    "/configmgmt/api/v1/customScripts/{id}": {
      "get": {
        "tags": [
          "CustomScriptsV1"
        ],
        "operationId": "downloadCustomScript",
        "description": "The parameters and request body are for method: downloadCustomScript. Same endpoint also used in methods:",
        "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": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CustomScriptsV1"
        ],
        "operationId": "deleteCustomScript",
        "description": "The parameters and request body are for method: deleteCustomScript. Same endpoint also used in methods:",
        "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": {}
            }
          }
        }
      }
    },
    "/configmgmt/api/v1/doc": {
      "get": {
        "tags": [
          "DOCV1"
        ],
        "operationId": "getDOCs",
        "description": "The parameters and request body are for method: getDOCs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "networkConstructNames",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "DOCV1"
        ],
        "operationId": "editDOCs",
        "description": "The parameters and request body are for method: editDOCs. 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"
              }
            }
          }
        }
      }
    },
    "/configmgmt/api/v1/jobs": {
      "get": {
        "tags": [
          "NetworkElementConfigurationJobManagementV1"
        ],
        "operationId": "getAllConfigMgmtJobs",
        "description": "The parameters and request body are for method: getAllConfigMgmtJobs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "scriptName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cmdFileName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "NetworkElementConfigurationJobManagementV1"
        ],
        "operationId": "createConfigMgmtJob",
        "description": "The parameters and request body are for method: createConfigMgmtJob. 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"
              }
            }
          }
        }
      }
    },
    "/configmgmt/api/v1/jobs/{jobId}": {
      "get": {
        "tags": [
          "NetworkElementConfigurationJobManagementV1"
        ],
        "operationId": "getConfigMgmtJob",
        "description": "The parameters and request body are for method: getConfigMgmtJob. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "jobId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "jobId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "NetworkElementConfigurationJobManagementV1"
        ],
        "operationId": "deleteConfigMgmtJob",
        "description": "The parameters and request body are for method: deleteConfigMgmtJob. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "jobId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "jobId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "NetworkElementConfigurationJobManagementV1"
        ],
        "operationId": "patchConfigMgmtJobPatch",
        "description": "The parameters and request body are for method: patchConfigMgmtJobPatch. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "jobId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "jobId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/configmgmt/api/v1/lag/provisioning": {
      "post": {
        "tags": [
          "CreateEditDeleteALAGAndAddremoveLAGMembers"
        ],
        "operationId": "lagProvisioning",
        "description": "The parameters and request body are for method: lagProvisioning. 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"
              }
            }
          }
        }
      }
    },
    "/configmgmt/api/v1/mhopbfdsessions": {
      "get": {
        "tags": [
          "CreateBFDSessionV1"
        ],
        "operationId": "getBFDSessions",
        "description": "The parameters and request body are for method: getBFDSessions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "sourceNE",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "remoteNE",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "CreateBFDSessionV1"
        ],
        "operationId": "createBFDSession",
        "description": "The parameters and request body are for method: createBFDSession. 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": [
          "CreateBFDSessionV1"
        ],
        "operationId": "deleteBFDSession",
        "description": "The parameters and request body are for method: deleteBFDSession. 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"
              }
            }
          }
        }
      }
    },
    "/configmgmt/api/v1/neBackups": {
      "post": {
        "tags": [
          "NetworkElementBackupV1"
        ],
        "operationId": "createConfigMgmtBackup",
        "description": "The parameters and request body are for method: createConfigMgmtBackup. 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"
              }
            }
          }
        }
      }
    },
    "/configmgmt/api/v1/neMaintenanceDetails": {
      "get": {
        "tags": [
          "NetworkElementsMaintenanceDetailsResourceV1"
        ],
        "operationId": "getNetworkElementsMaintenance",
        "description": "The parameters and request body are for method: getNetworkElementsMaintenance. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "searchText",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "searchFields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "longName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "displayName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sessionId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "resourceType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "typeGroup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ipAddress",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "associationState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "syncState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "physicalLocationId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "subnetName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "softwareActiveVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "recentOperation",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nextOperation",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "recentOperationState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "recentOperationProgressState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "softwareAvailableVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "backupSchedule",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "upgradeSchedule",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "customScriptSchedule",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fromRecentOperationTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "toRecentOperationTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fromNextOperationTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "toNextOperationTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "resourcePartitionInfo",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "associationStateQualifier",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sortBy",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "metaDataFields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/configmgmt/api/v1/neRestores": {
      "post": {
        "tags": [
          "NetworkElementRestoreV1"
        ],
        "operationId": "configMgmtRestore",
        "description": "The parameters and request body are for method: configMgmtRestore. 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"
              }
            }
          }
        }
      }
    },
    "/configmgmt/api/v1/neUpgradeDetails": {
      "get": {
        "tags": [
          "NetworkElementsUpgradeDetailsResourceV1"
        ],
        "operationId": "getConfigmgmtApiV1NeUpgradeDetails",
        "description": "The parameters and request body are for method: getConfigmgmtApiV1NeUpgradeDetails. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "searchText",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "searchFields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "longName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "displayName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sessionId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "resourceType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "typeGroup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ipAddress",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "associationState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "syncState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "physicalLocationId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "subnetName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "softwareActiveVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "softwareAvailableVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "upgradeSchedules",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "releaseMgmtSchedules",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "upgradeStage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "upgradeStatus",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "manualInvokeOnCards",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "resourcePartitionInfo",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "associationStateQualifier",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sortBy",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "metaDataFields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/configmgmt/api/v1/neUpgradeStatus": {
      "get": {
        "tags": [
          "UpgradeOperationV1"
        ],
        "operationId": "getNeUpgradeStatus",
        "description": "The parameters and request body are for method: getNeUpgradeStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ncid",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "operationtype",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/configmgmt/api/v1/upgradeStatus": {
      "get": {
        "tags": [
          "UpgradeOperationV1"
        ],
        "operationId": "getUpgradeStatus",
        "description": "The parameters and request body are for method: getUpgradeStatus. Same 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": {}
            }
          }
        }
      }
    },
    "/configmgmt/api/v1/packetmgmt/conflictingEntities": {
      "get": {
        "tags": [
          "ManagingPacketResourcesV1"
        ],
        "operationId": "conflictingEntities",
        "description": "The parameters and request body are for method: conflictingEntities. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "identifier",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/configmgmt/api/v1/packetmgmt/segmentRoutingEnabledNetworkElements": {
      "get": {
        "tags": [
          "ManagingPacketResourcesV1"
        ],
        "operationId": "segmentRoutingEnabledNetworkElements",
        "description": "The parameters and request body are for method: segmentRoutingEnabledNetworkElements. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "searchText",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "searchFields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "displayName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "resourceType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "typeGroup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ipAddress",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "softwareActiveVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "loopbackIpAddress",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "nodeSid",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "associationState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "recentOperation",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "recentOperationState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "recentOperationProgressState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fromRecentOperationTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "toRecentOperationTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "resourcePartitionInfo",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sortBy",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "metaDataFields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/configmgmt/api/v1/parentPolicer": {
      "post": {
        "tags": [
          "CreateUpdateDeleteParentPolicerV1"
        ],
        "operationId": "createParentPolicerOperation",
        "description": "The parameters and request body are for method: createParentPolicerOperation. 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": [
          "CreateUpdateDeleteParentPolicerV1"
        ],
        "operationId": "updateParentPolicerOperation",
        "description": "The parameters and request body are for method: updateParentPolicerOperation. 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": [
          "CreateUpdateDeleteParentPolicerV1"
        ],
        "operationId": "deleteParentPolicerOperation",
        "description": "The parameters and request body are for method: deleteParentPolicerOperation. 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"
              }
            }
          }
        }
      }
    },
    "/configmgmt/api/v1/port/deProvision": {
      "post": {
        "tags": [
          "PortProvisioningV1"
        ],
        "operationId": "deProvisionPort",
        "description": "The parameters and request body are for method: deProvisionPort. 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"
              }
            }
          }
        }
      }
    },
    "/configmgmt/api/v1/port/mappings": {
      "get": {
        "tags": [
          "PortProvisioningV1"
        ],
        "operationId": "getAllPortRateMappings",
        "description": "The parameters and request body are for method: getAllPortRateMappings. Same 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": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "PortProvisioningV1"
        ],
        "operationId": "uploadPortRateMappingFile",
        "description": "The parameters and request body are for method: uploadPortRateMappingFile. Same 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": {}
            }
          }
        }
      }
    },
    "/configmgmt/api/v1/port/mappings/{id}": {
      "get": {
        "tags": [
          "PortProvisioningV1"
        ],
        "operationId": "downloadPortRateMappping",
        "description": "The parameters and request body are for method: downloadPortRateMappping. Same endpoint also used in methods:",
        "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": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "PortProvisioningV1"
        ],
        "operationId": "deletePortRateMapping",
        "description": "The parameters and request body are for method: deletePortRateMapping. Same endpoint also used in methods:",
        "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": {}
            }
          }
        }
      }
    },
    "/configmgmt/api/v1/port/pecs": {
      "get": {
        "tags": [
          "PortProvisioningV1"
        ],
        "operationId": "getAllPecCodeMappings",
        "description": "The parameters and request body are for method: getAllPecCodeMappings. Same 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": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "PortProvisioningV1"
        ],
        "operationId": "uploadPecCodeFile",
        "description": "The parameters and request body are for method: uploadPecCodeFile. Same 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": {}
            }
          }
        }
      }
    },
    "/configmgmt/api/v1/port/pecs/{id}": {
      "get": {
        "tags": [
          "PortProvisioningV1"
        ],
        "operationId": "downloadPecCodeMapping",
        "description": "The parameters and request body are for method: downloadPecCodeMapping. Same endpoint also used in methods:",
        "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": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "PortProvisioningV1"
        ],
        "operationId": "deletePecCodeMapping",
        "description": "The parameters and request body are for method: deletePecCodeMapping. Same endpoint also used in methods:",
        "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": {}
            }
          }
        }
      }
    },
    "/configmgmt/api/v1/port/provision": {
      "post": {
        "tags": [
          "PortProvisioningV1"
        ],
        "operationId": "provisionPort",
        "description": "The parameters and request body are for method: provisionPort. 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"
              }
            }
          }
        }
      }
    },
    "/configmgmt/api/v1/profiles": {
      "get": {
        "tags": [
          "ProfilesV1"
        ],
        "operationId": "getFtpProfiles",
        "description": "The parameters and request body are for method: getFtpProfiles. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "profileType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "neType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "ProfilesV1"
        ],
        "operationId": "createFtpProfile",
        "description": "The parameters and request body are for method: createFtpProfile. 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"
              }
            }
          }
        }
      }
    },
    "/configmgmt/api/v1/profiles/associations/{profileId}": {
      "get": {
        "tags": [
          "ProfilesV1"
        ],
        "operationId": "getFtpProfileAssociations",
        "description": "The parameters and request body are for method: getFtpProfileAssociations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "profileId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "profileId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/configmgmt/api/v1/profiles/{profileId}": {
      "get": {
        "tags": [
          "ProfilesV1"
        ],
        "operationId": "getFtpProfileBasedOnId",
        "description": "The parameters and request body are for method: getFtpProfileBasedOnId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "profileId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "profileId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "ProfilesV1"
        ],
        "operationId": "deleteProfile",
        "description": "The parameters and request body are for method: deleteProfile. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "profileId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "profileId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "ProfilesV1"
        ],
        "operationId": "updateFtpProfile",
        "description": "The parameters and request body are for method: updateFtpProfile. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "profileId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "profileId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/configmgmt/api/v1/queue/provisioning": {
      "post": {
        "tags": [
          "QueueProvisioning"
        ],
        "operationId": "lagQueueProvisioning",
        "description": "The parameters and request body are for method: lagQueueProvisioning. 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"
              }
            }
          }
        }
      }
    },
    "/configmgmt/api/v1/schedule/assignNE": {
      "post": {
        "tags": [
          "SchedulsAssignNEV1"
        ],
        "operationId": "updateSchedulePOST",
        "description": "The parameters and request body are for method: updateSchedulePOST. 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": [
          "SchedulsAssignNEV1"
        ],
        "operationId": "deleteConfigmgmtApiV1ScheduleAssignNE",
        "description": "The parameters and request body are for method: deleteConfigmgmtApiV1ScheduleAssignNE. 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"
              }
            }
          }
        }
      }
    },
    "/configmgmt/api/v1/schedules": {
      "get": {
        "tags": [
          "ScheduleManagementV1"
        ],
        "operationId": "getSchedules",
        "description": "The parameters and request body are for method: getSchedules. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "searchText",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "searchFields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "scheduleId",
            "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": "state",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "profileName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "releaseNumber",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "typeGroup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "frequency",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "weekDays",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "monday",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tuesday",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "wednesday",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "thursday",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "friday",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "saturday",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sunday",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fromRecentOperationTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "toRecentOperationTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fromNextOperationTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "toNextOperationTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "resourcePartitionInfo",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sortBy",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "metaDataFields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "ScheduleManagementV1"
        ],
        "operationId": "createSchedule",
        "description": "The parameters and request body are for method: createSchedule. 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"
              }
            }
          }
        }
      }
    },
    "/configmgmt/api/v1/schedules/nes": {
      "patch": {
        "tags": [
          "ScheduleManagementV1"
        ],
        "operationId": "updateScheduleNes",
        "description": "The parameters and request body are for method: updateScheduleNes. 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"
              }
            }
          }
        }
      }
    },
    "/configmgmt/api/v1/schedules/{scheduleId}": {
      "put": {
        "tags": [
          "ScheduleManagementV1"
        ],
        "operationId": "updateSchedule",
        "description": "The parameters and request body are for method: updateSchedule. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "scheduleId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "scheduleId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "ScheduleManagementV1"
        ],
        "operationId": "deleteConfigmgmtApiV1SchedulesScheduleId",
        "description": "The parameters and request body are for method: deleteConfigmgmtApiV1SchedulesScheduleId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "scheduleId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "scheduleId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/configmgmt/api/v1/scriptExecutionDetails": {
      "get": {
        "tags": [
          "ScriptExecutionDetailsV1"
        ],
        "operationId": "getScriptExecutionDetails",
        "description": "The parameters and request body are for method: getScriptExecutionDetails. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "searchText",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "searchFields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "operationType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "jobid",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "scriptName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sortBy",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "metaDataFields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/configmgmt/api/v1/scriptExecutionDetails/{jobID}": {
      "get": {
        "tags": [
          "ScriptExecutionDetailsV1"
        ],
        "operationId": "getConfigmgmtApiV1ScriptExecutionDetailsJobID",
        "description": "The parameters and request body are for method: getConfigmgmtApiV1ScriptExecutionDetailsJobID. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "jobID",
            "in": "path",
            "required": true,
            "schema": {
              "title": "jobID",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/configmgmt/api/v1/scriptProfiles": {
      "get": {
        "tags": [
          "ScriptProfilesV1"
        ],
        "operationId": "getConfigmgmtApiV1ScriptProfiles",
        "description": "The parameters and request body are for method: getConfigmgmtApiV1ScriptProfiles. Same 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": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "ScriptProfilesV1"
        ],
        "operationId": "uploadScriptProfile",
        "description": "The parameters and request body are for method: uploadScriptProfile. Same 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": {}
            }
          }
        }
      }
    },
    "/configmgmt/api/v1/scriptProfiles/{id}": {
      "get": {
        "tags": [
          "ScriptProfilesV1"
        ],
        "operationId": "downloadScriptProfile",
        "description": "The parameters and request body are for method: downloadScriptProfile. Same endpoint also used in methods:",
        "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"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "ScriptProfilesV1"
        ],
        "operationId": "updateScriptProfile",
        "description": "The parameters and request body are for method: updateScriptProfile. Same endpoint also used in methods:",
        "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": [
          "ScriptProfilesV1"
        ],
        "operationId": "deleteScriptProfile",
        "description": "The parameters and request body are for method: deleteScriptProfile. Same endpoint also used in methods:",
        "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": {}
            }
          }
        }
      }
    },
    "/configmgmt/api/v1/scripts": {
      "get": {
        "tags": [
          "ScriptManagementV1"
        ],
        "operationId": "getAllScripts",
        "description": "The parameters and request body are for method: getAllScripts. Same 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": {}
            }
          }
        }
      }
    },
    "/configmgmt/api/v1/scriptsByName/{scriptName}": {
      "get": {
        "tags": [
          "ScriptManagementV1"
        ],
        "operationId": "getScriptByName",
        "description": "The parameters and request body are for method: getScriptByName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "scriptName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "scriptName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/configmgmt/api/v1/scriptsByTypeGroup/{typeGroup}": {
      "get": {
        "tags": [
          "ScriptManagementV1"
        ],
        "operationId": "getAllScriptsByTypeGroup",
        "description": "The parameters and request body are for method: getAllScriptsByTypeGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "typeGroup",
            "in": "path",
            "required": true,
            "schema": {
              "title": "typeGroup",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/configmgmt/api/v1/transportResource/generateResourceId": {
      "get": {
        "tags": [
          "TransportResourcesV1"
        ],
        "operationId": "getTransportResourceByType",
        "description": "The parameters and request body are for method: getTransportResourceByType. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "types",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ncId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/configmgmt/api/v1/upgrade/applyFPGA": {
      "post": {
        "tags": [
          "UpgradeOperationsV1"
        ],
        "operationId": "applyFPGA",
        "description": "The parameters and request body are for method: applyFPGA. 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"
              }
            }
          }
        }
      }
    },
    "/configmgmt/api/v1/upgrade/fpgaDetails": {
      "get": {
        "tags": [
          "UpgradeOperationsV1"
        ],
        "operationId": "retrieveFPGADetails",
        "description": "The parameters and request body are for method: retrieveFPGADetails. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "networkConstructName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "aID",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/configmgmt/api/v1/upgrade/fpgaInventory": {
      "get": {
        "tags": [
          "UpgradeOperationsV1"
        ],
        "operationId": "retrieveFPGAInventory",
        "description": "The parameters and request body are for method: retrieveFPGAInventory. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "networkConstructName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/configmgmt/api/v1/upgrade/manualInvoke": {
      "post": {
        "tags": [
          "UpgradeOperationsV1"
        ],
        "operationId": "manualInvoke",
        "description": "The parameters and request body are for method: manualInvoke. 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"
              }
            }
          }
        }
      }
    },
    "/configmgmt/api/v1/upgrade/resume": {
      "post": {
        "tags": [
          "UpgradeOperationsV1"
        ],
        "operationId": "manualResume",
        "description": "The parameters and request body are for method: manualResume. 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"
              }
            }
          }
        }
      }
    },
    "/configmgmt/api/v1/upgrade/rtrvUpgradeStatus": {
      "get": {
        "tags": [
          "UpgradeOperationsV1"
        ],
        "operationId": "retrieveUpgradeStatus",
        "description": "The parameters and request body are for method: retrieveUpgradeStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "networkConstructName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/configmgmt/api/v1/upgrade/status": {
      "get": {
        "tags": [
          "UpgradeOperationsV1"
        ],
        "operationId": "retrieveCircuitPacks",
        "description": "The parameters and request body are for method: retrieveCircuitPacks. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "networkConstructName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/configmgmt/api/v1/upgrade/stop": {
      "post": {
        "tags": [
          "UpgradeOperationsV1"
        ],
        "operationId": "stopUpgrade",
        "description": "The parameters and request body are for method: stopUpgrade. 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"
              }
            }
          }
        }
      }
    },
    "/configmgmt/api/v1/upgrade/suspend": {
      "post": {
        "tags": [
          "UpgradeOperationsV1"
        ],
        "operationId": "manualSuspend",
        "description": "The parameters and request body are for method: manualSuspend. 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"
              }
            }
          }
        }
      }
    },
    "/configmgmt/api/v1/vpnResources/generateResourceId": {
      "get": {
        "tags": [
          "VpnResourcesV1"
        ],
        "operationId": "getVpnResourceByType",
        "description": "The parameters and request body are for method: getVpnResourceByType. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "types",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ncId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/configmgmt/api/v2/customScripts": {
      "get": {
        "tags": [
          "CustomScriptsV2"
        ],
        "operationId": "getConfigmgmtApiV2CustomScripts",
        "description": "The parameters and request body are for method: getConfigmgmtApiV2CustomScripts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "searchText",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "searchFields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "scriptId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "typeGroup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "protocolType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "scriptName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "description",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sortBy",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "metaDataFields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/configmgmt/api/v2/nes": {
      "get": {
        "tags": [
          "BatchManagementV2"
        ],
        "operationId": "getBatchedNesByBatchType",
        "description": "The parameters and request body are for method: getBatchedNesByBatchType. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "batchType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/configmgmt/api/v2/nes/{batchId}": {
      "get": {
        "tags": [
          "BatchManagementV2"
        ],
        "operationId": "getBatchedNesByBatchId",
        "description": "The parameters and request body are for method: getBatchedNesByBatchId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "batchId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "batchId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/configmgmt/api/v2/profiles": {
      "get": {
        "tags": [
          "ProfilesV2"
        ],
        "operationId": "getConfigmgmtApiV2Profiles",
        "description": "The parameters and request body are for method: getConfigmgmtApiV2Profiles. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "searchText",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "searchFields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "profileId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "profileType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "typeGroup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ipAddress",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "releaseNumber",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "storageMethod",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "port",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sshPort",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "protocolType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sortBy",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "metaDataFields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "ProfilesV2"
        ],
        "operationId": "postConfigmgmtApiV2Profiles",
        "description": "The parameters and request body are for method: postConfigmgmtApiV2Profiles. 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"
              }
            }
          }
        }
      }
    },
    "/configmgmt/api/v2/profiles/{profileId}": {
      "patch": {
        "tags": [
          "ProfilesV2"
        ],
        "operationId": "patchConfigmgmtApiV2ProfilesProfileId",
        "description": "The parameters and request body are for method: patchConfigmgmtApiV2ProfilesProfileId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "profileId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "profileId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/configmgmt/api/v2/scriptProfiles": {
      "get": {
        "tags": [
          "ScriptProfilesV2"
        ],
        "operationId": "getScriptProfiles",
        "description": "The parameters and request body are for method: getScriptProfiles. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "searchText",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "searchFields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "profileName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sortBy",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "ScriptProfilesV2"
        ],
        "operationId": "createScriptProfile",
        "description": "The parameters and request body are for method: createScriptProfile. 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"
              }
            }
          }
        }
      }
    },
    "/fallback-user-mgmt/api/v1/fallbackUsers": {
      "get": {
        "tags": [
          "FallbackUsersV1"
        ],
        "operationId": "getUsers",
        "description": "The parameters and request body are for method: getUsers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "neNames",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastOperationState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "FallbackUsersV1"
        ],
        "operationId": "createUser",
        "description": "The parameters and request body are for method: createUser. 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": [
          "FallbackUsersV1"
        ],
        "operationId": "deleteUser",
        "description": "The parameters and request body are for method: deleteUser. 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"
              }
            }
          }
        }
      }
    },
    "/fallback-user-mgmt/api/v1/fallbackUsers/passwordPolicy": {
      "get": {
        "tags": [
          "FallbackUsersV1"
        ],
        "operationId": "getPasswordPolicy",
        "description": "The parameters and request body are for method: getPasswordPolicy. Same 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": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "FallbackUsersV1"
        ],
        "operationId": "updatePasswordPolicy",
        "description": "The parameters and request body are for method: updatePasswordPolicy. 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"
              }
            }
          }
        }
      }
    },
    "/fallback-user-mgmt/api/v1/fallbackUsers/resetPasswords": {
      "post": {
        "tags": [
          "FallbackUsersV1"
        ],
        "operationId": "resetFallbackPasswords",
        "description": "The parameters and request body are for method: resetFallbackPasswords. 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"
              }
            }
          }
        }
      }
    },
    "/fallback-user-mgmt/api/v1/fallbackUsers/resetPasswords/schedules": {
      "get": {
        "tags": [
          "FallbackUsersV1"
        ],
        "operationId": "getPasswordResetSchedules",
        "description": "The parameters and request body are for method: getPasswordResetSchedules. Same 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": {}
            }
          }
        }
      }
    },
    "/fallback-user-mgmt/api/v1/fallbackUsers/resetPasswords/schedules/{id}": {
      "get": {
        "tags": [
          "FallbackUsersV1"
        ],
        "operationId": "getPasswordResetSchedule",
        "description": "The parameters and request body are for method: getPasswordResetSchedule. Same endpoint also used in methods:",
        "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": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "FallbackUsersV1"
        ],
        "operationId": "deletePasswordResetSchedule",
        "description": "The parameters and request body are for method: deletePasswordResetSchedule. Same endpoint also used in methods:",
        "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": {}
            }
          }
        }
      }
    },
    "/discovery/api/neprofiles": {
      "get": {
        "tags": [
          "Neprofiles"
        ],
        "operationId": "getNEConnectionProfiles",
        "description": "The parameters and request body are for method: getNEConnectionProfiles. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "typeGroup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "protocol",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Neprofiles"
        ],
        "operationId": "createNEConnectionProfile",
        "description": "The parameters and request body are for method: createNEConnectionProfile. 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"
              }
            }
          }
        }
      }
    },
    "/discovery/api/neprofiles/{id}": {
      "get": {
        "tags": [
          "Neprofiles"
        ],
        "operationId": "getNEConnectionProfile",
        "description": "The parameters and request body are for method: getNEConnectionProfile. Same endpoint also used in methods:",
        "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": [
          "Neprofiles"
        ],
        "operationId": "updateNEConnectionProfile",
        "description": "The parameters and request body are for method: updateNEConnectionProfile. Same endpoint also used in methods:",
        "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": [
          "Neprofiles"
        ],
        "operationId": "deleteNEConnectionProfile",
        "description": "The parameters and request body are for method: deleteNEConnectionProfile. Same endpoint also used in methods:",
        "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": {}
            }
          }
        }
      }
    },
    "/discovery/api/v1/neprofiles": {
      "get": {
        "tags": [
          "NeprofilesV1"
        ],
        "operationId": "getDiscoveryApiV1Neprofiles",
        "description": "The parameters and request body are for method: getDiscoveryApiV1Neprofiles. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "typeGroup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "protocol",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "NeprofilesV1"
        ],
        "operationId": "postDiscoveryApiV1Neprofiles",
        "description": "The parameters and request body are for method: postDiscoveryApiV1Neprofiles. 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"
              }
            }
          }
        }
      }
    },
    "/discovery/api/v1/neprofiles/{id}": {
      "get": {
        "tags": [
          "NeprofilesV1"
        ],
        "operationId": "getDiscoveryApiV1NeprofilesId",
        "description": "The parameters and request body are for method: getDiscoveryApiV1NeprofilesId. Same endpoint also used in methods:",
        "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": [
          "NeprofilesV1"
        ],
        "operationId": "putDiscoveryApiV1NeprofilesId",
        "description": "The parameters and request body are for method: putDiscoveryApiV1NeprofilesId. Same endpoint also used in methods:",
        "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": [
          "NeprofilesV1"
        ],
        "operationId": "deleteDiscoveryApiV1NeprofilesId",
        "description": "The parameters and request body are for method: deleteDiscoveryApiV1NeprofilesId. Same endpoint also used in methods:",
        "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": {}
            }
          }
        }
      }
    },
    "/discovery/api/v2/neprofiles/{id}": {
      "put": {
        "tags": [
          "NeprofilesV2"
        ],
        "operationId": "putDiscoveryApiV2NeprofilesId",
        "description": "The parameters and request body are for method: putDiscoveryApiV2NeprofilesId. Same endpoint also used in methods:",
        "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"
              }
            }
          }
        }
      }
    },
    "/discovery/api/managementSessions": {
      "get": {
        "tags": [
          "ManagementSessions"
        ],
        "operationId": "getNetworkConstructs",
        "description": "The parameters and request body are for method: getNetworkConstructs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "states",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "longName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "profileName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ipAddress",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "aliasName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "aliasValue",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "typeGroup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "resourceType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "shortResourceType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "associationState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "searchText",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "searchFields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sortBy",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "metaDataFields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "displayState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "displayName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "displayPreferredConnectionName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "displayPartitions",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "displayAlternativeConnectionIPs",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "displayAlternativeConnectionNames",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "profileId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "associationStateQualifier",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "associationStateQualifierReason",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "resourcePartitionInfo",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "ManagementSessions"
        ],
        "operationId": "postManagementSession",
        "description": "The parameters and request body are for method: postManagementSession. 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"
              }
            }
          }
        }
      }
    },
    "/discovery/api/managementSessions/{sessionId}": {
      "get": {
        "tags": [
          "ManagementSessions"
        ],
        "operationId": "getManagementSessionById",
        "description": "The parameters and request body are for method: getManagementSessionById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "sessionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "sessionId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "ManagementSessions"
        ],
        "operationId": "deleteManagementSession",
        "description": "The parameters and request body are for method: deleteManagementSession. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "sessionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "sessionId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "ManagementSessions"
        ],
        "operationId": "patchOperation",
        "description": "The parameters and request body are for method: patchOperation. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "sessionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "sessionId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/discovery/api/v3/managementSessions": {
      "get": {
        "tags": [
          "ManagementSessionsV3"
        ],
        "operationId": "getManagementSessions",
        "description": "The parameters and request body are for method: getManagementSessions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "states",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ipAddress",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "aliasName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "aliasValue",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "ManagementSessionsV3"
        ],
        "operationId": "postDiscoveryApiV3ManagementSessions",
        "description": "The parameters and request body are for method: postDiscoveryApiV3ManagementSessions. 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"
              }
            }
          }
        }
      }
    },
    "/discovery/api/v3/managementSessions/{sessionId}": {
      "get": {
        "tags": [
          "ManagementSessionsV3"
        ],
        "operationId": "getManagementSessionBySessionId",
        "description": "The parameters and request body are for method: getManagementSessionBySessionId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "sessionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "sessionId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "ManagementSessionsV3"
        ],
        "operationId": "deleteDiscoveryApiV3ManagementSessionsSessionId",
        "description": "The parameters and request body are for method: deleteDiscoveryApiV3ManagementSessionsSessionId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "sessionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "sessionId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/discovery/api/v3/managementSessions/{sessionId}/discoveryState": {
      "put": {
        "tags": [
          "ManagementSessionsV3"
        ],
        "operationId": "putEnroll",
        "description": "The parameters and request body are for method: putEnroll. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "sessionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "sessionId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/discovery/api/v3/managementSessions/{sessionId}/ipAddress": {
      "put": {
        "tags": [
          "ManagementSessionsV3"
        ],
        "operationId": "putEnrollIP",
        "description": "The parameters and request body are for method: putEnrollIP. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "sessionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "sessionId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/discovery/api/v3/managementSessions/{sessionId}/neProfile": {
      "put": {
        "tags": [
          "ManagementSessionsV3"
        ],
        "operationId": "putEnrollNeProfile",
        "description": "The parameters and request body are for method: putEnrollNeProfile. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "sessionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "sessionId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/discovery/api/v4/managementSessions": {
      "get": {
        "tags": [
          "ManagementSessionsV4"
        ],
        "operationId": "getDiscoveryApiV4ManagementSessions",
        "description": "The parameters and request body are for method: getDiscoveryApiV4ManagementSessions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "states",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "longName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "profileName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ipAddress",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "aliasName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "aliasValue",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "typeGroup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "resourceType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "shortResourceType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "associationState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "searchText",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "searchFields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sortBy",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "metaDataFields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "displayState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "displayName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "displayPreferredConnectionName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "displayPartitions",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "displayAlternativeConnectionIPs",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "displayAlternativeConnectionNames",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "profileId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "associationStateQualifier",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "associationStateQualifierReason",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "resourcePartitionInfo",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/discovery/api/v4/managementSessions/{sessionId}": {
      "patch": {
        "tags": [
          "ManagementSessionsV4"
        ],
        "operationId": "patchDiscoveryApiV4ManagementSessionsSessionId",
        "description": "The parameters and request body are for method: patchDiscoveryApiV4ManagementSessionsSessionId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "sessionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "sessionId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/nsi/api/networkConstructs": {
      "get": {
        "tags": [
          "000NsiapinetworkConstructs"
        ],
        "operationId": "getNsiApiNetworkConstructs",
        "description": "The parameters and request body are for method: getNsiApiNetworkConstructs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ipAddress",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "identifierKey",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "identifierValue",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sessionId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "networkConstructExpectationsEquipmentIntentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "networkConstructExpectationsServiceIntentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "physicalLocationId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "networkConstructType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ssteType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "concrete",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "include",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "000NsiapinetworkConstructs"
        ],
        "operationId": "postNetworkConstruct",
        "description": "The parameters and request body are for method: postNetworkConstruct. 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"
              }
            }
          }
        }
      }
    },
    "/nsi/api/networkConstructs/{id}": {
      "get": {
        "tags": [
          "000NsiapinetworkConstructs"
        ],
        "operationId": "getNetworkConstruct",
        "description": "The parameters and request body are for method: getNetworkConstruct. Same endpoint also used in methods:",
        "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"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "include",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "000NsiapinetworkConstructs"
        ],
        "operationId": "deleteNCById",
        "description": "The parameters and request body are for method: deleteNCById. Same endpoint also used in methods:",
        "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": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "000NsiapinetworkConstructs"
        ],
        "operationId": "patchNsiApiNetworkConstructsId",
        "description": "The parameters and request body are for method: patchNsiApiNetworkConstructsId. Same endpoint also used in methods:",
        "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"
              }
            }
          }
        }
      }
    },
    "/nsi/api/networkConstructs/{id}/expectations": {
      "post": {
        "tags": [
          "000NsiapinetworkConstructs"
        ],
        "operationId": "postNCExpectations",
        "description": "The parameters and request body are for method: postNCExpectations. Same endpoint also used in methods:",
        "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"
              }
            }
          }
        }
      }
    },
    "/nsi/api/networkConstructs/{id}/expectations/{expId}": {
      "put": {
        "tags": [
          "000NsiapinetworkConstructs"
        ],
        "operationId": "putNCExpectations",
        "description": "The parameters and request body are for method: putNCExpectations. Same endpoint also used in methods:",
        "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"
            }
          },
          {
            "name": "expId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "expId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/nsi/api/networkConstructs/{id}/expectations/{expectationId}": {
      "patch": {
        "tags": [
          "000NsiapinetworkConstructs"
        ],
        "operationId": "patchExpectation",
        "description": "The parameters and request body are for method: patchExpectation. Same endpoint also used in methods:",
        "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"
            }
          },
          {
            "name": "expectationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "expectationId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/nsi/api/networkConstructs/{id}/expectations/{networkConstructExpectationId}": {
      "get": {
        "tags": [
          "000NsiapinetworkConstructs"
        ],
        "operationId": "getNCExpectationById",
        "description": "The parameters and request body are for method: getNCExpectationById. Same endpoint also used in methods:",
        "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"
            }
          },
          {
            "name": "networkConstructExpectationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "networkConstructExpectationId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "000NsiapinetworkConstructs"
        ],
        "operationId": "deleteNCExpectationById",
        "description": "The parameters and request body are for method: deleteNCExpectationById. Same endpoint also used in methods:",
        "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"
            }
          },
          {
            "name": "networkConstructExpectationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "networkConstructExpectationId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/networkConstructs/{id}/expectations/{networkConstructExpectationId}/realize": {
      "post": {
        "tags": [
          "000NsiapinetworkConstructs"
        ],
        "operationId": "realizeNetworkConstruct",
        "description": "The parameters and request body are for method: realizeNetworkConstruct. Same endpoint also used in methods:",
        "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"
            }
          },
          {
            "name": "networkConstructExpectationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "networkConstructExpectationId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/networkConstructs/{id}/expectations/{networkConstructExpectationId}/{attributeName}": {
      "put": {
        "tags": [
          "000NsiapinetworkConstructs"
        ],
        "operationId": "updateNCExpectationAttributeValue",
        "description": "The parameters and request body are for method: updateNCExpectationAttributeValue. Same endpoint also used in methods:",
        "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"
            }
          },
          {
            "name": "networkConstructExpectationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "networkConstructExpectationId",
              "type": "string"
            }
          },
          {
            "name": "attributeName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "attributeName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/nsi/api/networkConstructs/{id}/identifiers": {
      "put": {
        "tags": [
          "000NsiapinetworkConstructs"
        ],
        "operationId": "updateNCIdentifier",
        "description": "The parameters and request body are for method: updateNCIdentifier. Same endpoint also used in methods:",
        "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": "string"
              },
              "example": "identifierRO"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "000NsiapinetworkConstructs"
        ],
        "operationId": "deleteNCIdentifier",
        "description": "The parameters and request body are for method: deleteNCIdentifier. Same endpoint also used in methods:",
        "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": "string"
              },
              "example": "identifierRO"
            }
          }
        }
      }
    },
    "/nsi/api/networkConstructs/{id}/identifiers/{identifierKey}": {
      "put": {
        "tags": [
          "000NsiapinetworkConstructs"
        ],
        "operationId": "updateNCIdentifiersByKey",
        "description": "The parameters and request body are for method: updateNCIdentifiersByKey. Same endpoint also used in methods:",
        "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"
            }
          },
          {
            "name": "identifierKey",
            "in": "path",
            "required": true,
            "schema": {
              "title": "identifierKey",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "000NsiapinetworkConstructs"
        ],
        "operationId": "deleteNCIdentifiers",
        "description": "The parameters and request body are for method: deleteNCIdentifiers. Same endpoint also used in methods:",
        "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"
            }
          },
          {
            "name": "identifierKey",
            "in": "path",
            "required": true,
            "schema": {
              "title": "identifierKey",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/networkConstructs/{id}/networkConstructPlanned": {
      "get": {
        "tags": [
          "000NsiapinetworkConstructs"
        ],
        "operationId": "getNetworkConstructPlan",
        "description": "The parameters and request body are for method: getNetworkConstructPlan. Same endpoint also used in methods:",
        "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": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "000NsiapinetworkConstructs"
        ],
        "operationId": "patchPlannedNC",
        "description": "The parameters and request body are for method: patchPlannedNC. Same endpoint also used in methods:",
        "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"
              }
            }
          }
        }
      }
    },
    "/nsi/api/networkConstructs/{id}/physicalLocation/{physicalLocationId}": {
      "put": {
        "tags": [
          "000NsiapinetworkConstructs"
        ],
        "operationId": "updateNCPhysicalLocation",
        "description": "The parameters and request body are for method: updateNCPhysicalLocation. Same endpoint also used in methods:",
        "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"
            }
          },
          {
            "name": "physicalLocationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "physicalLocationId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "000NsiapinetworkConstructs"
        ],
        "operationId": "deletePhysicalLocationFromNC",
        "description": "The parameters and request body are for method: deletePhysicalLocationFromNC. Same endpoint also used in methods:",
        "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"
            }
          },
          {
            "name": "physicalLocationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "physicalLocationId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/v3/networkConstructs": {
      "get": {
        "tags": [
          "997Nsiapiv3networkConstructs"
        ],
        "operationId": "getNsiApiV3NetworkConstructs",
        "description": "The parameters and request body are for method: getNsiApiV3NetworkConstructs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ipAddress",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "aliasName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "aliasValue",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sessionId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "networkConstructExpectationsEquipmentIntentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "networkConstructExpectationsServiceIntentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "include",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "physicalLocationId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "networkConstructType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "concrete",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "searchText",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "searchFields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/v3/networkConstructs/{id}": {
      "get": {
        "tags": [
          "997Nsiapiv3networkConstructs"
        ],
        "operationId": "getNsiApiV3NetworkConstructsId",
        "description": "The parameters and request body are for method: getNsiApiV3NetworkConstructsId. Same endpoint also used in methods:",
        "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"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "include",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "997Nsiapiv3networkConstructs"
        ],
        "operationId": "deleteNsiApiV3NetworkConstructsId",
        "description": "The parameters and request body are for method: deleteNsiApiV3NetworkConstructsId. Same endpoint also used in methods:",
        "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": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "997Nsiapiv3networkConstructs"
        ],
        "operationId": "patchNsiApiV3NetworkConstructsId",
        "description": "The parameters and request body are for method: patchNsiApiV3NetworkConstructsId. Same endpoint also used in methods:",
        "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"
              }
            }
          }
        }
      }
    },
    "/nsi/api/v3/networkConstructs/{id}/expectations": {
      "post": {
        "tags": [
          "997Nsiapiv3networkConstructs"
        ],
        "operationId": "postNsiApiV3NetworkConstructsIdExpectations",
        "description": "The parameters and request body are for method: postNsiApiV3NetworkConstructsIdExpectations. Same endpoint also used in methods:",
        "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"
              }
            }
          }
        }
      }
    },
    "/nsi/api/v3/networkConstructs/{id}/expectations/{expectationId}": {
      "patch": {
        "tags": [
          "997Nsiapiv3networkConstructs"
        ],
        "operationId": "patchNsiApiV3NetworkConstructsIdExpectationsExpectationId",
        "description": "The parameters and request body are for method: patchNsiApiV3NetworkConstructsIdExpectationsExpectationId. Same endpoint also used in methods:",
        "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"
            }
          },
          {
            "name": "expectationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "expectationId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/nsi/api/v3/networkConstructs/{id}/expectations/{networkConstructExpectationId}": {
      "get": {
        "tags": [
          "997Nsiapiv3networkConstructs"
        ],
        "operationId": "getNsiApiV3NetworkConstructsIdExpectationsNetworkConstructExpectationId",
        "description": "The parameters and request body are for method: getNsiApiV3NetworkConstructsIdExpectationsNetworkConstructExpectationId. Same endpoint also used in methods:",
        "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"
            }
          },
          {
            "name": "networkConstructExpectationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "networkConstructExpectationId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "997Nsiapiv3networkConstructs"
        ],
        "operationId": "deleteNsiApiV3NetworkConstructsIdExpectationsNetworkConstructExpectationId",
        "description": "The parameters and request body are for method: deleteNsiApiV3NetworkConstructsIdExpectationsNetworkConstructExpectationId. Same endpoint also used in methods:",
        "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"
            }
          },
          {
            "name": "networkConstructExpectationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "networkConstructExpectationId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/v3/networkConstructs/{id}/expectations/{networkConstructExpectationId}/{attributeName}": {
      "put": {
        "tags": [
          "997Nsiapiv3networkConstructs"
        ],
        "operationId": "putNsiApiV3NetworkConstructsIdExpectationsNetworkConstructExpectationIdAttributeName",
        "description": "The parameters and request body are for method: putNsiApiV3NetworkConstructsIdExpectationsNetworkConstructExpectationIdAttributeName. Same endpoint also used in methods:",
        "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"
            }
          },
          {
            "name": "networkConstructExpectationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "networkConstructExpectationId",
              "type": "string"
            }
          },
          {
            "name": "attributeName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "attributeName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/nsi/api/v3/networkConstructs/{id}/identifiers/{identifierKey}": {
      "put": {
        "tags": [
          "997Nsiapiv3networkConstructs"
        ],
        "operationId": "updateNCIdentifiers",
        "description": "The parameters and request body are for method: updateNCIdentifiers. Same endpoint also used in methods:",
        "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"
            }
          },
          {
            "name": "identifierKey",
            "in": "path",
            "required": true,
            "schema": {
              "title": "identifierKey",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "997Nsiapiv3networkConstructs"
        ],
        "operationId": "deleteNsiApiV3NetworkConstructsIdIdentifiersIdentifierKey",
        "description": "The parameters and request body are for method: deleteNsiApiV3NetworkConstructsIdIdentifiersIdentifierKey. Same endpoint also used in methods:",
        "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"
            }
          },
          {
            "name": "identifierKey",
            "in": "path",
            "required": true,
            "schema": {
              "title": "identifierKey",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/v3/networkConstructs/{id}/networkConstructPlanned": {
      "get": {
        "tags": [
          "997Nsiapiv3networkConstructs"
        ],
        "operationId": "getNsiApiV3NetworkConstructsIdNetworkConstructPlanned",
        "description": "The parameters and request body are for method: getNsiApiV3NetworkConstructsIdNetworkConstructPlanned. Same endpoint also used in methods:",
        "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": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "997Nsiapiv3networkConstructs"
        ],
        "operationId": "patchNsiApiV3NetworkConstructsIdNetworkConstructPlanned",
        "description": "The parameters and request body are for method: patchNsiApiV3NetworkConstructsIdNetworkConstructPlanned. Same endpoint also used in methods:",
        "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"
              }
            }
          }
        }
      }
    },
    "/nsi/api/v4/networkConstructs": {
      "get": {
        "tags": [
          "996Nsiapiv4networkConstructs"
        ],
        "operationId": "getNsiApiV4NetworkConstructs",
        "description": "The parameters and request body are for method: getNsiApiV4NetworkConstructs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "searchText",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "searchFields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "resourceState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sessionId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "networkConstructExpectationsEquipmentIntentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "networkConstructExpectationsServiceIntentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "physicalLocationId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "displayName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "identifierKey",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "identifierValue",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "concrete",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modelType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ipAddress",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "networkConstructType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "resourceType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "associationState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "syncState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "softwareVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "displaySyncState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "subnetName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "macAddress",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "typeGroup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "slteType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ssteType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "resourcePartitionInfo",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tags",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sortBy",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "metaDataFields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "include",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/v4/networkConstructs/{id}": {
      "get": {
        "tags": [
          "996Nsiapiv4networkConstructs"
        ],
        "operationId": "getNsiApiV4NetworkConstructsId",
        "description": "The parameters and request body are for method: getNsiApiV4NetworkConstructsId. Same endpoint also used in methods:",
        "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"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "include",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/v4/networkConstructs/{id}/expectations/{expId}": {
      "put": {
        "tags": [
          "996Nsiapiv4networkConstructs"
        ],
        "operationId": "putNsiApiV4NetworkConstructsIdExpectationsExpId",
        "description": "The parameters and request body are for method: putNsiApiV4NetworkConstructsIdExpectationsExpId. Same endpoint also used in methods:",
        "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"
            }
          },
          {
            "name": "expId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "expId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/nsi/api/v4/networkConstructs/{id}/identifiers": {
      "put": {
        "tags": [
          "996Nsiapiv4networkConstructs"
        ],
        "operationId": "putNsiApiV4NetworkConstructsIdIdentifiers",
        "description": "The parameters and request body are for method: putNsiApiV4NetworkConstructsIdIdentifiers. Same endpoint also used in methods:",
        "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": "string"
              },
              "example": "identifierRO"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "996Nsiapiv4networkConstructs"
        ],
        "operationId": "deleteNsiApiV4NetworkConstructsIdIdentifiers",
        "description": "The parameters and request body are for method: deleteNsiApiV4NetworkConstructsIdIdentifiers. Same endpoint also used in methods:",
        "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": "string"
              },
              "example": "identifierRO"
            }
          }
        }
      }
    },
    "/nsi/api/v4/networkConstructs/{id}/physicalLocation/{physicalLocationId}": {
      "put": {
        "tags": [
          "996Nsiapiv4networkConstructs"
        ],
        "operationId": "putNsiApiV4NetworkConstructsIdPhysicalLocationPhysicalLocationId",
        "description": "The parameters and request body are for method: putNsiApiV4NetworkConstructsIdPhysicalLocationPhysicalLocationId. Same endpoint also used in methods:",
        "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"
            }
          },
          {
            "name": "physicalLocationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "physicalLocationId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "996Nsiapiv4networkConstructs"
        ],
        "operationId": "deleteNsiApiV4NetworkConstructsIdPhysicalLocationPhysicalLocationId",
        "description": "The parameters and request body are for method: deleteNsiApiV4NetworkConstructsIdPhysicalLocationPhysicalLocationId. Same endpoint also used in methods:",
        "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"
            }
          },
          {
            "name": "physicalLocationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "physicalLocationId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/v5/networkConstructs": {
      "get": {
        "tags": [
          "995Nsiapiv5networkConstructs"
        ],
        "operationId": "getNetworkConstructsV5",
        "description": "The parameters and request body are for method: getNetworkConstructsV5. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ipAddress",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "identifierKey",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "identifierValue",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sessionId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "networkConstructExpectationsEquipmentIntentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "networkConstructExpectationsServiceIntentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "physicalLocationId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "networkConstructType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "concrete",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "include",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "995Nsiapiv5networkConstructs"
        ],
        "operationId": "postNsiApiV5NetworkConstructs",
        "description": "The parameters and request body are for method: postNsiApiV5NetworkConstructs. 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"
              }
            }
          }
        }
      }
    },
    "/nsi/api/v5/networkConstructs/{id}/expectations/{networkConstructExpectationId}/realize": {
      "post": {
        "tags": [
          "995Nsiapiv5networkConstructs"
        ],
        "operationId": "postNsiApiV5NetworkConstructsIdExpectationsNetworkConstructExpectationIdRealize",
        "description": "The parameters and request body are for method: postNsiApiV5NetworkConstructsIdExpectationsNetworkConstructExpectationIdRealize. Same endpoint also used in methods:",
        "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"
            }
          },
          {
            "name": "networkConstructExpectationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "networkConstructExpectationId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/v6/networkConstructs": {
      "get": {
        "tags": [
          "994Nsiapiv6networkConstructs"
        ],
        "operationId": "getNetworkConstructsV6",
        "description": "The parameters and request body are for method: getNetworkConstructsV6. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ipAddress",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "identifierKey",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "identifierValue",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sessionId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "networkConstructExpectationsEquipmentIntentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "networkConstructExpectationsServiceIntentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "physicalLocationId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "networkConstructType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ssteType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "concrete",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "include",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/physicalLocations": {
      "get": {
        "tags": [
          "000NsiapiphysicalLocations"
        ],
        "operationId": "getPhysicalLocations",
        "description": "The parameters and request body are for method: getPhysicalLocations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "include",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "000NsiapiphysicalLocations"
        ],
        "operationId": "postPhysicalLocation",
        "description": "The parameters and request body are for method: postPhysicalLocation. 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"
              }
            }
          }
        }
      }
    },
    "/nsi/api/physicalLocations/{id}": {
      "get": {
        "tags": [
          "000NsiapiphysicalLocations"
        ],
        "operationId": "getPhysicalLocationById",
        "description": "The parameters and request body are for method: getPhysicalLocationById. Same endpoint also used in methods:",
        "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"
            }
          },
          {
            "name": "include",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/physicalLocations/{id}/expectations": {
      "post": {
        "tags": [
          "000NsiapiphysicalLocations"
        ],
        "operationId": "postPhysicalLocationExpectations",
        "description": "The parameters and request body are for method: postPhysicalLocationExpectations. Same endpoint also used in methods:",
        "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"
              }
            }
          }
        }
      }
    },
    "/nsi/api/physicalLocations/{id}/expectations/{expectationId}": {
      "get": {
        "tags": [
          "000NsiapiphysicalLocations"
        ],
        "operationId": "getPhysicalLocationExpectationById",
        "description": "The parameters and request body are for method: getPhysicalLocationExpectationById. Same endpoint also used in methods:",
        "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"
            }
          },
          {
            "name": "expectationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "expectationId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "000NsiapiphysicalLocations"
        ],
        "operationId": "deletePhysicalLocationExpectationById",
        "description": "The parameters and request body are for method: deletePhysicalLocationExpectationById. Same endpoint also used in methods:",
        "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"
            }
          },
          {
            "name": "expectationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "expectationId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/physicalLocations/{id}/identifiers/{identifierKey}": {
      "put": {
        "tags": [
          "000NsiapiphysicalLocations"
        ],
        "operationId": "updatePhysicalLocationIdentifiers",
        "description": "The parameters and request body are for method: updatePhysicalLocationIdentifiers. Same endpoint also used in methods:",
        "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"
            }
          },
          {
            "name": "identifierKey",
            "in": "path",
            "required": true,
            "schema": {
              "title": "identifierKey",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "000NsiapiphysicalLocations"
        ],
        "operationId": "deletePhysicalLocationIdentifiers",
        "description": "The parameters and request body are for method: deletePhysicalLocationIdentifiers. Same endpoint also used in methods:",
        "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"
            }
          },
          {
            "name": "identifierKey",
            "in": "path",
            "required": true,
            "schema": {
              "title": "identifierKey",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/physicalLocations/{id}/userData/{userDataKey}": {
      "put": {
        "tags": [
          "000NsiapiphysicalLocations"
        ],
        "operationId": "putNsiApiPhysicalLocationsIdUserDataUserDataKey",
        "description": "The parameters and request body are for method: putNsiApiPhysicalLocationsIdUserDataUserDataKey. Same endpoint also used in methods:",
        "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"
            }
          },
          {
            "name": "userDataKey",
            "in": "path",
            "required": true,
            "schema": {
              "title": "userDataKey",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "000NsiapiphysicalLocations"
        ],
        "operationId": "deletePhysicalLocationUserData",
        "description": "The parameters and request body are for method: deletePhysicalLocationUserData. Same endpoint also used in methods:",
        "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"
            }
          },
          {
            "name": "userDataKey",
            "in": "path",
            "required": true,
            "schema": {
              "title": "userDataKey",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/physicalLocations/{physicalLocationId}": {
      "delete": {
        "tags": [
          "000NsiapiphysicalLocations"
        ],
        "operationId": "deletePhysicalLocationById",
        "description": "The parameters and request body are for method: deletePhysicalLocationById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "physicalLocationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "physicalLocationId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/v2_0/physicalLocations": {
      "get": {
        "tags": [
          "998Nsiapiv20physicalLocations"
        ],
        "operationId": "getNsiApiV20PhysicalLocations",
        "description": "The parameters and request body are for method: getNsiApiV20PhysicalLocations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "998Nsiapiv20physicalLocations"
        ],
        "operationId": "postNsiApiV20PhysicalLocations",
        "description": "The parameters and request body are for method: postNsiApiV20PhysicalLocations. 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"
              }
            }
          }
        }
      }
    },
    "/nsi/api/v2_0/physicalLocations/{physicalLocationId}": {
      "delete": {
        "tags": [
          "998Nsiapiv20physicalLocations"
        ],
        "operationId": "deleteNsiApiV20PhysicalLocationsPhysicalLocationId",
        "description": "The parameters and request body are for method: deleteNsiApiV20PhysicalLocationsPhysicalLocationId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "physicalLocationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "physicalLocationId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/v3/physicalLocations": {
      "get": {
        "tags": [
          "997Nsiapiv3physicalLocations"
        ],
        "operationId": "getNsiApiV3PhysicalLocations",
        "description": "The parameters and request body are for method: getNsiApiV3PhysicalLocations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "include",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "997Nsiapiv3physicalLocations"
        ],
        "operationId": "postNsiApiV3PhysicalLocations",
        "description": "The parameters and request body are for method: postNsiApiV3PhysicalLocations. 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"
              }
            }
          }
        }
      }
    },
    "/nsi/api/v3/physicalLocations/{id}": {
      "get": {
        "tags": [
          "997Nsiapiv3physicalLocations"
        ],
        "operationId": "getNsiApiV3PhysicalLocationsId",
        "description": "The parameters and request body are for method: getNsiApiV3PhysicalLocationsId. Same endpoint also used in methods:",
        "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"
            }
          },
          {
            "name": "include",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/v3/physicalLocations/{id}/expectations": {
      "post": {
        "tags": [
          "997Nsiapiv3physicalLocations"
        ],
        "operationId": "postNsiApiV3PhysicalLocationsIdExpectations",
        "description": "The parameters and request body are for method: postNsiApiV3PhysicalLocationsIdExpectations. Same endpoint also used in methods:",
        "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"
              }
            }
          }
        }
      }
    },
    "/nsi/api/v3/physicalLocations/{id}/expectations/{expectationId}": {
      "get": {
        "tags": [
          "997Nsiapiv3physicalLocations"
        ],
        "operationId": "getNsiApiV3PhysicalLocationsIdExpectationsExpectationId",
        "description": "The parameters and request body are for method: getNsiApiV3PhysicalLocationsIdExpectationsExpectationId. Same endpoint also used in methods:",
        "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"
            }
          },
          {
            "name": "expectationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "expectationId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "997Nsiapiv3physicalLocations"
        ],
        "operationId": "deleteNsiApiV3PhysicalLocationsIdExpectationsExpectationId",
        "description": "The parameters and request body are for method: deleteNsiApiV3PhysicalLocationsIdExpectationsExpectationId. Same endpoint also used in methods:",
        "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"
            }
          },
          {
            "name": "expectationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "expectationId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/v3/physicalLocations/{id}/identifiers/{identifierKey}": {
      "put": {
        "tags": [
          "997Nsiapiv3physicalLocations"
        ],
        "operationId": "putNsiApiV3PhysicalLocationsIdIdentifiersIdentifierKey",
        "description": "The parameters and request body are for method: putNsiApiV3PhysicalLocationsIdIdentifiersIdentifierKey. Same endpoint also used in methods:",
        "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"
            }
          },
          {
            "name": "identifierKey",
            "in": "path",
            "required": true,
            "schema": {
              "title": "identifierKey",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "997Nsiapiv3physicalLocations"
        ],
        "operationId": "deleteNsiApiV3PhysicalLocationsIdIdentifiersIdentifierKey",
        "description": "The parameters and request body are for method: deleteNsiApiV3PhysicalLocationsIdIdentifiersIdentifierKey. Same endpoint also used in methods:",
        "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"
            }
          },
          {
            "name": "identifierKey",
            "in": "path",
            "required": true,
            "schema": {
              "title": "identifierKey",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/v3/physicalLocations/{id}/userData/{userDataKey}": {
      "put": {
        "tags": [
          "997Nsiapiv3physicalLocations"
        ],
        "operationId": "putNsiApiV3PhysicalLocationsIdUserDataUserDataKey",
        "description": "The parameters and request body are for method: putNsiApiV3PhysicalLocationsIdUserDataUserDataKey. Same endpoint also used in methods:",
        "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"
            }
          },
          {
            "name": "userDataKey",
            "in": "path",
            "required": true,
            "schema": {
              "title": "userDataKey",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "997Nsiapiv3physicalLocations"
        ],
        "operationId": "deleteNsiApiV3PhysicalLocationsIdUserDataUserDataKey",
        "description": "The parameters and request body are for method: deleteNsiApiV3PhysicalLocationsIdUserDataUserDataKey. Same endpoint also used in methods:",
        "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"
            }
          },
          {
            "name": "userDataKey",
            "in": "path",
            "required": true,
            "schema": {
              "title": "userDataKey",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/v3/physicalLocations/{physicalLocationId}": {
      "delete": {
        "tags": [
          "997Nsiapiv3physicalLocations"
        ],
        "operationId": "deleteNsiApiV3PhysicalLocationsPhysicalLocationId",
        "description": "The parameters and request body are for method: deleteNsiApiV3PhysicalLocationsPhysicalLocationId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "physicalLocationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "physicalLocationId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/v4/physicalLocations": {
      "get": {
        "tags": [
          "996Nsiapiv4physicalLocations"
        ],
        "operationId": "getNsiApiV4PhysicalLocations",
        "description": "The parameters and request body are for method: getNsiApiV4PhysicalLocations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "include",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/timing/api/v1/timingNode/{ncId}": {
      "get": {
        "tags": [
          "TimingNodeV1"
        ],
        "operationId": "getTimingNode",
        "description": "The parameters and request body are for method: getTimingNode. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ncId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "ncId",
              "type": "string"
            }
          },
          {
            "name": "withLinks",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "noCache",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "preemptiveSync",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/era/api/v1/cards": {
      "get": {
        "tags": [
          "Cards"
        ],
        "operationId": "getCards",
        "description": "The parameters and request body are for method: getCards. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "currentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "baselineId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "reportType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/era/api/v1/reports": {
      "get": {
        "tags": [
          "Reporting"
        ],
        "operationId": "getDeltaReport",
        "description": "The parameters and request body are for method: getDeltaReport. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "report",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "baseline",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/era/api/v1/reports/{reportId}": {
      "get": {
        "tags": [
          "Reporting"
        ],
        "operationId": "getEraApiV1ReportsReportId",
        "description": "The parameters and request body are for method: getEraApiV1ReportsReportId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "reportId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "reportId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/era/api/v1/sectionReport/{snapshotId}": {
      "get": {
        "tags": [
          "Reporting"
        ],
        "operationId": "getSectionReport",
        "description": "The parameters and request body are for method: getSectionReport. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "snapshotId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "snapshotId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/era/api/v1/schedules": {
      "get": {
        "tags": [
          "Scheduling"
        ],
        "operationId": "getEraApiV1Schedules",
        "description": "The parameters and request body are for method: getEraApiV1Schedules. Same 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": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Scheduling"
        ],
        "operationId": "postEraApiV1Schedules",
        "description": "The parameters and request body are for method: postEraApiV1Schedules. 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"
              }
            }
          }
        }
      }
    },
    "/era/api/v1/schedules/{id}": {
      "get": {
        "tags": [
          "Scheduling"
        ],
        "operationId": "getSchedule",
        "description": "The parameters and request body are for method: getSchedule. Same endpoint also used in methods:",
        "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": [
          "Scheduling"
        ],
        "operationId": "editSchedule",
        "description": "The parameters and request body are for method: editSchedule. Same endpoint also used in methods:",
        "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": [
          "Scheduling"
        ],
        "operationId": "deleteSchedule",
        "description": "The parameters and request body are for method: deleteSchedule. Same endpoint also used in methods:",
        "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": {}
            }
          }
        }
      }
    },
    "/era/api/v1/sftp/connectivityConfig": {
      "post": {
        "tags": [
          "SFTP"
        ],
        "operationId": "updateConfiguration",
        "description": "The parameters and request body are for method: updateConfiguration. 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"
              }
            }
          }
        }
      }
    },
    "/era/api/v1/snapshots": {
      "get": {
        "tags": [
          "Snapshots"
        ],
        "operationId": "getSnapshots",
        "description": "The parameters and request body are for method: getSnapshots. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "state",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sort",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Snapshots"
        ],
        "operationId": "createCapture",
        "description": "The parameters and request body are for method: createCapture. 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"
              }
            }
          }
        }
      }
    },
    "/era/api/v1/snapshots/{snapshotId}": {
      "get": {
        "tags": [
          "Snapshots"
        ],
        "operationId": "getSnapshot",
        "description": "The parameters and request body are for method: getSnapshot. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "snapshotId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "snapshotId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Snapshots"
        ],
        "operationId": "uploadCapture",
        "description": "The parameters and request body are for method: uploadCapture. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "snapshotId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "snapshotId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Snapshots"
        ],
        "operationId": "deleteSnapshot",
        "description": "The parameters and request body are for method: deleteSnapshot. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "snapshotId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "snapshotId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/era/api/v1/snapshots/{snapshotId}/download": {
      "get": {
        "tags": [
          "Snapshots"
        ],
        "operationId": "downloadCapture",
        "description": "The parameters and request body are for method: downloadCapture. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "snapshotId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "snapshotId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/era/api/v1/snapshots/{snapshotId}/file": {
      "delete": {
        "tags": [
          "Snapshots"
        ],
        "operationId": "deleteCaptureFile",
        "description": "The parameters and request body are for method: deleteCaptureFile. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "snapshotId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "snapshotId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/era/api/v1/trends/{reportName}": {
      "get": {
        "tags": [
          "Trends"
        ],
        "operationId": "getEraApiV1TrendsReportName",
        "description": "The parameters and request body are for method: getEraApiV1TrendsReportName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "reportName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "reportName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/era/api/v2/trends/{reportName}": {
      "get": {
        "tags": [
          "Trends"
        ],
        "operationId": "getEraApiV2TrendsReportName",
        "description": "The parameters and request body are for method: getEraApiV2TrendsReportName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "reportName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "reportName",
              "type": "string"
            }
          },
          {
            "name": "eNTITYNAME",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/otdr/api/v1/entities": {
      "get": {
        "tags": [
          "OTDREntities"
        ],
        "operationId": "getOtdrApiV1Entities",
        "description": "The parameters and request body are for method: getOtdrApiV1Entities. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                },
                "example": {
                  "data": {}
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "sessionId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "OTDREntities"
        ],
        "operationId": "postOtdrApiV1Entities",
        "description": "The parameters and request body are for method: postOtdrApiV1Entities. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "sessionId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "traceEntities"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "OTDREntities"
        ],
        "operationId": "patchOtdrApiV1Entities",
        "description": "The parameters and request body are for method: patchOtdrApiV1Entities. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "sessionId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "traceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "oTDREntity"
            }
          }
        }
      }
    },
    "/otdr/api/v1/tracelist": {
      "get": {
        "tags": [
          "OTDRSORTracelist"
        ],
        "operationId": "getOtdrApiV1Tracelist",
        "description": "The parameters and request body are for method: getOtdrApiV1Tracelist. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "sessionId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "traceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/otdr/api/v1/spanlength": {
      "get": {
        "tags": [
          "OTDRSpanlength"
        ],
        "operationId": "getOtdrApiV1Spanlength",
        "description": "The parameters and request body are for method: getOtdrApiV1Spanlength. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "sessionId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "traceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/otdr/api/v1/sordownload": {
      "post": {
        "tags": [
          "OTDRSORDownloadV1"
        ],
        "operationId": "postOtdrApiV1Sordownload",
        "description": "The parameters and request body are for method: postOtdrApiV1Sordownload. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "status": {
                      "type": "string"
                    },
                    "message": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "status": "string",
                  "message": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "sessionId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "profileName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      }
    },
    "/otdr/api/v2/sordownload": {
      "post": {
        "tags": [
          "OTDRSORDownloadV2"
        ],
        "operationId": "postOtdrApiV2Sordownload",
        "description": "The parameters and request body are for method: postOtdrApiV2Sordownload. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "status": {
                      "type": "string"
                    },
                    "message": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "status": "string",
                  "message": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "sessionId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "profileName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      }
    },
    "/otdr/api/v1/profile": {
      "get": {
        "tags": [
          "SORDownloadProfiles"
        ],
        "operationId": "getOtdrApiV1Profile",
        "description": "The parameters and request body are for method: getOtdrApiV1Profile. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "string"
                          },
                          "profile_name": {
                            "type": "string"
                          },
                          "description": {
                            "type": "string"
                          },
                          "user_name": {
                            "type": "string"
                          },
                          "passwd": {
                            "type": "string"
                          },
                          "ip_address": {
                            "type": "string"
                          },
                          "protocol_type": {
                            "type": "string"
                          },
                          "port": {
                            "type": "string"
                          },
                          "location": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "data": [
                    {
                      "id": "string",
                      "profile_name": "string",
                      "description": "string",
                      "user_name": "string",
                      "passwd": "string",
                      "ip_address": "string",
                      "protocol_type": "string",
                      "port": "string",
                      "location": "string"
                    },
                    {
                      "id": "string",
                      "profile_name": "string",
                      "description": "string",
                      "user_name": "string",
                      "passwd": "string",
                      "ip_address": "string",
                      "protocol_type": "string",
                      "port": "string",
                      "location": "string"
                    },
                    {
                      "id": "string",
                      "profile_name": "string",
                      "description": "string",
                      "user_name": "string",
                      "passwd": "string",
                      "ip_address": "string",
                      "protocol_type": "string",
                      "port": "string",
                      "location": "string"
                    },
                    {
                      "id": "string",
                      "profile_name": "string",
                      "description": "string",
                      "user_name": "string",
                      "passwd": "string",
                      "ip_address": "string",
                      "protocol_type": "string",
                      "port": "string",
                      "location": "string"
                    },
                    {
                      "id": "string",
                      "profile_name": "string",
                      "description": "string",
                      "user_name": "string",
                      "passwd": "string",
                      "ip_address": "string",
                      "protocol_type": "string",
                      "port": "string",
                      "location": "string"
                    },
                    {
                      "id": "string",
                      "profile_name": "string",
                      "description": "string",
                      "user_name": "string",
                      "passwd": "string",
                      "ip_address": "string",
                      "protocol_type": "string",
                      "port": "string",
                      "location": "string"
                    }
                  ]
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "SORDownloadProfiles"
        ],
        "operationId": "postOtdrApiV1Profile",
        "description": "The parameters and request body are for method: postOtdrApiV1Profile. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "status": {
                      "type": "string"
                    },
                    "message": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "status": "string",
                  "message": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "profile"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "SORDownloadProfiles"
        ],
        "operationId": "patchOtdrApiV1Profile",
        "description": "The parameters and request body are for method: patchOtdrApiV1Profile. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "status": {
                      "type": "string"
                    },
                    "message": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "status": "string",
                  "message": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "profile"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "SORDownloadProfiles"
        ],
        "operationId": "deleteOtdrApiV1Profile",
        "description": "The parameters and request body are for method: deleteOtdrApiV1Profile. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "status": {
                      "type": "string"
                    },
                    "message": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "status": "string",
                  "message": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/otdr/api/v1/traceprofiles": {
      "get": {
        "tags": [
          "OTDRTraceProfiles"
        ],
        "operationId": "getOtdrApiV1Traceprofiles",
        "description": "The parameters and request body are for method: getOtdrApiV1Traceprofiles. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "sessionId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "OTDRTraceProfiles"
        ],
        "operationId": "postOtdrApiV1Traceprofiles",
        "description": "The parameters and request body are for method: postOtdrApiV1Traceprofiles. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "status": {
                      "type": "string"
                    },
                    "message": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "status": "string",
                  "message": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "sessionId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "profileId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "profileParameters"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "OTDRTraceProfiles"
        ],
        "operationId": "patchOtdrApiV1Traceprofiles",
        "description": "The parameters and request body are for method: patchOtdrApiV1Traceprofiles. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "status": {
                      "type": "string"
                    },
                    "message": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "status": "string",
                  "message": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "sessionId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "profileId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "profileParameters"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "OTDRTraceProfiles"
        ],
        "operationId": "deleteOtdrApiV1Traceprofiles",
        "description": "The parameters and request body are for method: deleteOtdrApiV1Traceprofiles. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "status": {
                      "type": "string"
                    },
                    "message": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "status": "string",
                  "message": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "sessionId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "profileId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/otdr/api/v1/sortraces": {
      "get": {
        "tags": [
          "OTDRSavedSORTraces"
        ],
        "operationId": "getOtdrApiV1Sortraces",
        "description": "The parameters and request body are for method: getOtdrApiV1Sortraces. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "string"
                          },
                          "type": {
                            "type": "string"
                          },
                          "attributes": {
                            "type": "object",
                            "properties": {
                              "file_name": {
                                "type": "string"
                              },
                              "tid_name": {
                                "type": "string"
                              },
                              "trace_tag": {
                                "type": "string"
                              },
                              "trace_type": {
                                "type": "string"
                              },
                              "trace_id": {
                                "type": "string"
                              },
                              "label": {
                                "type": "string"
                              },
                              "timestamp": {
                                "type": "string"
                              },
                              "trace_direction": {
                                "type": "string"
                              }
                            }
                          },
                          "relationships": {
                            "type": "object",
                            "properties": {
                              "networkConstruct": {
                                "type": "object",
                                "properties": {
                                  "data": {
                                    "type": "object",
                                    "properties": {
                                      "type": {
                                        "type": "string"
                                      },
                                      "id": {
                                        "type": "string"
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "data": [
                    {
                      "id": "string",
                      "type": "sorTrace",
                      "attributes": {
                        "file_name": "string",
                        "tid_name": "string",
                        "trace_tag": "string",
                        "trace_type": "string",
                        "trace_id": "string",
                        "label": "string",
                        "timestamp": "string",
                        "trace_direction": "string"
                      },
                      "relationships": {
                        "networkConstruct": {
                          "data": {
                            "type": "networkConstructs",
                            "id": "string"
                          }
                        }
                      }
                    },
                    {
                      "id": "string",
                      "type": "sorTrace",
                      "attributes": {
                        "file_name": "string",
                        "tid_name": "string",
                        "trace_tag": "string",
                        "trace_type": "string",
                        "trace_id": "string",
                        "label": "string",
                        "timestamp": "string",
                        "trace_direction": "string"
                      },
                      "relationships": {
                        "networkConstruct": {
                          "data": {
                            "type": "networkConstructs",
                            "id": "string"
                          }
                        }
                      }
                    },
                    {
                      "id": "string",
                      "type": "sorTrace",
                      "attributes": {
                        "file_name": "string",
                        "tid_name": "string",
                        "trace_tag": "string",
                        "trace_type": "string",
                        "trace_id": "string",
                        "label": "string",
                        "timestamp": "string",
                        "trace_direction": "string"
                      },
                      "relationships": {
                        "networkConstruct": {
                          "data": {
                            "type": "networkConstructs",
                            "id": "string"
                          }
                        }
                      }
                    },
                    {
                      "id": "string",
                      "type": "sorTrace",
                      "attributes": {
                        "file_name": "string",
                        "tid_name": "string",
                        "trace_tag": "string",
                        "trace_type": "string",
                        "trace_id": "string",
                        "label": "string",
                        "timestamp": "string",
                        "trace_direction": "string"
                      },
                      "relationships": {
                        "networkConstruct": {
                          "data": {
                            "type": "networkConstructs",
                            "id": "string"
                          }
                        }
                      }
                    },
                    {
                      "id": "string",
                      "type": "sorTrace",
                      "attributes": {
                        "file_name": "string",
                        "tid_name": "string",
                        "trace_tag": "string",
                        "trace_type": "string",
                        "trace_id": "string",
                        "label": "string",
                        "timestamp": "string",
                        "trace_direction": "string"
                      },
                      "relationships": {
                        "networkConstruct": {
                          "data": {
                            "type": "networkConstructs",
                            "id": "string"
                          }
                        }
                      }
                    },
                    {
                      "id": "string",
                      "type": "sorTrace",
                      "attributes": {
                        "file_name": "string",
                        "tid_name": "string",
                        "trace_tag": "string",
                        "trace_type": "string",
                        "trace_id": "string",
                        "label": "string",
                        "timestamp": "string",
                        "trace_direction": "string"
                      },
                      "relationships": {
                        "networkConstruct": {
                          "data": {
                            "type": "networkConstructs",
                            "id": "string"
                          }
                        }
                      }
                    },
                    {
                      "id": "string",
                      "type": "sorTrace",
                      "attributes": {
                        "file_name": "string",
                        "tid_name": "string",
                        "trace_tag": "string",
                        "trace_type": "string",
                        "trace_id": "string",
                        "label": "string",
                        "timestamp": "string",
                        "trace_direction": "string"
                      },
                      "relationships": {
                        "networkConstruct": {
                          "data": {
                            "type": "networkConstructs",
                            "id": "string"
                          }
                        }
                      }
                    },
                    {
                      "id": "string",
                      "type": "sorTrace",
                      "attributes": {
                        "file_name": "string",
                        "tid_name": "string",
                        "trace_tag": "string",
                        "trace_type": "string",
                        "trace_id": "string",
                        "label": "string",
                        "timestamp": "string",
                        "trace_direction": "string"
                      },
                      "relationships": {
                        "networkConstruct": {
                          "data": {
                            "type": "networkConstructs",
                            "id": "string"
                          }
                        }
                      }
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "freId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "OTDRSavedSORTraces"
        ],
        "operationId": "postOtdrApiV1Sortraces",
        "description": "The parameters and request body are for method: postOtdrApiV1Sortraces. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "status": {
                      "type": "string"
                    },
                    "message": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "status": "string",
                  "message": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "freId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "OTDRSavedSORTraces"
        ],
        "operationId": "patchOtdrApiV1Sortraces",
        "description": "The parameters and request body are for method: patchOtdrApiV1Sortraces. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "status": {
                      "type": "string"
                    },
                    "message": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "status": "SUCCESS",
                  "message": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "sorTraceParameters"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "OTDRSavedSORTraces"
        ],
        "operationId": "deleteOtdrApiV1Sortraces",
        "description": "The parameters and request body are for method: deleteOtdrApiV1Sortraces. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object",
                      "properties": {
                        "success": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        },
                        "failure": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "data": {
                    "success": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "failure": [
                      "string",
                      "string"
                    ]
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "sorTraceParameters": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "sorTraceParameters": "sorTraceParameters"
              }
            }
          }
        }
      }
    },
    "/otdr/api/v1/sor/parse": {
      "post": {
        "tags": [
          "OTDRParseSORTraces"
        ],
        "operationId": "postOtdrApiV1SorParse",
        "description": "The parameters and request body are for method: postOtdrApiV1SorParse. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "array",
                      "items": {
                        "type": "object"
                      }
                    },
                    "results": {
                      "type": "object",
                      "properties": {
                        "success": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        },
                        "failure": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "data": [
                    {},
                    {},
                    {},
                    {}
                  ],
                  "results": {
                    "success": [
                      "string",
                      "string"
                    ],
                    "failure": [
                      "string",
                      "string",
                      "string",
                      "string"
                    ]
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "parseSorTraceFiles"
            }
          }
        }
      }
    },
    "/perfg/api/channelmargins": {
      "get": {
        "tags": [
          "Cmgapi"
        ],
        "operationId": "getChanMargins",
        "description": "The parameters and request body are for method: getChanMargins. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/perfg/api/channelmargins/{freid}": {
      "get": {
        "tags": [
          "Cmgapi"
        ],
        "operationId": "getChanMargin",
        "description": "The parameters and request body are for method: getChanMargin. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "freid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "freid",
              "type": "string"
            }
          },
          {
            "name": "dir",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/perfg/api/configs": {
      "get": {
        "tags": [
          "Cmgapi"
        ],
        "operationId": "getConfigs",
        "description": "The parameters and request body are for method: getConfigs. Same 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": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Cmgapi"
        ],
        "operationId": "postConfigs",
        "description": "The parameters and request body are for method: postConfigs. 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"
              }
            }
          }
        }
      }
    },
    "/perfg/api/marginsummary": {
      "get": {
        "tags": [
          "Cmgapi"
        ],
        "operationId": "getMarginSummary",
        "description": "The parameters and request body are for method: getMarginSummary. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourcePartitionIDs",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/perfg/api/fiberloss": {
      "get": {
        "tags": [
          "Fiberloss"
        ],
        "operationId": "getFiberLoss",
        "description": "The parameters and request body are for method: getFiberLoss. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/perfg/api/fiberloss/{freid}": {
      "get": {
        "tags": [
          "Fiberloss"
        ],
        "operationId": "getFiberidLoss",
        "description": "The parameters and request body are for method: getFiberidLoss. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "freid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "freid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Fiberloss"
        ],
        "operationId": "patchFiberidLoss",
        "description": "The parameters and request body are for method: patchFiberidLoss. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "freid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "freid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "fiberData"
            }
          }
        }
      }
    },
    "/perfg/api/photonicdata/mediaparams": {
      "get": {
        "tags": [
          "Ppgapi"
        ],
        "operationId": "getPhotonicMediaParams",
        "description": "The parameters and request body are for method: getPhotonicMediaParams. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "freIDS",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/perfg/api/photonicdata/snrdetails": {
      "get": {
        "tags": [
          "Ppgapi"
        ],
        "operationId": "getPhotonicMarginData",
        "description": "The parameters and request body are for method: getPhotonicMarginData. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "freid",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "units",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fillRatio",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/perfg/api/photonicdata/snrsummary": {
      "get": {
        "tags": [
          "Ppgapi"
        ],
        "operationId": "getPhotonicSummaryData",
        "description": "The parameters and request body are for method: getPhotonicSummaryData. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourcePartitionIDs",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/perfg/api/v1/channelmargin": {
      "get": {
        "tags": [
          "CmgapiV1"
        ],
        "operationId": "getChanmarg",
        "description": "The parameters and request body are for method: getChanmarg. Same 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": {}
            }
          }
        }
      }
    },
    "/perfg/api/v1/channelmargin/{freid}/{dir}": {
      "get": {
        "tags": [
          "CmgapiV1"
        ],
        "operationId": "getChanidmarg",
        "description": "The parameters and request body are for method: getChanidmarg. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "freid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "freid",
              "type": "string"
            }
          },
          {
            "name": "dir",
            "in": "path",
            "required": true,
            "schema": {
              "title": "dir",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/perfg/api/v1/marginsummary": {
      "get": {
        "tags": [
          "CmgapiV1"
        ],
        "operationId": "getMarginSummaryV1",
        "description": "The parameters and request body are for method: getMarginSummaryV1. Same 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": {}
            }
          }
        }
      }
    },
    "/perfg/api/v1/safety": {
      "get": {
        "tags": [
          "CmgapiV1"
        ],
        "operationId": "getSafety",
        "description": "The parameters and request body are for method: getSafety. Same 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": {}
            }
          }
        }
      }
    },
    "/perfg/api/v1/safety/{factor}": {
      "put": {
        "tags": [
          "CmgapiV1"
        ],
        "operationId": "putSafety",
        "description": "The parameters and request body are for method: putSafety. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "factor",
            "in": "path",
            "required": true,
            "schema": {
              "title": "factor",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/perfg/api/v1/validity": {
      "get": {
        "tags": [
          "CmgapiV1"
        ],
        "operationId": "getValidity",
        "description": "The parameters and request body are for method: getValidity. Same 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": {}
            }
          }
        }
      }
    },
    "/perfg/api/v1/validity/{factor}": {
      "put": {
        "tags": [
          "CmgapiV1"
        ],
        "operationId": "putValidity",
        "description": "The parameters and request body are for method: putValidity. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "factor",
            "in": "path",
            "required": true,
            "schema": {
              "title": "factor",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/perfg/api/v1/fiberloss/{freid}": {
      "get": {
        "tags": [
          "FiberlossV1"
        ],
        "operationId": "getFiberidloss",
        "description": "The parameters and request body are for method: getFiberidloss. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "freid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "freid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "FiberlossV1"
        ],
        "operationId": "patchFiberidloss",
        "description": "The parameters and request body are for method: patchFiberidloss. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "freid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "freid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "fiberData"
            }
          }
        }
      }
    },
    "/perfg/api/v1/photonicdata/mediaparams": {
      "get": {
        "tags": [
          "PpgapiV1"
        ],
        "operationId": "getPhotonicMediaParamsV1",
        "description": "The parameters and request body are for method: getPhotonicMediaParamsV1. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "freIDS",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/perfg/api/v1/photonicdata/snrdetails": {
      "get": {
        "tags": [
          "PpgapiV1"
        ],
        "operationId": "getPhotonicMarginDataV1",
        "description": "The parameters and request body are for method: getPhotonicMarginDataV1. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "freid",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "units",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fillRatio",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/perfg/api/v1/photonicdata/snrsummary": {
      "get": {
        "tags": [
          "PpgapiV1"
        ],
        "operationId": "getPhotonicSummaryDataV1",
        "description": "The parameters and request body are for method: getPhotonicSummaryDataV1. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourcePartitionIDs",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/perfg/api/v1/resetchannelmargin": {
      "put": {
        "tags": [
          "ResetchannelmarginV1"
        ],
        "operationId": "resetchannelmargindata",
        "description": "The parameters and request body are for method: resetchannelmargindata. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "freid",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/perfg/api/v1/resetppgdata": {
      "put": {
        "tags": [
          "ResetppgdataV1"
        ],
        "operationId": "resetppgdata",
        "description": "The parameters and request body are for method: resetppgdata. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "freid",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/perfg/api/v2/channelmargins": {
      "get": {
        "tags": [
          "CmgapiV2"
        ],
        "operationId": "getChanMarginsV2",
        "description": "The parameters and request body are for method: getChanMarginsV2. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/perfg/api/v2/channelmargins/{freid}": {
      "get": {
        "tags": [
          "CmgapiV2"
        ],
        "operationId": "getChanMarginV2",
        "description": "The parameters and request body are for method: getChanMarginV2. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "freid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "freid",
              "type": "string"
            }
          },
          {
            "name": "dir",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/perfg/api/v2/configs": {
      "get": {
        "tags": [
          "CmgapiV2"
        ],
        "operationId": "getConfigsV2",
        "description": "The parameters and request body are for method: getConfigsV2. Same 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": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "CmgapiV2"
        ],
        "operationId": "postConfigsV2",
        "description": "The parameters and request body are for method: postConfigsV2. 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"
              }
            }
          }
        }
      }
    },
    "/perfg/api/v2/marginsummary": {
      "get": {
        "tags": [
          "CmgapiV2"
        ],
        "operationId": "getMarginSummaryV2",
        "description": "The parameters and request body are for method: getMarginSummaryV2. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourcePartitionIDs",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/perfg/api/v2/fiberloss": {
      "get": {
        "tags": [
          "FiberlossV2"
        ],
        "operationId": "getFiberLossV2",
        "description": "The parameters and request body are for method: getFiberLossV2. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/perfg/api/v2/fiberloss/{freid}": {
      "get": {
        "tags": [
          "FiberlossV2"
        ],
        "operationId": "getFiberidLossV2",
        "description": "The parameters and request body are for method: getFiberidLossV2. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "freid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "freid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/perfg/api/v3/fiberloss": {
      "get": {
        "tags": [
          "FiberlossV3"
        ],
        "operationId": "getFiberLossV3",
        "description": "The parameters and request body are for method: getFiberLossV3. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/pm/api/v1/autocomplete/{tag}": {
      "get": {
        "tags": [
          "AutoComplete"
        ],
        "operationId": "getPmApiV1AutocompleteTag",
        "description": "The parameters and request body are for method: getPmApiV1AutocompleteTag. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "tag",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tag",
              "type": "string"
            }
          },
          {
            "name": "filter",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/pm/api/v1/changeftpcredentials": {
      "post": {
        "tags": [
          "Pm"
        ],
        "operationId": "postPmApiV1Changeftpcredentials",
        "description": "The parameters and request body are for method: postPmApiV1Changeftpcredentials. Same 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": {}
            }
          }
        }
      }
    },
    "/pm/api/v1/facilities": {
      "post": {
        "tags": [
          "Facilities"
        ],
        "operationId": "initReg",
        "description": "The parameters and request body are for method: initReg. 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"
              }
            }
          }
        }
      }
    },
    "/pm/api/v1/locations": {
      "get": {
        "tags": [
          "Locations"
        ],
        "operationId": "getPmApiV1Locations",
        "description": "The parameters and request body are for method: getPmApiV1Locations. Same 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": {}
            }
          }
        }
      }
    },
    "/pm/api/v1/queries": {
      "post": {
        "tags": [
          "RealTime"
        ],
        "operationId": "getRPM",
        "description": "The parameters and request body are for method: getRPM. 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"
              }
            }
          }
        }
      }
    },
    "/pm/api/v1/query/metrics": {
      "post": {
        "tags": [
          "HistoricalV1"
        ],
        "operationId": "getHPM",
        "description": "The parameters and request body are for method: getHPM. 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"
              }
            }
          }
        }
      }
    },
    "/pm/api/v1/query/metrics/correlated": {
      "post": {
        "tags": [
          "CorrelatedV1"
        ],
        "operationId": "postPmApiV1QueryMetricsCorrelated",
        "description": "The parameters and request body are for method: postPmApiV1QueryMetricsCorrelated. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ts",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "start",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "end",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cursor",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/pm/api/v1/query/metrics/rollupCalculation": {
      "post": {
        "tags": [
          "RollupCalculationV1"
        ],
        "operationId": "postPmApiV1QueryMetricsRollupCalculation",
        "description": "The parameters and request body are for method: postPmApiV1QueryMetricsRollupCalculation. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "calculation",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "granularity",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/pm/api/v2/collections": {
      "patch": {
        "tags": [
          "CollectionsV2"
        ],
        "operationId": "patchPmApiV2Collections",
        "description": "The parameters and request body are for method: patchPmApiV2Collections. 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"
              }
            }
          }
        }
      }
    },
    "/pm/api/v2/collections/networkelements/intervals/{type}": {
      "get": {
        "tags": [
          "CollectionsV2"
        ],
        "operationId": "getPmApiV2CollectionsNetworkelementsIntervalsType",
        "description": "The parameters and request body are for method: getPmApiV2CollectionsNetworkelementsIntervalsType. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "type",
            "in": "path",
            "required": true,
            "schema": {
              "title": "type",
              "type": "string"
            }
          },
          {
            "name": "configuration",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/pm/api/v2/collections/networkelements/types/{type}": {
      "patch": {
        "tags": [
          "CollectionsV2"
        ],
        "operationId": "patchPmApiV2CollectionsNetworkelementsTypesType",
        "description": "The parameters and request body are for method: patchPmApiV2CollectionsNetworkelementsTypesType. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "type",
            "in": "path",
            "required": true,
            "schema": {
              "title": "type",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/pm/api/v2/collections/networkelements/{networkElementName}": {
      "get": {
        "tags": [
          "CollectionsV2"
        ],
        "operationId": "getPmApiV2CollectionsNetworkelementsNetworkElementName",
        "description": "The parameters and request body are for method: getPmApiV2CollectionsNetworkelementsNetworkElementName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "networkElementName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "networkElementName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "CollectionsV2"
        ],
        "operationId": "postPmApiV2CollectionsNetworkelementsNetworkElementName",
        "description": "The parameters and request body are for method: postPmApiV2CollectionsNetworkelementsNetworkElementName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "networkElementName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "networkElementName",
              "type": "string"
            }
          },
          {
            "name": "configuration",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "CollectionsV2"
        ],
        "operationId": "patchPmApiV2CollectionsNetworkelementsNetworkElementName",
        "description": "The parameters and request body are for method: patchPmApiV2CollectionsNetworkelementsNetworkElementName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "networkElementName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "networkElementName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/pm/api/v2/query/meta": {
      "post": {
        "tags": [
          "MetaV2"
        ],
        "operationId": "postPmApiV2QueryMeta",
        "description": "The parameters and request body are for method: postPmApiV2QueryMeta. 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"
              }
            }
          }
        }
      }
    },
    "/pm/api/v2/query/metrics": {
      "post": {
        "tags": [
          "HistoricalV2"
        ],
        "operationId": "postPmApiV2QueryMetrics",
        "description": "The parameters and request body are for method: postPmApiV2QueryMetrics. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ts",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "start",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "end",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/pm/api/v2/query/tags": {
      "get": {
        "tags": [
          "HistoricalV2"
        ],
        "operationId": "getPmApiV2QueryTags",
        "description": "The parameters and request body are for method: getPmApiV2QueryTags. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "tag",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "search",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/pm/api/v3/collections": {
      "get": {
        "tags": [
          "CollectionsV3"
        ],
        "operationId": "getPmApiV3Collections",
        "description": "The parameters and request body are for method: getPmApiV3Collections. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "networkElementName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "CollectionsV3"
        ],
        "operationId": "postPmApiV3Collections",
        "description": "The parameters and request body are for method: postPmApiV3Collections. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "networkElementName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "configuration",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "CollectionsV3"
        ],
        "operationId": "patchPmApiV3Collections",
        "description": "The parameters and request body are for method: patchPmApiV3Collections. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "networkElementName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/pm/api/v3/collections/collectioncount": {
      "get": {
        "tags": [
          "CollectionsV3"
        ],
        "operationId": "getPmApiV3CollectionsCollectioncount",
        "description": "The parameters and request body are for method: getPmApiV3CollectionsCollectioncount. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "type",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "configuration",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "duration",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/pm/api/v3/collections/networkelements/intervals/{type}": {
      "get": {
        "tags": [
          "CollectionsV3"
        ],
        "operationId": "getPmApiV3CollectionsNetworkelementsIntervalsType",
        "description": "The parameters and request body are for method: getPmApiV3CollectionsNetworkelementsIntervalsType. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "type",
            "in": "path",
            "required": true,
            "schema": {
              "title": "type",
              "type": "string"
            }
          },
          {
            "name": "typegroup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "configuration",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/pm/api/v3/collections/networkelements/types/{type}": {
      "patch": {
        "tags": [
          "CollectionsV3"
        ],
        "operationId": "patchPmApiV3CollectionsNetworkelementsTypesType",
        "description": "The parameters and request body are for method: patchPmApiV3CollectionsNetworkelementsTypesType. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "type",
            "in": "path",
            "required": true,
            "schema": {
              "title": "type",
              "type": "string"
            }
          },
          {
            "name": "typegroup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/pm/api/v3/query/metrics": {
      "post": {
        "tags": [
          "HistoricalV3"
        ],
        "operationId": "postPmApiV3QueryMetrics",
        "description": "The parameters and request body are for method: postPmApiV3QueryMetrics. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ts",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "start",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "end",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cursor",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "backwards",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/pm/api/v1/query/ossMetrics": {
      "post": {
        "tags": [
          "OssQueryV1"
        ],
        "operationId": "postPmApiV1QueryOssMetrics",
        "description": "The parameters and request body are for method: postPmApiV1QueryOssMetrics. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ts",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "start",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "end",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cursor",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "backwards",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/pinpoint/api/v1/activetraces": {
      "get": {
        "tags": [
          "Pinpointapiv1activetraces"
        ],
        "operationId": "getAllTraces",
        "description": "The parameters and request body are for method: getAllTraces. Same 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": {}
            }
          }
        }
      }
    },
    "/pinpoint/api/v1/fiberpaths": {
      "get": {
        "tags": [
          "Pinpointapiv1fiberpaths"
        ],
        "operationId": "get",
        "description": "The parameters and request body are for method: get. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "include",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Pinpointapiv1fiberpaths"
        ],
        "operationId": "post",
        "description": "The parameters and request body are for method: post. 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"
              }
            }
          }
        }
      }
    },
    "/pinpoint/api/v1/fiberpaths/{id}": {
      "get": {
        "tags": [
          "Pinpointapiv1fiberpaths"
        ],
        "operationId": "getById",
        "description": "The parameters and request body are for method: getById. Same endpoint also used in methods:",
        "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": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Pinpointapiv1fiberpaths"
        ],
        "operationId": "delete",
        "description": "The parameters and request body are for method: delete. Same endpoint also used in methods:",
        "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": {}
            }
          }
        }
      }
    },
    "/pinpoint/api/v1/fiberpaths/{id}/links": {
      "get": {
        "tags": [
          "Pinpointapiv1fiberpaths"
        ],
        "operationId": "getLinks",
        "description": "The parameters and request body are for method: getLinks. Same endpoint also used in methods:",
        "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": {}
            }
          }
        }
      }
    },
    "/pinpoint/api/v1/fiberpaths/{id}/startNode/{ncid}/distances": {
      "post": {
        "tags": [
          "Pinpointapiv1fiberpaths"
        ],
        "operationId": "getCoordinatesOfDistances",
        "description": "The parameters and request body are for method: getCoordinatesOfDistances. Same endpoint also used in methods:",
        "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"
            }
          },
          {
            "name": "ncid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "ncid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/pinpoint/api/v1/kml/files": {
      "get": {
        "tags": [
          "Pinpointapiv1kml"
        ],
        "operationId": "getAllKmlFiles",
        "description": "The parameters and request body are for method: getAllKmlFiles. Same 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": {}
            }
          }
        }
      }
    },
    "/pinpoint/api/v1/kml/files/{id}": {
      "delete": {
        "tags": [
          "Pinpointapiv1kml"
        ],
        "operationId": "deleteByFileId",
        "description": "The parameters and request body are for method: deleteByFileId. Same endpoint also used in methods:",
        "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": {}
            }
          }
        }
      }
    },
    "/pinpoint/api/v1/kml/files/{id}/placemarks": {
      "get": {
        "tags": [
          "Pinpointapiv1kml"
        ],
        "operationId": "getPlacemarksByFileId",
        "description": "The parameters and request body are for method: getPlacemarksByFileId. Same endpoint also used in methods:",
        "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": {}
            }
          }
        }
      }
    },
    "/pinpoint/api/v1/kml/placemarks": {
      "get": {
        "tags": [
          "Pinpointapiv1kml"
        ],
        "operationId": "getPinpointApiV1KmlPlacemarks",
        "description": "The parameters and request body are for method: getPinpointApiV1KmlPlacemarks. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ids",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/pinpoint/api/v1/kml/placemarks/{id}": {
      "get": {
        "tags": [
          "Pinpointapiv1kml"
        ],
        "operationId": "getPinpointApiV1KmlPlacemarksId",
        "description": "The parameters and request body are for method: getPinpointApiV1KmlPlacemarksId. Same endpoint also used in methods:",
        "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"
            }
          },
          {
            "name": "include",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Pinpointapiv1kml"
        ],
        "operationId": "put",
        "description": "The parameters and request body are for method: put. Same endpoint also used in methods:",
        "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": [
          "Pinpointapiv1kml"
        ],
        "operationId": "deletePinpointApiV1KmlPlacemarksId",
        "description": "The parameters and request body are for method: deletePinpointApiV1KmlPlacemarksId. Same endpoint also used in methods:",
        "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": {}
            }
          }
        }
      }
    },
    "/pinpoint/api/v1/kml/placemarks/{id}/ne": {
      "put": {
        "tags": [
          "Pinpointapiv1kml"
        ],
        "operationId": "associateNe",
        "description": "The parameters and request body are for method: associateNe. Same endpoint also used in methods:",
        "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"
              }
            }
          }
        }
      }
    },
    "/pinpoint/api/v1/kml/placemarks/{id}/{resourceType}/{relatedId}": {
      "delete": {
        "tags": [
          "Pinpointapiv1kml"
        ],
        "operationId": "deleteAssociation",
        "description": "The parameters and request body are for method: deleteAssociation. Same endpoint also used in methods:",
        "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"
            }
          },
          {
            "name": "resourceType",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceType",
              "type": "string"
            }
          },
          {
            "name": "relatedId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "relatedId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/pinpoint/api/v1/kml/upload": {
      "post": {
        "tags": [
          "Pinpointapiv1kml"
        ],
        "operationId": "uploadFile",
        "description": "The parameters and request body are for method: uploadFile. Same 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": {}
            }
          }
        }
      }
    },
    "/pinpoint/api/v1/nes": {
      "get": {
        "tags": [
          "Pinpointapiv1nes"
        ],
        "operationId": "getAllUnassociatedNes",
        "description": "The parameters and request body are for method: getAllUnassociatedNes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "lat",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "longParam",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "distance",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/pinpoint/api/v1/nes/{ncid}/otdr/{aid}": {
      "get": {
        "tags": [
          "Pinpointapiv1nes"
        ],
        "operationId": "getOtdrConfigDataById",
        "description": "The parameters and request body are for method: getOtdrConfigDataById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ncid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "ncid",
              "type": "string"
            }
          },
          {
            "name": "aid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "aid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/pinpoint/api/v1/nes/{ncid}/otdr/{aid}/setbaseline": {
      "post": {
        "tags": [
          "Pinpointapiv1nes"
        ],
        "operationId": "setBaseline",
        "description": "The parameters and request body are for method: setBaseline. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ncid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "ncid",
              "type": "string"
            }
          },
          {
            "name": "aid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "aid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/pinpoint/api/v1/nes/{ncid}/otdr/{aid}/sorfiles": {
      "get": {
        "tags": [
          "Pinpointapiv1nes"
        ],
        "operationId": "getSorFiles",
        "description": "The parameters and request body are for method: getSorFiles. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ncid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "ncid",
              "type": "string"
            }
          },
          {
            "name": "aid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "aid",
              "type": "string"
            }
          },
          {
            "name": "traceType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/pinpoint/api/v1/nes/{ncid}/otdr/{aid}/starttrace": {
      "post": {
        "tags": [
          "Pinpointapiv1nes"
        ],
        "operationId": "startTrace",
        "description": "The parameters and request body are for method: startTrace. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ncid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "ncid",
              "type": "string"
            }
          },
          {
            "name": "aid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "aid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/pinpoint/api/v1/nes/{ncid}/otdr/{aid}/stoptrace": {
      "post": {
        "tags": [
          "Pinpointapiv1nes"
        ],
        "operationId": "stopTrace",
        "description": "The parameters and request body are for method: stopTrace. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ncid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "ncid",
              "type": "string"
            }
          },
          {
            "name": "aid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "aid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/pinpoint/api/v1/nes/{ncid}/otdr/{aid}/tracestatus": {
      "get": {
        "tags": [
          "Pinpointapiv1nes"
        ],
        "operationId": "getTraceStatus",
        "description": "The parameters and request body are for method: getTraceStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ncid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "ncid",
              "type": "string"
            }
          },
          {
            "name": "aid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "aid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/pinpoint/api/v1/others/{type}": {
      "post": {
        "tags": [
          "Pinpointapiv1others"
        ],
        "operationId": "postPinpointApiV1OthersType",
        "description": "The parameters and request body are for method: postPinpointApiV1OthersType. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "type",
            "in": "path",
            "required": true,
            "schema": {
              "title": "type",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/pinpoint/api/v1/sor/{id}": {
      "get": {
        "tags": [
          "Pinpointapiv1sor"
        ],
        "operationId": "getPinpointApiV1SorId",
        "description": "The parameters and request body are for method: getPinpointApiV1SorId. Same endpoint also used in methods:",
        "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": {}
            }
          }
        }
      }
    },
    "/planningnetworkexport/api/v1/Networks/TpeFre": {
      "get": {
        "tags": [
          "Networks"
        ],
        "operationId": "getPlanningnetworkexportApiV1NetworksTpeFre",
        "description": "The parameters and request body are for method: getPlanningnetworkexportApiV1NetworksTpeFre. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "captureTimeOutInMins",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/pmprocessor/api/v1/calculationcontexts": {
      "get": {
        "tags": [
          "DerivedMetrics"
        ],
        "operationId": "queryCalculationContext",
        "description": "The parameters and request body are for method: queryCalculationContext. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "rootfreid",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "calculation",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/pmprocessor/api/v1/resource_profiles": {
      "get": {
        "tags": [
          "ResourceProfiles"
        ],
        "operationId": "getAllResourceProfiles",
        "description": "The parameters and request body are for method: getAllResourceProfiles. Same 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": [
          "ResourceProfiles"
        ],
        "operationId": "updateResourceProfile",
        "description": "The parameters and request body are for method: updateResourceProfile. 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"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "ResourceProfiles"
        ],
        "operationId": "createResourceProfile",
        "description": "The parameters and request body are for method: createResourceProfile. 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"
              }
            }
          }
        }
      }
    },
    "/pmprocessor/api/v1/resource_profiles/{resourceProfileId}": {
      "get": {
        "tags": [
          "ResourceProfiles"
        ],
        "operationId": "getResourceProfileById",
        "description": "The parameters and request body are for method: getResourceProfileById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceProfileId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceProfileId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "ResourceProfiles"
        ],
        "operationId": "updateResourceProfileById",
        "description": "The parameters and request body are for method: updateResourceProfileById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceProfileId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceProfileId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "ResourceProfiles"
        ],
        "operationId": "deleteResourceProfileById",
        "description": "The parameters and request body are for method: deleteResourceProfileById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceProfileId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceProfileId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/pmprocessor/api/v1/threshold_groups": {
      "get": {
        "tags": [
          "ThresholdGroups"
        ],
        "operationId": "getAllThresholdGroups",
        "description": "The parameters and request body are for method: getAllThresholdGroups. Same 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": [
          "ThresholdGroups"
        ],
        "operationId": "updateThresholdGroup",
        "description": "The parameters and request body are for method: updateThresholdGroup. 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"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "ThresholdGroups"
        ],
        "operationId": "createThresholdGroup",
        "description": "The parameters and request body are for method: createThresholdGroup. 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"
              }
            }
          }
        }
      }
    },
    "/pmprocessor/api/v1/threshold_groups/{thresholdGroupId}": {
      "get": {
        "tags": [
          "ThresholdGroups"
        ],
        "operationId": "getThresholdGroupById",
        "description": "The parameters and request body are for method: getThresholdGroupById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "thresholdGroupId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "thresholdGroupId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "ThresholdGroups"
        ],
        "operationId": "updateThresholdGroupById",
        "description": "The parameters and request body are for method: updateThresholdGroupById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "thresholdGroupId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "thresholdGroupId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "ThresholdGroups"
        ],
        "operationId": "deleteThresholdGroupById",
        "description": "The parameters and request body are for method: deleteThresholdGroupById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "thresholdGroupId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "thresholdGroupId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/pmprocessor/api/v1/thresholds": {
      "get": {
        "tags": [
          "Thresholds"
        ],
        "operationId": "getAllThresholds",
        "description": "The parameters and request body are for method: getAllThresholds. Same 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": [
          "Thresholds"
        ],
        "operationId": "updateThreshold",
        "description": "The parameters and request body are for method: updateThreshold. 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"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "Thresholds"
        ],
        "operationId": "createThreshold",
        "description": "The parameters and request body are for method: createThreshold. 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"
              }
            }
          }
        }
      }
    },
    "/pmprocessor/api/v1/thresholds/{thresholdId}": {
      "get": {
        "tags": [
          "Thresholds"
        ],
        "operationId": "getThresholdById",
        "description": "The parameters and request body are for method: getThresholdById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "thresholdId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "thresholdId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Thresholds"
        ],
        "operationId": "updateThresholdById",
        "description": "The parameters and request body are for method: updateThresholdById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "thresholdId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "thresholdId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Thresholds"
        ],
        "operationId": "deleteThresholdById",
        "description": "The parameters and request body are for method: deleteThresholdById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "thresholdId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "thresholdId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/bpocore/policies/api/v1/conditions/{conditionId}": {
      "get": {
        "tags": [
          "Conditions"
        ],
        "operationId": "getCondition",
        "description": "The parameters and request body are for method: getCondition. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "conditionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "conditionId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "Conditions"
        ],
        "operationId": "headGetCondition",
        "description": "The parameters and request body are for method: headGetCondition. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "conditionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "conditionId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Conditions"
        ],
        "operationId": "deleteCondition",
        "description": "The parameters and request body are for method: deleteCondition. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "conditionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "conditionId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/bpocore/policies/api/v1/conditions": {
      "get": {
        "tags": [
          "Conditions"
        ],
        "operationId": "listConditions",
        "description": "The parameters and request body are for method: listConditions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageToken",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "Conditions"
        ],
        "operationId": "headListConditions",
        "description": "The parameters and request body are for method: headListConditions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageToken",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Conditions"
        ],
        "operationId": "createCondition",
        "description": "The parameters and request body are for method: createCondition. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "conditionRequest"
            }
          }
        }
      }
    },
    "/bpocore/policies/api/v1/conditions/count": {
      "get": {
        "tags": [
          "Conditions"
        ],
        "operationId": "countConditions",
        "description": "The parameters and request body are for method: countConditions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "Conditions"
        ],
        "operationId": "headCountConditions",
        "description": "The parameters and request body are for method: headCountConditions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/bpocore/policies/api/v1/conditions/tenants/{tenantId}/conditions": {
      "get": {
        "tags": [
          "Conditions"
        ],
        "operationId": "listConditionsByTenantId",
        "description": "The parameters and request body are for method: listConditionsByTenantId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "tenantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tenantId",
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageToken",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "Conditions"
        ],
        "operationId": "headListConditionsByTenantId",
        "description": "The parameters and request body are for method: headListConditionsByTenantId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "tenantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tenantId",
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageToken",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/bpocore/policies/api/v1/conditions/tenants/{tenantId}/conditions/count": {
      "get": {
        "tags": [
          "Conditions"
        ],
        "operationId": "countConditionsByTenantId",
        "description": "The parameters and request body are for method: countConditionsByTenantId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "tenantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tenantId",
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "Conditions"
        ],
        "operationId": "headCountConditionsByTenantId",
        "description": "The parameters and request body are for method: headCountConditionsByTenantId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "tenantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tenantId",
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/bpocore/policies/api/v1/policies": {
      "get": {
        "tags": [
          "Policies"
        ],
        "operationId": "listPolicies",
        "description": "The parameters and request body are for method: listPolicies. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageToken",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "Policies"
        ],
        "operationId": "headListPolicies",
        "description": "The parameters and request body are for method: headListPolicies. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageToken",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Policies"
        ],
        "operationId": "createPolicy",
        "description": "The parameters and request body are for method: createPolicy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "policyRequest"
            }
          }
        }
      }
    },
    "/bpocore/policies/api/v1/policies/tenants/{tenantId}/policies/count": {
      "get": {
        "tags": [
          "Policies"
        ],
        "operationId": "countPoliciesByTenantId",
        "description": "The parameters and request body are for method: countPoliciesByTenantId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "tenantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tenantId",
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "Policies"
        ],
        "operationId": "headCountPoliciesByTenantId",
        "description": "The parameters and request body are for method: headCountPoliciesByTenantId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "tenantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tenantId",
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/bpocore/policies/api/v1/policies/{policyId}": {
      "get": {
        "tags": [
          "Policies"
        ],
        "operationId": "getPolicy",
        "description": "The parameters and request body are for method: getPolicy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "policyId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "policyId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "Policies"
        ],
        "operationId": "headGetPolicy",
        "description": "The parameters and request body are for method: headGetPolicy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "policyId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "policyId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Policies"
        ],
        "operationId": "deletePolicy",
        "description": "The parameters and request body are for method: deletePolicy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "policyId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "policyId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/bpocore/policies/api/v1/policies/count": {
      "get": {
        "tags": [
          "Policies"
        ],
        "operationId": "countPolicies",
        "description": "The parameters and request body are for method: countPolicies. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "Policies"
        ],
        "operationId": "headCountPolicies",
        "description": "The parameters and request body are for method: headCountPolicies. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/bpocore/policies/api/v1/policies/tenants/{tenantId}/policies": {
      "get": {
        "tags": [
          "Policies"
        ],
        "operationId": "listPoliciesByTenantId",
        "description": "The parameters and request body are for method: listPoliciesByTenantId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "tenantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tenantId",
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageToken",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "Policies"
        ],
        "operationId": "headListPoliciesByTenantId",
        "description": "The parameters and request body are for method: headListPoliciesByTenantId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "tenantId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tenantId",
              "type": "string"
            }
          },
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageToken",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/bpocore/policies/api/v1/realms": {
      "get": {
        "tags": [
          "Realms"
        ],
        "operationId": "listRealms",
        "description": "The parameters and request body are for method: listRealms. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageToken",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "Realms"
        ],
        "operationId": "headListRealms",
        "description": "The parameters and request body are for method: headListRealms. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageToken",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Realms"
        ],
        "operationId": "createRealm",
        "description": "The parameters and request body are for method: createRealm. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "realmRequest"
            }
          }
        }
      }
    },
    "/bpocore/policies/api/v1/realms/count": {
      "get": {
        "tags": [
          "Realms"
        ],
        "operationId": "countRealms",
        "description": "The parameters and request body are for method: countRealms. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "Realms"
        ],
        "operationId": "headCountRealms",
        "description": "The parameters and request body are for method: headCountRealms. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "q",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "p",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/bpocore/policies/api/v1/realms/{realmName}": {
      "get": {
        "tags": [
          "Realms"
        ],
        "operationId": "getRealm",
        "description": "The parameters and request body are for method: getRealm. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "realmName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "realmName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "head": {
        "tags": [
          "Realms"
        ],
        "operationId": "headGetRealm",
        "description": "The parameters and request body are for method: headGetRealm. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "realmName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "realmName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Realms"
        ],
        "operationId": "deleteRealm",
        "description": "The parameters and request body are for method: deleteRealm. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "realmName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "realmName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/tpes": {
      "get": {
        "tags": [
          "000Nsiapitpes"
        ],
        "operationId": "getTpes",
        "description": "The parameters and request body are for method: getTpes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "networkConstructId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "location",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "locationFormat",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "structureType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "equipmentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tpeExpectationsEquipmentIntentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tpeExpectationsServiceIntentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "concrete",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tpeExpectationsIntentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "include",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "000Nsiapitpes"
        ],
        "operationId": "postTpe",
        "description": "The parameters and request body are for method: postTpe. 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"
              }
            }
          }
        }
      }
    },
    "/nsi/api/tpes/trailtrace": {
      "post": {
        "tags": [
          "000Nsiapitpes"
        ],
        "operationId": "postTpeTti",
        "description": "The parameters and request body are for method: postTpeTti. 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"
              }
            }
          }
        }
      }
    },
    "/nsi/api/tpes/{id}/identifiers": {
      "put": {
        "tags": [
          "000Nsiapitpes"
        ],
        "operationId": "updateTpeIdentifier",
        "description": "The parameters and request body are for method: updateTpeIdentifier. Same endpoint also used in methods:",
        "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": "string"
              },
              "example": "identifierRO"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "000Nsiapitpes"
        ],
        "operationId": "deleteTpeIdentifier",
        "description": "The parameters and request body are for method: deleteTpeIdentifier. Same endpoint also used in methods:",
        "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": "string"
              },
              "example": "identifierRO"
            }
          }
        }
      }
    },
    "/nsi/api/tpes/{tpeId}": {
      "get": {
        "tags": [
          "000Nsiapitpes"
        ],
        "operationId": "getTpe",
        "description": "The parameters and request body are for method: getTpe. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "tpeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tpeId",
              "type": "string"
            }
          },
          {
            "name": "include",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "000Nsiapitpes"
        ],
        "operationId": "putTpeById",
        "description": "The parameters and request body are for method: putTpeById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "tpeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tpeId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "tpe"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "000Nsiapitpes"
        ],
        "operationId": "deleteTpeById",
        "description": "The parameters and request body are for method: deleteTpeById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "tpeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tpeId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/tpes/{tpeId}/expectations": {
      "post": {
        "tags": [
          "000Nsiapitpes"
        ],
        "operationId": "postNsiApiTpesTpeIdExpectations",
        "description": "The parameters and request body are for method: postNsiApiTpesTpeIdExpectations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "tpeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tpeId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/nsi/api/tpes/{tpeId}/expectations/{expectationId}/realize": {
      "post": {
        "tags": [
          "000Nsiapitpes"
        ],
        "operationId": "provisionOperations",
        "description": "The parameters and request body are for method: provisionOperations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "tpeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tpeId",
              "type": "string"
            }
          },
          {
            "name": "expectationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "expectationId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/tpes/{tpeId}/expectations/{tpeExpectationId}": {
      "patch": {
        "tags": [
          "000Nsiapitpes"
        ],
        "operationId": "patchTpeExpectation",
        "description": "The parameters and request body are for method: patchTpeExpectation. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "tpeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tpeId",
              "type": "string"
            }
          },
          {
            "name": "tpeExpectationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tpeExpectationId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/nsi/api/tpes/{tpeId}/suppressionPort": {
      "put": {
        "tags": [
          "000Nsiapitpes"
        ],
        "operationId": "putTpeSuppressionPort",
        "description": "The parameters and request body are for method: putTpeSuppressionPort. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "tpeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tpeId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/nsi/api/tpes/{tpeId}/tpeExpectations": {
      "get": {
        "tags": [
          "000Nsiapitpes"
        ],
        "operationId": "getTpeExpectations",
        "description": "The parameters and request body are for method: getTpeExpectations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "tpeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tpeId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/tpes/{tpeId}/tpeExpectations/{tpeExpectationId}": {
      "get": {
        "tags": [
          "000Nsiapitpes"
        ],
        "operationId": "getTpeExpectation",
        "description": "The parameters and request body are for method: getTpeExpectation. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "tpeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tpeId",
              "type": "string"
            }
          },
          {
            "name": "tpeExpectationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tpeExpectationId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "000Nsiapitpes"
        ],
        "operationId": "deleteTpeExpectation",
        "description": "The parameters and request body are for method: deleteTpeExpectation. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "tpeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tpeId",
              "type": "string"
            }
          },
          {
            "name": "tpeExpectationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tpeExpectationId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/tpes/{tpeId}/tpePlanned": {
      "get": {
        "tags": [
          "000Nsiapitpes"
        ],
        "operationId": "getTpePlanned",
        "description": "The parameters and request body are for method: getTpePlanned. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "tpeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tpeId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "000Nsiapitpes"
        ],
        "operationId": "putTpePlanned",
        "description": "The parameters and request body are for method: putTpePlanned. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "tpeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tpeId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "000Nsiapitpes"
        ],
        "operationId": "patchPlannedTpe",
        "description": "The parameters and request body are for method: patchPlannedTpe. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "tpeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tpeId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/nsi/api/tpes/{tpeId}/userData/{userDataKey}": {
      "put": {
        "tags": [
          "000Nsiapitpes"
        ],
        "operationId": "putTpeUserData",
        "description": "The parameters and request body are for method: putTpeUserData. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "tpeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tpeId",
              "type": "string"
            }
          },
          {
            "name": "userDataKey",
            "in": "path",
            "required": true,
            "schema": {
              "title": "userDataKey",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "000Nsiapitpes"
        ],
        "operationId": "deleteTpeUserData",
        "description": "The parameters and request body are for method: deleteTpeUserData. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "tpeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tpeId",
              "type": "string"
            }
          },
          {
            "name": "userDataKey",
            "in": "path",
            "required": true,
            "schema": {
              "title": "userDataKey",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/v2_0/tpes/{tpeId}/tpeExpectations": {
      "get": {
        "tags": [
          "998Nsiapiv20tpes"
        ],
        "operationId": "getNsiApiV20TpesTpeIdTpeExpectations",
        "description": "The parameters and request body are for method: getNsiApiV20TpesTpeIdTpeExpectations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "tpeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tpeId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/v2_0/tpes/{tpeId}/tpeExpectations/{tpeExpectationId}": {
      "get": {
        "tags": [
          "998Nsiapiv20tpes"
        ],
        "operationId": "getNsiApiV20TpesTpeIdTpeExpectationsTpeExpectationId",
        "description": "The parameters and request body are for method: getNsiApiV20TpesTpeIdTpeExpectationsTpeExpectationId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "tpeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tpeId",
              "type": "string"
            }
          },
          {
            "name": "tpeExpectationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tpeExpectationId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "998Nsiapiv20tpes"
        ],
        "operationId": "deleteNsiApiV20TpesTpeIdTpeExpectationsTpeExpectationId",
        "description": "The parameters and request body are for method: deleteNsiApiV20TpesTpeIdTpeExpectationsTpeExpectationId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "tpeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tpeId",
              "type": "string"
            }
          },
          {
            "name": "tpeExpectationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tpeExpectationId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/v3/tpes": {
      "get": {
        "tags": [
          "997Nsiapiv3tpes"
        ],
        "operationId": "getNsiApiV3Tpes",
        "description": "The parameters and request body are for method: getNsiApiV3Tpes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "networkConstructId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "location",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "structureType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "equipmentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tpeExpectationsEquipmentIntentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tpeExpectationsServiceIntentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "concrete",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "include",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "997Nsiapiv3tpes"
        ],
        "operationId": "postNsiApiV3Tpes",
        "description": "The parameters and request body are for method: postNsiApiV3Tpes. 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"
              }
            }
          }
        }
      }
    },
    "/nsi/api/v3/tpes/{tpeId}": {
      "get": {
        "tags": [
          "997Nsiapiv3tpes"
        ],
        "operationId": "getNsiApiV3TpesTpeId",
        "description": "The parameters and request body are for method: getNsiApiV3TpesTpeId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "tpeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tpeId",
              "type": "string"
            }
          },
          {
            "name": "include",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "997Nsiapiv3tpes"
        ],
        "operationId": "deleteNsiApiV3TpesTpeId",
        "description": "The parameters and request body are for method: deleteNsiApiV3TpesTpeId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "tpeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tpeId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/v3/tpes/{tpeId}/expectations": {
      "post": {
        "tags": [
          "997Nsiapiv3tpes"
        ],
        "operationId": "postNsiApiV3TpesTpeIdExpectations",
        "description": "The parameters and request body are for method: postNsiApiV3TpesTpeIdExpectations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "tpeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tpeId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/nsi/api/v3/tpes/{tpeId}/expectations/{expectationId}/realize": {
      "post": {
        "tags": [
          "997Nsiapiv3tpes"
        ],
        "operationId": "postNsiApiV3TpesTpeIdExpectationsExpectationIdRealize",
        "description": "The parameters and request body are for method: postNsiApiV3TpesTpeIdExpectationsExpectationIdRealize. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "tpeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tpeId",
              "type": "string"
            }
          },
          {
            "name": "expectationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "expectationId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/v3/tpes/{tpeId}/expectations/{tpeExpectationId}": {
      "patch": {
        "tags": [
          "997Nsiapiv3tpes"
        ],
        "operationId": "patchNsiApiV3TpesTpeIdExpectationsTpeExpectationId",
        "description": "The parameters and request body are for method: patchNsiApiV3TpesTpeIdExpectationsTpeExpectationId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "tpeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tpeId",
              "type": "string"
            }
          },
          {
            "name": "tpeExpectationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tpeExpectationId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/nsi/api/v3/tpes/{tpeId}/tpeExpectations/{tpeExpectationId}": {
      "delete": {
        "tags": [
          "997Nsiapiv3tpes"
        ],
        "operationId": "deleteNsiApiV3TpesTpeIdTpeExpectationsTpeExpectationId",
        "description": "The parameters and request body are for method: deleteNsiApiV3TpesTpeIdTpeExpectationsTpeExpectationId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "tpeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tpeId",
              "type": "string"
            }
          },
          {
            "name": "tpeExpectationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tpeExpectationId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/v3/tpes/{tpeId}/tpePlanned": {
      "get": {
        "tags": [
          "997Nsiapiv3tpes"
        ],
        "operationId": "getNsiApiV3TpesTpeIdTpePlanned",
        "description": "The parameters and request body are for method: getNsiApiV3TpesTpeIdTpePlanned. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "tpeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tpeId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "997Nsiapiv3tpes"
        ],
        "operationId": "putNsiApiV3TpesTpeIdTpePlanned",
        "description": "The parameters and request body are for method: putNsiApiV3TpesTpeIdTpePlanned. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "tpeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tpeId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "997Nsiapiv3tpes"
        ],
        "operationId": "patchNsiApiV3TpesTpeIdTpePlanned",
        "description": "The parameters and request body are for method: patchNsiApiV3TpesTpeIdTpePlanned. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "tpeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tpeId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/nsi/api/v3/tpes/{tpeId}/userData/{userDataKey}": {
      "put": {
        "tags": [
          "997Nsiapiv3tpes"
        ],
        "operationId": "putNsiApiV3TpesTpeIdUserDataUserDataKey",
        "description": "The parameters and request body are for method: putNsiApiV3TpesTpeIdUserDataUserDataKey. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "tpeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tpeId",
              "type": "string"
            }
          },
          {
            "name": "userDataKey",
            "in": "path",
            "required": true,
            "schema": {
              "title": "userDataKey",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "997Nsiapiv3tpes"
        ],
        "operationId": "deleteNsiApiV3TpesTpeIdUserDataUserDataKey",
        "description": "The parameters and request body are for method: deleteNsiApiV3TpesTpeIdUserDataUserDataKey. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "tpeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tpeId",
              "type": "string"
            }
          },
          {
            "name": "userDataKey",
            "in": "path",
            "required": true,
            "schema": {
              "title": "userDataKey",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/v4/tpes": {
      "get": {
        "tags": [
          "996Nsiapiv4tpes"
        ],
        "operationId": "getNsiApiV4Tpes",
        "description": "The parameters and request body are for method: getNsiApiV4Tpes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "searchText",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "searchFields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "resourceState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "namedQuery",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "networkConstructId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "identifierKey",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "identifierValue",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "concrete",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modelType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "bookingDataLockout",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "active",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "location",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "locationFormat",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "structureType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "equipmentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tpeExpectationsEquipmentIntentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tpeExpectationsServiceIntentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "gneSubnetName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sortBy",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "metaDataFields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "include",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "996Nsiapiv4tpes"
        ],
        "operationId": "postNsiApiV4Tpes",
        "description": "The parameters and request body are for method: postNsiApiV4Tpes. 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"
              }
            }
          }
        }
      }
    },
    "/nsi/api/v4/tpes/{id}/identifiers": {
      "put": {
        "tags": [
          "996Nsiapiv4tpes"
        ],
        "operationId": "putNsiApiV4TpesIdIdentifiers",
        "description": "The parameters and request body are for method: putNsiApiV4TpesIdIdentifiers. Same endpoint also used in methods:",
        "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": "string"
              },
              "example": "identifierRO"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "996Nsiapiv4tpes"
        ],
        "operationId": "deleteNsiApiV4TpesIdIdentifiers",
        "description": "The parameters and request body are for method: deleteNsiApiV4TpesIdIdentifiers. Same endpoint also used in methods:",
        "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": "string"
              },
              "example": "identifierRO"
            }
          }
        }
      }
    },
    "/nsi/api/v4/tpes/{tpeId}": {
      "get": {
        "tags": [
          "996Nsiapiv4tpes"
        ],
        "operationId": "getNsiApiV4TpesTpeId",
        "description": "The parameters and request body are for method: getNsiApiV4TpesTpeId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "tpeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tpeId",
              "type": "string"
            }
          },
          {
            "name": "include",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "996Nsiapiv4tpes"
        ],
        "operationId": "putNsiApiV4TpesTpeId",
        "description": "The parameters and request body are for method: putNsiApiV4TpesTpeId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "tpeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tpeId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "tpeRO"
            }
          }
        }
      }
    },
    "/nsi/api/v4/tpes/{tpeId}/expectations": {
      "post": {
        "tags": [
          "996Nsiapiv4tpes"
        ],
        "operationId": "postNsiApiV4TpesTpeIdExpectations",
        "description": "The parameters and request body are for method: postNsiApiV4TpesTpeIdExpectations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "tpeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tpeId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/nsi/api/v4/tpes/{tpeId}/tpePlanned": {
      "patch": {
        "tags": [
          "996Nsiapiv4tpes"
        ],
        "operationId": "patchNsiApiV4TpesTpeIdTpePlanned",
        "description": "The parameters and request body are for method: patchNsiApiV4TpesTpeIdTpePlanned. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "tpeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tpeId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/nsi/api/v5/tpes": {
      "get": {
        "tags": [
          "995Nsiapiv5tpes"
        ],
        "operationId": "getTpesV5",
        "description": "The parameters and request body are for method: getTpesV5. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "networkConstructId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "equipmentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tpeExpectationsEquipmentIntentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tpeExpectationsServiceIntentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "concrete",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "include",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "995Nsiapiv5tpes"
        ],
        "operationId": "postNsiApiV5Tpes",
        "description": "The parameters and request body are for method: postNsiApiV5Tpes. 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"
              }
            }
          }
        }
      }
    },
    "/nsi/api/v5/tpes/{tpeId}": {
      "put": {
        "tags": [
          "995Nsiapiv5tpes"
        ],
        "operationId": "putNsiApiV5TpesTpeId",
        "description": "The parameters and request body are for method: putNsiApiV5TpesTpeId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "tpeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tpeId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "tpeRO"
            }
          }
        }
      }
    },
    "/nsi/api/v6/tpes": {
      "get": {
        "tags": [
          "994Nsiapiv6tpes"
        ],
        "operationId": "getTpesV6",
        "description": "The parameters and request body are for method: getTpesV6. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "networkConstructId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "location",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "locationFormat",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "structureType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "equipmentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tpeExpectationsEquipmentIntentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tpeExpectationsServiceIntentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "concrete",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tpeExpectationsIntentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "include",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "994Nsiapiv6tpes"
        ],
        "operationId": "postNsiApiV6Tpes",
        "description": "The parameters and request body are for method: postNsiApiV6Tpes. 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"
              }
            }
          }
        }
      }
    },
    "/nsi/api/v6/tpes/trailtrace": {
      "post": {
        "tags": [
          "994Nsiapiv6tpes"
        ],
        "operationId": "postNsiApiV6TpesTrailtrace",
        "description": "The parameters and request body are for method: postNsiApiV6TpesTrailtrace. 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"
              }
            }
          }
        }
      }
    },
    "/nsi/api/v6/tpes/{tpeId}/suppressionPort": {
      "put": {
        "tags": [
          "994Nsiapiv6tpes"
        ],
        "operationId": "putNsiApiV6TpesTpeIdSuppressionPort",
        "description": "The parameters and request body are for method: putNsiApiV6TpesTpeIdSuppressionPort. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "tpeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "tpeId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/ats/api/v1/problems": {
      "post": {
        "tags": [
          "Problems"
        ],
        "operationId": "getProblems",
        "description": "The parameters and request body are for method: getProblems. 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"
              }
            }
          }
        }
      }
    },
    "/ats/api/v1/problems/{id}": {
      "get": {
        "tags": [
          "Problems"
        ],
        "operationId": "getProblem",
        "description": "The parameters and request body are for method: getProblem. Same endpoint also used in methods:",
        "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"
            }
          },
          {
            "name": "include",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Problems"
        ],
        "operationId": "patchProblem",
        "description": "The parameters and request body are for method: patchProblem. Same endpoint also used in methods:",
        "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"
              }
            }
          }
        }
      }
    },
    "/projectmanagement/api/v1/PlanningProjects": {
      "get": {
        "tags": [
          "PlanningProjects"
        ],
        "operationId": "getProjectmanagementApiV1PlanningProjects",
        "description": "The parameters and request body are for method: getProjectmanagementApiV1PlanningProjects. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "Id": {
                        "type": "string"
                      },
                      "Name": {
                        "type": "string"
                      },
                      "CompletionDate": {
                        "type": "string"
                      },
                      "ExpirationDate": {
                        "type": "string"
                      },
                      "State": {
                        "type": "number"
                      },
                      "Description": {
                        "type": "string"
                      },
                      "StatusMessage": {
                        "type": "string"
                      },
                      "IntentId": {
                        "type": "string"
                      },
                      "ProjectListId": {
                        "type": "string"
                      },
                      "ProjectType": {
                        "type": "number"
                      },
                      "IsArchived": {
                        "type": "boolean"
                      },
                      "CommittedDate": {
                        "type": "string"
                      },
                      "DeployedEquipment": {
                        "type": "number"
                      },
                      "TotalEquipment": {
                        "type": "number"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "Id": "string",
                    "Name": "string",
                    "CompletionDate": "string",
                    "ExpirationDate": "string",
                    "State": 3,
                    "Description": "string",
                    "StatusMessage": "string",
                    "IntentId": "string",
                    "ProjectListId": "string",
                    "ProjectType": 2,
                    "IsArchived": true,
                    "CommittedDate": "string",
                    "DeployedEquipment": 4,
                    "TotalEquipment": 1
                  },
                  {
                    "Id": "string",
                    "Name": "string",
                    "CompletionDate": "string",
                    "ExpirationDate": "string",
                    "State": 1,
                    "Description": "string",
                    "StatusMessage": "string",
                    "IntentId": "string",
                    "ProjectListId": "string",
                    "ProjectType": 2,
                    "IsArchived": true,
                    "CommittedDate": "string",
                    "DeployedEquipment": 3,
                    "TotalEquipment": 7
                  },
                  {
                    "Id": "string",
                    "Name": "string",
                    "CompletionDate": "string",
                    "ExpirationDate": "string",
                    "State": 9,
                    "Description": "string",
                    "StatusMessage": "string",
                    "IntentId": "string",
                    "ProjectListId": "string",
                    "ProjectType": 1,
                    "IsArchived": true,
                    "CommittedDate": "string",
                    "DeployedEquipment": 6,
                    "TotalEquipment": 5
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "projectState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "projectType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "completionDateStart",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "completionDateEnd",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "archivedStatus",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "PlanningProjects"
        ],
        "operationId": "postProjectmanagementApiV1PlanningProjects",
        "description": "The parameters and request body are for method: postProjectmanagementApiV1PlanningProjects. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "profileName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "PlanningProjects"
        ],
        "operationId": "deleteProjectmanagementApiV1PlanningProjects",
        "description": "The parameters and request body are for method: deleteProjectmanagementApiV1PlanningProjects. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "checkDependencies",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/projectmanagement/api/v1/PlanningProjects/{id}": {
      "get": {
        "tags": [
          "PlanningProjects"
        ],
        "operationId": "getByGuid",
        "description": "The parameters and request body are for method: getByGuid. Same endpoint also used in methods:",
        "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": [
          "PlanningProjects"
        ],
        "operationId": "putProjectmanagementApiV1PlanningProjectsId",
        "description": "The parameters and request body are for method: putProjectmanagementApiV1PlanningProjectsId. Same endpoint also used in methods:",
        "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": [
          "PlanningProjects"
        ],
        "operationId": "deleteProjectmanagementApiV1PlanningProjectsId",
        "description": "The parameters and request body are for method: deleteProjectmanagementApiV1PlanningProjectsId. Same endpoint also used in methods:",
        "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"
            }
          },
          {
            "name": "checkDependencies",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/projectmanagement/api/v1/PlanningProjects/{id}/commit": {
      "post": {
        "tags": [
          "PlanningProjects"
        ],
        "operationId": "postProjectmanagementApiV1PlanningProjectsIdCommit",
        "description": "The parameters and request body are for method: postProjectmanagementApiV1PlanningProjectsIdCommit. Same endpoint also used in methods:",
        "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": {}
            }
          }
        }
      }
    },
    "/projectmanagement/api/v1/PlanningProjects/{id}/commitOperation": {
      "post": {
        "tags": [
          "PlanningProjects"
        ],
        "operationId": "postProjectmanagementApiV1PlanningProjectsIdCommitOperation",
        "description": "The parameters and request body are for method: postProjectmanagementApiV1PlanningProjectsIdCommitOperation. Same endpoint also used in methods:",
        "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": {}
            }
          }
        }
      }
    },
    "/projectmanagement/api/v1/PlanningProjects/commit": {
      "post": {
        "tags": [
          "PlanningProjects"
        ],
        "operationId": "postProjectmanagementApiV1PlanningProjectsCommit",
        "description": "The parameters and request body are for method: postProjectmanagementApiV1PlanningProjectsCommit. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/projectmanagement/api/v1/PlanningProjects/commitOperation": {
      "post": {
        "tags": [
          "PlanningProjects"
        ],
        "operationId": "postProjectmanagementApiV1PlanningProjectsCommitOperation",
        "description": "The parameters and request body are for method: postProjectmanagementApiV1PlanningProjectsCommitOperation. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/projectmanagement/api/v1/PlanningProjects/{id}/cancel": {
      "post": {
        "tags": [
          "PlanningProjects"
        ],
        "operationId": "postProjectmanagementApiV1PlanningProjectsIdCancel",
        "description": "The parameters and request body are for method: postProjectmanagementApiV1PlanningProjectsIdCancel. Same endpoint also used in methods:",
        "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"
            }
          },
          {
            "name": "ignoreEquipmentProvisioning",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "checkDependencies",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/projectmanagement/api/v1/PlanningProjects/{id}/cancelOperation": {
      "post": {
        "tags": [
          "PlanningProjects"
        ],
        "operationId": "postProjectmanagementApiV1PlanningProjectsIdCancelOperation",
        "description": "The parameters and request body are for method: postProjectmanagementApiV1PlanningProjectsIdCancelOperation. Same endpoint also used in methods:",
        "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"
            }
          },
          {
            "name": "ignoreEquipmentProvisioning",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "checkDependencies",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/projectmanagement/api/v1/PlanningProjects/cancel": {
      "post": {
        "tags": [
          "PlanningProjects"
        ],
        "operationId": "postProjectmanagementApiV1PlanningProjectsCancel",
        "description": "The parameters and request body are for method: postProjectmanagementApiV1PlanningProjectsCancel. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ignoreEquipmentProvisioning",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "checkDependencies",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/projectmanagement/api/v1/PlanningProjects/cancelOperation": {
      "post": {
        "tags": [
          "PlanningProjects"
        ],
        "operationId": "postProjectmanagementApiV1PlanningProjectsCancelOperation",
        "description": "The parameters and request body are for method: postProjectmanagementApiV1PlanningProjectsCancelOperation. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ignoreEquipmentProvisioning",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "checkDependencies",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/projectmanagement/api/v1/PlanningProjects/updateArchivedStatus": {
      "post": {
        "tags": [
          "PlanningProjects"
        ],
        "operationId": "postProjectmanagementApiV1PlanningProjectsUpdateArchivedStatus",
        "description": "The parameters and request body are for method: postProjectmanagementApiV1PlanningProjectsUpdateArchivedStatus. 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"
              }
            }
          }
        }
      }
    },
    "/projectmanagement/api/v1/PlanningProjects/nameChangeOperation": {
      "post": {
        "tags": [
          "PlanningProjects"
        ],
        "operationId": "postProjectmanagementApiV1PlanningProjectsNameChangeOperation",
        "description": "The parameters and request body are for method: postProjectmanagementApiV1PlanningProjectsNameChangeOperation. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/projectmanagement/api/v1/PlanningProjects/name/{projectName}": {
      "patch": {
        "tags": [
          "PlanningProjects"
        ],
        "operationId": "patchProjectmanagementApiV1PlanningProjectsNameProjectName",
        "description": "The parameters and request body are for method: patchProjectmanagementApiV1PlanningProjectsNameProjectName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "projectName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "projectName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/projectmanagement/api/v2/ProjectLists": {
      "get": {
        "tags": [
          "ProjectLists"
        ],
        "operationId": "getProjectmanagementApiV2ProjectLists",
        "description": "The parameters and request body are for method: getProjectmanagementApiV2ProjectLists. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "ProjectLists"
        ],
        "operationId": "postProjectmanagementApiV2ProjectLists",
        "description": "The parameters and request body are for method: postProjectmanagementApiV2ProjectLists. 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"
              }
            }
          }
        }
      }
    },
    "/projectmanagement/api/v2/ProjectLists/{id}": {
      "get": {
        "tags": [
          "ProjectLists"
        ],
        "operationId": "getProjectmanagementApiV2ProjectListsId",
        "description": "The parameters and request body are for method: getProjectmanagementApiV2ProjectListsId. Same endpoint also used in methods:",
        "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": {}
            }
          }
        }
      }
    },
    "/projectmanagement/api/v2/ProjectLists/{projectListId}/addProject": {
      "post": {
        "tags": [
          "ProjectLists"
        ],
        "operationId": "postProjectmanagementApiV2ProjectListsProjectListIdAddProject",
        "description": "The parameters and request body are for method: postProjectmanagementApiV2ProjectListsProjectListIdAddProject. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "projectListId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "projectListId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/projectmanagement/api/v2/ProjectLists/name/{projectListName}/addProject": {
      "post": {
        "tags": [
          "ProjectLists"
        ],
        "operationId": "postProjectmanagementApiV2ProjectListsNameProjectListNameAddProject",
        "description": "The parameters and request body are for method: postProjectmanagementApiV2ProjectListsNameProjectListNameAddProject. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "projectListName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "projectListName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/projectmanagement/api/v2/ProjectLists/{projectListId}": {
      "delete": {
        "tags": [
          "ProjectLists"
        ],
        "operationId": "deleteProjectmanagementApiV2ProjectListsProjectListId",
        "description": "The parameters and request body are for method: deleteProjectmanagementApiV2ProjectListsProjectListId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "projectListId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "projectListId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/projectmanagement/api/v2/ProjectLists/name/{projectListName}": {
      "delete": {
        "tags": [
          "ProjectLists"
        ],
        "operationId": "deleteProjectmanagementApiV2ProjectListsNameProjectListName",
        "description": "The parameters and request body are for method: deleteProjectmanagementApiV2ProjectListsNameProjectListName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "projectListName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "projectListName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/projectmanagement/api/v1/ProjectLists": {
      "get": {
        "tags": [
          "ProjectListsV1"
        ],
        "operationId": "getProjectmanagementApiV1ProjectLists",
        "description": "The parameters and request body are for method: getProjectmanagementApiV1ProjectLists. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "ProjectListsV1"
        ],
        "operationId": "postProjectmanagementApiV1ProjectLists",
        "description": "The parameters and request body are for method: postProjectmanagementApiV1ProjectLists. 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"
              }
            }
          }
        }
      }
    },
    "/projectmanagement/api/v1/ProjectLists/{id}": {
      "get": {
        "tags": [
          "ProjectListsV1"
        ],
        "operationId": "getProjectmanagementApiV1ProjectListsId",
        "description": "The parameters and request body are for method: getProjectmanagementApiV1ProjectListsId. Same endpoint also used in methods:",
        "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": {}
            }
          }
        }
      }
    },
    "/projectmanagement/api/v1/ProjectLists/{projectListId}/addProject": {
      "post": {
        "tags": [
          "ProjectListsV1"
        ],
        "operationId": "postProjectmanagementApiV1ProjectListsProjectListIdAddProject",
        "description": "The parameters and request body are for method: postProjectmanagementApiV1ProjectListsProjectListIdAddProject. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "projectListId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "projectListId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/projectmanagement/api/v1/ProjectLists/name/{projectListName}/addProject": {
      "post": {
        "tags": [
          "ProjectListsV1"
        ],
        "operationId": "postProjectmanagementApiV1ProjectListsNameProjectListNameAddProject",
        "description": "The parameters and request body are for method: postProjectmanagementApiV1ProjectListsNameProjectListNameAddProject. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "projectListName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "projectListName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/projectmanagement/api/v1/ProjectLists/{projectListId}": {
      "delete": {
        "tags": [
          "ProjectListsV1"
        ],
        "operationId": "deleteProjectmanagementApiV1ProjectListsProjectListId",
        "description": "The parameters and request body are for method: deleteProjectmanagementApiV1ProjectListsProjectListId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "projectListId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "projectListId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/projectmanagement/api/v1/ProjectLists/name/{projectListName}": {
      "delete": {
        "tags": [
          "ProjectListsV1"
        ],
        "operationId": "deleteProjectmanagementApiV1ProjectListsNameProjectListName",
        "description": "The parameters and request body are for method: deleteProjectmanagementApiV1ProjectListsNameProjectListName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "projectListName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "projectListName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/reporting/api/v1/report": {
      "post": {
        "tags": [
          "000Reportingapiv1report"
        ],
        "operationId": "getOnDemandReport",
        "description": "The parameters and request body are for method: getOnDemandReport. 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"
              }
            }
          }
        }
      }
    },
    "/reporting/api/v1/report/delete": {
      "delete": {
        "tags": [
          "000Reportingapiv1report"
        ],
        "operationId": "deleteReports",
        "description": "The parameters and request body are for method: deleteReports. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "fromDate",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "toDate",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "reportType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/reporting/api/v1/report/delete/{resourceId}": {
      "delete": {
        "tags": [
          "000Reportingapiv1report"
        ],
        "operationId": "deleteReportForResourceId",
        "description": "The parameters and request body are for method: deleteReportForResourceId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/reporting/api/v1/report/reportinfo/{resourceId}": {
      "get": {
        "tags": [
          "000Reportingapiv1report"
        ],
        "operationId": "getReportDetailsOnResourceId",
        "description": "The parameters and request body are for method: getReportDetailsOnResourceId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/reporting/api/v1/report/reportsinfo": {
      "get": {
        "tags": [
          "000Reportingapiv1report"
        ],
        "operationId": "getReportDetails",
        "description": "The parameters and request body are for method: getReportDetails. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "reportType": {
                        "type": "string"
                      },
                      "reportMetaData": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "resourceId": {
                              "type": "string"
                            },
                            "reportType": {
                              "type": "string"
                            },
                            "reportGenerationTime": {
                              "type": "string"
                            },
                            "reportStatus": {
                              "type": "string"
                            },
                            "reportContentType": {
                              "type": "string"
                            },
                            "reportGenerationMode": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "reportType": "string",
                    "reportMetaData": [
                      {
                        "resourceId": "string",
                        "reportType": "string",
                        "reportGenerationTime": "string",
                        "reportStatus": "string",
                        "reportContentType": "string",
                        "reportGenerationMode": "string"
                      },
                      {
                        "resourceId": "string",
                        "reportType": "string",
                        "reportGenerationTime": "string",
                        "reportStatus": "string",
                        "reportContentType": "string",
                        "reportGenerationMode": "string"
                      },
                      {
                        "resourceId": "string",
                        "reportType": "string",
                        "reportGenerationTime": "string",
                        "reportStatus": "string",
                        "reportContentType": "string",
                        "reportGenerationMode": "string"
                      },
                      {
                        "resourceId": "string",
                        "reportType": "string",
                        "reportGenerationTime": "string",
                        "reportStatus": "string",
                        "reportContentType": "string",
                        "reportGenerationMode": "string"
                      },
                      {
                        "resourceId": "string",
                        "reportType": "string",
                        "reportGenerationTime": "string",
                        "reportStatus": "string",
                        "reportContentType": "string",
                        "reportGenerationMode": "string"
                      },
                      {
                        "resourceId": "string",
                        "reportType": "string",
                        "reportGenerationTime": "string",
                        "reportStatus": "string",
                        "reportContentType": "string",
                        "reportGenerationMode": "string"
                      },
                      {
                        "resourceId": "string",
                        "reportType": "string",
                        "reportGenerationTime": "string",
                        "reportStatus": "string",
                        "reportContentType": "string",
                        "reportGenerationMode": "string"
                      },
                      {
                        "resourceId": "string",
                        "reportType": "string",
                        "reportGenerationTime": "string",
                        "reportStatus": "string",
                        "reportContentType": "string",
                        "reportGenerationMode": "string"
                      },
                      {
                        "resourceId": "string",
                        "reportType": "string",
                        "reportGenerationTime": "string",
                        "reportStatus": "string",
                        "reportContentType": "string",
                        "reportGenerationMode": "string"
                      },
                      {
                        "resourceId": "string",
                        "reportType": "string",
                        "reportGenerationTime": "string",
                        "reportStatus": "string",
                        "reportContentType": "string",
                        "reportGenerationMode": "string"
                      }
                    ]
                  },
                  {
                    "reportType": "string",
                    "reportMetaData": [
                      {
                        "resourceId": "string",
                        "reportType": "string",
                        "reportGenerationTime": "string",
                        "reportStatus": "string",
                        "reportContentType": "string",
                        "reportGenerationMode": "string"
                      },
                      {
                        "resourceId": "string",
                        "reportType": "string",
                        "reportGenerationTime": "string",
                        "reportStatus": "string",
                        "reportContentType": "string",
                        "reportGenerationMode": "string"
                      },
                      {
                        "resourceId": "string",
                        "reportType": "string",
                        "reportGenerationTime": "string",
                        "reportStatus": "string",
                        "reportContentType": "string",
                        "reportGenerationMode": "string"
                      },
                      {
                        "resourceId": "string",
                        "reportType": "string",
                        "reportGenerationTime": "string",
                        "reportStatus": "string",
                        "reportContentType": "string",
                        "reportGenerationMode": "string"
                      },
                      {
                        "resourceId": "string",
                        "reportType": "string",
                        "reportGenerationTime": "string",
                        "reportStatus": "string",
                        "reportContentType": "string",
                        "reportGenerationMode": "string"
                      },
                      {
                        "resourceId": "string",
                        "reportType": "string",
                        "reportGenerationTime": "string",
                        "reportStatus": "string",
                        "reportContentType": "string",
                        "reportGenerationMode": "string"
                      },
                      {
                        "resourceId": "string",
                        "reportType": "string",
                        "reportGenerationTime": "string",
                        "reportStatus": "string",
                        "reportContentType": "string",
                        "reportGenerationMode": "string"
                      },
                      {
                        "resourceId": "string",
                        "reportType": "string",
                        "reportGenerationTime": "string",
                        "reportStatus": "string",
                        "reportContentType": "string",
                        "reportGenerationMode": "string"
                      },
                      {
                        "resourceId": "string",
                        "reportType": "string",
                        "reportGenerationTime": "string",
                        "reportStatus": "string",
                        "reportContentType": "string",
                        "reportGenerationMode": "string"
                      },
                      {
                        "resourceId": "string",
                        "reportType": "string",
                        "reportGenerationTime": "string",
                        "reportStatus": "string",
                        "reportContentType": "string",
                        "reportGenerationMode": "string"
                      }
                    ]
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "fromDate",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "toDate",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "reportType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/reporting/api/v1/report/{resourceId}": {
      "get": {
        "tags": [
          "000Reportingapiv1report"
        ],
        "operationId": "getReportForResourceId",
        "description": "The parameters and request body are for method: getReportForResourceId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/reporting/api/v1/schedule": {
      "get": {
        "tags": [
          "000Reportingapiv1schedule"
        ],
        "operationId": "getReportScheduleForReportType",
        "description": "The parameters and request body are for method: getReportScheduleForReportType. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "reportType": {
                        "type": "string"
                      },
                      "scheduleMetaData": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "resourceId": {
                              "type": "string"
                            },
                            "reportType": {
                              "type": "string"
                            },
                            "startDateTime": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "reportType": "string",
                    "scheduleMetaData": [
                      {
                        "resourceId": "string",
                        "reportType": "string",
                        "startDateTime": "string"
                      },
                      {
                        "resourceId": "string",
                        "reportType": "string",
                        "startDateTime": "string"
                      },
                      {
                        "resourceId": "string",
                        "reportType": "string",
                        "startDateTime": "string"
                      },
                      {
                        "resourceId": "string",
                        "reportType": "string",
                        "startDateTime": "string"
                      }
                    ]
                  },
                  {
                    "reportType": "string",
                    "scheduleMetaData": [
                      {
                        "resourceId": "string",
                        "reportType": "string",
                        "startDateTime": "string"
                      },
                      {
                        "resourceId": "string",
                        "reportType": "string",
                        "startDateTime": "string"
                      },
                      {
                        "resourceId": "string",
                        "reportType": "string",
                        "startDateTime": "string"
                      },
                      {
                        "resourceId": "string",
                        "reportType": "string",
                        "startDateTime": "string"
                      },
                      {
                        "resourceId": "string",
                        "reportType": "string",
                        "startDateTime": "string"
                      },
                      {
                        "resourceId": "string",
                        "reportType": "string",
                        "startDateTime": "string"
                      }
                    ]
                  },
                  {
                    "reportType": "string",
                    "scheduleMetaData": [
                      {
                        "resourceId": "string",
                        "reportType": "string",
                        "startDateTime": "string"
                      },
                      {
                        "resourceId": "string",
                        "reportType": "string",
                        "startDateTime": "string"
                      },
                      {
                        "resourceId": "string",
                        "reportType": "string",
                        "startDateTime": "string"
                      },
                      {
                        "resourceId": "string",
                        "reportType": "string",
                        "startDateTime": "string"
                      },
                      {
                        "resourceId": "string",
                        "reportType": "string",
                        "startDateTime": "string"
                      },
                      {
                        "resourceId": "string",
                        "reportType": "string",
                        "startDateTime": "string"
                      },
                      {
                        "resourceId": "string",
                        "reportType": "string",
                        "startDateTime": "string"
                      },
                      {
                        "resourceId": "string",
                        "reportType": "string",
                        "startDateTime": "string"
                      },
                      {
                        "resourceId": "string",
                        "reportType": "string",
                        "startDateTime": "string"
                      }
                    ]
                  },
                  {
                    "reportType": "string",
                    "scheduleMetaData": [
                      {
                        "resourceId": "string",
                        "reportType": "string",
                        "startDateTime": "string"
                      },
                      {
                        "resourceId": "string",
                        "reportType": "string",
                        "startDateTime": "string"
                      }
                    ]
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "reportType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/reporting/api/v1/schedule/create": {
      "post": {
        "tags": [
          "000Reportingapiv1schedule"
        ],
        "operationId": "createReportSchedule",
        "description": "The parameters and request body are for method: createReportSchedule. 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"
              }
            }
          }
        }
      }
    },
    "/reporting/api/v1/schedule/delete/{resourceId}": {
      "delete": {
        "tags": [
          "000Reportingapiv1schedule"
        ],
        "operationId": "deleteReportScheduleForResourceId",
        "description": "The parameters and request body are for method: deleteReportScheduleForResourceId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/reporting/api/v1/schedule/{resourceId}": {
      "get": {
        "tags": [
          "000Reportingapiv1schedule"
        ],
        "operationId": "getReportScheduleOnResourceId",
        "description": "The parameters and request body are for method: getReportScheduleOnResourceId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/reporting/api/v2/report": {
      "post": {
        "tags": [
          "000Reportingapiv2report"
        ],
        "operationId": "postReportingApiV2Report",
        "description": "The parameters and request body are for method: postReportingApiV2Report. 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"
              }
            }
          }
        }
      }
    },
    "/reporting/api/v2/report/createreporttype": {
      "post": {
        "tags": [
          "000Reportingapiv2report"
        ],
        "operationId": "postReportingApiV2ReportCreatereporttype",
        "description": "The parameters and request body are for method: postReportingApiV2ReportCreatereporttype. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "reportType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "description",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/reporting/api/v2/report/delete": {
      "delete": {
        "tags": [
          "000Reportingapiv2report"
        ],
        "operationId": "deleteReportingApiV2ReportDelete",
        "description": "The parameters and request body are for method: deleteReportingApiV2ReportDelete. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "fromDate",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "toDate",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "reportType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/reporting/api/v2/report/delete/reporttype/{reportType}": {
      "delete": {
        "tags": [
          "000Reportingapiv2report"
        ],
        "operationId": "deleteReportType",
        "description": "The parameters and request body are for method: deleteReportType. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "reportType",
            "in": "path",
            "required": true,
            "schema": {
              "title": "reportType",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/reporting/api/v2/report/delete/{resourceId}": {
      "delete": {
        "tags": [
          "000Reportingapiv2report"
        ],
        "operationId": "deleteReportingApiV2ReportDeleteResourceId",
        "description": "The parameters and request body are for method: deleteReportingApiV2ReportDeleteResourceId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/reporting/api/v2/report/insertCircleTypeForLldpLinks": {
      "post": {
        "tags": [
          "000Reportingapiv2report"
        ],
        "operationId": "insertCircleTypeForRingName",
        "description": "The parameters and request body are for method: insertCircleTypeForRingName. Same 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": {}
            }
          }
        }
      }
    },
    "/reporting/api/v2/report/onetouch": {
      "post": {
        "tags": [
          "000Reportingapiv2report"
        ],
        "operationId": "getOneTouchReport",
        "description": "The parameters and request body are for method: getOneTouchReport. 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"
              }
            }
          }
        }
      }
    },
    "/reporting/api/v2/report/reportinfo/{resourceId}": {
      "get": {
        "tags": [
          "000Reportingapiv2report"
        ],
        "operationId": "getReportingApiV2ReportReportinfoResourceId",
        "description": "The parameters and request body are for method: getReportingApiV2ReportReportinfoResourceId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/reporting/api/v2/report/reportsinfo": {
      "get": {
        "tags": [
          "000Reportingapiv2report"
        ],
        "operationId": "getReportsMetaInfo",
        "description": "The parameters and request body are for method: getReportsMetaInfo. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "fromDate",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "toDate",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "reportType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "reportStatus",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "reportGenerationMode",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sortBy",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/reporting/api/v2/report/supported/reporttype": {
      "get": {
        "tags": [
          "000Reportingapiv2report"
        ],
        "operationId": "getAllSupportedReportTypes",
        "description": "The parameters and request body are for method: getAllSupportedReportTypes. Same 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": {}
            }
          }
        }
      }
    },
    "/reporting/api/v2/report/{resourceId}": {
      "get": {
        "tags": [
          "000Reportingapiv2report"
        ],
        "operationId": "getReportingApiV2ReportResourceId",
        "description": "The parameters and request body are for method: getReportingApiV2ReportResourceId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceId",
              "type": "string"
            }
          },
          {
            "name": "reportFormat",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "utcOffset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/reporting/api/v2/schedule": {
      "get": {
        "tags": [
          "000Reportingapiv2schedule"
        ],
        "operationId": "getReportingApiV2Schedule",
        "description": "The parameters and request body are for method: getReportingApiV2Schedule. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "reportType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/reporting/api/v2/schedule/create": {
      "post": {
        "tags": [
          "000Reportingapiv2schedule"
        ],
        "operationId": "postReportingApiV2ScheduleCreate",
        "description": "The parameters and request body are for method: postReportingApiV2ScheduleCreate. 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"
              }
            }
          }
        }
      }
    },
    "/reporting/api/v2/schedule/delete/{resourceId}": {
      "delete": {
        "tags": [
          "000Reportingapiv2schedule"
        ],
        "operationId": "deleteReportingApiV2ScheduleDeleteResourceId",
        "description": "The parameters and request body are for method: deleteReportingApiV2ScheduleDeleteResourceId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/reporting/api/v2/schedule/{resourceId}": {
      "get": {
        "tags": [
          "000Reportingapiv2schedule"
        ],
        "operationId": "getReportingApiV2ScheduleResourceId",
        "description": "The parameters and request body are for method: getReportingApiV2ScheduleResourceId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/controllers": {
      "get": {
        "tags": [
          "000Nsiapicontrollers"
        ],
        "operationId": "getControllers",
        "description": "The parameters and request body are for method: getControllers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "networkConstructId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "include",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "000Nsiapicontrollers"
        ],
        "operationId": "postController",
        "description": "The parameters and request body are for method: postController. 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"
              }
            }
          }
        }
      }
    },
    "/nsi/api/controllers/{controllerId}": {
      "get": {
        "tags": [
          "000Nsiapicontrollers"
        ],
        "operationId": "getController",
        "description": "The parameters and request body are for method: getController. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "controllerId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "controllerId",
              "type": "string"
            }
          },
          {
            "name": "include",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "000Nsiapicontrollers"
        ],
        "operationId": "deleteControllerById",
        "description": "The parameters and request body are for method: deleteControllerById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "controllerId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "controllerId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/controllers/{controllerId}/controllerExpectations": {
      "get": {
        "tags": [
          "000Nsiapicontrollers"
        ],
        "operationId": "getControllerExpectationsById",
        "description": "The parameters and request body are for method: getControllerExpectationsById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "controllerId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "controllerId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/controllers/{controllerId}/controllerExpectations/{controllerExpectationId}": {
      "delete": {
        "tags": [
          "000Nsiapicontrollers"
        ],
        "operationId": "deleteControllerExpectation",
        "description": "The parameters and request body are for method: deleteControllerExpectation. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "controllerId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "controllerId",
              "type": "string"
            }
          },
          {
            "name": "controllerExpectationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "controllerExpectationId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/controllers/{controllerId}/controllerPlanned": {
      "get": {
        "tags": [
          "000Nsiapicontrollers"
        ],
        "operationId": "getControllerPlannedById",
        "description": "The parameters and request body are for method: getControllerPlannedById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "controllerId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "controllerId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/controllers/{controllerId}/expectations": {
      "post": {
        "tags": [
          "000Nsiapicontrollers"
        ],
        "operationId": "postNsiApiControllersControllerIdExpectations",
        "description": "The parameters and request body are for method: postNsiApiControllersControllerIdExpectations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "controllerId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "controllerId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/nsi/api/controllers/{controllerId}/expectations/{controllerExpectationId}/realize": {
      "post": {
        "tags": [
          "000Nsiapicontrollers"
        ],
        "operationId": "postNsiApiControllersControllerIdExpectationsControllerExpectationIdRealize",
        "description": "The parameters and request body are for method: postNsiApiControllersControllerIdExpectationsControllerExpectationIdRealize. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "controllerId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "controllerId",
              "type": "string"
            }
          },
          {
            "name": "controllerExpectationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "controllerExpectationId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/controllers/{controllerId}/operation/{operation}": {
      "put": {
        "tags": [
          "000Nsiapicontrollers"
        ],
        "operationId": "putControllerOperations",
        "description": "The parameters and request body are for method: putControllerOperations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "controllerId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "controllerId",
              "type": "string"
            }
          },
          {
            "name": "operation",
            "in": "path",
            "required": true,
            "schema": {
              "title": "operation",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/v1/controllers": {
      "get": {
        "tags": [
          "996Nsiapiv1controllers"
        ],
        "operationId": "getNsiApiV1Controllers",
        "description": "The parameters and request body are for method: getNsiApiV1Controllers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "networkConstructId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "include",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "996Nsiapiv1controllers"
        ],
        "operationId": "postNsiApiV1Controllers",
        "description": "The parameters and request body are for method: postNsiApiV1Controllers. 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"
              }
            }
          }
        }
      }
    },
    "/nsi/api/v1/controllers/{controllerId}": {
      "get": {
        "tags": [
          "996Nsiapiv1controllers"
        ],
        "operationId": "getNsiApiV1ControllersControllerId",
        "description": "The parameters and request body are for method: getNsiApiV1ControllersControllerId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "controllerId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "controllerId",
              "type": "string"
            }
          },
          {
            "name": "include",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "996Nsiapiv1controllers"
        ],
        "operationId": "deleteNsiApiV1ControllersControllerId",
        "description": "The parameters and request body are for method: deleteNsiApiV1ControllersControllerId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "controllerId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "controllerId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/v1/controllers/{controllerId}/controllerExpectations": {
      "get": {
        "tags": [
          "996Nsiapiv1controllers"
        ],
        "operationId": "getControllerExpectations",
        "description": "The parameters and request body are for method: getControllerExpectations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "controllerId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "controllerId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/v1/controllers/{controllerId}/controllerExpectations/{controllerExpectationId}": {
      "delete": {
        "tags": [
          "996Nsiapiv1controllers"
        ],
        "operationId": "deleteNsiApiV1ControllersControllerIdControllerExpectationsControllerExpectationId",
        "description": "The parameters and request body are for method: deleteNsiApiV1ControllersControllerIdControllerExpectationsControllerExpectationId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "controllerId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "controllerId",
              "type": "string"
            }
          },
          {
            "name": "controllerExpectationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "controllerExpectationId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/v1/controllers/{controllerId}/controllerPlanned": {
      "get": {
        "tags": [
          "996Nsiapiv1controllers"
        ],
        "operationId": "getNsiApiV1ControllersControllerIdControllerPlanned",
        "description": "The parameters and request body are for method: getNsiApiV1ControllersControllerIdControllerPlanned. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "controllerId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "controllerId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/v1/controllers/{controllerId}/expectations": {
      "post": {
        "tags": [
          "996Nsiapiv1controllers"
        ],
        "operationId": "postNsiApiV1ControllersControllerIdExpectations",
        "description": "The parameters and request body are for method: postNsiApiV1ControllersControllerIdExpectations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "controllerId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "controllerId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/nsi/api/v1/controllers/{controllerId}/expectations/{controllerExpectationId}/realize": {
      "post": {
        "tags": [
          "996Nsiapiv1controllers"
        ],
        "operationId": "postNsiApiV1ControllersControllerIdExpectationsControllerExpectationIdRealize",
        "description": "The parameters and request body are for method: postNsiApiV1ControllersControllerIdExpectationsControllerExpectationIdRealize. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "controllerId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "controllerId",
              "type": "string"
            }
          },
          {
            "name": "controllerExpectationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "controllerExpectationId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/v1/controllers/{controllerId}/operation/{operation}": {
      "put": {
        "tags": [
          "996Nsiapiv1controllers"
        ],
        "operationId": "putNsiApiV1ControllersControllerIdOperationOperation",
        "description": "The parameters and request body are for method: putNsiApiV1ControllersControllerIdOperationOperation. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "controllerId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "controllerId",
              "type": "string"
            }
          },
          {
            "name": "operation",
            "in": "path",
            "required": true,
            "schema": {
              "title": "operation",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/v2/controllers": {
      "get": {
        "tags": [
          "995Nsiapiv2controllers"
        ],
        "operationId": "getNsiApiV2Controllers",
        "description": "The parameters and request body are for method: getNsiApiV2Controllers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "networkConstructId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "include",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/v2/controllers/{controllerId}": {
      "get": {
        "tags": [
          "995Nsiapiv2controllers"
        ],
        "operationId": "getNsiApiV2ControllersControllerId",
        "description": "The parameters and request body are for method: getNsiApiV2ControllersControllerId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "controllerId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "controllerId",
              "type": "string"
            }
          },
          {
            "name": "include",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ractrl/api/v1/jsonSchemas": {
      "get": {
        "tags": [
          "RaControllerV1"
        ],
        "operationId": "getAllJsonSchemas",
        "description": "The parameters and request body are for method: getAllJsonSchemas. Same 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": {}
            }
          }
        }
      }
    },
    "/ractrl/api/v1/jsonSchemas/{title}": {
      "get": {
        "tags": [
          "RaControllerV1"
        ],
        "operationId": "getJsonSchemaByTitle",
        "description": "The parameters and request body are for method: getJsonSchemaByTitle. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "title",
            "in": "path",
            "required": true,
            "schema": {
              "title": "title",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ractrl/api/v1/ras": {
      "get": {
        "tags": [
          "RaControllerV1"
        ],
        "operationId": "getAllRas",
        "description": "The parameters and request body are for method: getAllRas. Same 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": {}
            }
          }
        }
      }
    },
    "/ractrl/api/v1/ras/{raId}": {
      "get": {
        "tags": [
          "RaControllerV1"
        ],
        "operationId": "getRaById",
        "description": "The parameters and request body are for method: getRaById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "raId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "raId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ractrl/api/v1/rebalanceSessions": {
      "post": {
        "tags": [
          "RaControllerV1"
        ],
        "operationId": "rebalanceSessionsPost",
        "description": "The parameters and request body are for method: rebalanceSessionsPost. Same 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": {}
            }
          }
        }
      }
    },
    "/ractrl/api/v1/resourceTypes": {
      "get": {
        "tags": [
          "RaControllerV1"
        ],
        "operationId": "getAllResourceTypes",
        "description": "The parameters and request body are for method: getAllResourceTypes. Same 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": {}
            }
          }
        }
      }
    },
    "/ractrl/api/v1/resourceTypes/{resourceTypeId}": {
      "get": {
        "tags": [
          "RaControllerV1"
        ],
        "operationId": "getResourceTypeById",
        "description": "The parameters and request body are for method: getResourceTypeById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceTypeId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceTypeId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ractrl/api/v1/sessions": {
      "get": {
        "tags": [
          "RaControllerV1"
        ],
        "operationId": "getAllSessions",
        "description": "The parameters and request body are for method: getAllSessions. Same 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": {}
            }
          }
        }
      }
    },
    "/ractrl/api/v1/sessions/{sessionId}": {
      "get": {
        "tags": [
          "RaControllerV1"
        ],
        "operationId": "getSessionById",
        "description": "The parameters and request body are for method: getSessionById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "sessionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "sessionId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ractrl/api/v1/typeGroups": {
      "get": {
        "tags": [
          "RaControllerV1"
        ],
        "operationId": "getAllTypeGroups",
        "description": "The parameters and request body are for method: getAllTypeGroups. Same 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": {}
            }
          }
        }
      }
    },
    "/ractrl/api/v1/typeGroups/{typeGroupId}": {
      "get": {
        "tags": [
          "RaControllerV1"
        ],
        "operationId": "getTypeGroupById",
        "description": "The parameters and request body are for method: getTypeGroupById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "typeGroupId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "typeGroupId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/smo/api/v1/smoProjects": {
      "get": {
        "tags": [
          "Smoapiv1smoProjects"
        ],
        "operationId": "getProjects",
        "description": "The parameters and request body are for method: getProjects. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "srcFre",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Smoapiv1smoProjects"
        ],
        "operationId": "createProject",
        "description": "The parameters and request body are for method: createProject. 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"
              }
            }
          }
        }
      }
    },
    "/smo/api/v1/smoProjects/{projectId}": {
      "get": {
        "tags": [
          "Smoapiv1smoProjects"
        ],
        "operationId": "getSpecificProject",
        "description": "The parameters and request body are for method: getSpecificProject. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "projectId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "projectId",
              "type": "string"
            }
          },
          {
            "name": "include",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Smoapiv1smoProjects"
        ],
        "operationId": "deleteById",
        "description": "The parameters and request body are for method: deleteById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "projectId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "projectId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/smo/api/v1/smoProjects/{projectId}/smoServices": {
      "patch": {
        "tags": [
          "Smoapiv1smoProjects"
        ],
        "operationId": "invokeServiceOperations",
        "description": "The parameters and request body are for method: invokeServiceOperations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "projectId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "projectId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/smo/api/v1/smoServices/{serviceId}": {
      "get": {
        "tags": [
          "Smoapiv1smoServices"
        ],
        "operationId": "getSpecificService",
        "description": "The parameters and request body are for method: getSpecificService. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "serviceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "serviceId",
              "type": "string"
            }
          },
          {
            "name": "include",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ifd/api/serviceIntents": {
      "get": {
        "tags": [
          "ServiceIntents"
        ],
        "operationId": "getAllIntents",
        "description": "The parameters and request body are for method: getAllIntents. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "label",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "layerRates",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "roadmLineName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "supportingServiceName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "ServiceIntents"
        ],
        "operationId": "createIntent",
        "description": "The parameters and request body are for method: createIntent. 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"
              }
            }
          }
        }
      }
    },
    "/ifd/api/serviceIntents/deleteIntent/{id}": {
      "delete": {
        "tags": [
          "ServiceIntents"
        ],
        "operationId": "deleteServiceIntent",
        "description": "The parameters and request body are for method: deleteServiceIntent. Same endpoint also used in methods:",
        "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": {}
            }
          }
        }
      }
    },
    "/ifd/api/serviceIntents/{id}": {
      "get": {
        "tags": [
          "ServiceIntents"
        ],
        "operationId": "getIntent",
        "description": "The parameters and request body are for method: getIntent. Same endpoint also used in methods:",
        "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": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "ServiceIntents"
        ],
        "operationId": "deleteIntent",
        "description": "The parameters and request body are for method: deleteIntent. Same endpoint also used in methods:",
        "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": {}
            }
          }
        }
      }
    },
    "/ifd/api/serviceIntents/{id}/deploy": {
      "post": {
        "tags": [
          "ServiceIntents"
        ],
        "operationId": "deployIntent",
        "description": "The parameters and request body are for method: deployIntent. Same endpoint also used in methods:",
        "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": {}
            }
          }
        }
      }
    },
    "/ifd/api/serviceIntents/{id}/forceFailState": {
      "post": {
        "tags": [
          "ServiceIntents"
        ],
        "operationId": "forceState",
        "description": "The parameters and request body are for method: forceState. Same endpoint also used in methods:",
        "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": {}
            }
          }
        }
      }
    },
    "/ifd/api/serviceIntents/{id}/realignState": {
      "post": {
        "tags": [
          "ServiceIntents"
        ],
        "operationId": "realignState",
        "description": "The parameters and request body are for method: realignState. Same endpoint also used in methods:",
        "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": {}
            }
          }
        }
      }
    },
    "/ifd/api/serviceIntents/{id}/resourceTrackers": {
      "get": {
        "tags": [
          "ServiceIntents"
        ],
        "operationId": "getServiceResourceTrackers",
        "description": "The parameters and request body are for method: getServiceResourceTrackers. Same endpoint also used in methods:",
        "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": {}
            }
          }
        }
      }
    },
    "/ifd/api/serviceIntents/{id}/route": {
      "get": {
        "tags": [
          "ServiceIntents"
        ],
        "operationId": "getServiceRoute",
        "description": "The parameters and request body are for method: getServiceRoute. Same endpoint also used in methods:",
        "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": {}
            }
          }
        }
      }
    },
    "/ifd/api/serviceIntents/{id}/undeploy": {
      "post": {
        "tags": [
          "ServiceIntents"
        ],
        "operationId": "undeployIntent",
        "description": "The parameters and request body are for method: undeployIntent. Same endpoint also used in methods:",
        "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"
            }
          },
          {
            "name": "ignoreClientServiceDependencies",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ifd/api/serviceIntents/{id}/update": {
      "put": {
        "tags": [
          "ServiceIntents"
        ],
        "operationId": "updateIntent",
        "description": "The parameters and request body are for method: updateIntent. Same endpoint also used in methods:",
        "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"
              }
            }
          }
        }
      }
    },
    "/ifd/api/v1/serviceIntents": {
      "get": {
        "tags": [
          "ServiceIntentsV1"
        ],
        "operationId": "getIfdApiV1ServiceIntents",
        "description": "The parameters and request body are for method: getIfdApiV1ServiceIntents. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "label",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "layerRates",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "roadmLineName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "supportingServiceName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "ServiceIntentsV1"
        ],
        "operationId": "postIfdApiV1ServiceIntents",
        "description": "The parameters and request body are for method: postIfdApiV1ServiceIntents. 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"
              }
            }
          }
        }
      }
    },
    "/ifd/api/v1/serviceIntents/deleteIntent/{id}": {
      "delete": {
        "tags": [
          "ServiceIntentsV1"
        ],
        "operationId": "deleteIfdApiV1ServiceIntentsDeleteIntentId",
        "description": "The parameters and request body are for method: deleteIfdApiV1ServiceIntentsDeleteIntentId. Same endpoint also used in methods:",
        "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": {}
            }
          }
        }
      }
    },
    "/ifd/api/v1/serviceIntents/getFeasibleRoute": {
      "post": {
        "tags": [
          "ServiceIntentsV1"
        ],
        "operationId": "getFeasibleRoute",
        "description": "The parameters and request body are for method: getFeasibleRoute. 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"
              }
            }
          }
        }
      }
    },
    "/ifd/api/v1/serviceIntents/{id}": {
      "get": {
        "tags": [
          "ServiceIntentsV1"
        ],
        "operationId": "getIfdApiV1ServiceIntentsId",
        "description": "The parameters and request body are for method: getIfdApiV1ServiceIntentsId. Same endpoint also used in methods:",
        "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": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "ServiceIntentsV1"
        ],
        "operationId": "deleteIfdApiV1ServiceIntentsId",
        "description": "The parameters and request body are for method: deleteIfdApiV1ServiceIntentsId. Same endpoint also used in methods:",
        "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": {}
            }
          }
        }
      }
    },
    "/ifd/api/v1/serviceIntents/{id}/deploy": {
      "post": {
        "tags": [
          "ServiceIntentsV1"
        ],
        "operationId": "postIfdApiV1ServiceIntentsIdDeploy",
        "description": "The parameters and request body are for method: postIfdApiV1ServiceIntentsIdDeploy. Same endpoint also used in methods:",
        "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": {}
            }
          }
        }
      }
    },
    "/ifd/api/v1/serviceIntents/{id}/forceFailState": {
      "post": {
        "tags": [
          "ServiceIntentsV1"
        ],
        "operationId": "postIfdApiV1ServiceIntentsIdForceFailState",
        "description": "The parameters and request body are for method: postIfdApiV1ServiceIntentsIdForceFailState. Same endpoint also used in methods:",
        "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": {}
            }
          }
        }
      }
    },
    "/ifd/api/v1/serviceIntents/{id}/realignState": {
      "post": {
        "tags": [
          "ServiceIntentsV1"
        ],
        "operationId": "postIfdApiV1ServiceIntentsIdRealignState",
        "description": "The parameters and request body are for method: postIfdApiV1ServiceIntentsIdRealignState. Same endpoint also used in methods:",
        "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": {}
            }
          }
        }
      }
    },
    "/ifd/api/v1/serviceIntents/{id}/resourceTrackers": {
      "get": {
        "tags": [
          "ServiceIntentsV1"
        ],
        "operationId": "getIfdApiV1ServiceIntentsIdResourceTrackers",
        "description": "The parameters and request body are for method: getIfdApiV1ServiceIntentsIdResourceTrackers. Same endpoint also used in methods:",
        "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": {}
            }
          }
        }
      }
    },
    "/ifd/api/v1/serviceIntents/{id}/route": {
      "get": {
        "tags": [
          "ServiceIntentsV1"
        ],
        "operationId": "getIfdApiV1ServiceIntentsIdRoute",
        "description": "The parameters and request body are for method: getIfdApiV1ServiceIntentsIdRoute. Same endpoint also used in methods:",
        "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": {}
            }
          }
        }
      }
    },
    "/ifd/api/v1/serviceIntents/{id}/undeploy": {
      "post": {
        "tags": [
          "ServiceIntentsV1"
        ],
        "operationId": "postIfdApiV1ServiceIntentsIdUndeploy",
        "description": "The parameters and request body are for method: postIfdApiV1ServiceIntentsIdUndeploy. Same endpoint also used in methods:",
        "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"
            }
          },
          {
            "name": "ignoreClientServiceDependencies",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ifd/api/v1/serviceIntents/{id}/update": {
      "put": {
        "tags": [
          "ServiceIntentsV1"
        ],
        "operationId": "putIfdApiV1ServiceIntentsIdUpdate",
        "description": "The parameters and request body are for method: putIfdApiV1ServiceIntentsIdUpdate. Same endpoint also used in methods:",
        "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"
              }
            }
          }
        }
      }
    },
    "/ifd/api/v2/serviceIntents/{id}/route": {
      "get": {
        "tags": [
          "ServiceIntentsV2"
        ],
        "operationId": "getIfdApiV2ServiceIntentsIdRoute",
        "description": "The parameters and request body are for method: getIfdApiV2ServiceIntentsIdRoute. Same endpoint also used in methods:",
        "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": {}
            }
          }
        }
      }
    },
    "/bpoifdnbi/api/v1/serviceIntent/deploy": {
      "post": {
        "tags": [
          "ServiceDeploy"
        ],
        "operationId": "deployServiceIntent",
        "description": "The parameters and request body are for method: deployServiceIntent. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "serviceOperationInput"
            }
          }
        }
      }
    },
    "/bpoifdnbi/api/v1/serviceIntent/undeploy": {
      "post": {
        "tags": [
          "ServiceUndeploy"
        ],
        "operationId": "undeployServiceIntent",
        "description": "The parameters and request body are for method: undeployServiceIntent. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "serviceOperationInput"
            }
          }
        }
      }
    },
    "/revell/api/v2/serviceTrails/{freId}": {
      "get": {
        "tags": [
          "McpViewV2"
        ],
        "operationId": "serviceTrailV2",
        "description": "The parameters and request body are for method: serviceTrailV2. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "freId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "freId",
              "type": "string"
            }
          },
          {
            "name": "startTpeId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endTpeId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "traversalScope",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "include",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "floors",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "additionalFlags",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/revell/api/v2/serviceTopology/{freId}": {
      "get": {
        "tags": [
          "McpViewV2"
        ],
        "operationId": "serviceTopologyV2",
        "description": "The parameters and request body are for method: serviceTopologyV2. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "freId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "freId",
              "type": "string"
            }
          },
          {
            "name": "traversalScope",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "include",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "floors",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/revell/api/v2/serviceTopology/": {
      "post": {
        "tags": [
          "McpViewV2"
        ],
        "operationId": "pstServiceTrailV2",
        "description": "The parameters and request body are for method: pstServiceTrailV2. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "additionalFlags",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/revell/api/v2/serviceTopology/topology/": {
      "post": {
        "tags": [
          "McpViewV2"
        ],
        "operationId": "pstServiceTopologyV2",
        "description": "The parameters and request body are for method: pstServiceTopologyV2. 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"
              }
            }
          }
        }
      }
    },
    "/revell/api/v2/simplePortTrail/{freId}": {
      "get": {
        "tags": [
          "McpViewV2"
        ],
        "operationId": "simplePortTrailV2",
        "description": "The parameters and request body are for method: simplePortTrailV2. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "freId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "freId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/revell/api/v1/serviceTrails/{freId}": {
      "get": {
        "tags": [
          "McpViewV1"
        ],
        "operationId": "serviceTrailV1",
        "description": "The parameters and request body are for method: serviceTrailV1. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "freId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "freId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/revell/api/v1/serviceTrails/": {
      "post": {
        "tags": [
          "McpViewV1"
        ],
        "operationId": "pstServiceTrailV1",
        "description": "The parameters and request body are for method: pstServiceTrailV1. 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"
              }
            }
          }
        }
      }
    },
    "/tapi/core/context/connection/": {
      "get": {
        "tags": [
          "TapiConnectivity"
        ],
        "operationId": "getTapiCoreContextConnection",
        "description": "The parameters and request body are for method: getTapiCoreContextConnection. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tapi/data/context/connectivity-context/connection/": {
      "get": {
        "tags": [
          "TapiConnectivity"
        ],
        "operationId": "getTapiDataContextConnectivityContextConnection",
        "description": "The parameters and request body are for method: getTapiDataContextConnectivityContextConnection. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pageNumber",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageSize",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tapi/data/context/connectivity-context/{pathv1}": {
      "get": {
        "tags": [
          "TapiConnectivity"
        ],
        "operationId": "getTapiDataContextConnectivityContextConnectionUuid",
        "description": "The parameters and request body are for method: getTapiDataContextConnectivityContextConnectionUuid. Same endpoint also used in methods:<br> getTapiDataContextConnectivityContextConnectivityServiceUuid (uuid : string)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tapi/data/tapi-common:context/tapi-connectivity:connectivity-context/{pathv1}": {
      "get": {
        "tags": [
          "TapiConnectivity"
        ],
        "operationId": "getTapiDataTapiCommonContextTapiConnectivityConnectivityContextConnectionUuid",
        "description": "The parameters and request body are for method: getTapiDataTapiCommonContextTapiConnectivityConnectivityContextConnectionUuid. Same endpoint also used in methods:<br> getTapiDataTapiCommonContextTapiConnectivityConnectivityContextConnectivityServiceUuid (uuid : string)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "TapiConnectivity"
        ],
        "operationId": "deleteTapiDataTapiCommonContextTapiConnectivityConnectivityContextConnectivityServiceUuid",
        "description": "The parameters and request body are for method: deleteTapiDataTapiCommonContextTapiConnectivityConnectivityContextConnectivityServiceUuid. Same 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": {}
            }
          }
        }
      }
    },
    "/tapi/data/context/connectivity-context/provisioning/connectivity-service/": {
      "post": {
        "tags": [
          "TapiConnectivity"
        ],
        "operationId": "postTapiDataContextConnectivityContextProvisioningConnectivityService",
        "description": "The parameters and request body are for method: postTapiDataContextConnectivityContextProvisioningConnectivityService. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "tapiConnectivityConnectivitycontextConnectivityServiceBodyParam"
            }
          }
        }
      }
    },
    "/tapi/data/context/connectivity-context/provisioning/{pathv1}": {
      "delete": {
        "tags": [
          "TapiConnectivity"
        ],
        "operationId": "deleteTapiDataContextConnectivityContextProvisioningConnectivityServiceUuid",
        "description": "The parameters and request body are for method: deleteTapiDataContextConnectivityContextProvisioningConnectivityServiceUuid. Same 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": {}
            }
          }
        }
      }
    },
    "/tapi/data/context/connectivity-context/provisioning/{pathv1}/name": {
      "post": {
        "tags": [
          "TapiConnectivity"
        ],
        "operationId": "postTapiDataContextConnectivityContextProvisioningConnectivityServiceUuidName",
        "description": "The parameters and request body are for method: postTapiDataContextConnectivityContextProvisioningConnectivityServiceUuidName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "tapiCommonNameAndValueBodyParam"
            }
          }
        }
      }
    },
    "/tapi/data/tapi-common:context/tapi-connectivity:connectivity-context/{pathv1}/name": {
      "post": {
        "tags": [
          "TapiConnectivity"
        ],
        "operationId": "postTapiDataTapiCommonContextTapiConnectivityConnectivityContextConnectivityServiceUuidName",
        "description": "The parameters and request body are for method: postTapiDataTapiCommonContextTapiConnectivityConnectivityContextConnectivityServiceUuidName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "tapiCommonNameAndValueBodyParam"
            }
          }
        }
      }
    },
    "/tapi/core/context/connectivity-service/": {
      "get": {
        "tags": [
          "TapiConnectivity"
        ],
        "operationId": "getTapiCoreContextConnectivityService",
        "description": "The parameters and request body are for method: getTapiCoreContextConnectivityService. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tapi/data/context/connectivity-context/connectivity-service/": {
      "get": {
        "tags": [
          "TapiConnectivity"
        ],
        "operationId": "getTapiDataContextConnectivityContextConnectivityService",
        "description": "The parameters and request body are for method: getTapiDataContextConnectivityContextConnectivityService. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pageNumber",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageSize",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tapi/data/tapi-common:context/tapi-connectivity:connectivity-context/connectivity-service/": {
      "post": {
        "tags": [
          "TapiConnectivity"
        ],
        "operationId": "postTapiDataTapiCommonContextTapiConnectivityConnectivityContextConnectivityService",
        "description": "The parameters and request body are for method: postTapiDataTapiCommonContextTapiConnectivityConnectivityContextConnectivityService. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "tapiConnectivityConnectivitycontextConnectivityServiceBodyParam"
            }
          }
        }
      },
      "get": {
        "tags": [
          "TapiConnectivityCore"
        ],
        "operationId": "getTapiDataTapiCommonContextTapiConnectivityConnectivityContextConnectivityService",
        "description": "The parameters and request body are for method: getTapiDataTapiCommonContextTapiConnectivityConnectivityContextConnectivityService. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pageNumber",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageSize",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tapi/core/context/topology/mcp-base-topology/connection-end-point/": {
      "get": {
        "tags": [
          "TapiConnectivity"
        ],
        "operationId": "getTapiCoreContextTopologyMcpBaseTopologyConnectionEndPoint",
        "description": "The parameters and request body are for method: getTapiCoreContextTopologyMcpBaseTopologyConnectionEndPoint. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tapi/data/context/topology-context/{pathv1}/connection-end-point/": {
      "get": {
        "tags": [
          "TapiConnectivity"
        ],
        "operationId": "getTapiDataContextTopologyContextTopologyTopologyUuidConnectionEndPoint",
        "description": "The parameters and request body are for method: getTapiDataContextTopologyContextTopologyTopologyUuidConnectionEndPoint. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pageNumber",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageSize",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tapi/data/context/topology-context/{pathv1}/{pathv2}": {
      "get": {
        "tags": [
          "TapiConnectivity"
        ],
        "operationId": "getTapiDataContextTopologyContextTopologyTopologyUuidConnectionEndPointConnectionEndPointUuid",
        "description": "The parameters and request body are for method: getTapiDataContextTopologyContextTopologyTopologyUuidConnectionEndPointConnectionEndPointUuid. Same endpoint also used in methods:<br> getTapiDataContextTopologyContextTopologyTopologyUuidLinkLinkUuid (topologyUuid : string,linkUuid : string)<br> getTapiDataContextTopologyContextTopologyTopologyUuidNodeNodeUuid (topologyUuid : string,nodeUuid : string)<br> getTapiDataContextTopologyContextTopologyTopologyUuidNodeEdgePointNodeEdgePointUuid (topologyUuid : string,nodeEdgePointUuid : string)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tapi/data/tapi-common:context/tapi-connectivity:connectivity-context/connection/": {
      "get": {
        "tags": [
          "TapiConnectivityCore"
        ],
        "operationId": "getTapiDataTapiCommonContextTapiConnectivityConnectivityContextConnection",
        "description": "The parameters and request body are for method: getTapiDataTapiCommonContextTapiConnectivityConnectivityContextConnection. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pageNumber",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageSize",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tapi/data/context/oam-context/oam-job/": {
      "post": {
        "tags": [
          "Oam"
        ],
        "operationId": "postTapiDataContextOamContextOamJob",
        "description": "The parameters and request body are for method: postTapiDataContextOamContextOamJob. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "tapiOamOamBodyParam"
            }
          }
        }
      }
    },
    "/tapi/core/context/service-interface-point/": {
      "get": {
        "tags": [
          "TapiCommon"
        ],
        "operationId": "getTapiCoreContextServiceInterfacePoint",
        "description": "The parameters and request body are for method: getTapiCoreContextServiceInterfacePoint. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tapi/data/context/service-interface-point/": {
      "get": {
        "tags": [
          "TapiCommon"
        ],
        "operationId": "getTapiDataContextServiceInterfacePoint",
        "description": "The parameters and request body are for method: getTapiDataContextServiceInterfacePoint. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pageNumber",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageSize",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tapi/data/tapi-common:context/service-interface-point/": {
      "get": {
        "tags": [
          "TapiCommon"
        ],
        "operationId": "getTapiDataTapiCommonContextServiceInterfacePoint",
        "description": "The parameters and request body are for method: getTapiDataTapiCommonContextServiceInterfacePoint. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pageNumber",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageSize",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tapi/data/context/{pathv1}": {
      "get": {
        "tags": [
          "TapiCommon"
        ],
        "operationId": "getTapiDataContextServiceInterfacePointUuid",
        "description": "The parameters and request body are for method: getTapiDataContextServiceInterfacePointUuid. Same 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": {}
            }
          }
        }
      }
    },
    "/tapi/data/tapi-common:context/{pathv1}": {
      "get": {
        "tags": [
          "TapiCommon"
        ],
        "operationId": "getTapiDataTapiCommonContextServiceInterfacePointUuid",
        "description": "The parameters and request body are for method: getTapiDataTapiCommonContextServiceInterfacePointUuid. Same 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": {}
            }
          }
        }
      }
    },
    "/tapi/data/context/topology-context/topology/": {
      "get": {
        "tags": [
          "TapiTopology"
        ],
        "operationId": "getTapiDataContextTopologyContextTopology",
        "description": "The parameters and request body are for method: getTapiDataContextTopologyContextTopology. Same 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": {}
            }
          }
        }
      }
    },
    "/tapi/data/tapi-common:context/tapi-topology:topology-context/topology/": {
      "get": {
        "tags": [
          "TapiTopology"
        ],
        "operationId": "getTapiDataTapiCommonContextTapiTopologyTopologyContextTopology",
        "description": "The parameters and request body are for method: getTapiDataTapiCommonContextTapiTopologyTopologyContextTopology. Same 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": {}
            }
          }
        }
      }
    },
    "/tapi/data/context/topology-context/{pathv1}": {
      "get": {
        "tags": [
          "TapiTopology"
        ],
        "operationId": "getTapiDataContextTopologyContextTopologyUuid",
        "description": "The parameters and request body are for method: getTapiDataContextTopologyContextTopologyUuid. Same 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": {}
            }
          }
        }
      }
    },
    "/tapi/data/tapi-common:context/tapi-topology:topology-context/{pathv1}": {
      "get": {
        "tags": [
          "TapiTopology"
        ],
        "operationId": "getTapiDataTapiCommonContextTapiTopologyTopologyContextTopologyUuid",
        "description": "The parameters and request body are for method: getTapiDataTapiCommonContextTapiTopologyTopologyContextTopologyUuid. Same 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": {}
            }
          }
        }
      }
    },
    "/tapi/core/context/topology/mcp-base-topology/link/": {
      "get": {
        "tags": [
          "TapiTopology"
        ],
        "operationId": "getTapiCoreContextTopologyMcpBaseTopologyLink",
        "description": "The parameters and request body are for method: getTapiCoreContextTopologyMcpBaseTopologyLink. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tapi/data/context/topology-context/{pathv1}/link/": {
      "get": {
        "tags": [
          "TapiTopology"
        ],
        "operationId": "getTapiDataContextTopologyContextTopologyTopologyUuidLink",
        "description": "The parameters and request body are for method: getTapiDataContextTopologyContextTopologyTopologyUuidLink. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pageNumber",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageSize",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tapi/data/tapi-common:context/tapi-topology:topology-context/{pathv1}/link/": {
      "get": {
        "tags": [
          "TapiTopology"
        ],
        "operationId": "getTapiDataTapiCommonContextTapiTopologyTopologyContextTopologyTopologyUuidLink",
        "description": "The parameters and request body are for method: getTapiDataTapiCommonContextTapiTopologyTopologyContextTopologyTopologyUuidLink. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pageNumber",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageSize",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tapi/data/tapi-common:context/tapi-topology:topology-context/{pathv1}/{pathv2}": {
      "get": {
        "tags": [
          "TapiTopology"
        ],
        "operationId": "getTapiDataTapiCommonContextTapiTopologyTopologyContextTopologyTopologyUuidLinkLinkUuid",
        "description": "The parameters and request body are for method: getTapiDataTapiCommonContextTapiTopologyTopologyContextTopologyTopologyUuidLinkLinkUuid. Same endpoint also used in methods:<br> getTapiDataTapiCommonContextTapiTopologyTopologyContextTopologyTopologyUuidNodeNodeUuid (topologyUuid : string,nodeUuid : string)<br> getTapiDataTapiCommonContextTapiTopologyTopologyContextTopologyTopologyUuidNodeEdgePointNodeEdgePointUuid (topologyUuid : string,nodeEdgePointUuid : string)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tapi/core/context/topology/mcp-base-topology/node/": {
      "get": {
        "tags": [
          "TapiTopology"
        ],
        "operationId": "getTapiCoreContextTopologyMcpBaseTopologyNode",
        "description": "The parameters and request body are for method: getTapiCoreContextTopologyMcpBaseTopologyNode. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tapi/data/context/topology-context/{pathv1}/node/": {
      "get": {
        "tags": [
          "TapiTopology"
        ],
        "operationId": "getTapiDataContextTopologyContextTopologyTopologyUuidNode",
        "description": "The parameters and request body are for method: getTapiDataContextTopologyContextTopologyTopologyUuidNode. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pageNumber",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageSize",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tapi/data/tapi-common:context/tapi-topology:topology-context/{pathv1}/node/": {
      "get": {
        "tags": [
          "TapiTopology"
        ],
        "operationId": "getTapiDataTapiCommonContextTapiTopologyTopologyContextTopologyTopologyUuidNode",
        "description": "The parameters and request body are for method: getTapiDataTapiCommonContextTapiTopologyTopologyContextTopologyTopologyUuidNode. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pageNumber",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageSize",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tapi/data/context/topology-context/{pathv1}/{pathv2}/{pathv3}": {
      "get": {
        "tags": [
          "TapiTopology"
        ],
        "operationId": "getTapiDataContextTopologyContextTopologyTopologyUuidNodeNodeUuidOwnedNodeEdgePointOwnedNodeEdgePointUuid",
        "description": "The parameters and request body are for method: getTapiDataContextTopologyContextTopologyTopologyUuidNodeNodeUuidOwnedNodeEdgePointOwnedNodeEdgePointUuid. Same 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": {}
            }
          }
        }
      }
    },
    "/tapi/core/context/topology/mcp-base-topology/node-edge-point/": {
      "get": {
        "tags": [
          "TapiTopology"
        ],
        "operationId": "getTapiCoreContextTopologyMcpBaseTopologyNodeEdgePoint",
        "description": "The parameters and request body are for method: getTapiCoreContextTopologyMcpBaseTopologyNodeEdgePoint. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tapi/data/context/topology-context/{pathv1}/node-edge-point/": {
      "get": {
        "tags": [
          "TapiTopology"
        ],
        "operationId": "getTapiDataContextTopologyContextTopologyTopologyUuidNodeEdgePoint",
        "description": "The parameters and request body are for method: getTapiDataContextTopologyContextTopologyTopologyUuidNodeEdgePoint. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pageNumber",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageSize",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tapi/data/tapi-common:context/tapi-topology:topology-context/{pathv1}/node-edge-point/": {
      "get": {
        "tags": [
          "TapiTopology"
        ],
        "operationId": "getTapiDataTapiCommonContextTapiTopologyTopologyContextTopologyTopologyUuidNodeEdgePoint",
        "description": "The parameters and request body are for method: getTapiDataTapiCommonContextTapiTopologyTopologyContextTopologyTopologyUuidNodeEdgePoint. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pageNumber",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageSize",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tapi/core/context/physical-context/device/": {
      "get": {
        "tags": [
          "TapiEquipment"
        ],
        "operationId": "getTapiCoreContextPhysicalContextDevice",
        "description": "The parameters and request body are for method: getTapiCoreContextPhysicalContextDevice. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tapi/data/context/physical-context/physical-span/": {
      "get": {
        "tags": [
          "TapiEquipment"
        ],
        "operationId": "getTapiDataContextPhysicalContextPhysicalSpan",
        "description": "The parameters and request body are for method: getTapiDataContextPhysicalContextPhysicalSpan. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pageNumber",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageSize",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tapi/data/tapi-common:context/tapi-equipment:physical-context/physical-span/": {
      "get": {
        "tags": [
          "TapiEquipment"
        ],
        "operationId": "getTapiDataTapiCommonContextTapiEquipmentPhysicalContextPhysicalSpan",
        "description": "The parameters and request body are for method: getTapiDataTapiCommonContextTapiEquipmentPhysicalContextPhysicalSpan. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pageNumber",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageSize",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tapi/data/context/physical-context/{pathv1}": {
      "get": {
        "tags": [
          "TapiEquipment"
        ],
        "operationId": "getTapiDataContextPhysicalContextPhysicalSpanUuid",
        "description": "The parameters and request body are for method: getTapiDataContextPhysicalContextPhysicalSpanUuid. Same endpoint also used in methods:<br> getTapiDataContextPhysicalContextDeviceUuid (uuid : string)<br> getTapiDataContextPhysicalContextEquipmentEquipmentUuid (equipmentUuid : string)<br> getTapiDataContextPhysicalContextEquipmentholderEquipmentholderUuid (equipmentholderUuid : string)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tapi/data/tapi-common:context/tapi-equipment:physical-context/{pathv1}": {
      "get": {
        "tags": [
          "TapiEquipment"
        ],
        "operationId": "getTapiDataTapiCommonContextTapiEquipmentPhysicalContextPhysicalSpanUuid",
        "description": "The parameters and request body are for method: getTapiDataTapiCommonContextTapiEquipmentPhysicalContextPhysicalSpanUuid. Same endpoint also used in methods:<br> getTapiDataTapiCommonContextTapiEquipmentPhysicalContextDeviceUuid (uuid : string)<br> getTapiDataTapiCommonContextTapiEquipmentPhysicalContextEquipmentEquipmentUuid (equipmentUuid : string)<br> getTapiDataTapiCommonContextTapiEquipmentPhysicalContextEquipmentholderEquipmentholderUuid (equipmentholderUuid : string)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tapi/data/context/physical-context/device/": {
      "get": {
        "tags": [
          "TapiEquipment"
        ],
        "operationId": "getTapiDataContextPhysicalContextDevice",
        "description": "The parameters and request body are for method: getTapiDataContextPhysicalContextDevice. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pageNumber",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageSize",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tapi/data/tapi-common:context/tapi-equipment:physical-context/device/": {
      "get": {
        "tags": [
          "TapiEquipment"
        ],
        "operationId": "getTapiDataTapiCommonContextTapiEquipmentPhysicalContextDevice",
        "description": "The parameters and request body are for method: getTapiDataTapiCommonContextTapiEquipmentPhysicalContextDevice. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pageNumber",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageSize",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tapi/core/context/physical-context/equipment/": {
      "get": {
        "tags": [
          "TapiEquipment"
        ],
        "operationId": "getTapiCoreContextPhysicalContextEquipment",
        "description": "The parameters and request body are for method: getTapiCoreContextPhysicalContextEquipment. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tapi/data/context/physical-context/equipment/": {
      "get": {
        "tags": [
          "TapiEquipment"
        ],
        "operationId": "getTapiDataContextPhysicalContextEquipment",
        "description": "The parameters and request body are for method: getTapiDataContextPhysicalContextEquipment. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pageNumber",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageSize",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tapi/data/tapi-common:context/tapi-equipment:physical-context/equipment/": {
      "get": {
        "tags": [
          "TapiEquipment"
        ],
        "operationId": "getTapiDataTapiCommonContextTapiEquipmentPhysicalContextEquipment",
        "description": "The parameters and request body are for method: getTapiDataTapiCommonContextTapiEquipmentPhysicalContextEquipment. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pageNumber",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageSize",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tapi/data/context/physical-context/{pathv1}/{pathv2}": {
      "get": {
        "tags": [
          "TapiEquipment"
        ],
        "operationId": "getTapiDataContextPhysicalContextDeviceUuidEquipmentEquipmentUuid",
        "description": "The parameters and request body are for method: getTapiDataContextPhysicalContextDeviceUuidEquipmentEquipmentUuid. Same 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": {}
            }
          }
        }
      }
    },
    "/tapi/core/context/physical-context/equipmentholder/": {
      "get": {
        "tags": [
          "TapiEquipment"
        ],
        "operationId": "getTapiCoreContextPhysicalContextEquipmentholder",
        "description": "The parameters and request body are for method: getTapiCoreContextPhysicalContextEquipmentholder. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tapi/data/context/physical-context/equipmentholder/": {
      "get": {
        "tags": [
          "TapiEquipment"
        ],
        "operationId": "getTapiDataContextPhysicalContextEquipmentholder",
        "description": "The parameters and request body are for method: getTapiDataContextPhysicalContextEquipmentholder. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pageNumber",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageSize",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tapi/data/tapi-common:context/tapi-equipment:physical-context/equipmentholder/": {
      "get": {
        "tags": [
          "TapiEquipment"
        ],
        "operationId": "getTapiDataTapiCommonContextTapiEquipmentPhysicalContextEquipmentholder",
        "description": "The parameters and request body are for method: getTapiDataTapiCommonContextTapiEquipmentPhysicalContextEquipmentholder. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pageNumber",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageSize",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tapi/data/context/stream-context/available-stream/": {
      "get": {
        "tags": [
          "TapiStreaming"
        ],
        "operationId": "getTapiDataContextStreamContextAvailableStream",
        "description": "The parameters and request body are for method: getTapiDataContextStreamContextAvailableStream. Same 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": {}
            }
          }
        }
      }
    },
    "/tapi/data/context/stream-context/supported-stream-type/": {
      "get": {
        "tags": [
          "TapiStreaming"
        ],
        "operationId": "getTapiDataContextStreamContextSupportedStreamType",
        "description": "The parameters and request body are for method: getTapiDataContextStreamContextSupportedStreamType. Same 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": {}
            }
          }
        }
      }
    },
    "/restconf/data/ietf-restconf-monitoring:restconf-state/capabilities/": {
      "get": {
        "tags": [
          "TapiRestconf"
        ],
        "operationId": "getRestconfDataIetfRestconfMonitoringRestconfStateCapabilities",
        "description": "The parameters and request body are for method: getRestconfDataIetfRestconfMonitoringRestconfStateCapabilities. Same 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": {}
            }
          }
        }
      }
    },
    "/nsi/api/fres": {
      "get": {
        "tags": [
          "000Nsiapifres"
        ],
        "operationId": "getFres",
        "description": "The parameters and request body are for method: getFres. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "tpeId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "networkConstructId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "layerRate",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "freExpectationsServiceIntentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "freExpectationsEquipmentIntentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "childFreId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endpointTpeConcrete",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "freExpectationsIntentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "identifierKey",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "identifierValue",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "freType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "exclude",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "signalContentType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "roadmLineId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "include",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "000Nsiapifres"
        ],
        "operationId": "postFre",
        "description": "The parameters and request body are for method: postFre. 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"
              }
            }
          }
        }
      }
    },
    "/nsi/api/fres/{freId}": {
      "get": {
        "tags": [
          "000Nsiapifres"
        ],
        "operationId": "getFrebyId",
        "description": "The parameters and request body are for method: getFrebyId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "freId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "freId",
              "type": "string"
            }
          },
          {
            "name": "include",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "000Nsiapifres"
        ],
        "operationId": "putFreById",
        "description": "The parameters and request body are for method: putFreById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "freId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "freId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "fre"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "000Nsiapifres"
        ],
        "operationId": "unprovision",
        "description": "The parameters and request body are for method: unprovision. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "freId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "freId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "000Nsiapifres"
        ],
        "operationId": "patchNsiApiFresFreId",
        "description": "The parameters and request body are for method: patchNsiApiFresFreId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "freId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "freId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/nsi/api/fres/{freId}/adminState": {
      "put": {
        "tags": [
          "000Nsiapifres"
        ],
        "operationId": "putFreAdminState",
        "description": "The parameters and request body are for method: putFreAdminState. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "freId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "freId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "adminStateValue": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "adminStateValue": "adminStateValue"
              }
            }
          }
        }
      }
    },
    "/nsi/api/fres/{freId}/bookingData/{bookingDataKey}": {
      "put": {
        "tags": [
          "000Nsiapifres"
        ],
        "operationId": "putFreBookingData",
        "description": "The parameters and request body are for method: putFreBookingData. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "freId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "freId",
              "type": "string"
            }
          },
          {
            "name": "bookingDataKey",
            "in": "path",
            "required": true,
            "schema": {
              "title": "bookingDataKey",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "bookingDataValue": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "bookingDataValue": "bookingDataValue"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "000Nsiapifres"
        ],
        "operationId": "deleteFreBookingData",
        "description": "The parameters and request body are for method: deleteFreBookingData. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "freId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "freId",
              "type": "string"
            }
          },
          {
            "name": "bookingDataKey",
            "in": "path",
            "required": true,
            "schema": {
              "title": "bookingDataKey",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/fres/{freId}/expectationMismatches": {
      "get": {
        "tags": [
          "000Nsiapifres"
        ],
        "operationId": "getFreExpectationMismatches",
        "description": "The parameters and request body are for method: getFreExpectationMismatches. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "freId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "freId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/fres/{freId}/expectations": {
      "post": {
        "tags": [
          "000Nsiapifres"
        ],
        "operationId": "postFREExpectation",
        "description": "The parameters and request body are for method: postFREExpectation. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "freId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "freId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/nsi/api/fres/{freId}/expectations/{expectationId}/realize": {
      "post": {
        "tags": [
          "000Nsiapifres"
        ],
        "operationId": "postNsiApiFresFreIdExpectationsExpectationIdRealize",
        "description": "The parameters and request body are for method: postNsiApiFresFreIdExpectationsExpectationIdRealize. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "freId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "freId",
              "type": "string"
            }
          },
          {
            "name": "expectationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "expectationId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/fres/{freId}/expectations/{freExpId}": {
      "patch": {
        "tags": [
          "000Nsiapifres"
        ],
        "operationId": "patchFreExpectation",
        "description": "The parameters and request body are for method: patchFreExpectation. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "freId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "freId",
              "type": "string"
            }
          },
          {
            "name": "freExpId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "freExpId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/nsi/api/fres/{freId}/freExpectations": {
      "get": {
        "tags": [
          "000Nsiapifres"
        ],
        "operationId": "getFreExpectation",
        "description": "The parameters and request body are for method: getFreExpectation. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "freId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "freId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/fres/{freId}/freExpectations/{freExpectationId}": {
      "get": {
        "tags": [
          "000Nsiapifres"
        ],
        "operationId": "getFreExpectationWithExpId",
        "description": "The parameters and request body are for method: getFreExpectationWithExpId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "freId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "freId",
              "type": "string"
            }
          },
          {
            "name": "freExpectationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "freExpectationId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "000Nsiapifres"
        ],
        "operationId": "deleteFreExpectationById",
        "description": "The parameters and request body are for method: deleteFreExpectationById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "freId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "freId",
              "type": "string"
            }
          },
          {
            "name": "freExpectationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "freExpectationId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/fres/{freId}/frePlanned": {
      "get": {
        "tags": [
          "000Nsiapifres"
        ],
        "operationId": "getPlannedAttributesFrebyId",
        "description": "The parameters and request body are for method: getPlannedAttributesFrebyId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "freId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "freId",
              "type": "string"
            }
          },
          {
            "name": "include",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "000Nsiapifres"
        ],
        "operationId": "putFrePlanned",
        "description": "The parameters and request body are for method: putFrePlanned. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "freId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "freId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "000Nsiapifres"
        ],
        "operationId": "patchPlannedFre",
        "description": "The parameters and request body are for method: patchPlannedFre. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "freId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "freId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/nsi/api/fres/{freId}/identifiers": {
      "put": {
        "tags": [
          "000Nsiapifres"
        ],
        "operationId": "updateFreIdentifier",
        "description": "The parameters and request body are for method: updateFreIdentifier. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "freId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "freId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "identifierRO"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "000Nsiapifres"
        ],
        "operationId": "deleteFreIdentifier",
        "description": "The parameters and request body are for method: deleteFreIdentifier. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "freId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "freId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "identifierRO"
            }
          }
        }
      }
    },
    "/nsi/api/fres/{freId}/operations/{operation}": {
      "put": {
        "tags": [
          "000Nsiapifres"
        ],
        "operationId": "putFreOperationV6",
        "description": "The parameters and request body are for method: putFreOperationV6. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "freId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "freId",
              "type": "string"
            }
          },
          {
            "name": "operation",
            "in": "path",
            "required": true,
            "schema": {
              "title": "operation",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "provisioningAttributes"
            }
          }
        }
      }
    },
    "/nsi/api/fres/{freId}/userData/{userDataKey}": {
      "put": {
        "tags": [
          "000Nsiapifres"
        ],
        "operationId": "putFreUserData",
        "description": "The parameters and request body are for method: putFreUserData. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "freId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "freId",
              "type": "string"
            }
          },
          {
            "name": "userDataKey",
            "in": "path",
            "required": true,
            "schema": {
              "title": "userDataKey",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "userDataValue": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "userDataValue": "userDataValue"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "000Nsiapifres"
        ],
        "operationId": "deleteFreUserData",
        "description": "The parameters and request body are for method: deleteFreUserData. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "freId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "freId",
              "type": "string"
            }
          },
          {
            "name": "userDataKey",
            "in": "path",
            "required": true,
            "schema": {
              "title": "userDataKey",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/fres/{freId}/validationExpectation": {
      "put": {
        "tags": [
          "000Nsiapifres"
        ],
        "operationId": "postFreValidationExpectation",
        "description": "The parameters and request body are for method: postFreValidationExpectation. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "freId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "freId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/nsi/api/v2_0/fres": {
      "get": {
        "tags": [
          "998Nsiapiv20fres"
        ],
        "operationId": "getFre",
        "description": "The parameters and request body are for method: getFre. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "tpeId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ncId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "networkConstructId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "type",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "group",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "include",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "layerRate",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "freType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "userLabel",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "managementName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "freExpectationsServiceIntentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "freExpectationsEquipmentIntentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "childFreId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "exclude",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "signalContentType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "srlg",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "roadmLineId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "searchText",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "includeMetaData",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endpointTpeConcrete",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "identifierKey",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "identifierValue",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "directionality",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "998Nsiapiv20fres"
        ],
        "operationId": "postFreV2",
        "description": "The parameters and request body are for method: postFreV2. 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"
              }
            }
          }
        }
      }
    },
    "/nsi/api/v2_0/fres/{freId}/bookingData/{bookingDataKey}": {
      "put": {
        "tags": [
          "998Nsiapiv20fres"
        ],
        "operationId": "putFreBookingDataV2",
        "description": "The parameters and request body are for method: putFreBookingDataV2. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "freId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "freId",
              "type": "string"
            }
          },
          {
            "name": "bookingDataKey",
            "in": "path",
            "required": true,
            "schema": {
              "title": "bookingDataKey",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "bookingDataValue": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "bookingDataValue": "bookingDataValue"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "998Nsiapiv20fres"
        ],
        "operationId": "deleteFreBookingDataV2",
        "description": "The parameters and request body are for method: deleteFreBookingDataV2. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "freId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "freId",
              "type": "string"
            }
          },
          {
            "name": "bookingDataKey",
            "in": "path",
            "required": true,
            "schema": {
              "title": "bookingDataKey",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/v2_0/fres/{freId}/freExpectations": {
      "get": {
        "tags": [
          "998Nsiapiv20fres"
        ],
        "operationId": "getFreExpectationV2",
        "description": "The parameters and request body are for method: getFreExpectationV2. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "freId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "freId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/v2_0/fres/{freId}/freExpectations/{freExpectationId}": {
      "get": {
        "tags": [
          "998Nsiapiv20fres"
        ],
        "operationId": "getFreExpectationWithExpIdV2",
        "description": "The parameters and request body are for method: getFreExpectationWithExpIdV2. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "freId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "freId",
              "type": "string"
            }
          },
          {
            "name": "freExpectationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "freExpectationId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "998Nsiapiv20fres"
        ],
        "operationId": "deleteFreExpectationByIdV2",
        "description": "The parameters and request body are for method: deleteFreExpectationByIdV2. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "freId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "freId",
              "type": "string"
            }
          },
          {
            "name": "freExpectationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "freExpectationId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/v2_0/fres/{freId}/provisioningOperations": {
      "post": {
        "tags": [
          "998Nsiapiv20fres"
        ],
        "operationId": "provisionOperationsV2",
        "description": "The parameters and request body are for method: provisionOperationsV2. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "freId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "freId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/nsi/api/v2_0/fres/{freId}/userData/{userDataKey}": {
      "put": {
        "tags": [
          "998Nsiapiv20fres"
        ],
        "operationId": "putFreUserDataV2",
        "description": "The parameters and request body are for method: putFreUserDataV2. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "freId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "freId",
              "type": "string"
            }
          },
          {
            "name": "userDataKey",
            "in": "path",
            "required": true,
            "schema": {
              "title": "userDataKey",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "userDataValue": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "userDataValue": "userDataValue"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "998Nsiapiv20fres"
        ],
        "operationId": "deleteFreUserDataV2",
        "description": "The parameters and request body are for method: deleteFreUserDataV2. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "freId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "freId",
              "type": "string"
            }
          },
          {
            "name": "userDataKey",
            "in": "path",
            "required": true,
            "schema": {
              "title": "userDataKey",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/v2_0/fres/{id}/identifiers/{identifierKey}": {
      "put": {
        "tags": [
          "998Nsiapiv20fres"
        ],
        "operationId": "updateFreIdentifiers",
        "description": "The parameters and request body are for method: updateFreIdentifiers. Same endpoint also used in methods:",
        "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"
            }
          },
          {
            "name": "identifierKey",
            "in": "path",
            "required": true,
            "schema": {
              "title": "identifierKey",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "998Nsiapiv20fres"
        ],
        "operationId": "deleteFreIdentifiers",
        "description": "The parameters and request body are for method: deleteFreIdentifiers. Same endpoint also used in methods:",
        "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"
            }
          },
          {
            "name": "identifierKey",
            "in": "path",
            "required": true,
            "schema": {
              "title": "identifierKey",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/v3/fres": {
      "get": {
        "tags": [
          "997Nsiapiv3fres"
        ],
        "operationId": "getFresV3",
        "description": "The parameters and request body are for method: getFresV3. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "tpeId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "networkConstructId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "group",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "freExpectationsServiceIntentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "freExpectationsEquipmentIntentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "childFreId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endpointTpeConcrete",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "identifierKey",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "identifierValue",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "type",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "include",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "layerRate",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "freType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "userLabel",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "managementName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "exclude",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "signalContentType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "srlg",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "roadmLineId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "searchText",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "includeMetaData",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/v3/fres/deploymentState": {
      "put": {
        "tags": [
          "997Nsiapiv3fres"
        ],
        "operationId": "putFreDeploymentState",
        "description": "The parameters and request body are for method: putFreDeploymentState. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "freExpectationsServiceIntentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "freId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "deploymentStateValue": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "deploymentStateValue": "deploymentStateValue"
              }
            }
          }
        }
      }
    },
    "/nsi/api/v3/fres/{freId}": {
      "get": {
        "tags": [
          "997Nsiapiv3fres"
        ],
        "operationId": "getNsiApiV3FresFreId",
        "description": "The parameters and request body are for method: getNsiApiV3FresFreId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "freId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "freId",
              "type": "string"
            }
          },
          {
            "name": "include",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "997Nsiapiv3fres"
        ],
        "operationId": "unprovisionV3",
        "description": "The parameters and request body are for method: unprovisionV3. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "freId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "freId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/v3/fres/{freId}/adminState": {
      "put": {
        "tags": [
          "997Nsiapiv3fres"
        ],
        "operationId": "putFreAdminStateV3",
        "description": "The parameters and request body are for method: putFreAdminStateV3. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "freId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "freId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "adminStateValue": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "adminStateValue": "adminStateValue"
              }
            }
          }
        }
      }
    },
    "/nsi/api/v3/fres/{freId}/discovered/validate": {
      "post": {
        "tags": [
          "997Nsiapiv3fres"
        ],
        "operationId": "validateDiscoveredAgainstPlanned",
        "description": "The parameters and request body are for method: validateDiscoveredAgainstPlanned. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "freId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "freId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/v3/fres/{freId}/expectations": {
      "post": {
        "tags": [
          "997Nsiapiv3fres"
        ],
        "operationId": "postFREExpectationV3",
        "description": "The parameters and request body are for method: postFREExpectationV3. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "freId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "freId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/nsi/api/v3/fres/{freId}/expectations/{expectationId}/realize": {
      "post": {
        "tags": [
          "997Nsiapiv3fres"
        ],
        "operationId": "provisionOperationsV3",
        "description": "The parameters and request body are for method: provisionOperationsV3. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "freId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "freId",
              "type": "string"
            }
          },
          {
            "name": "expectationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "expectationId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/v3/fres/{freId}/freExpectations/{freExpectationId}": {
      "delete": {
        "tags": [
          "997Nsiapiv3fres"
        ],
        "operationId": "deleteFreExpectationByIdV3",
        "description": "The parameters and request body are for method: deleteFreExpectationByIdV3. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "freId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "freId",
              "type": "string"
            }
          },
          {
            "name": "freExpectationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "freExpectationId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/v3/fres/{freId}/identifiers": {
      "put": {
        "tags": [
          "997Nsiapiv3fres"
        ],
        "operationId": "updateFreIdentifierV3",
        "description": "The parameters and request body are for method: updateFreIdentifierV3. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "freId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "freId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "identifierRO"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "997Nsiapiv3fres"
        ],
        "operationId": "deleteFreIdentifierV3",
        "description": "The parameters and request body are for method: deleteFreIdentifierV3. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "freId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "freId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "identifierRO"
            }
          }
        }
      }
    },
    "/nsi/api/v3/fres/{freId}/validationExpectation": {
      "put": {
        "tags": [
          "997Nsiapiv3fres"
        ],
        "operationId": "postFrePlannedWithExpectation",
        "description": "The parameters and request body are for method: postFrePlannedWithExpectation. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "freId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "freId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/nsi/api/v4/fres": {
      "get": {
        "tags": [
          "996Nsiapiv4fres"
        ],
        "operationId": "getFresV4",
        "description": "The parameters and request body are for method: getFresV4. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "searchText",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "searchFields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "resourceState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "layerRate",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "networkConstructId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tpeId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "identifierKey",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "identifierValue",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "concrete",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "modelType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "bookingDataLockout",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "group",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "freType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "userLabel",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "managementName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "freExpectationsServiceIntentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "freExpectationsEquipmentIntentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "childFreId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "exclude",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "signalContentType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "srlg",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "roadmLineId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endpointTpeConcrete",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "deploymentState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "active",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "namedQuery",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "directionality",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "networkRole",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "type",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "serviceClass",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "layerRateQualifier",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "supportedByFreId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "supportingFreId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "customerName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sncgUserlabel",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tunnelType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "adminState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "operationState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lqsDataStatus",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lqsDataMarginValid",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lqsDataFiberReconciled",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lqsDataFiberMethod",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lqsDataMarginViableAtEol",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "restorationHealthTotalExplicitRoutes",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "restorationHealthAvailableExplicitRoutes",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "restorationHealthUnavailableExplicitRoutes",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "restorationHealthAvailablePercentage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "restorationHealthUnavailablePercentage",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "restorationHealthHomeAvailable",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "coroutedFreId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tags",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "displayAdminState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "displayOperationState",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "displayTopologySource",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sortBy",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "metaDataFields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "include",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "996Nsiapiv4fres"
        ],
        "operationId": "postFreV4",
        "description": "The parameters and request body are for method: postFreV4. 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"
              }
            }
          }
        }
      }
    },
    "/nsi/api/v4/fres/{freId}": {
      "get": {
        "tags": [
          "996Nsiapiv4fres"
        ],
        "operationId": "getFreByIdV4",
        "description": "The parameters and request body are for method: getFreByIdV4. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "freId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "freId",
              "type": "string"
            }
          },
          {
            "name": "include",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "996Nsiapiv4fres"
        ],
        "operationId": "putFreByIdV4",
        "description": "The parameters and request body are for method: putFreByIdV4. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "freId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "freId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "fre"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "996Nsiapiv4fres"
        ],
        "operationId": "patchOperationV4",
        "description": "The parameters and request body are for method: patchOperationV4. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "freId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "freId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/nsi/api/v4/fres/{freId}/expectationMismatches": {
      "get": {
        "tags": [
          "996Nsiapiv4fres"
        ],
        "operationId": "getFreExpectationMismatchesV4",
        "description": "The parameters and request body are for method: getFreExpectationMismatchesV4. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "freId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "freId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/v4/fres/{freId}/expectations/{freExpId}": {
      "patch": {
        "tags": [
          "996Nsiapiv4fres"
        ],
        "operationId": "patchNsiApiV4FresFreIdExpectationsFreExpId",
        "description": "The parameters and request body are for method: patchNsiApiV4FresFreIdExpectationsFreExpId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "freId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "freId",
              "type": "string"
            }
          },
          {
            "name": "freExpId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "freExpId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/nsi/api/v4/fres/{freId}/frePlanned": {
      "get": {
        "tags": [
          "996Nsiapiv4fres"
        ],
        "operationId": "getFrePlannedById",
        "description": "The parameters and request body are for method: getFrePlannedById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "freId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "freId",
              "type": "string"
            }
          },
          {
            "name": "include",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "996Nsiapiv4fres"
        ],
        "operationId": "putFrePlannedV4",
        "description": "The parameters and request body are for method: putFrePlannedV4. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "freId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "freId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "996Nsiapiv4fres"
        ],
        "operationId": "patchNsiApiV4FresFreIdFrePlanned",
        "description": "The parameters and request body are for method: patchNsiApiV4FresFreIdFrePlanned. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "freId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "freId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/nsi/api/v5/fres": {
      "get": {
        "tags": [
          "995Nsiapiv5fres"
        ],
        "operationId": "getFresV5",
        "description": "The parameters and request body are for method: getFresV5. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "tpeId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "networkConstructId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "layerRate",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "freExpectationsServiceIntentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "freExpectationsEquipmentIntentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "childFreId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endpointTpeConcrete",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "freExpectationsIntentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "identifierKey",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "identifierValue",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "freType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "exclude",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "signalContentType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "roadmLineId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "include",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/v5/fres/{freId}": {
      "get": {
        "tags": [
          "995Nsiapiv5fres"
        ],
        "operationId": "getFreByIdV5",
        "description": "The parameters and request body are for method: getFreByIdV5. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "freId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "freId",
              "type": "string"
            }
          },
          {
            "name": "include",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/v6/fres": {
      "get": {
        "tags": [
          "994Nsiapiv6fres"
        ],
        "operationId": "getFresV6",
        "description": "The parameters and request body are for method: getFresV6. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "tpeId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "networkConstructId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "layerRate",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "freExpectationsServiceIntentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "freExpectationsEquipmentIntentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "childFreId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endpointTpeConcrete",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "freExpectationsIntentId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "identifierKey",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "identifierValue",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "freType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "exclude",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "signalContentType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "roadmLineId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "include",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/v6/fres/{freId}": {
      "get": {
        "tags": [
          "994Nsiapiv6fres"
        ],
        "operationId": "getFreByIdV6",
        "description": "The parameters and request body are for method: getFreByIdV6. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "freId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "freId",
              "type": "string"
            }
          },
          {
            "name": "include",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/v6/fres/{freId}/operations/{operation}": {
      "put": {
        "tags": [
          "994Nsiapiv6fres"
        ],
        "operationId": "putNsiApiV6FresFreIdOperationsOperation",
        "description": "The parameters and request body are for method: putNsiApiV6FresFreIdOperationsOperation. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "freId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "freId",
              "type": "string"
            }
          },
          {
            "name": "operation",
            "in": "path",
            "required": true,
            "schema": {
              "title": "operation",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "provisioningAttributes"
            }
          }
        }
      }
    },
    "/nsi/api/v7/fres/{freId}": {
      "get": {
        "tags": [
          "994Nsiapiv7fres"
        ],
        "operationId": "getFreByIdV7",
        "description": "The parameters and request body are for method: getFreByIdV7. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "freId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "freId",
              "type": "string"
            }
          },
          {
            "name": "include",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sftp/api/v1/checkdisk": {
      "get": {
        "tags": [
          "Checkdisk"
        ],
        "operationId": "checkdisk",
        "description": "The parameters and request body are for method: checkdisk. 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"
              }
            }
          }
        }
      }
    },
    "/sftp/api/v1/checkkafka": {
      "get": {
        "tags": [
          "Checkkafka"
        ],
        "operationId": "checkkafka",
        "description": "The parameters and request body are for method: checkkafka. 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"
              }
            }
          }
        }
      }
    },
    "/sftp/api/v1/checkpithos": {
      "get": {
        "tags": [
          "Checkpithos"
        ],
        "operationId": "checkpithos",
        "description": "The parameters and request body are for method: checkpithos. 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"
              }
            }
          }
        }
      }
    },
    "/sftp/api/v1/cleanup": {
      "delete": {
        "tags": [
          "Cleanup"
        ],
        "operationId": "cleanup",
        "description": "The parameters and request body are for method: cleanup. 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"
              }
            }
          }
        }
      }
    },
    "/slv-support/api/v1/equipmentGraphics": {
      "get": {
        "tags": [
          "SlvSupportapiv1equipmentGraphics"
        ],
        "operationId": "getEquipmentGraphic",
        "description": "The parameters and request body are for method: getEquipmentGraphic. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "siteId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ncId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ipAddress",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/slv-support/api/v1/equipmentLayouts": {
      "get": {
        "tags": [
          "SlvSupportapiv1equipmentLayout"
        ],
        "operationId": "getEquipmentLayout",
        "description": "The parameters and request body are for method: getEquipmentLayout. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "siteId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ncId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "resourceType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ipAddress",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/slv-support/api/v1/shelfGraphics": {
      "get": {
        "tags": [
          "SlvSupportapiv1shelfGraphics"
        ],
        "operationId": "getShelfGraphic",
        "description": "The parameters and request body are for method: getShelfGraphic. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "siteId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ncId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ipAddress",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/slv-support/api/v1/shelfLayouts": {
      "get": {
        "tags": [
          "SlvSupportapiv1shelfLayouts"
        ],
        "operationId": "getShelfLayout",
        "description": "The parameters and request body are for method: getShelfLayout. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "siteId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ncId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "resourceType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ipAddress",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ifd/api/srlgJobs": {
      "get": {
        "tags": [
          "SRLGJobs"
        ],
        "operationId": "getJobs",
        "description": "The parameters and request body are for method: getJobs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "fromTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "toTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "jobType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "scheduleName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "scope",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "jobStatus",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "scheduledOnly",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "includeDetails",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "metaFields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ifd/api/srlgJobs/{jobId}": {
      "get": {
        "tags": [
          "SRLGJobs"
        ],
        "operationId": "getJobDetailsV3",
        "description": "The parameters and request body are for method: getJobDetailsV3. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "jobId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "jobId",
              "type": "string"
            }
          },
          {
            "name": "downloadReport",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "SRLGJobs"
        ],
        "operationId": "deleteIfdApiSrlgJobsJobId",
        "description": "The parameters and request body are for method: deleteIfdApiSrlgJobsJobId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "jobId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "jobId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ifd/api/srlgSchedules": {
      "get": {
        "tags": [
          "SRLGSchedules"
        ],
        "operationId": "getAllSchedules",
        "description": "The parameters and request body are for method: getAllSchedules. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "scheduleName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "scope",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "jobType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "frequency",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "metaFields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "SRLGSchedules"
        ],
        "operationId": "postIfdApiSrlgSchedules",
        "description": "The parameters and request body are for method: postIfdApiSrlgSchedules. 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"
              }
            }
          }
        }
      }
    },
    "/ifd/api/srlgSchedules/allowedJobs": {
      "get": {
        "tags": [
          "SRLGSchedules"
        ],
        "operationId": "getAllowedJobs",
        "description": "The parameters and request body are for method: getAllowedJobs. Same 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": {}
            }
          }
        }
      }
    },
    "/ifd/api/srlgSchedules/{scheduleId}": {
      "delete": {
        "tags": [
          "SRLGSchedules"
        ],
        "operationId": "deleteIfdApiSrlgSchedulesScheduleId",
        "description": "The parameters and request body are for method: deleteIfdApiSrlgSchedulesScheduleId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "scheduleId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "scheduleId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ifd/api/v1/srlg": {
      "put": {
        "tags": [
          "SRLGV1"
        ],
        "operationId": "putIfdApiV1Srlg",
        "description": "The parameters and request body are for method: putIfdApiV1Srlg. 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"
              }
            }
          }
        }
      }
    },
    "/ifd/api/v1/srlg/{resourceId}": {
      "get": {
        "tags": [
          "SRLGV1"
        ],
        "operationId": "getIfdApiV1SrlgResourceId",
        "description": "The parameters and request body are for method: getIfdApiV1SrlgResourceId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "resourceId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ifd/api/v2/srlg": {
      "get": {
        "tags": [
          "SRLGV2"
        ],
        "operationId": "getIfdApiV2Srlg",
        "description": "The parameters and request body are for method: getIfdApiV2Srlg. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "resourceType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "isStructured",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "plannedStartTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "srlgType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "SRLGV2"
        ],
        "operationId": "postIfdApiV2Srlg",
        "description": "The parameters and request body are for method: postIfdApiV2Srlg. 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": [
          "SRLGV2"
        ],
        "operationId": "putIfdApiV2Srlg",
        "description": "The parameters and request body are for method: putIfdApiV2Srlg. 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"
              }
            }
          }
        }
      }
    },
    "/ifd/api/v2/srlg/externalSRLGs": {
      "get": {
        "tags": [
          "SRLGV2"
        ],
        "operationId": "getIfdApiV2SrlgExternalSRLGs",
        "description": "The parameters and request body are for method: getIfdApiV2SrlgExternalSRLGs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "userLabel",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "isStructured",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "SRLGV2"
        ],
        "operationId": "postIfdApiV2SrlgExternalSRLGs",
        "description": "The parameters and request body are for method: postIfdApiV2SrlgExternalSRLGs. 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"
              }
            }
          }
        }
      }
    },
    "/ifd/api/v2/srlg/externalSRLGs/{extSRLGId}": {
      "get": {
        "tags": [
          "SRLGV2"
        ],
        "operationId": "getIfdApiV2SrlgExternalSRLGsExtSRLGId",
        "description": "The parameters and request body are for method: getIfdApiV2SrlgExternalSRLGsExtSRLGId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "extSRLGId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "extSRLGId",
              "type": "string"
            }
          },
          {
            "name": "isStructured",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ifd/api/v2/srlg/job/status": {
      "get": {
        "tags": [
          "SRLGV2"
        ],
        "operationId": "getIfdApiV2SrlgJobStatus",
        "description": "The parameters and request body are for method: getIfdApiV2SrlgJobStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "jobId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "jobType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "jobStatus",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ifd/api/v2/srlg/job/{jobId}/details": {
      "get": {
        "tags": [
          "SRLGV2"
        ],
        "operationId": "getIfdApiV2SrlgJobJobIdDetails",
        "description": "The parameters and request body are for method: getIfdApiV2SrlgJobJobIdDetails. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "jobId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "jobId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ifd/api/v2/srlg/srlgMismatch": {
      "get": {
        "tags": [
          "SRLGV2"
        ],
        "operationId": "getIfdApiV2SrlgSrlgMismatch",
        "description": "The parameters and request body are for method: getIfdApiV2SrlgSrlgMismatch. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ncId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "resourceType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "resourceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ifd/api/v2/srlg/{srlgValue}/assignmentDetails": {
      "get": {
        "tags": [
          "SRLGV2"
        ],
        "operationId": "getIfdApiV2SrlgSrlgValueAssignmentDetails",
        "description": "The parameters and request body are for method: getIfdApiV2SrlgSrlgValueAssignmentDetails. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "srlgValue",
            "in": "path",
            "required": true,
            "schema": {
              "title": "srlgValue",
              "type": "string"
            }
          },
          {
            "name": "srlgType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "resourceType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ifd/api/v3/srlg": {
      "get": {
        "tags": [
          "SRLGV3"
        ],
        "operationId": "getIfdApiV3Srlg",
        "description": "The parameters and request body are for method: getIfdApiV3Srlg. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "resourceType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "isStructured",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "plannedStartTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "srlgType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ifd/api/v3/srlg/associatedSrlgs": {
      "get": {
        "tags": [
          "SRLGV3"
        ],
        "operationId": "getIfdApiV3SrlgAssociatedSrlgs",
        "description": "The parameters and request body are for method: getIfdApiV3SrlgAssociatedSrlgs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "resourceType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "srlgSource",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "includeMetaData",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ifd/api/v3/srlg/job/status": {
      "get": {
        "tags": [
          "SRLGV3"
        ],
        "operationId": "getIfdApiV3SrlgJobStatus",
        "description": "The parameters and request body are for method: getIfdApiV3SrlgJobStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "jobId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "jobType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "jobStatus",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ifd/api/v3/srlg/srlgMismatch": {
      "get": {
        "tags": [
          "SRLGV3"
        ],
        "operationId": "getIfdApiV3SrlgSrlgMismatch",
        "description": "The parameters and request body are for method: getIfdApiV3SrlgSrlgMismatch. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ncId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "resourceType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "resourceId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "offset",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ifd/api/v3/srlg/srlgMismatch/{mismatchId}/details": {
      "get": {
        "tags": [
          "SRLGV3"
        ],
        "operationId": "getIfdApiV3SrlgSrlgMismatchMismatchIdDetails",
        "description": "The parameters and request body are for method: getIfdApiV3SrlgSrlgMismatchMismatchIdDetails. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "mismatchId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "mismatchId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ifd/api/v3/srlg/{srlgValue}/assignmentDetails": {
      "get": {
        "tags": [
          "SRLGV3"
        ],
        "operationId": "getIfdApiV3SrlgSrlgValueAssignmentDetails",
        "description": "The parameters and request body are for method: getIfdApiV3SrlgSrlgValueAssignmentDetails. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "srlgValue",
            "in": "path",
            "required": true,
            "schema": {
              "title": "srlgValue",
              "type": "string"
            }
          },
          {
            "name": "srlgSource",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "resourceType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "includeMetaData",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ifd/api/v3/srlgJobs": {
      "get": {
        "tags": [
          "SRLGJobsV3"
        ],
        "operationId": "getIfdApiV3SrlgJobs",
        "description": "The parameters and request body are for method: getIfdApiV3SrlgJobs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "fromTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "toTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "jobType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "scheduleName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "scope",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "jobStatus",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "scheduledOnly",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "includeDetails",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "metaFields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ifd/api/v3/srlgJobs/{jobId}": {
      "get": {
        "tags": [
          "SRLGJobsV3"
        ],
        "operationId": "getIfdApiV3SrlgJobsJobId",
        "description": "The parameters and request body are for method: getIfdApiV3SrlgJobsJobId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "jobId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "jobId",
              "type": "string"
            }
          },
          {
            "name": "downloadReport",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "SRLGJobsV3"
        ],
        "operationId": "deleteSrlgJob",
        "description": "The parameters and request body are for method: deleteSrlgJob. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "jobId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "jobId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ifd/api/v3/srlgSchedules": {
      "get": {
        "tags": [
          "SRLGSchedulesV3"
        ],
        "operationId": "getIfdApiV3SrlgSchedules",
        "description": "The parameters and request body are for method: getIfdApiV3SrlgSchedules. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "scheduleName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "scope",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "jobType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "frequency",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "metaFields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "SRLGSchedulesV3"
        ],
        "operationId": "postIfdApiV3SrlgSchedules",
        "description": "The parameters and request body are for method: postIfdApiV3SrlgSchedules. 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"
              }
            }
          }
        }
      }
    },
    "/ifd/api/v3/srlgSchedules/allowedJobs": {
      "get": {
        "tags": [
          "SRLGSchedulesV3"
        ],
        "operationId": "getIfdApiV3SrlgSchedulesAllowedJobs",
        "description": "The parameters and request body are for method: getIfdApiV3SrlgSchedulesAllowedJobs. Same 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": {}
            }
          }
        }
      }
    },
    "/ifd/api/v3/srlgSchedules/{scheduleId}": {
      "delete": {
        "tags": [
          "SRLGSchedulesV3"
        ],
        "operationId": "deleteIfdApiV3SrlgSchedulesScheduleId",
        "description": "The parameters and request body are for method: deleteIfdApiV3SrlgSchedulesScheduleId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "scheduleId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "scheduleId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/srlgformat": {
      "get": {
        "tags": [
          "997Nsiapisrlgformat"
        ],
        "operationId": "getSrlgFormat",
        "description": "The parameters and request body are for method: getSrlgFormat. Same 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": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "997Nsiapisrlgformat"
        ],
        "operationId": "patchSrlgFormat",
        "description": "The parameters and request body are for method: patchSrlgFormat. 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"
              }
            }
          }
        }
      }
    },
    "/nsi/api/srlgformat/assignableEntityConfigurations": {
      "get": {
        "tags": [
          "997Nsiapisrlgformat"
        ],
        "operationId": "getAssignableEntityConfigurations",
        "description": "The parameters and request body are for method: getAssignableEntityConfigurations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "entityType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "riskType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/srlgformat/assignableEntityConfigurations/{assignableEntityConfigId}": {
      "patch": {
        "tags": [
          "997Nsiapisrlgformat"
        ],
        "operationId": "patchAssignableEntityConfig",
        "description": "The parameters and request body are for method: patchAssignableEntityConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "assignableEntityConfigId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "assignableEntityConfigId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/nsi/api/srlgformat/assignableEntityConfigurations/{entityType}/riskTypes": {
      "get": {
        "tags": [
          "997Nsiapisrlgformat"
        ],
        "operationId": "getRiskTypes",
        "description": "The parameters and request body are for method: getRiskTypes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "entityType",
            "in": "path",
            "required": true,
            "schema": {
              "title": "entityType",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/srlgformat/propagatableServiceConfigurations": {
      "post": {
        "tags": [
          "997Nsiapisrlgformat"
        ],
        "operationId": "postSrlgPropagatableServiceConfig",
        "description": "The parameters and request body are for method: postSrlgPropagatableServiceConfig. 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": [
          "997Nsiapisrlgformat"
        ],
        "operationId": "deleteSrlgPropagationServiceConfig",
        "description": "The parameters and request body are for method: deleteSrlgPropagationServiceConfig. 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"
              }
            }
          }
        }
      }
    },
    "/nsi/api/srlgformat/propagatableServiceConfigurations/{propagatableServiceConfigId}": {
      "patch": {
        "tags": [
          "997Nsiapisrlgformat"
        ],
        "operationId": "patchPropagatableEntityConfig",
        "description": "The parameters and request body are for method: patchPropagatableEntityConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "propagatableServiceConfigId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "propagatableServiceConfigId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/nsi/api/srlgformat/srlg/transform": {
      "post": {
        "tags": [
          "997Nsiapisrlgformat"
        ],
        "operationId": "transformSrlg",
        "description": "The parameters and request body are for method: transformSrlg. 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"
              }
            }
          }
        }
      }
    },
    "/nsi/api/srlgformat/srlg/validate": {
      "post": {
        "tags": [
          "997Nsiapisrlgformat"
        ],
        "operationId": "validateSrlg",
        "description": "The parameters and request body are for method: validateSrlg. 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"
              }
            }
          }
        }
      }
    },
    "/nsi/api/srlgformat/srlgAutoAssignment": {
      "put": {
        "tags": [
          "997Nsiapisrlgformat"
        ],
        "operationId": "setSrlgAutoAssignmentBehavior",
        "description": "The parameters and request body are for method: setSrlgAutoAssignmentBehavior. Same 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": {
                  "isAutoAssignmentOn": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "isAutoAssignmentOn": "isAutoAssignmentOn"
              }
            }
          }
        }
      }
    },
    "/nsi/api/srlgformat/srlgFormatMappings": {
      "get": {
        "tags": [
          "997Nsiapisrlgformat"
        ],
        "operationId": "getSrlgFormatMappings",
        "description": "The parameters and request body are for method: getSrlgFormatMappings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "type",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "997Nsiapisrlgformat"
        ],
        "operationId": "postSrlgFormatMappings",
        "description": "The parameters and request body are for method: postSrlgFormatMappings. 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": [
          "997Nsiapisrlgformat"
        ],
        "operationId": "deleteSrlgFormatMappings",
        "description": "The parameters and request body are for method: deleteSrlgFormatMappings. 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"
              }
            }
          }
        }
      }
    },
    "/nsi/api/srlgformat/srlgPropagation": {
      "put": {
        "tags": [
          "997Nsiapisrlgformat"
        ],
        "operationId": "setSrlgPropagationBehavior",
        "description": "The parameters and request body are for method: setSrlgPropagationBehavior. Same 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": {
                  "isPropagationOn": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "isPropagationOn": "isPropagationOn"
              }
            }
          }
        }
      }
    },
    "/nsi/api/v3/srlgformat": {
      "get": {
        "tags": [
          "997Nsiapiv3srlgformat"
        ],
        "operationId": "getNsiApiV3Srlgformat",
        "description": "The parameters and request body are for method: getNsiApiV3Srlgformat. Same 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": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "997Nsiapiv3srlgformat"
        ],
        "operationId": "patchNsiApiV3Srlgformat",
        "description": "The parameters and request body are for method: patchNsiApiV3Srlgformat. 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"
              }
            }
          }
        }
      }
    },
    "/nsi/api/v3/srlgformat/assignableEntityConfigurations": {
      "get": {
        "tags": [
          "997Nsiapiv3srlgformat"
        ],
        "operationId": "getNsiApiV3SrlgformatAssignableEntityConfigurations",
        "description": "The parameters and request body are for method: getNsiApiV3SrlgformatAssignableEntityConfigurations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "entityType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "riskType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/v3/srlgformat/assignableEntityConfigurations/{assignableEntityConfigId}": {
      "patch": {
        "tags": [
          "997Nsiapiv3srlgformat"
        ],
        "operationId": "patchNsiApiV3SrlgformatAssignableEntityConfigurationsAssignableEntityConfigId",
        "description": "The parameters and request body are for method: patchNsiApiV3SrlgformatAssignableEntityConfigurationsAssignableEntityConfigId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "assignableEntityConfigId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "assignableEntityConfigId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/nsi/api/v3/srlgformat/assignableEntityConfigurations/{entityType}/riskTypes": {
      "get": {
        "tags": [
          "997Nsiapiv3srlgformat"
        ],
        "operationId": "getNsiApiV3SrlgformatAssignableEntityConfigurationsEntityTypeRiskTypes",
        "description": "The parameters and request body are for method: getNsiApiV3SrlgformatAssignableEntityConfigurationsEntityTypeRiskTypes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "entityType",
            "in": "path",
            "required": true,
            "schema": {
              "title": "entityType",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nsi/api/v3/srlgformat/propagatableServiceConfigurations": {
      "post": {
        "tags": [
          "997Nsiapiv3srlgformat"
        ],
        "operationId": "postNsiApiV3SrlgformatPropagatableServiceConfigurations",
        "description": "The parameters and request body are for method: postNsiApiV3SrlgformatPropagatableServiceConfigurations. 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": [
          "997Nsiapiv3srlgformat"
        ],
        "operationId": "deleteNsiApiV3SrlgformatPropagatableServiceConfigurations",
        "description": "The parameters and request body are for method: deleteNsiApiV3SrlgformatPropagatableServiceConfigurations. 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"
              }
            }
          }
        }
      }
    },
    "/nsi/api/v3/srlgformat/propagatableServiceConfigurations/{propagatableServiceConfigId}": {
      "patch": {
        "tags": [
          "997Nsiapiv3srlgformat"
        ],
        "operationId": "patchNsiApiV3SrlgformatPropagatableServiceConfigurationsPropagatableServiceConfigId",
        "description": "The parameters and request body are for method: patchNsiApiV3SrlgformatPropagatableServiceConfigurationsPropagatableServiceConfigId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "propagatableServiceConfigId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "propagatableServiceConfigId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/nsi/api/v3/srlgformat/srlg/transform": {
      "post": {
        "tags": [
          "997Nsiapiv3srlgformat"
        ],
        "operationId": "postNsiApiV3SrlgformatSrlgTransform",
        "description": "The parameters and request body are for method: postNsiApiV3SrlgformatSrlgTransform. 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"
              }
            }
          }
        }
      }
    },
    "/nsi/api/v3/srlgformat/srlg/validate": {
      "post": {
        "tags": [
          "997Nsiapiv3srlgformat"
        ],
        "operationId": "postNsiApiV3SrlgformatSrlgValidate",
        "description": "The parameters and request body are for method: postNsiApiV3SrlgformatSrlgValidate. 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"
              }
            }
          }
        }
      }
    },
    "/nsi/api/v3/srlgformat/srlgAutoAssignment": {
      "put": {
        "tags": [
          "997Nsiapiv3srlgformat"
        ],
        "operationId": "putNsiApiV3SrlgformatSrlgAutoAssignment",
        "description": "The parameters and request body are for method: putNsiApiV3SrlgformatSrlgAutoAssignment. Same 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": {
                  "isAutoAssignmentOn": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "isAutoAssignmentOn": "isAutoAssignmentOn"
              }
            }
          }
        }
      }
    },
    "/nsi/api/v3/srlgformat/srlgFormatMappings": {
      "get": {
        "tags": [
          "997Nsiapiv3srlgformat"
        ],
        "operationId": "getNsiApiV3SrlgformatSrlgFormatMappings",
        "description": "The parameters and request body are for method: getNsiApiV3SrlgformatSrlgFormatMappings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "type",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "997Nsiapiv3srlgformat"
        ],
        "operationId": "postNsiApiV3SrlgformatSrlgFormatMappings",
        "description": "The parameters and request body are for method: postNsiApiV3SrlgformatSrlgFormatMappings. 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": [
          "997Nsiapiv3srlgformat"
        ],
        "operationId": "deleteNsiApiV3SrlgformatSrlgFormatMappings",
        "description": "The parameters and request body are for method: deleteNsiApiV3SrlgformatSrlgFormatMappings. 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"
              }
            }
          }
        }
      }
    },
    "/nsi/api/v3/srlgformat/srlgPropagation": {
      "put": {
        "tags": [
          "997Nsiapiv3srlgformat"
        ],
        "operationId": "putNsiApiV3SrlgformatSrlgPropagation",
        "description": "The parameters and request body are for method: putNsiApiV3SrlgformatSrlgPropagation. Same 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": {
                  "isPropagationOn": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "isPropagationOn": "isPropagationOn"
              }
            }
          }
        }
      }
    },
    "/nsi/api/v4/srlgformat/srlg/transform": {
      "post": {
        "tags": [
          "997Nsiapiv4srlgformat"
        ],
        "operationId": "postNsiApiV4SrlgformatSrlgTransform",
        "description": "The parameters and request body are for method: postNsiApiV4SrlgformatSrlgTransform. 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"
              }
            }
          }
        }
      }
    },
    "/nsi/api/srlgpool": {
      "post": {
        "tags": [
          "997Nsiapisrlgpool"
        ],
        "operationId": "performExternalSRLGOperation",
        "description": "The parameters and request body are for method: performExternalSRLGOperation. 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"
              }
            }
          }
        }
      }
    },
    "/nsi/api/v1/srlgpool": {
      "post": {
        "tags": [
          "997Nsiapiv1srlgpool"
        ],
        "operationId": "postNsiApiV1Srlgpool",
        "description": "The parameters and request body are for method: postNsiApiV1Srlgpool. 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"
              }
            }
          }
        }
      }
    },
    "/submarine/api/v1/srs/scanRepeaters": {
      "get": {
        "tags": [
          "ManageRepeatersScan"
        ],
        "operationId": "getSubmarineApiV1SrsScanRepeaters",
        "description": "The parameters and request body are for method: getSubmarineApiV1SrsScanRepeaters. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object",
                      "properties": {
                        "attributes": {
                          "type": "object",
                          "properties": {
                            "additionalAttributes": {
                              "type": "object"
                            },
                            "scanData": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "result_time": {
                                    "type": "object",
                                    "properties": {
                                      "value": {
                                        "type": "string"
                                      }
                                    }
                                  },
                                  "familyType": {
                                    "type": "object",
                                    "properties": {
                                      "value": {
                                        "type": "string"
                                      }
                                    }
                                  },
                                  "span_loss_x": {
                                    "type": "object",
                                    "properties": {
                                      "value": {
                                        "type": "string"
                                      },
                                      "alarmSeverity": {
                                        "type": "string"
                                      }
                                    }
                                  },
                                  "span_loss_y": {
                                    "type": "object",
                                    "properties": {
                                      "value": {
                                        "type": "string"
                                      },
                                      "alarmSeverity": {
                                        "type": "string"
                                      }
                                    }
                                  },
                                  "status": {
                                    "type": "object",
                                    "properties": {
                                      "value": {
                                        "type": "string"
                                      }
                                    }
                                  },
                                  "iff_y": {
                                    "type": "object",
                                    "properties": {
                                      "value": {
                                        "type": "string"
                                      },
                                      "alarmSeverity": {
                                        "type": "string"
                                      }
                                    }
                                  },
                                  "iff_x": {
                                    "type": "object",
                                    "properties": {
                                      "value": {
                                        "type": "string"
                                      },
                                      "alarmSeverity": {
                                        "type": "string"
                                      }
                                    }
                                  },
                                  "raw_hex_x": {
                                    "type": "object",
                                    "properties": {
                                      "value": {
                                        "type": "string"
                                      }
                                    }
                                  },
                                  "raw_hex_y": {
                                    "type": "object",
                                    "properties": {
                                      "value": {
                                        "type": "string"
                                      }
                                    }
                                  },
                                  "scan_id": {
                                    "type": "object",
                                    "properties": {
                                      "value": {
                                        "type": "string"
                                      }
                                    }
                                  },
                                  "pump_current_x": {
                                    "type": "object",
                                    "properties": {
                                      "value": {
                                        "type": "string"
                                      },
                                      "alarmSeverity": {
                                        "type": "string"
                                      }
                                    }
                                  },
                                  "label": {
                                    "type": "object",
                                    "properties": {
                                      "value": {
                                        "type": "string"
                                      }
                                    }
                                  },
                                  "raw_pump_current_x": {
                                    "type": "object",
                                    "properties": {
                                      "value": {
                                        "type": "string"
                                      },
                                      "alarmSeverity": {
                                        "type": "string"
                                      }
                                    }
                                  },
                                  "raw_pump_current_y": {
                                    "type": "object",
                                    "properties": {
                                      "value": {
                                        "type": "string"
                                      },
                                      "alarmSeverity": {
                                        "type": "string"
                                      }
                                    }
                                  },
                                  "direction": {
                                    "type": "object",
                                    "properties": {
                                      "value": {
                                        "type": "string"
                                      }
                                    }
                                  },
                                  "pump_current_y": {
                                    "type": "object",
                                    "properties": {
                                      "value": {
                                        "type": "string"
                                      },
                                      "alarmSeverity": {
                                        "type": "string"
                                      }
                                    }
                                  },
                                  "output_x": {
                                    "type": "object",
                                    "properties": {
                                      "value": {
                                        "type": "string"
                                      },
                                      "alarmSeverity": {
                                        "type": "string"
                                      }
                                    }
                                  },
                                  "output_y": {
                                    "type": "object",
                                    "properties": {
                                      "value": {
                                        "type": "string"
                                      },
                                      "alarmSeverity": {
                                        "type": "string"
                                      }
                                    }
                                  },
                                  "raw_sll_x": {
                                    "type": "object",
                                    "properties": {
                                      "value": {
                                        "type": "string"
                                      },
                                      "alarmSeverity": {
                                        "type": "string"
                                      }
                                    }
                                  },
                                  "raw_sll_y": {
                                    "type": "object",
                                    "properties": {
                                      "value": {
                                        "type": "string"
                                      },
                                      "alarmSeverity": {
                                        "type": "string"
                                      }
                                    }
                                  },
                                  "RepeaterSystem": {
                                    "type": "object",
                                    "properties": {
                                      "value": {
                                        "type": "string"
                                      }
                                    }
                                  },
                                  "input_y": {
                                    "type": "object",
                                    "properties": {
                                      "value": {
                                        "type": "string"
                                      },
                                      "alarmSeverity": {
                                        "type": "string"
                                      }
                                    }
                                  },
                                  "raw_rll_y": {
                                    "type": "object",
                                    "properties": {
                                      "value": {
                                        "type": "string"
                                      },
                                      "alarmSeverity": {
                                        "type": "string"
                                      }
                                    }
                                  },
                                  "raw_rll_x": {
                                    "type": "object",
                                    "properties": {
                                      "value": {
                                        "type": "string"
                                      },
                                      "alarmSeverity": {
                                        "type": "string"
                                      }
                                    }
                                  },
                                  "input_x": {
                                    "type": "object",
                                    "properties": {
                                      "value": {
                                        "type": "string"
                                      },
                                      "alarmSeverity": {
                                        "type": "string"
                                      }
                                    }
                                  },
                                  "repeater_address": {
                                    "type": "object",
                                    "properties": {
                                      "value": {
                                        "type": "string"
                                      }
                                    }
                                  }
                                }
                              }
                            }
                          }
                        },
                        "type": {
                          "type": "string"
                        },
                        "id": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "data": {
                    "attributes": {
                      "additionalAttributes": {},
                      "scanData": [
                        {
                          "result_time": {
                            "value": "string"
                          },
                          "familyType": {
                            "value": "string"
                          },
                          "span_loss_x": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "span_loss_y": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "status": {
                            "value": "string"
                          },
                          "iff_y": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "iff_x": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "raw_hex_x": {
                            "value": "string"
                          },
                          "raw_hex_y": {
                            "value": "string"
                          },
                          "scan_id": {
                            "value": "string"
                          },
                          "pump_current_x": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "label": {
                            "value": "string"
                          },
                          "raw_pump_current_x": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "raw_pump_current_y": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "direction": {
                            "value": "string"
                          },
                          "pump_current_y": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "output_x": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "output_y": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "raw_sll_x": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "raw_sll_y": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "RepeaterSystem": {
                            "value": "string"
                          },
                          "input_y": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "raw_rll_y": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "raw_rll_x": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "input_x": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "repeater_address": {
                            "value": "string"
                          }
                        },
                        {
                          "result_time": {
                            "value": "string"
                          },
                          "familyType": {
                            "value": "string"
                          },
                          "span_loss_x": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "span_loss_y": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "status": {
                            "value": "string"
                          },
                          "iff_y": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "iff_x": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "raw_hex_x": {
                            "value": "string"
                          },
                          "raw_hex_y": {
                            "value": "string"
                          },
                          "scan_id": {
                            "value": "string"
                          },
                          "pump_current_x": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "label": {
                            "value": "string"
                          },
                          "raw_pump_current_x": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "raw_pump_current_y": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "direction": {
                            "value": "string"
                          },
                          "pump_current_y": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "output_x": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "output_y": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "raw_sll_x": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "raw_sll_y": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "RepeaterSystem": {
                            "value": "string"
                          },
                          "input_y": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "raw_rll_y": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "raw_rll_x": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "input_x": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "repeater_address": {
                            "value": "string"
                          }
                        },
                        {
                          "result_time": {
                            "value": "string"
                          },
                          "familyType": {
                            "value": "string"
                          },
                          "span_loss_x": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "span_loss_y": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "status": {
                            "value": "string"
                          },
                          "iff_y": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "iff_x": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "raw_hex_x": {
                            "value": "string"
                          },
                          "raw_hex_y": {
                            "value": "string"
                          },
                          "scan_id": {
                            "value": "string"
                          },
                          "pump_current_x": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "label": {
                            "value": "string"
                          },
                          "raw_pump_current_x": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "raw_pump_current_y": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "direction": {
                            "value": "string"
                          },
                          "pump_current_y": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "output_x": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "output_y": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "raw_sll_x": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "raw_sll_y": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "RepeaterSystem": {
                            "value": "string"
                          },
                          "input_y": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "raw_rll_y": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "raw_rll_x": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "input_x": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "repeater_address": {
                            "value": "string"
                          }
                        },
                        {
                          "result_time": {
                            "value": "string"
                          },
                          "familyType": {
                            "value": "string"
                          },
                          "span_loss_x": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "span_loss_y": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "status": {
                            "value": "string"
                          },
                          "iff_y": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "iff_x": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "raw_hex_x": {
                            "value": "string"
                          },
                          "raw_hex_y": {
                            "value": "string"
                          },
                          "scan_id": {
                            "value": "string"
                          },
                          "pump_current_x": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "label": {
                            "value": "string"
                          },
                          "raw_pump_current_x": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "raw_pump_current_y": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "direction": {
                            "value": "string"
                          },
                          "pump_current_y": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "output_x": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "output_y": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "raw_sll_x": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "raw_sll_y": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "RepeaterSystem": {
                            "value": "string"
                          },
                          "input_y": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "raw_rll_y": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "raw_rll_x": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "input_x": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "repeater_address": {
                            "value": "string"
                          }
                        },
                        {
                          "result_time": {
                            "value": "string"
                          },
                          "familyType": {
                            "value": "string"
                          },
                          "span_loss_x": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "span_loss_y": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "status": {
                            "value": "string"
                          },
                          "iff_y": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "iff_x": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "raw_hex_x": {
                            "value": "string"
                          },
                          "raw_hex_y": {
                            "value": "string"
                          },
                          "scan_id": {
                            "value": "string"
                          },
                          "pump_current_x": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "label": {
                            "value": "string"
                          },
                          "raw_pump_current_x": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "raw_pump_current_y": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "direction": {
                            "value": "string"
                          },
                          "pump_current_y": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "output_x": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "output_y": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "raw_sll_x": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "raw_sll_y": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "RepeaterSystem": {
                            "value": "string"
                          },
                          "input_y": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "raw_rll_y": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "raw_rll_x": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "input_x": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "repeater_address": {
                            "value": "string"
                          }
                        },
                        {
                          "result_time": {
                            "value": "string"
                          },
                          "familyType": {
                            "value": "string"
                          },
                          "span_loss_x": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "span_loss_y": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "status": {
                            "value": "string"
                          },
                          "iff_y": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "iff_x": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "raw_hex_x": {
                            "value": "string"
                          },
                          "raw_hex_y": {
                            "value": "string"
                          },
                          "scan_id": {
                            "value": "string"
                          },
                          "pump_current_x": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "label": {
                            "value": "string"
                          },
                          "raw_pump_current_x": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "raw_pump_current_y": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "direction": {
                            "value": "string"
                          },
                          "pump_current_y": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "output_x": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "output_y": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "raw_sll_x": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "raw_sll_y": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "RepeaterSystem": {
                            "value": "string"
                          },
                          "input_y": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "raw_rll_y": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "raw_rll_x": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "input_x": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "repeater_address": {
                            "value": "string"
                          }
                        },
                        {
                          "result_time": {
                            "value": "string"
                          },
                          "familyType": {
                            "value": "string"
                          },
                          "span_loss_x": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "span_loss_y": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "status": {
                            "value": "string"
                          },
                          "iff_y": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "iff_x": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "raw_hex_x": {
                            "value": "string"
                          },
                          "raw_hex_y": {
                            "value": "string"
                          },
                          "scan_id": {
                            "value": "string"
                          },
                          "pump_current_x": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "label": {
                            "value": "string"
                          },
                          "raw_pump_current_x": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "raw_pump_current_y": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "direction": {
                            "value": "string"
                          },
                          "pump_current_y": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "output_x": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "output_y": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "raw_sll_x": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "raw_sll_y": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "RepeaterSystem": {
                            "value": "string"
                          },
                          "input_y": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "raw_rll_y": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "raw_rll_x": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "input_x": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "repeater_address": {
                            "value": "string"
                          }
                        },
                        {
                          "result_time": {
                            "value": "string"
                          },
                          "familyType": {
                            "value": "string"
                          },
                          "span_loss_x": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "span_loss_y": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "status": {
                            "value": "string"
                          },
                          "iff_y": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "iff_x": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "raw_hex_x": {
                            "value": "string"
                          },
                          "raw_hex_y": {
                            "value": "string"
                          },
                          "scan_id": {
                            "value": "string"
                          },
                          "pump_current_x": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "label": {
                            "value": "string"
                          },
                          "raw_pump_current_x": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "raw_pump_current_y": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "direction": {
                            "value": "string"
                          },
                          "pump_current_y": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "output_x": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "output_y": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "raw_sll_x": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "raw_sll_y": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "RepeaterSystem": {
                            "value": "string"
                          },
                          "input_y": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "raw_rll_y": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "raw_rll_x": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "input_x": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "repeater_address": {
                            "value": "string"
                          }
                        },
                        {
                          "result_time": {
                            "value": "string"
                          },
                          "familyType": {
                            "value": "string"
                          },
                          "span_loss_x": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "span_loss_y": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "status": {
                            "value": "string"
                          },
                          "iff_y": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "iff_x": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "raw_hex_x": {
                            "value": "string"
                          },
                          "raw_hex_y": {
                            "value": "string"
                          },
                          "scan_id": {
                            "value": "string"
                          },
                          "pump_current_x": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "label": {
                            "value": "string"
                          },
                          "raw_pump_current_x": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "raw_pump_current_y": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "direction": {
                            "value": "string"
                          },
                          "pump_current_y": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "output_x": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "output_y": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "raw_sll_x": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "raw_sll_y": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "RepeaterSystem": {
                            "value": "string"
                          },
                          "input_y": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "raw_rll_y": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "raw_rll_x": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "input_x": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "repeater_address": {
                            "value": "string"
                          }
                        },
                        {
                          "result_time": {
                            "value": "string"
                          },
                          "familyType": {
                            "value": "string"
                          },
                          "span_loss_x": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "span_loss_y": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "status": {
                            "value": "string"
                          },
                          "iff_y": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "iff_x": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "raw_hex_x": {
                            "value": "string"
                          },
                          "raw_hex_y": {
                            "value": "string"
                          },
                          "scan_id": {
                            "value": "string"
                          },
                          "pump_current_x": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "label": {
                            "value": "string"
                          },
                          "raw_pump_current_x": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "raw_pump_current_y": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "direction": {
                            "value": "string"
                          },
                          "pump_current_y": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "output_x": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "output_y": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "raw_sll_x": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "raw_sll_y": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "RepeaterSystem": {
                            "value": "string"
                          },
                          "input_y": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "raw_rll_y": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "raw_rll_x": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "input_x": {
                            "value": "string",
                            "alarmSeverity": "string"
                          },
                          "repeater_address": {
                            "value": "string"
                          }
                        }
                      ]
                    },
                    "type": "string",
                    "id": "string"
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "scanId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "rptrSysFamily",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "band",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "ManageRepeatersScan"
        ],
        "operationId": "postSubmarineApiV1SrsScanRepeaters",
        "description": "The parameters and request body are for method: postSubmarineApiV1SrsScanRepeaters. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "status": {
                      "type": "string"
                    },
                    "message": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "status": "string",
                  "message": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ncId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "scanParams"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "ManageRepeatersScan"
        ],
        "operationId": "deleteSubmarineApiV1SrsScanRepeaters",
        "description": "The parameters and request body are for method: deleteSubmarineApiV1SrsScanRepeaters. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "ids"
            }
          }
        }
      }
    },
    "/submarine/api/v1/srs/historyScans": {
      "get": {
        "tags": [
          "HistoryScans"
        ],
        "operationId": "getSubmarineApiV1SrsHistoryScans",
        "description": "The parameters and request body are for method: getSubmarineApiV1SrsHistoryScans. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scan_id": {
                            "type": "string"
                          },
                          "status": {
                            "type": "string"
                          },
                          "ne_name": {
                            "type": "string"
                          },
                          "start_time": {
                            "type": "string"
                          },
                          "run_by": {
                            "type": "string"
                          },
                          "facility_aid": {
                            "type": "string"
                          },
                          "is_baseline": {
                            "type": "string"
                          },
                          "nc_id": {
                            "type": "string"
                          },
                          "completed_time": {
                            "type": "string"
                          },
                          "rptr_sys_family": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "data": [
                    {
                      "scan_id": "string",
                      "status": "string",
                      "ne_name": "string",
                      "start_time": "string",
                      "run_by": "string",
                      "facility_aid": "string",
                      "is_baseline": "string",
                      "nc_id": "string",
                      "completed_time": "string",
                      "rptr_sys_family": "string"
                    },
                    {
                      "scan_id": "string",
                      "status": "string",
                      "ne_name": "string",
                      "start_time": "string",
                      "run_by": "string",
                      "facility_aid": "string",
                      "is_baseline": "string",
                      "nc_id": "string",
                      "completed_time": "string",
                      "rptr_sys_family": "string"
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ncId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/submarine/api/v1/srs/scheduleScan": {
      "get": {
        "tags": [
          "ScheduleScans"
        ],
        "operationId": "getSubmarineApiV1SrsScheduleScan",
        "description": "The parameters and request body are for method: getSubmarineApiV1SrsScheduleScan. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "repeaterAID": {
                            "type": "string"
                          },
                          "attributes": {
                            "type": "object",
                            "properties": {
                              "additionalAttributes": {
                                "type": "object"
                              },
                              "neDetails": {
                                "type": "object",
                                "properties": {
                                  "ncId": {
                                    "type": "string"
                                  },
                                  "neName": {
                                    "type": "string"
                                  },
                                  "neType": {
                                    "type": "string"
                                  }
                                }
                              },
                              "scheduleDetails": {
                                "type": "object",
                                "properties": {
                                  "dayofMonth": {
                                    "type": "string"
                                  },
                                  "nextExecutionTime": {
                                    "type": "string"
                                  },
                                  "scheduleFrequency": {
                                    "type": "string"
                                  },
                                  "scheduleTime": {
                                    "type": "string"
                                  },
                                  "scheduleWeeklyDays": {
                                    "type": "object",
                                    "properties": {
                                      "fri": {
                                        "type": "string"
                                      },
                                      "mon": {
                                        "type": "string"
                                      },
                                      "sat": {
                                        "type": "string"
                                      },
                                      "sun": {
                                        "type": "string"
                                      },
                                      "thu": {
                                        "type": "string"
                                      },
                                      "tue": {
                                        "type": "string"
                                      },
                                      "wed": {
                                        "type": "string"
                                      }
                                    }
                                  }
                                }
                              },
                              "scheduleId": {
                                "type": "string"
                              },
                              "callbackId": {
                                "type": "string"
                              },
                              "scheduleName": {
                                "type": "string"
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "data": [
                    {
                      "repeaterAID": "string",
                      "attributes": {
                        "additionalAttributes": {},
                        "neDetails": {
                          "ncId": "string",
                          "neName": "string",
                          "neType": "string"
                        },
                        "scheduleDetails": {
                          "dayofMonth": "string",
                          "nextExecutionTime": "string",
                          "scheduleFrequency": "string",
                          "scheduleTime": "string",
                          "scheduleWeeklyDays": {
                            "fri": "string",
                            "mon": "string",
                            "sat": "string",
                            "sun": "string",
                            "thu": "string",
                            "tue": "string",
                            "wed": "string"
                          }
                        },
                        "scheduleId": "string",
                        "callbackId": "string",
                        "scheduleName": "string"
                      }
                    },
                    {
                      "repeaterAID": "string",
                      "attributes": {
                        "additionalAttributes": {},
                        "neDetails": {
                          "ncId": "string",
                          "neName": "string",
                          "neType": "string"
                        },
                        "scheduleDetails": {
                          "dayofMonth": "string",
                          "nextExecutionTime": "string",
                          "scheduleFrequency": "string",
                          "scheduleTime": "string",
                          "scheduleWeeklyDays": {
                            "fri": "string",
                            "mon": "string",
                            "sat": "string",
                            "sun": "string",
                            "thu": "string",
                            "tue": "string",
                            "wed": "string"
                          }
                        },
                        "scheduleId": "string",
                        "callbackId": "string",
                        "scheduleName": "string"
                      }
                    },
                    {
                      "repeaterAID": "string",
                      "attributes": {
                        "additionalAttributes": {},
                        "neDetails": {
                          "ncId": "string",
                          "neName": "string",
                          "neType": "string"
                        },
                        "scheduleDetails": {
                          "dayofMonth": "string",
                          "nextExecutionTime": "string",
                          "scheduleFrequency": "string",
                          "scheduleTime": "string",
                          "scheduleWeeklyDays": {
                            "fri": "string",
                            "mon": "string",
                            "sat": "string",
                            "sun": "string",
                            "thu": "string",
                            "tue": "string",
                            "wed": "string"
                          }
                        },
                        "scheduleId": "string",
                        "callbackId": "string",
                        "scheduleName": "string"
                      }
                    },
                    {
                      "repeaterAID": "string",
                      "attributes": {
                        "additionalAttributes": {},
                        "neDetails": {
                          "ncId": "string",
                          "neName": "string",
                          "neType": "string"
                        },
                        "scheduleDetails": {
                          "dayofMonth": "string",
                          "nextExecutionTime": "string",
                          "scheduleFrequency": "string",
                          "scheduleTime": "string",
                          "scheduleWeeklyDays": {
                            "fri": "string",
                            "mon": "string",
                            "sat": "string",
                            "sun": "string",
                            "thu": "string",
                            "tue": "string",
                            "wed": "string"
                          }
                        },
                        "scheduleId": "string",
                        "callbackId": "string",
                        "scheduleName": "string"
                      }
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "scheduleId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ncId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "ScheduleScans"
        ],
        "operationId": "postSubmarineApiV1SrsScheduleScan",
        "description": "The parameters and request body are for method: postSubmarineApiV1SrsScheduleScan. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "status": {
                      "type": "string"
                    },
                    "message": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "status": "string",
                  "message": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "scheduleScan"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "ScheduleScans"
        ],
        "operationId": "deleteSubmarineApiV1SrsScheduleScan",
        "description": "The parameters and request body are for method: deleteSubmarineApiV1SrsScheduleScan. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "ids"
            }
          }
        }
      }
    },
    "/submarine/api/v1/srs/configUbmd2Loss": {
      "get": {
        "tags": [
          "ConfigurationLoss"
        ],
        "operationId": "getSubmarineApiV1SrsConfigUbmd2Loss",
        "description": "The parameters and request body are for method: getSubmarineApiV1SrsConfigUbmd2Loss. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "tx_loss": {
                      "type": "string"
                    },
                    "rx_loss": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "tx_loss": "string",
                  "rx_loss": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ncId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "facilityAid",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "ConfigurationLoss"
        ],
        "operationId": "postSubmarineApiV1SrsConfigUbmd2Loss",
        "description": "The parameters and request body are for method: postSubmarineApiV1SrsConfigUbmd2Loss. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "status": {
                      "type": "string"
                    },
                    "message": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "status": "string",
                  "message": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "configLosses"
            }
          }
        }
      }
    },
    "/submarine/api/v1/srs/scanThreshold": {
      "get": {
        "tags": [
          "SetBaselineScan"
        ],
        "operationId": "getSubmarineApiV1SrsScanThreshold",
        "description": "The parameters and request body are for method: getSubmarineApiV1SrsScanThreshold. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "attributes": {
                            "type": "object",
                            "properties": {
                              "additionalAttributes": {
                                "type": "object"
                              },
                              "neDetails": {
                                "type": "object",
                                "properties": {
                                  "facilityAid": {
                                    "type": "string"
                                  },
                                  "scanId": {
                                    "type": "string"
                                  },
                                  "rptrSysFamily": {
                                    "type": "string"
                                  },
                                  "ncId": {
                                    "type": "string"
                                  }
                                }
                              },
                              "baselineDetails": {
                                "type": "object"
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "data": [
                    {
                      "attributes": {
                        "additionalAttributes": {},
                        "neDetails": {
                          "facilityAid": "string",
                          "scanId": "string",
                          "rptrSysFamily": "string",
                          "ncId": "string"
                        },
                        "baselineDetails": {}
                      }
                    },
                    {
                      "attributes": {
                        "additionalAttributes": {},
                        "neDetails": {
                          "facilityAid": "string",
                          "scanId": "string",
                          "rptrSysFamily": "string",
                          "ncId": "string"
                        },
                        "baselineDetails": {}
                      }
                    },
                    {
                      "attributes": {
                        "additionalAttributes": {},
                        "neDetails": {
                          "facilityAid": "string",
                          "scanId": "string",
                          "rptrSysFamily": "string",
                          "ncId": "string"
                        },
                        "baselineDetails": {}
                      }
                    },
                    {
                      "attributes": {
                        "additionalAttributes": {},
                        "neDetails": {
                          "facilityAid": "string",
                          "scanId": "string",
                          "rptrSysFamily": "string",
                          "ncId": "string"
                        },
                        "baselineDetails": {}
                      }
                    },
                    {
                      "attributes": {
                        "additionalAttributes": {},
                        "neDetails": {
                          "facilityAid": "string",
                          "scanId": "string",
                          "rptrSysFamily": "string",
                          "ncId": "string"
                        },
                        "baselineDetails": {}
                      }
                    },
                    {
                      "attributes": {
                        "additionalAttributes": {},
                        "neDetails": {
                          "facilityAid": "string",
                          "scanId": "string",
                          "rptrSysFamily": "string",
                          "ncId": "string"
                        },
                        "baselineDetails": {}
                      }
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "scanId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "SetBaselineScan"
        ],
        "operationId": "postSubmarineApiV1SrsScanThreshold",
        "description": "The parameters and request body are for method: postSubmarineApiV1SrsScanThreshold. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "status": {
                      "type": "string"
                    },
                    "message": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "status": "string",
                  "message": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "scanThreshold"
            }
          }
        }
      }
    },
    "/submarine/api/v1/srs/upload": {
      "post": {
        "tags": [
          "Import"
        ],
        "operationId": "postSubmarineApiV1SrsUpload",
        "description": "The parameters and request body are for method: postSubmarineApiV1SrsUpload. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "status": {
                      "type": "string"
                    },
                    "message": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "status": "string",
                  "message": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "get": {
        "tags": [
          "CableSystemDetails"
        ],
        "operationId": "getSubmarineApiV1SrsUpload",
        "description": "The parameters and request body are for method: getSubmarineApiV1SrsUpload. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "attributes": {
                            "type": "object",
                            "properties": {
                              "additionalAttributes": {
                                "type": "object"
                              },
                              "cableStations": {
                                "type": "array",
                                "items": {
                                  "type": "string"
                                }
                              },
                              "branchingUnits": {
                                "type": "array",
                                "items": {
                                  "type": "string"
                                }
                              },
                              "description": {
                                "type": "string"
                              },
                              "branchingUnitsCount": {
                                "type": "number"
                              },
                              "cableSystemFileName": {
                                "type": "string"
                              },
                              "customerNamesCount": {
                                "type": "number"
                              },
                              "customerNames": {
                                "type": "array",
                                "items": {
                                  "type": "string"
                                }
                              },
                              "powerNetworkName": {
                                "type": "array",
                                "items": {
                                  "type": "string"
                                }
                              },
                              "repeaterSystemFileName": {
                                "type": "array",
                                "items": {
                                  "type": "string"
                                }
                              },
                              "cableStationsCount": {
                                "type": "number"
                              },
                              "name": {
                                "type": "string"
                              }
                            }
                          },
                          "type": {
                            "type": "string"
                          },
                          "id": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "data": [
                    {
                      "attributes": {
                        "additionalAttributes": {},
                        "cableStations": [
                          "string"
                        ],
                        "branchingUnits": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "description": "string",
                        "branchingUnitsCount": 3,
                        "cableSystemFileName": "string",
                        "customerNamesCount": 3,
                        "customerNames": [
                          "string"
                        ],
                        "powerNetworkName": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "repeaterSystemFileName": [
                          "string",
                          "string",
                          "string"
                        ],
                        "cableStationsCount": 2,
                        "name": "string"
                      },
                      "type": "string",
                      "id": "string"
                    },
                    {
                      "attributes": {
                        "additionalAttributes": {},
                        "cableStations": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "branchingUnits": [
                          "string"
                        ],
                        "description": "string",
                        "branchingUnitsCount": 3,
                        "cableSystemFileName": "string",
                        "customerNamesCount": 2,
                        "customerNames": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "powerNetworkName": [
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "repeaterSystemFileName": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "cableStationsCount": 6,
                        "name": "string"
                      },
                      "type": "string",
                      "id": "string"
                    },
                    {
                      "attributes": {
                        "additionalAttributes": {},
                        "cableStations": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "branchingUnits": [
                          "string",
                          "string",
                          "string"
                        ],
                        "description": "string",
                        "branchingUnitsCount": 7,
                        "cableSystemFileName": "string",
                        "customerNamesCount": 7,
                        "customerNames": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "powerNetworkName": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "repeaterSystemFileName": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "cableStationsCount": 2,
                        "name": "string"
                      },
                      "type": "string",
                      "id": "string"
                    },
                    {
                      "attributes": {
                        "additionalAttributes": {},
                        "cableStations": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "branchingUnits": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "description": "string",
                        "branchingUnitsCount": 6,
                        "cableSystemFileName": "string",
                        "customerNamesCount": 8,
                        "customerNames": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "powerNetworkName": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "repeaterSystemFileName": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "cableStationsCount": 2,
                        "name": "string"
                      },
                      "type": "string",
                      "id": "string"
                    },
                    {
                      "attributes": {
                        "additionalAttributes": {},
                        "cableStations": [
                          "string"
                        ],
                        "branchingUnits": [
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "description": "string",
                        "branchingUnitsCount": 3,
                        "cableSystemFileName": "string",
                        "customerNamesCount": 1,
                        "customerNames": [
                          "string"
                        ],
                        "powerNetworkName": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "repeaterSystemFileName": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "cableStationsCount": 1,
                        "name": "string"
                      },
                      "type": "string",
                      "id": "string"
                    },
                    {
                      "attributes": {
                        "additionalAttributes": {},
                        "cableStations": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "branchingUnits": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "description": "string",
                        "branchingUnitsCount": 3,
                        "cableSystemFileName": "string",
                        "customerNamesCount": 4,
                        "customerNames": [
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "powerNetworkName": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "repeaterSystemFileName": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "cableStationsCount": 1,
                        "name": "string"
                      },
                      "type": "string",
                      "id": "string"
                    },
                    {
                      "attributes": {
                        "additionalAttributes": {},
                        "cableStations": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "branchingUnits": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "description": "string",
                        "branchingUnitsCount": 8,
                        "cableSystemFileName": "string",
                        "customerNamesCount": 9,
                        "customerNames": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "powerNetworkName": [
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "repeaterSystemFileName": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "cableStationsCount": 3,
                        "name": "string"
                      },
                      "type": "string",
                      "id": "string"
                    },
                    {
                      "attributes": {
                        "additionalAttributes": {},
                        "cableStations": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "branchingUnits": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "description": "string",
                        "branchingUnitsCount": 7,
                        "cableSystemFileName": "string",
                        "customerNamesCount": 3,
                        "customerNames": [
                          "string",
                          "string"
                        ],
                        "powerNetworkName": [
                          "string",
                          "string",
                          "string"
                        ],
                        "repeaterSystemFileName": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "cableStationsCount": 9,
                        "name": "string"
                      },
                      "type": "string",
                      "id": "string"
                    },
                    {
                      "attributes": {
                        "additionalAttributes": {},
                        "cableStations": [
                          "string",
                          "string"
                        ],
                        "branchingUnits": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "description": "string",
                        "branchingUnitsCount": 10,
                        "cableSystemFileName": "string",
                        "customerNamesCount": 9,
                        "customerNames": [
                          "string"
                        ],
                        "powerNetworkName": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "repeaterSystemFileName": [
                          "string",
                          "string",
                          "string"
                        ],
                        "cableStationsCount": 9,
                        "name": "string"
                      },
                      "type": "string",
                      "id": "string"
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "detailsType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "DeleteRepeaterSlteAndCableDescriptorFiles"
        ],
        "operationId": "deleteSubmarineApiV1SrsUpload",
        "description": "The parameters and request body are for method: deleteSubmarineApiV1SrsUpload. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "deleteType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      }
    },
    "/submarine/api/v1/srs/cableSystemDetails": {
      "get": {
        "tags": [
          "CableSystemDetails"
        ],
        "operationId": "getSubmarineApiV1SrsCableSystemDetails",
        "description": "The parameters and request body are for method: getSubmarineApiV1SrsCableSystemDetails. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "deviceName": {
                            "type": "string"
                          },
                          "deviceType": {
                            "type": "string"
                          },
                          "lattitude": {
                            "type": "string"
                          },
                          "longitude": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "data": [
                    {
                      "deviceName": "string",
                      "deviceType": "string",
                      "lattitude": "string",
                      "longitude": "string"
                    },
                    {
                      "deviceName": "string",
                      "deviceType": "string",
                      "lattitude": "string",
                      "longitude": "string"
                    },
                    {
                      "deviceName": "string",
                      "deviceType": "string",
                      "lattitude": "string",
                      "longitude": "string"
                    },
                    {
                      "deviceName": "string",
                      "deviceType": "string",
                      "lattitude": "string",
                      "longitude": "string"
                    },
                    {
                      "deviceName": "string",
                      "deviceType": "string",
                      "lattitude": "string",
                      "longitude": "string"
                    },
                    {
                      "deviceName": "string",
                      "deviceType": "string",
                      "lattitude": "string",
                      "longitude": "string"
                    },
                    {
                      "deviceName": "string",
                      "deviceType": "string",
                      "lattitude": "string",
                      "longitude": "string"
                    },
                    {
                      "deviceName": "string",
                      "deviceType": "string",
                      "lattitude": "string",
                      "longitude": "string"
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cableSystem",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cableStation",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "segment",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "customer",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fiberPair",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/submarine/api/v1/srs/export": {
      "post": {
        "tags": [
          "Export"
        ],
        "operationId": "postSubmarineApiV1SrsExport",
        "description": "The parameters and request body are for method: postSubmarineApiV1SrsExport. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "exportAll",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "ids"
            }
          }
        }
      }
    },
    "/submarine/api/v1/srs/commitCableSystem": {
      "post": {
        "tags": [
          "AddToInventoryRemoveFromInventoryCableSystemConfiguration"
        ],
        "operationId": "postSubmarineApiV1SrsCommitCableSystem",
        "description": "The parameters and request body are for method: postSubmarineApiV1SrsCommitCableSystem. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "status": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "status": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "data"
            }
          }
        }
      }
    },
    "/submarine/api/v1/srs/trendData": {
      "get": {
        "tags": [
          "TrendView"
        ],
        "operationId": "getSubmarineApiV1SrsTrendData",
        "description": "The parameters and request body are for method: getSubmarineApiV1SrsTrendData. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "attributes": {
                            "type": "object",
                            "properties": {
                              "trendReadings": {
                                "type": "array",
                                "items": {
                                  "type": "object",
                                  "properties": {
                                    "parameterNative": {
                                      "type": "string"
                                    },
                                    "values": {
                                      "type": "array",
                                      "items": {
                                        "type": "object",
                                        "properties": {
                                          "value": {
                                            "type": "string"
                                          },
                                          "startTime": {
                                            "type": "string"
                                          }
                                        }
                                      }
                                    },
                                    "power": {
                                      "type": "string"
                                    }
                                  }
                                }
                              },
                              "type": {
                                "type": "string"
                              },
                              "id": {
                                "type": "string"
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "data": [
                    {
                      "attributes": {
                        "trendReadings": [
                          {
                            "parameterNative": "string",
                            "values": [
                              {
                                "value": "string",
                                "startTime": "string"
                              },
                              {
                                "value": "string",
                                "startTime": "string"
                              }
                            ],
                            "power": "string"
                          },
                          {
                            "parameterNative": "string",
                            "values": [
                              {
                                "value": "string",
                                "startTime": "string"
                              },
                              {
                                "value": "string",
                                "startTime": "string"
                              },
                              {
                                "value": "string",
                                "startTime": "string"
                              }
                            ],
                            "power": "string"
                          },
                          {
                            "parameterNative": "string",
                            "values": [
                              {
                                "value": "string",
                                "startTime": "string"
                              },
                              {
                                "value": "string",
                                "startTime": "string"
                              },
                              {
                                "value": "string",
                                "startTime": "string"
                              },
                              {
                                "value": "string",
                                "startTime": "string"
                              },
                              {
                                "value": "string",
                                "startTime": "string"
                              }
                            ],
                            "power": "string"
                          },
                          {
                            "parameterNative": "string",
                            "values": [
                              {
                                "value": "string",
                                "startTime": "string"
                              },
                              {
                                "value": "string",
                                "startTime": "string"
                              },
                              {
                                "value": "string",
                                "startTime": "string"
                              },
                              {
                                "value": "string",
                                "startTime": "string"
                              },
                              {
                                "value": "string",
                                "startTime": "string"
                              },
                              {
                                "value": "string",
                                "startTime": "string"
                              }
                            ],
                            "power": "string"
                          },
                          {
                            "parameterNative": "string",
                            "values": [
                              {
                                "value": "string",
                                "startTime": "string"
                              },
                              {
                                "value": "string",
                                "startTime": "string"
                              },
                              {
                                "value": "string",
                                "startTime": "string"
                              }
                            ],
                            "power": "string"
                          },
                          {
                            "parameterNative": "string",
                            "values": [
                              {
                                "value": "string",
                                "startTime": "string"
                              }
                            ],
                            "power": "string"
                          }
                        ],
                        "type": "string",
                        "id": "string"
                      }
                    },
                    {
                      "attributes": {
                        "trendReadings": [
                          {
                            "parameterNative": "string",
                            "values": [
                              {
                                "value": "string",
                                "startTime": "string"
                              },
                              {
                                "value": "string",
                                "startTime": "string"
                              },
                              {
                                "value": "string",
                                "startTime": "string"
                              },
                              {
                                "value": "string",
                                "startTime": "string"
                              },
                              {
                                "value": "string",
                                "startTime": "string"
                              },
                              {
                                "value": "string",
                                "startTime": "string"
                              }
                            ],
                            "power": "string"
                          },
                          {
                            "parameterNative": "string",
                            "values": [
                              {
                                "value": "string",
                                "startTime": "string"
                              },
                              {
                                "value": "string",
                                "startTime": "string"
                              },
                              {
                                "value": "string",
                                "startTime": "string"
                              },
                              {
                                "value": "string",
                                "startTime": "string"
                              },
                              {
                                "value": "string",
                                "startTime": "string"
                              },
                              {
                                "value": "string",
                                "startTime": "string"
                              }
                            ],
                            "power": "string"
                          },
                          {
                            "parameterNative": "string",
                            "values": [
                              {
                                "value": "string",
                                "startTime": "string"
                              },
                              {
                                "value": "string",
                                "startTime": "string"
                              },
                              {
                                "value": "string",
                                "startTime": "string"
                              },
                              {
                                "value": "string",
                                "startTime": "string"
                              },
                              {
                                "value": "string",
                                "startTime": "string"
                              },
                              {
                                "value": "string",
                                "startTime": "string"
                              },
                              {
                                "value": "string",
                                "startTime": "string"
                              },
                              {
                                "value": "string",
                                "startTime": "string"
                              },
                              {
                                "value": "string",
                                "startTime": "string"
                              }
                            ],
                            "power": "string"
                          },
                          {
                            "parameterNative": "string",
                            "values": [
                              {
                                "value": "string",
                                "startTime": "string"
                              },
                              {
                                "value": "string",
                                "startTime": "string"
                              },
                              {
                                "value": "string",
                                "startTime": "string"
                              },
                              {
                                "value": "string",
                                "startTime": "string"
                              },
                              {
                                "value": "string",
                                "startTime": "string"
                              },
                              {
                                "value": "string",
                                "startTime": "string"
                              },
                              {
                                "value": "string",
                                "startTime": "string"
                              },
                              {
                                "value": "string",
                                "startTime": "string"
                              },
                              {
                                "value": "string",
                                "startTime": "string"
                              },
                              {
                                "value": "string",
                                "startTime": "string"
                              }
                            ],
                            "power": "string"
                          },
                          {
                            "parameterNative": "string",
                            "values": [
                              {
                                "value": "string",
                                "startTime": "string"
                              },
                              {
                                "value": "string",
                                "startTime": "string"
                              },
                              {
                                "value": "string",
                                "startTime": "string"
                              },
                              {
                                "value": "string",
                                "startTime": "string"
                              },
                              {
                                "value": "string",
                                "startTime": "string"
                              }
                            ],
                            "power": "string"
                          },
                          {
                            "parameterNative": "string",
                            "values": [
                              {
                                "value": "string",
                                "startTime": "string"
                              },
                              {
                                "value": "string",
                                "startTime": "string"
                              },
                              {
                                "value": "string",
                                "startTime": "string"
                              },
                              {
                                "value": "string",
                                "startTime": "string"
                              },
                              {
                                "value": "string",
                                "startTime": "string"
                              },
                              {
                                "value": "string",
                                "startTime": "string"
                              },
                              {
                                "value": "string",
                                "startTime": "string"
                              },
                              {
                                "value": "string",
                                "startTime": "string"
                              }
                            ],
                            "power": "string"
                          }
                        ],
                        "type": "string",
                        "id": "string"
                      }
                    },
                    {
                      "attributes": {
                        "trendReadings": [
                          {
                            "parameterNative": "string",
                            "values": [
                              {
                                "value": "string",
                                "startTime": "string"
                              }
                            ],
                            "power": "string"
                          },
                          {
                            "parameterNative": "string",
                            "values": [
                              {
                                "value": "string",
                                "startTime": "string"
                              },
                              {
                                "value": "string",
                                "startTime": "string"
                              },
                              {
                                "value": "string",
                                "startTime": "string"
                              }
                            ],
                            "power": "string"
                          },
                          {
                            "parameterNative": "string",
                            "values": [
                              {
                                "value": "string",
                                "startTime": "string"
                              },
                              {
                                "value": "string",
                                "startTime": "string"
                              },
                              {
                                "value": "string",
                                "startTime": "string"
                              },
                              {
                                "value": "string",
                                "startTime": "string"
                              },
                              {
                                "value": "string",
                                "startTime": "string"
                              }
                            ],
                            "power": "string"
                          },
                          {
                            "parameterNative": "string",
                            "values": [
                              {
                                "value": "string",
                                "startTime": "string"
                              },
                              {
                                "value": "string",
                                "startTime": "string"
                              },
                              {
                                "value": "string",
                                "startTime": "string"
                              }
                            ],
                            "power": "string"
                          },
                          {
                            "parameterNative": "string",
                            "values": [
                              {
                                "value": "string",
                                "startTime": "string"
                              },
                              {
                                "value": "string",
                                "startTime": "string"
                              },
                              {
                                "value": "string",
                                "startTime": "string"
                              },
                              {
                                "value": "string",
                                "startTime": "string"
                              },
                              {
                                "value": "string",
                                "startTime": "string"
                              },
                              {
                                "value": "string",
                                "startTime": "string"
                              },
                              {
                                "value": "string",
                                "startTime": "string"
                              },
                              {
                                "value": "string",
                                "startTime": "string"
                              },
                              {
                                "value": "string",
                                "startTime": "string"
                              }
                            ],
                            "power": "string"
                          },
                          {
                            "parameterNative": "string",
                            "values": [
                              {
                                "value": "string",
                                "startTime": "string"
                              },
                              {
                                "value": "string",
                                "startTime": "string"
                              },
                              {
                                "value": "string",
                                "startTime": "string"
                              }
                            ],
                            "power": "string"
                          },
                          {
                            "parameterNative": "string",
                            "values": [
                              {
                                "value": "string",
                                "startTime": "string"
                              },
                              {
                                "value": "string",
                                "startTime": "string"
                              },
                              {
                                "value": "string",
                                "startTime": "string"
                              },
                              {
                                "value": "string",
                                "startTime": "string"
                              }
                            ],
                            "power": "string"
                          },
                          {
                            "parameterNative": "string",
                            "values": [
                              {
                                "value": "string",
                                "startTime": "string"
                              },
                              {
                                "value": "string",
                                "startTime": "string"
                              },
                              {
                                "value": "string",
                                "startTime": "string"
                              },
                              {
                                "value": "string",
                                "startTime": "string"
                              },
                              {
                                "value": "string",
                                "startTime": "string"
                              }
                            ],
                            "power": "string"
                          }
                        ],
                        "type": "string",
                        "id": "string"
                      }
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "scanId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "repeaterAddress",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "startTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "endTime",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "band",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/submarine/api/v1/wetplant/components": {
      "get": {
        "tags": [
          "WetplantComponents"
        ],
        "operationId": "getSubmarineApiV1WetplantComponents",
        "description": "The parameters and request body are for method: getSubmarineApiV1WetplantComponents. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object",
                      "properties": {
                        "attributes": {
                          "type": "object",
                          "properties": {
                            "opmCurrent": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "parameterNative": {
                                    "type": "string"
                                  },
                                  "values": {
                                    "type": "string"
                                  }
                                }
                              }
                            }
                          }
                        },
                        "type": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "data": {
                    "attributes": {
                      "opmCurrent": [
                        {
                          "parameterNative": "string",
                          "values": "string"
                        },
                        {
                          "parameterNative": "string",
                          "values": "string"
                        },
                        {
                          "parameterNative": "string",
                          "values": "string"
                        },
                        {
                          "parameterNative": "string",
                          "values": "string"
                        },
                        {
                          "parameterNative": "string",
                          "values": "string"
                        },
                        {
                          "parameterNative": "string",
                          "values": "string"
                        },
                        {
                          "parameterNative": "string",
                          "values": "string"
                        }
                      ]
                    },
                    "type": "string"
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "resourceType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cableSystem",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "temsServer",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "componentName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fromDate",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "toDate",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "DeleteOpticalPowerData"
        ],
        "operationId": "deleteSubmarineApiV1WetplantComponents",
        "description": "The parameters and request body are for method: deleteSubmarineApiV1WetplantComponents. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "cableSystem",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/submarine/api/v1/spectrumSharingApp": {
      "get": {
        "tags": [
          "SpectrumSharing"
        ],
        "operationId": "getSubmarineApiV1SpectrumSharingApp",
        "description": "The parameters and request body are for method: getSubmarineApiV1SpectrumSharingApp. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object",
                      "properties": {
                        "attributes": {
                          "type": "object",
                          "properties": {
                            "additionalAttributes": {
                              "type": "object"
                            },
                            "customers": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "customerPort": {
                                    "type": "string"
                                  },
                                  "customerName": {
                                    "type": "string"
                                  },
                                  "limAid": {
                                    "type": "string"
                                  },
                                  "adjacencyPackage": {
                                    "type": "object",
                                    "properties": {
                                      "smdToLim": {
                                        "type": "object",
                                        "properties": {
                                          "localTag": {
                                            "type": "string"
                                          },
                                          "remoteTag": {
                                            "type": "string"
                                          }
                                        }
                                      }
                                    }
                                  },
                                  "frequency": {
                                    "type": "object",
                                    "properties": {
                                      "spectrumRange": {
                                        "type": "array",
                                        "items": {
                                          "type": "string"
                                        }
                                      },
                                      "usedSpectrumRange": {
                                        "type": "array",
                                        "items": {
                                          "type": "string"
                                        }
                                      }
                                    }
                                  }
                                }
                              }
                            },
                            "nodeType": {
                              "type": "string"
                            },
                            "tidName": {
                              "type": "string"
                            },
                            "otsAid": {
                              "type": "string"
                            },
                            "cableSystemName": {
                              "type": "string"
                            },
                            "cableSystemInfo": {
                              "type": "string"
                            },
                            "availableCustomerPorts": {
                              "type": "number"
                            },
                            "usedCustomerPorts": {
                              "type": "number"
                            },
                            "SSTAdjacencyPackage": {
                              "type": "object",
                              "properties": {
                                "smdTowss": {
                                  "type": "object",
                                  "properties": {
                                    "localTag": {
                                      "type": "string"
                                    },
                                    "remoteTag": {
                                      "type": "string"
                                    }
                                  }
                                },
                                "wssToLim": {
                                  "type": "object",
                                  "properties": {
                                    "localTag": {
                                      "type": "string"
                                    },
                                    "remoteTag": {
                                      "type": "string"
                                    }
                                  }
                                }
                              }
                            }
                          }
                        },
                        "type": {
                          "type": "string"
                        },
                        "id": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "data": {
                    "attributes": {
                      "additionalAttributes": {},
                      "customers": [
                        {
                          "customerPort": "C1",
                          "customerName": "Antel",
                          "limAid": "LIM-1-5",
                          "adjacencyPackage": {
                            "smdToLim": {
                              "localTag": "SMD-1-2-16",
                              "remoteTag": "LIM-1-5-6"
                            }
                          },
                          "frequency": {
                            "spectrumRange": [
                              "191.325000:196.125000",
                              "191.325000:196.125000",
                              "191.325000:196.125000",
                              "191.325000:196.125000"
                            ],
                            "usedSpectrumRange": [
                              "193.625000:193.675000",
                              "193.625000:193.675000",
                              "193.625000:193.675000",
                              "193.625000:193.675000",
                              "193.625000:193.675000",
                              "193.625000:193.675000",
                              "193.625000:193.675000",
                              "193.625000:193.675000",
                              "193.625000:193.675000",
                              "193.625000:193.675000"
                            ]
                          }
                        }
                      ],
                      "nodeType": "6500",
                      "tidName": "SITEA",
                      "otsAid": "OTS-1-1",
                      "cableSystemName": "BRUSA-VIRGINIA-BEACH",
                      "cableSystemInfo": "FP1",
                      "availableCustomerPorts": 8,
                      "usedCustomerPorts": 1,
                      "SSTAdjacencyPackage": {
                        "smdTowss": {
                          "localTag": "SMD-1-2-10",
                          "remoteTag": "WSSOPM-1-10-3"
                        },
                        "wssToLim": {
                          "localTag": "WSSOPM-1-10-22",
                          "remoteTag": "LIM-1-13-6"
                        }
                      }
                    },
                    "type": "spectrum-sharing-terminal",
                    "id": "9014e61f-92c2-335a-8591-68aa61f2f9c5_OTS-1-1"
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/submarine/api/v1/spectrumSharingDetails": {
      "post": {
        "tags": [
          "SpectrumSharing"
        ],
        "operationId": "postSubmarineApiV1SpectrumSharingDetails",
        "description": "The parameters and request body are for method: postSubmarineApiV1SpectrumSharingDetails. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object",
                      "properties": {
                        "id": {
                          "type": "string"
                        },
                        "type": {
                          "type": "string"
                        },
                        "attributes": {
                          "type": "object",
                          "properties": {
                            "aseData": {
                              "type": "object",
                              "properties": {
                                "aid": {
                                  "type": "string"
                                },
                                "wssToSmd": {
                                  "type": "object",
                                  "properties": {
                                    "port": {
                                      "type": "string"
                                    }
                                  }
                                },
                                "wssToAse": {
                                  "type": "object",
                                  "properties": {
                                    "port": {
                                      "type": "string"
                                    }
                                  }
                                }
                              }
                            },
                            "customerData": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "customerPort": {
                                    "type": "string"
                                  },
                                  "limAid": {
                                    "type": "string"
                                  },
                                  "customerName": {
                                    "type": "string"
                                  },
                                  "customerSpectrum": {
                                    "type": "object",
                                    "properties": {
                                      "totalSpectrum": {
                                        "type": "array",
                                        "items": {
                                          "type": "string"
                                        }
                                      },
                                      "usedSpectrum": {
                                        "type": "array",
                                        "items": {
                                          "type": "object",
                                          "properties": {
                                            "frequencyRange": {
                                              "type": "string"
                                            },
                                            "smdSwitchSelector": {
                                              "type": "object",
                                              "properties": {
                                                "currentSwSelectorRx": {
                                                  "type": "string"
                                                },
                                                "currentSwSelectorTx": {
                                                  "type": "string"
                                                },
                                                "chcAid": {
                                                  "type": "array",
                                                  "items": {
                                                    "type": "string"
                                                  }
                                                }
                                              }
                                            },
                                            "wssSwitchSelector": {
                                              "type": "object",
                                              "properties": {
                                                "currentSwSelector": {
                                                  "type": "string"
                                                },
                                                "targetSwSelector": {
                                                  "type": "string"
                                                },
                                                "chcAid": {
                                                  "type": "string"
                                                }
                                              }
                                            },
                                            "switchSelectorState": {
                                              "type": "string"
                                            },
                                            "serviceName": {
                                              "type": "string"
                                            },
                                            "centerFrequency": {
                                              "type": "string"
                                            },
                                            "deploymentState": {
                                              "type": "string"
                                            }
                                          }
                                        }
                                      }
                                    }
                                  },
                                  "customerPortState": {
                                    "type": "string"
                                  },
                                  "smdToLim": {
                                    "type": "object",
                                    "properties": {
                                      "port": {
                                        "type": "string"
                                      }
                                    }
                                  },
                                  "CCMD": {
                                    "type": "object",
                                    "properties": {
                                      "shelf": {
                                        "type": "string"
                                      },
                                      "slot": {
                                        "type": "string"
                                      }
                                    }
                                  },
                                  "chcData": {
                                    "type": "object",
                                    "properties": {
                                      "SMD": {
                                        "type": "array",
                                        "items": {
                                          "type": "object",
                                          "properties": {
                                            "aid": {
                                              "type": "string"
                                            },
                                            "targetMaxFrequency": {
                                              "type": "string"
                                            },
                                            "targetMinFrequency": {
                                              "type": "string"
                                            },
                                            "minFrequencyDeadBand": {
                                              "type": "string"
                                            },
                                            "maxFrequencyDeadBand": {
                                              "type": "string"
                                            },
                                            "maxFrequency": {
                                              "type": "string"
                                            },
                                            "minFrequency": {
                                              "type": "string"
                                            },
                                            "tidName": {
                                              "type": "string"
                                            },
                                            "minFrequencyLimit": {
                                              "type": "string"
                                            },
                                            "maxFrequencyLimit": {
                                              "type": "string"
                                            },
                                            "switchSelector": {
                                              "type": "string"
                                            },
                                            "targetSwitchSelector": {
                                              "type": "string"
                                            },
                                            "opaque": {
                                              "type": "string"
                                            },
                                            "chcMode": {
                                              "type": "string"
                                            },
                                            "primaryState": {
                                              "type": "string"
                                            },
                                            "wavelength": {
                                              "type": "string"
                                            },
                                            "channelWidth": {
                                              "type": "string"
                                            }
                                          }
                                        }
                                      },
                                      "WSSOPM": {
                                        "type": "array",
                                        "items": {
                                          "type": "object",
                                          "properties": {
                                            "aid": {
                                              "type": "string"
                                            },
                                            "targetMaxFrequency": {
                                              "type": "string"
                                            },
                                            "targetMinFrequency": {
                                              "type": "string"
                                            },
                                            "minFrequencyDeadBand": {
                                              "type": "string"
                                            },
                                            "maxFrequencyDeadBand": {
                                              "type": "string"
                                            },
                                            "maxFrequency": {
                                              "type": "string"
                                            },
                                            "minFrequency": {
                                              "type": "string"
                                            },
                                            "tidName": {
                                              "type": "string"
                                            },
                                            "minFrequencyLimit": {
                                              "type": "string"
                                            },
                                            "maxFrequencyLimit": {
                                              "type": "string"
                                            },
                                            "switchSelector": {
                                              "type": "string"
                                            },
                                            "targetSwitchSelector": {
                                              "type": "string"
                                            },
                                            "opaque": {
                                              "type": "string"
                                            },
                                            "chcMode": {
                                              "type": "string"
                                            },
                                            "primaryState": {
                                              "type": "string"
                                            },
                                            "wavelength": {
                                              "type": "string"
                                            },
                                            "channelWidth": {
                                              "type": "string"
                                            }
                                          }
                                        }
                                      }
                                    }
                                  }
                                }
                              }
                            },
                            "additionalAttributes": {
                              "type": "object"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "data": {
                    "id": "637a35c6-d24e-11ea-87d0-0242ac130003",
                    "type": "sst-detail",
                    "attributes": {
                      "aseData": {
                        "aid": "BMD-1-85",
                        "wssToSmd": {
                          "port": "3"
                        },
                        "wssToAse": {
                          "port": "5"
                        }
                      },
                      "customerData": [
                        {
                          "customerPort": "C1",
                          "limAid": "LIM-1-5",
                          "customerName": "ANTEL",
                          "customerSpectrum": {
                            "totalSpectrum": [
                              "191.325000-196.125000",
                              "191.325000-196.125000",
                              "191.325000-196.125000",
                              "191.325000-196.125000",
                              "191.325000-196.125000",
                              "191.325000-196.125000",
                              "191.325000-196.125000",
                              "191.325000-196.125000",
                              "191.325000-196.125000"
                            ],
                            "usedSpectrum": [
                              {
                                "frequencyRange": "193.625000-193.675000",
                                "smdSwitchSelector": {
                                  "currentSwSelectorRx": "11",
                                  "currentSwSelectorTx": "11",
                                  "chcAid": [
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1"
                                  ]
                                },
                                "wssSwitchSelector": {
                                  "currentSwSelector": "3",
                                  "targetSwSelector": "3",
                                  "chcAid": "CHC-1-10-22-3"
                                },
                                "switchSelectorState": "Normal",
                                "serviceName": "SiteA to SiteB",
                                "centerFrequency": "193.650000",
                                "deploymentState": "Discovered"
                              },
                              {
                                "frequencyRange": "193.625000-193.675000",
                                "smdSwitchSelector": {
                                  "currentSwSelectorRx": "11",
                                  "currentSwSelectorTx": "11",
                                  "chcAid": [
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1"
                                  ]
                                },
                                "wssSwitchSelector": {
                                  "currentSwSelector": "3",
                                  "targetSwSelector": "3",
                                  "chcAid": "CHC-1-10-22-3"
                                },
                                "switchSelectorState": "Normal",
                                "serviceName": "SiteA to SiteB",
                                "centerFrequency": "193.650000",
                                "deploymentState": "Discovered"
                              },
                              {
                                "frequencyRange": "193.625000-193.675000",
                                "smdSwitchSelector": {
                                  "currentSwSelectorRx": "11",
                                  "currentSwSelectorTx": "11",
                                  "chcAid": [
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1"
                                  ]
                                },
                                "wssSwitchSelector": {
                                  "currentSwSelector": "3",
                                  "targetSwSelector": "3",
                                  "chcAid": "CHC-1-10-22-3"
                                },
                                "switchSelectorState": "Normal",
                                "serviceName": "SiteA to SiteB",
                                "centerFrequency": "193.650000",
                                "deploymentState": "Discovered"
                              },
                              {
                                "frequencyRange": "193.625000-193.675000",
                                "smdSwitchSelector": {
                                  "currentSwSelectorRx": "11",
                                  "currentSwSelectorTx": "11",
                                  "chcAid": [
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1"
                                  ]
                                },
                                "wssSwitchSelector": {
                                  "currentSwSelector": "3",
                                  "targetSwSelector": "3",
                                  "chcAid": "CHC-1-10-22-3"
                                },
                                "switchSelectorState": "Normal",
                                "serviceName": "SiteA to SiteB",
                                "centerFrequency": "193.650000",
                                "deploymentState": "Discovered"
                              },
                              {
                                "frequencyRange": "193.625000-193.675000",
                                "smdSwitchSelector": {
                                  "currentSwSelectorRx": "11",
                                  "currentSwSelectorTx": "11",
                                  "chcAid": [
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1"
                                  ]
                                },
                                "wssSwitchSelector": {
                                  "currentSwSelector": "3",
                                  "targetSwSelector": "3",
                                  "chcAid": "CHC-1-10-22-3"
                                },
                                "switchSelectorState": "Normal",
                                "serviceName": "SiteA to SiteB",
                                "centerFrequency": "193.650000",
                                "deploymentState": "Discovered"
                              }
                            ]
                          },
                          "customerPortState": "In Use",
                          "smdToLim": {
                            "port": "12"
                          },
                          "CCMD": {
                            "shelf": "1",
                            "slot": "89"
                          },
                          "chcData": {
                            "SMD": [
                              {
                                "aid": "CHC-1-2-9-1",
                                "targetMaxFrequency": "193.625000",
                                "targetMinFrequency": "193.675000",
                                "minFrequencyDeadBand": "0.000",
                                "maxFrequencyDeadBand": "0.000",
                                "maxFrequency": "193.625000",
                                "minFrequency": "193.675000",
                                "tidName": "SSTSite3",
                                "minFrequencyLimit": "191.325000",
                                "maxFrequencyLimit": "196.125000",
                                "switchSelector": "12",
                                "targetSwitchSelector": "11",
                                "opaque": "YES",
                                "chcMode": "OPENLOOPLOSS",
                                "primaryState": "IS",
                                "wavelength": "1532.00",
                                "channelWidth": "50.00"
                              },
                              {
                                "aid": "CHC-1-2-9-1",
                                "targetMaxFrequency": "193.625000",
                                "targetMinFrequency": "193.675000",
                                "minFrequencyDeadBand": "0.000",
                                "maxFrequencyDeadBand": "0.000",
                                "maxFrequency": "193.625000",
                                "minFrequency": "193.675000",
                                "tidName": "SSTSite3",
                                "minFrequencyLimit": "191.325000",
                                "maxFrequencyLimit": "196.125000",
                                "switchSelector": "12",
                                "targetSwitchSelector": "11",
                                "opaque": "YES",
                                "chcMode": "OPENLOOPLOSS",
                                "primaryState": "IS",
                                "wavelength": "1532.00",
                                "channelWidth": "50.00"
                              },
                              {
                                "aid": "CHC-1-2-9-1",
                                "targetMaxFrequency": "193.625000",
                                "targetMinFrequency": "193.675000",
                                "minFrequencyDeadBand": "0.000",
                                "maxFrequencyDeadBand": "0.000",
                                "maxFrequency": "193.625000",
                                "minFrequency": "193.675000",
                                "tidName": "SSTSite3",
                                "minFrequencyLimit": "191.325000",
                                "maxFrequencyLimit": "196.125000",
                                "switchSelector": "12",
                                "targetSwitchSelector": "11",
                                "opaque": "YES",
                                "chcMode": "OPENLOOPLOSS",
                                "primaryState": "IS",
                                "wavelength": "1532.00",
                                "channelWidth": "50.00"
                              },
                              {
                                "aid": "CHC-1-2-9-1",
                                "targetMaxFrequency": "193.625000",
                                "targetMinFrequency": "193.675000",
                                "minFrequencyDeadBand": "0.000",
                                "maxFrequencyDeadBand": "0.000",
                                "maxFrequency": "193.625000",
                                "minFrequency": "193.675000",
                                "tidName": "SSTSite3",
                                "minFrequencyLimit": "191.325000",
                                "maxFrequencyLimit": "196.125000",
                                "switchSelector": "12",
                                "targetSwitchSelector": "11",
                                "opaque": "YES",
                                "chcMode": "OPENLOOPLOSS",
                                "primaryState": "IS",
                                "wavelength": "1532.00",
                                "channelWidth": "50.00"
                              },
                              {
                                "aid": "CHC-1-2-9-1",
                                "targetMaxFrequency": "193.625000",
                                "targetMinFrequency": "193.675000",
                                "minFrequencyDeadBand": "0.000",
                                "maxFrequencyDeadBand": "0.000",
                                "maxFrequency": "193.625000",
                                "minFrequency": "193.675000",
                                "tidName": "SSTSite3",
                                "minFrequencyLimit": "191.325000",
                                "maxFrequencyLimit": "196.125000",
                                "switchSelector": "12",
                                "targetSwitchSelector": "11",
                                "opaque": "YES",
                                "chcMode": "OPENLOOPLOSS",
                                "primaryState": "IS",
                                "wavelength": "1532.00",
                                "channelWidth": "50.00"
                              },
                              {
                                "aid": "CHC-1-2-9-1",
                                "targetMaxFrequency": "193.625000",
                                "targetMinFrequency": "193.675000",
                                "minFrequencyDeadBand": "0.000",
                                "maxFrequencyDeadBand": "0.000",
                                "maxFrequency": "193.625000",
                                "minFrequency": "193.675000",
                                "tidName": "SSTSite3",
                                "minFrequencyLimit": "191.325000",
                                "maxFrequencyLimit": "196.125000",
                                "switchSelector": "12",
                                "targetSwitchSelector": "11",
                                "opaque": "YES",
                                "chcMode": "OPENLOOPLOSS",
                                "primaryState": "IS",
                                "wavelength": "1532.00",
                                "channelWidth": "50.00"
                              },
                              {
                                "aid": "CHC-1-2-9-1",
                                "targetMaxFrequency": "193.625000",
                                "targetMinFrequency": "193.675000",
                                "minFrequencyDeadBand": "0.000",
                                "maxFrequencyDeadBand": "0.000",
                                "maxFrequency": "193.625000",
                                "minFrequency": "193.675000",
                                "tidName": "SSTSite3",
                                "minFrequencyLimit": "191.325000",
                                "maxFrequencyLimit": "196.125000",
                                "switchSelector": "12",
                                "targetSwitchSelector": "11",
                                "opaque": "YES",
                                "chcMode": "OPENLOOPLOSS",
                                "primaryState": "IS",
                                "wavelength": "1532.00",
                                "channelWidth": "50.00"
                              },
                              {
                                "aid": "CHC-1-2-9-1",
                                "targetMaxFrequency": "193.625000",
                                "targetMinFrequency": "193.675000",
                                "minFrequencyDeadBand": "0.000",
                                "maxFrequencyDeadBand": "0.000",
                                "maxFrequency": "193.625000",
                                "minFrequency": "193.675000",
                                "tidName": "SSTSite3",
                                "minFrequencyLimit": "191.325000",
                                "maxFrequencyLimit": "196.125000",
                                "switchSelector": "12",
                                "targetSwitchSelector": "11",
                                "opaque": "YES",
                                "chcMode": "OPENLOOPLOSS",
                                "primaryState": "IS",
                                "wavelength": "1532.00",
                                "channelWidth": "50.00"
                              },
                              {
                                "aid": "CHC-1-2-9-1",
                                "targetMaxFrequency": "193.625000",
                                "targetMinFrequency": "193.675000",
                                "minFrequencyDeadBand": "0.000",
                                "maxFrequencyDeadBand": "0.000",
                                "maxFrequency": "193.625000",
                                "minFrequency": "193.675000",
                                "tidName": "SSTSite3",
                                "minFrequencyLimit": "191.325000",
                                "maxFrequencyLimit": "196.125000",
                                "switchSelector": "12",
                                "targetSwitchSelector": "11",
                                "opaque": "YES",
                                "chcMode": "OPENLOOPLOSS",
                                "primaryState": "IS",
                                "wavelength": "1532.00",
                                "channelWidth": "50.00"
                              },
                              {
                                "aid": "CHC-1-2-9-1",
                                "targetMaxFrequency": "193.625000",
                                "targetMinFrequency": "193.675000",
                                "minFrequencyDeadBand": "0.000",
                                "maxFrequencyDeadBand": "0.000",
                                "maxFrequency": "193.625000",
                                "minFrequency": "193.675000",
                                "tidName": "SSTSite3",
                                "minFrequencyLimit": "191.325000",
                                "maxFrequencyLimit": "196.125000",
                                "switchSelector": "12",
                                "targetSwitchSelector": "11",
                                "opaque": "YES",
                                "chcMode": "OPENLOOPLOSS",
                                "primaryState": "IS",
                                "wavelength": "1532.00",
                                "channelWidth": "50.00"
                              }
                            ],
                            "WSSOPM": [
                              {
                                "aid": "CHC-1-2-9-1",
                                "targetMaxFrequency": "193.625000",
                                "targetMinFrequency": "193.675000",
                                "minFrequencyDeadBand": "0.000",
                                "maxFrequencyDeadBand": "0.000",
                                "maxFrequency": "193.625000",
                                "minFrequency": "193.675000",
                                "tidName": "SSTSite3",
                                "minFrequencyLimit": "191.325000",
                                "maxFrequencyLimit": "196.125000",
                                "switchSelector": "12",
                                "targetSwitchSelector": "11",
                                "opaque": "YES",
                                "chcMode": "OPENLOOPLOSS",
                                "primaryState": "IS",
                                "wavelength": "1532.00",
                                "channelWidth": "50.00"
                              }
                            ]
                          }
                        },
                        {
                          "customerPort": "C1",
                          "limAid": "LIM-1-5",
                          "customerName": "ANTEL",
                          "customerSpectrum": {
                            "totalSpectrum": [
                              "191.325000-196.125000",
                              "191.325000-196.125000",
                              "191.325000-196.125000",
                              "191.325000-196.125000",
                              "191.325000-196.125000"
                            ],
                            "usedSpectrum": [
                              {
                                "frequencyRange": "193.625000-193.675000",
                                "smdSwitchSelector": {
                                  "currentSwSelectorRx": "11",
                                  "currentSwSelectorTx": "11",
                                  "chcAid": [
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1"
                                  ]
                                },
                                "wssSwitchSelector": {
                                  "currentSwSelector": "3",
                                  "targetSwSelector": "3",
                                  "chcAid": "CHC-1-10-22-3"
                                },
                                "switchSelectorState": "Normal",
                                "serviceName": "SiteA to SiteB",
                                "centerFrequency": "193.650000",
                                "deploymentState": "Discovered"
                              },
                              {
                                "frequencyRange": "193.625000-193.675000",
                                "smdSwitchSelector": {
                                  "currentSwSelectorRx": "11",
                                  "currentSwSelectorTx": "11",
                                  "chcAid": [
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1"
                                  ]
                                },
                                "wssSwitchSelector": {
                                  "currentSwSelector": "3",
                                  "targetSwSelector": "3",
                                  "chcAid": "CHC-1-10-22-3"
                                },
                                "switchSelectorState": "Normal",
                                "serviceName": "SiteA to SiteB",
                                "centerFrequency": "193.650000",
                                "deploymentState": "Discovered"
                              }
                            ]
                          },
                          "customerPortState": "In Use",
                          "smdToLim": {
                            "port": "12"
                          },
                          "CCMD": {
                            "shelf": "1",
                            "slot": "89"
                          },
                          "chcData": {
                            "SMD": [
                              {
                                "aid": "CHC-1-2-9-1",
                                "targetMaxFrequency": "193.625000",
                                "targetMinFrequency": "193.675000",
                                "minFrequencyDeadBand": "0.000",
                                "maxFrequencyDeadBand": "0.000",
                                "maxFrequency": "193.625000",
                                "minFrequency": "193.675000",
                                "tidName": "SSTSite3",
                                "minFrequencyLimit": "191.325000",
                                "maxFrequencyLimit": "196.125000",
                                "switchSelector": "12",
                                "targetSwitchSelector": "11",
                                "opaque": "YES",
                                "chcMode": "OPENLOOPLOSS",
                                "primaryState": "IS",
                                "wavelength": "1532.00",
                                "channelWidth": "50.00"
                              },
                              {
                                "aid": "CHC-1-2-9-1",
                                "targetMaxFrequency": "193.625000",
                                "targetMinFrequency": "193.675000",
                                "minFrequencyDeadBand": "0.000",
                                "maxFrequencyDeadBand": "0.000",
                                "maxFrequency": "193.625000",
                                "minFrequency": "193.675000",
                                "tidName": "SSTSite3",
                                "minFrequencyLimit": "191.325000",
                                "maxFrequencyLimit": "196.125000",
                                "switchSelector": "12",
                                "targetSwitchSelector": "11",
                                "opaque": "YES",
                                "chcMode": "OPENLOOPLOSS",
                                "primaryState": "IS",
                                "wavelength": "1532.00",
                                "channelWidth": "50.00"
                              },
                              {
                                "aid": "CHC-1-2-9-1",
                                "targetMaxFrequency": "193.625000",
                                "targetMinFrequency": "193.675000",
                                "minFrequencyDeadBand": "0.000",
                                "maxFrequencyDeadBand": "0.000",
                                "maxFrequency": "193.625000",
                                "minFrequency": "193.675000",
                                "tidName": "SSTSite3",
                                "minFrequencyLimit": "191.325000",
                                "maxFrequencyLimit": "196.125000",
                                "switchSelector": "12",
                                "targetSwitchSelector": "11",
                                "opaque": "YES",
                                "chcMode": "OPENLOOPLOSS",
                                "primaryState": "IS",
                                "wavelength": "1532.00",
                                "channelWidth": "50.00"
                              }
                            ],
                            "WSSOPM": [
                              {
                                "aid": "CHC-1-2-9-1",
                                "targetMaxFrequency": "193.625000",
                                "targetMinFrequency": "193.675000",
                                "minFrequencyDeadBand": "0.000",
                                "maxFrequencyDeadBand": "0.000",
                                "maxFrequency": "193.625000",
                                "minFrequency": "193.675000",
                                "tidName": "SSTSite3",
                                "minFrequencyLimit": "191.325000",
                                "maxFrequencyLimit": "196.125000",
                                "switchSelector": "12",
                                "targetSwitchSelector": "11",
                                "opaque": "YES",
                                "chcMode": "OPENLOOPLOSS",
                                "primaryState": "IS",
                                "wavelength": "1532.00",
                                "channelWidth": "50.00"
                              },
                              {
                                "aid": "CHC-1-2-9-1",
                                "targetMaxFrequency": "193.625000",
                                "targetMinFrequency": "193.675000",
                                "minFrequencyDeadBand": "0.000",
                                "maxFrequencyDeadBand": "0.000",
                                "maxFrequency": "193.625000",
                                "minFrequency": "193.675000",
                                "tidName": "SSTSite3",
                                "minFrequencyLimit": "191.325000",
                                "maxFrequencyLimit": "196.125000",
                                "switchSelector": "12",
                                "targetSwitchSelector": "11",
                                "opaque": "YES",
                                "chcMode": "OPENLOOPLOSS",
                                "primaryState": "IS",
                                "wavelength": "1532.00",
                                "channelWidth": "50.00"
                              },
                              {
                                "aid": "CHC-1-2-9-1",
                                "targetMaxFrequency": "193.625000",
                                "targetMinFrequency": "193.675000",
                                "minFrequencyDeadBand": "0.000",
                                "maxFrequencyDeadBand": "0.000",
                                "maxFrequency": "193.625000",
                                "minFrequency": "193.675000",
                                "tidName": "SSTSite3",
                                "minFrequencyLimit": "191.325000",
                                "maxFrequencyLimit": "196.125000",
                                "switchSelector": "12",
                                "targetSwitchSelector": "11",
                                "opaque": "YES",
                                "chcMode": "OPENLOOPLOSS",
                                "primaryState": "IS",
                                "wavelength": "1532.00",
                                "channelWidth": "50.00"
                              },
                              {
                                "aid": "CHC-1-2-9-1",
                                "targetMaxFrequency": "193.625000",
                                "targetMinFrequency": "193.675000",
                                "minFrequencyDeadBand": "0.000",
                                "maxFrequencyDeadBand": "0.000",
                                "maxFrequency": "193.625000",
                                "minFrequency": "193.675000",
                                "tidName": "SSTSite3",
                                "minFrequencyLimit": "191.325000",
                                "maxFrequencyLimit": "196.125000",
                                "switchSelector": "12",
                                "targetSwitchSelector": "11",
                                "opaque": "YES",
                                "chcMode": "OPENLOOPLOSS",
                                "primaryState": "IS",
                                "wavelength": "1532.00",
                                "channelWidth": "50.00"
                              },
                              {
                                "aid": "CHC-1-2-9-1",
                                "targetMaxFrequency": "193.625000",
                                "targetMinFrequency": "193.675000",
                                "minFrequencyDeadBand": "0.000",
                                "maxFrequencyDeadBand": "0.000",
                                "maxFrequency": "193.625000",
                                "minFrequency": "193.675000",
                                "tidName": "SSTSite3",
                                "minFrequencyLimit": "191.325000",
                                "maxFrequencyLimit": "196.125000",
                                "switchSelector": "12",
                                "targetSwitchSelector": "11",
                                "opaque": "YES",
                                "chcMode": "OPENLOOPLOSS",
                                "primaryState": "IS",
                                "wavelength": "1532.00",
                                "channelWidth": "50.00"
                              },
                              {
                                "aid": "CHC-1-2-9-1",
                                "targetMaxFrequency": "193.625000",
                                "targetMinFrequency": "193.675000",
                                "minFrequencyDeadBand": "0.000",
                                "maxFrequencyDeadBand": "0.000",
                                "maxFrequency": "193.625000",
                                "minFrequency": "193.675000",
                                "tidName": "SSTSite3",
                                "minFrequencyLimit": "191.325000",
                                "maxFrequencyLimit": "196.125000",
                                "switchSelector": "12",
                                "targetSwitchSelector": "11",
                                "opaque": "YES",
                                "chcMode": "OPENLOOPLOSS",
                                "primaryState": "IS",
                                "wavelength": "1532.00",
                                "channelWidth": "50.00"
                              },
                              {
                                "aid": "CHC-1-2-9-1",
                                "targetMaxFrequency": "193.625000",
                                "targetMinFrequency": "193.675000",
                                "minFrequencyDeadBand": "0.000",
                                "maxFrequencyDeadBand": "0.000",
                                "maxFrequency": "193.625000",
                                "minFrequency": "193.675000",
                                "tidName": "SSTSite3",
                                "minFrequencyLimit": "191.325000",
                                "maxFrequencyLimit": "196.125000",
                                "switchSelector": "12",
                                "targetSwitchSelector": "11",
                                "opaque": "YES",
                                "chcMode": "OPENLOOPLOSS",
                                "primaryState": "IS",
                                "wavelength": "1532.00",
                                "channelWidth": "50.00"
                              },
                              {
                                "aid": "CHC-1-2-9-1",
                                "targetMaxFrequency": "193.625000",
                                "targetMinFrequency": "193.675000",
                                "minFrequencyDeadBand": "0.000",
                                "maxFrequencyDeadBand": "0.000",
                                "maxFrequency": "193.625000",
                                "minFrequency": "193.675000",
                                "tidName": "SSTSite3",
                                "minFrequencyLimit": "191.325000",
                                "maxFrequencyLimit": "196.125000",
                                "switchSelector": "12",
                                "targetSwitchSelector": "11",
                                "opaque": "YES",
                                "chcMode": "OPENLOOPLOSS",
                                "primaryState": "IS",
                                "wavelength": "1532.00",
                                "channelWidth": "50.00"
                              },
                              {
                                "aid": "CHC-1-2-9-1",
                                "targetMaxFrequency": "193.625000",
                                "targetMinFrequency": "193.675000",
                                "minFrequencyDeadBand": "0.000",
                                "maxFrequencyDeadBand": "0.000",
                                "maxFrequency": "193.625000",
                                "minFrequency": "193.675000",
                                "tidName": "SSTSite3",
                                "minFrequencyLimit": "191.325000",
                                "maxFrequencyLimit": "196.125000",
                                "switchSelector": "12",
                                "targetSwitchSelector": "11",
                                "opaque": "YES",
                                "chcMode": "OPENLOOPLOSS",
                                "primaryState": "IS",
                                "wavelength": "1532.00",
                                "channelWidth": "50.00"
                              }
                            ]
                          }
                        },
                        {
                          "customerPort": "C1",
                          "limAid": "LIM-1-5",
                          "customerName": "ANTEL",
                          "customerSpectrum": {
                            "totalSpectrum": [
                              "191.325000-196.125000",
                              "191.325000-196.125000",
                              "191.325000-196.125000",
                              "191.325000-196.125000",
                              "191.325000-196.125000",
                              "191.325000-196.125000"
                            ],
                            "usedSpectrum": [
                              {
                                "frequencyRange": "193.625000-193.675000",
                                "smdSwitchSelector": {
                                  "currentSwSelectorRx": "11",
                                  "currentSwSelectorTx": "11",
                                  "chcAid": [
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1"
                                  ]
                                },
                                "wssSwitchSelector": {
                                  "currentSwSelector": "3",
                                  "targetSwSelector": "3",
                                  "chcAid": "CHC-1-10-22-3"
                                },
                                "switchSelectorState": "Normal",
                                "serviceName": "SiteA to SiteB",
                                "centerFrequency": "193.650000",
                                "deploymentState": "Discovered"
                              },
                              {
                                "frequencyRange": "193.625000-193.675000",
                                "smdSwitchSelector": {
                                  "currentSwSelectorRx": "11",
                                  "currentSwSelectorTx": "11",
                                  "chcAid": [
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1"
                                  ]
                                },
                                "wssSwitchSelector": {
                                  "currentSwSelector": "3",
                                  "targetSwSelector": "3",
                                  "chcAid": "CHC-1-10-22-3"
                                },
                                "switchSelectorState": "Normal",
                                "serviceName": "SiteA to SiteB",
                                "centerFrequency": "193.650000",
                                "deploymentState": "Discovered"
                              },
                              {
                                "frequencyRange": "193.625000-193.675000",
                                "smdSwitchSelector": {
                                  "currentSwSelectorRx": "11",
                                  "currentSwSelectorTx": "11",
                                  "chcAid": [
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1"
                                  ]
                                },
                                "wssSwitchSelector": {
                                  "currentSwSelector": "3",
                                  "targetSwSelector": "3",
                                  "chcAid": "CHC-1-10-22-3"
                                },
                                "switchSelectorState": "Normal",
                                "serviceName": "SiteA to SiteB",
                                "centerFrequency": "193.650000",
                                "deploymentState": "Discovered"
                              },
                              {
                                "frequencyRange": "193.625000-193.675000",
                                "smdSwitchSelector": {
                                  "currentSwSelectorRx": "11",
                                  "currentSwSelectorTx": "11",
                                  "chcAid": [
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1"
                                  ]
                                },
                                "wssSwitchSelector": {
                                  "currentSwSelector": "3",
                                  "targetSwSelector": "3",
                                  "chcAid": "CHC-1-10-22-3"
                                },
                                "switchSelectorState": "Normal",
                                "serviceName": "SiteA to SiteB",
                                "centerFrequency": "193.650000",
                                "deploymentState": "Discovered"
                              },
                              {
                                "frequencyRange": "193.625000-193.675000",
                                "smdSwitchSelector": {
                                  "currentSwSelectorRx": "11",
                                  "currentSwSelectorTx": "11",
                                  "chcAid": [
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1"
                                  ]
                                },
                                "wssSwitchSelector": {
                                  "currentSwSelector": "3",
                                  "targetSwSelector": "3",
                                  "chcAid": "CHC-1-10-22-3"
                                },
                                "switchSelectorState": "Normal",
                                "serviceName": "SiteA to SiteB",
                                "centerFrequency": "193.650000",
                                "deploymentState": "Discovered"
                              },
                              {
                                "frequencyRange": "193.625000-193.675000",
                                "smdSwitchSelector": {
                                  "currentSwSelectorRx": "11",
                                  "currentSwSelectorTx": "11",
                                  "chcAid": [
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1"
                                  ]
                                },
                                "wssSwitchSelector": {
                                  "currentSwSelector": "3",
                                  "targetSwSelector": "3",
                                  "chcAid": "CHC-1-10-22-3"
                                },
                                "switchSelectorState": "Normal",
                                "serviceName": "SiteA to SiteB",
                                "centerFrequency": "193.650000",
                                "deploymentState": "Discovered"
                              }
                            ]
                          },
                          "customerPortState": "In Use",
                          "smdToLim": {
                            "port": "12"
                          },
                          "CCMD": {
                            "shelf": "1",
                            "slot": "89"
                          },
                          "chcData": {
                            "SMD": [
                              {
                                "aid": "CHC-1-2-9-1",
                                "targetMaxFrequency": "193.625000",
                                "targetMinFrequency": "193.675000",
                                "minFrequencyDeadBand": "0.000",
                                "maxFrequencyDeadBand": "0.000",
                                "maxFrequency": "193.625000",
                                "minFrequency": "193.675000",
                                "tidName": "SSTSite3",
                                "minFrequencyLimit": "191.325000",
                                "maxFrequencyLimit": "196.125000",
                                "switchSelector": "12",
                                "targetSwitchSelector": "11",
                                "opaque": "YES",
                                "chcMode": "OPENLOOPLOSS",
                                "primaryState": "IS",
                                "wavelength": "1532.00",
                                "channelWidth": "50.00"
                              },
                              {
                                "aid": "CHC-1-2-9-1",
                                "targetMaxFrequency": "193.625000",
                                "targetMinFrequency": "193.675000",
                                "minFrequencyDeadBand": "0.000",
                                "maxFrequencyDeadBand": "0.000",
                                "maxFrequency": "193.625000",
                                "minFrequency": "193.675000",
                                "tidName": "SSTSite3",
                                "minFrequencyLimit": "191.325000",
                                "maxFrequencyLimit": "196.125000",
                                "switchSelector": "12",
                                "targetSwitchSelector": "11",
                                "opaque": "YES",
                                "chcMode": "OPENLOOPLOSS",
                                "primaryState": "IS",
                                "wavelength": "1532.00",
                                "channelWidth": "50.00"
                              }
                            ],
                            "WSSOPM": [
                              {
                                "aid": "CHC-1-2-9-1",
                                "targetMaxFrequency": "193.625000",
                                "targetMinFrequency": "193.675000",
                                "minFrequencyDeadBand": "0.000",
                                "maxFrequencyDeadBand": "0.000",
                                "maxFrequency": "193.625000",
                                "minFrequency": "193.675000",
                                "tidName": "SSTSite3",
                                "minFrequencyLimit": "191.325000",
                                "maxFrequencyLimit": "196.125000",
                                "switchSelector": "12",
                                "targetSwitchSelector": "11",
                                "opaque": "YES",
                                "chcMode": "OPENLOOPLOSS",
                                "primaryState": "IS",
                                "wavelength": "1532.00",
                                "channelWidth": "50.00"
                              },
                              {
                                "aid": "CHC-1-2-9-1",
                                "targetMaxFrequency": "193.625000",
                                "targetMinFrequency": "193.675000",
                                "minFrequencyDeadBand": "0.000",
                                "maxFrequencyDeadBand": "0.000",
                                "maxFrequency": "193.625000",
                                "minFrequency": "193.675000",
                                "tidName": "SSTSite3",
                                "minFrequencyLimit": "191.325000",
                                "maxFrequencyLimit": "196.125000",
                                "switchSelector": "12",
                                "targetSwitchSelector": "11",
                                "opaque": "YES",
                                "chcMode": "OPENLOOPLOSS",
                                "primaryState": "IS",
                                "wavelength": "1532.00",
                                "channelWidth": "50.00"
                              },
                              {
                                "aid": "CHC-1-2-9-1",
                                "targetMaxFrequency": "193.625000",
                                "targetMinFrequency": "193.675000",
                                "minFrequencyDeadBand": "0.000",
                                "maxFrequencyDeadBand": "0.000",
                                "maxFrequency": "193.625000",
                                "minFrequency": "193.675000",
                                "tidName": "SSTSite3",
                                "minFrequencyLimit": "191.325000",
                                "maxFrequencyLimit": "196.125000",
                                "switchSelector": "12",
                                "targetSwitchSelector": "11",
                                "opaque": "YES",
                                "chcMode": "OPENLOOPLOSS",
                                "primaryState": "IS",
                                "wavelength": "1532.00",
                                "channelWidth": "50.00"
                              },
                              {
                                "aid": "CHC-1-2-9-1",
                                "targetMaxFrequency": "193.625000",
                                "targetMinFrequency": "193.675000",
                                "minFrequencyDeadBand": "0.000",
                                "maxFrequencyDeadBand": "0.000",
                                "maxFrequency": "193.625000",
                                "minFrequency": "193.675000",
                                "tidName": "SSTSite3",
                                "minFrequencyLimit": "191.325000",
                                "maxFrequencyLimit": "196.125000",
                                "switchSelector": "12",
                                "targetSwitchSelector": "11",
                                "opaque": "YES",
                                "chcMode": "OPENLOOPLOSS",
                                "primaryState": "IS",
                                "wavelength": "1532.00",
                                "channelWidth": "50.00"
                              },
                              {
                                "aid": "CHC-1-2-9-1",
                                "targetMaxFrequency": "193.625000",
                                "targetMinFrequency": "193.675000",
                                "minFrequencyDeadBand": "0.000",
                                "maxFrequencyDeadBand": "0.000",
                                "maxFrequency": "193.625000",
                                "minFrequency": "193.675000",
                                "tidName": "SSTSite3",
                                "minFrequencyLimit": "191.325000",
                                "maxFrequencyLimit": "196.125000",
                                "switchSelector": "12",
                                "targetSwitchSelector": "11",
                                "opaque": "YES",
                                "chcMode": "OPENLOOPLOSS",
                                "primaryState": "IS",
                                "wavelength": "1532.00",
                                "channelWidth": "50.00"
                              },
                              {
                                "aid": "CHC-1-2-9-1",
                                "targetMaxFrequency": "193.625000",
                                "targetMinFrequency": "193.675000",
                                "minFrequencyDeadBand": "0.000",
                                "maxFrequencyDeadBand": "0.000",
                                "maxFrequency": "193.625000",
                                "minFrequency": "193.675000",
                                "tidName": "SSTSite3",
                                "minFrequencyLimit": "191.325000",
                                "maxFrequencyLimit": "196.125000",
                                "switchSelector": "12",
                                "targetSwitchSelector": "11",
                                "opaque": "YES",
                                "chcMode": "OPENLOOPLOSS",
                                "primaryState": "IS",
                                "wavelength": "1532.00",
                                "channelWidth": "50.00"
                              },
                              {
                                "aid": "CHC-1-2-9-1",
                                "targetMaxFrequency": "193.625000",
                                "targetMinFrequency": "193.675000",
                                "minFrequencyDeadBand": "0.000",
                                "maxFrequencyDeadBand": "0.000",
                                "maxFrequency": "193.625000",
                                "minFrequency": "193.675000",
                                "tidName": "SSTSite3",
                                "minFrequencyLimit": "191.325000",
                                "maxFrequencyLimit": "196.125000",
                                "switchSelector": "12",
                                "targetSwitchSelector": "11",
                                "opaque": "YES",
                                "chcMode": "OPENLOOPLOSS",
                                "primaryState": "IS",
                                "wavelength": "1532.00",
                                "channelWidth": "50.00"
                              }
                            ]
                          }
                        },
                        {
                          "customerPort": "C1",
                          "limAid": "LIM-1-5",
                          "customerName": "ANTEL",
                          "customerSpectrum": {
                            "totalSpectrum": [
                              "191.325000-196.125000",
                              "191.325000-196.125000"
                            ],
                            "usedSpectrum": [
                              {
                                "frequencyRange": "193.625000-193.675000",
                                "smdSwitchSelector": {
                                  "currentSwSelectorRx": "11",
                                  "currentSwSelectorTx": "11",
                                  "chcAid": [
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1"
                                  ]
                                },
                                "wssSwitchSelector": {
                                  "currentSwSelector": "3",
                                  "targetSwSelector": "3",
                                  "chcAid": "CHC-1-10-22-3"
                                },
                                "switchSelectorState": "Normal",
                                "serviceName": "SiteA to SiteB",
                                "centerFrequency": "193.650000",
                                "deploymentState": "Discovered"
                              },
                              {
                                "frequencyRange": "193.625000-193.675000",
                                "smdSwitchSelector": {
                                  "currentSwSelectorRx": "11",
                                  "currentSwSelectorTx": "11",
                                  "chcAid": [
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1"
                                  ]
                                },
                                "wssSwitchSelector": {
                                  "currentSwSelector": "3",
                                  "targetSwSelector": "3",
                                  "chcAid": "CHC-1-10-22-3"
                                },
                                "switchSelectorState": "Normal",
                                "serviceName": "SiteA to SiteB",
                                "centerFrequency": "193.650000",
                                "deploymentState": "Discovered"
                              },
                              {
                                "frequencyRange": "193.625000-193.675000",
                                "smdSwitchSelector": {
                                  "currentSwSelectorRx": "11",
                                  "currentSwSelectorTx": "11",
                                  "chcAid": [
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1"
                                  ]
                                },
                                "wssSwitchSelector": {
                                  "currentSwSelector": "3",
                                  "targetSwSelector": "3",
                                  "chcAid": "CHC-1-10-22-3"
                                },
                                "switchSelectorState": "Normal",
                                "serviceName": "SiteA to SiteB",
                                "centerFrequency": "193.650000",
                                "deploymentState": "Discovered"
                              },
                              {
                                "frequencyRange": "193.625000-193.675000",
                                "smdSwitchSelector": {
                                  "currentSwSelectorRx": "11",
                                  "currentSwSelectorTx": "11",
                                  "chcAid": [
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1"
                                  ]
                                },
                                "wssSwitchSelector": {
                                  "currentSwSelector": "3",
                                  "targetSwSelector": "3",
                                  "chcAid": "CHC-1-10-22-3"
                                },
                                "switchSelectorState": "Normal",
                                "serviceName": "SiteA to SiteB",
                                "centerFrequency": "193.650000",
                                "deploymentState": "Discovered"
                              },
                              {
                                "frequencyRange": "193.625000-193.675000",
                                "smdSwitchSelector": {
                                  "currentSwSelectorRx": "11",
                                  "currentSwSelectorTx": "11",
                                  "chcAid": [
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1"
                                  ]
                                },
                                "wssSwitchSelector": {
                                  "currentSwSelector": "3",
                                  "targetSwSelector": "3",
                                  "chcAid": "CHC-1-10-22-3"
                                },
                                "switchSelectorState": "Normal",
                                "serviceName": "SiteA to SiteB",
                                "centerFrequency": "193.650000",
                                "deploymentState": "Discovered"
                              },
                              {
                                "frequencyRange": "193.625000-193.675000",
                                "smdSwitchSelector": {
                                  "currentSwSelectorRx": "11",
                                  "currentSwSelectorTx": "11",
                                  "chcAid": [
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1"
                                  ]
                                },
                                "wssSwitchSelector": {
                                  "currentSwSelector": "3",
                                  "targetSwSelector": "3",
                                  "chcAid": "CHC-1-10-22-3"
                                },
                                "switchSelectorState": "Normal",
                                "serviceName": "SiteA to SiteB",
                                "centerFrequency": "193.650000",
                                "deploymentState": "Discovered"
                              },
                              {
                                "frequencyRange": "193.625000-193.675000",
                                "smdSwitchSelector": {
                                  "currentSwSelectorRx": "11",
                                  "currentSwSelectorTx": "11",
                                  "chcAid": [
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1",
                                    "CHC-1-2-9-1"
                                  ]
                                },
                                "wssSwitchSelector": {
                                  "currentSwSelector": "3",
                                  "targetSwSelector": "3",
                                  "chcAid": "CHC-1-10-22-3"
                                },
                                "switchSelectorState": "Normal",
                                "serviceName": "SiteA to SiteB",
                                "centerFrequency": "193.650000",
                                "deploymentState": "Discovered"
                              }
                            ]
                          },
                          "customerPortState": "In Use",
                          "smdToLim": {
                            "port": "12"
                          },
                          "CCMD": {
                            "shelf": "1",
                            "slot": "89"
                          },
                          "chcData": {
                            "SMD": [
                              {
                                "aid": "CHC-1-2-9-1",
                                "targetMaxFrequency": "193.625000",
                                "targetMinFrequency": "193.675000",
                                "minFrequencyDeadBand": "0.000",
                                "maxFrequencyDeadBand": "0.000",
                                "maxFrequency": "193.625000",
                                "minFrequency": "193.675000",
                                "tidName": "SSTSite3",
                                "minFrequencyLimit": "191.325000",
                                "maxFrequencyLimit": "196.125000",
                                "switchSelector": "12",
                                "targetSwitchSelector": "11",
                                "opaque": "YES",
                                "chcMode": "OPENLOOPLOSS",
                                "primaryState": "IS",
                                "wavelength": "1532.00",
                                "channelWidth": "50.00"
                              },
                              {
                                "aid": "CHC-1-2-9-1",
                                "targetMaxFrequency": "193.625000",
                                "targetMinFrequency": "193.675000",
                                "minFrequencyDeadBand": "0.000",
                                "maxFrequencyDeadBand": "0.000",
                                "maxFrequency": "193.625000",
                                "minFrequency": "193.675000",
                                "tidName": "SSTSite3",
                                "minFrequencyLimit": "191.325000",
                                "maxFrequencyLimit": "196.125000",
                                "switchSelector": "12",
                                "targetSwitchSelector": "11",
                                "opaque": "YES",
                                "chcMode": "OPENLOOPLOSS",
                                "primaryState": "IS",
                                "wavelength": "1532.00",
                                "channelWidth": "50.00"
                              },
                              {
                                "aid": "CHC-1-2-9-1",
                                "targetMaxFrequency": "193.625000",
                                "targetMinFrequency": "193.675000",
                                "minFrequencyDeadBand": "0.000",
                                "maxFrequencyDeadBand": "0.000",
                                "maxFrequency": "193.625000",
                                "minFrequency": "193.675000",
                                "tidName": "SSTSite3",
                                "minFrequencyLimit": "191.325000",
                                "maxFrequencyLimit": "196.125000",
                                "switchSelector": "12",
                                "targetSwitchSelector": "11",
                                "opaque": "YES",
                                "chcMode": "OPENLOOPLOSS",
                                "primaryState": "IS",
                                "wavelength": "1532.00",
                                "channelWidth": "50.00"
                              },
                              {
                                "aid": "CHC-1-2-9-1",
                                "targetMaxFrequency": "193.625000",
                                "targetMinFrequency": "193.675000",
                                "minFrequencyDeadBand": "0.000",
                                "maxFrequencyDeadBand": "0.000",
                                "maxFrequency": "193.625000",
                                "minFrequency": "193.675000",
                                "tidName": "SSTSite3",
                                "minFrequencyLimit": "191.325000",
                                "maxFrequencyLimit": "196.125000",
                                "switchSelector": "12",
                                "targetSwitchSelector": "11",
                                "opaque": "YES",
                                "chcMode": "OPENLOOPLOSS",
                                "primaryState": "IS",
                                "wavelength": "1532.00",
                                "channelWidth": "50.00"
                              },
                              {
                                "aid": "CHC-1-2-9-1",
                                "targetMaxFrequency": "193.625000",
                                "targetMinFrequency": "193.675000",
                                "minFrequencyDeadBand": "0.000",
                                "maxFrequencyDeadBand": "0.000",
                                "maxFrequency": "193.625000",
                                "minFrequency": "193.675000",
                                "tidName": "SSTSite3",
                                "minFrequencyLimit": "191.325000",
                                "maxFrequencyLimit": "196.125000",
                                "switchSelector": "12",
                                "targetSwitchSelector": "11",
                                "opaque": "YES",
                                "chcMode": "OPENLOOPLOSS",
                                "primaryState": "IS",
                                "wavelength": "1532.00",
                                "channelWidth": "50.00"
                              },
                              {
                                "aid": "CHC-1-2-9-1",
                                "targetMaxFrequency": "193.625000",
                                "targetMinFrequency": "193.675000",
                                "minFrequencyDeadBand": "0.000",
                                "maxFrequencyDeadBand": "0.000",
                                "maxFrequency": "193.625000",
                                "minFrequency": "193.675000",
                                "tidName": "SSTSite3",
                                "minFrequencyLimit": "191.325000",
                                "maxFrequencyLimit": "196.125000",
                                "switchSelector": "12",
                                "targetSwitchSelector": "11",
                                "opaque": "YES",
                                "chcMode": "OPENLOOPLOSS",
                                "primaryState": "IS",
                                "wavelength": "1532.00",
                                "channelWidth": "50.00"
                              },
                              {
                                "aid": "CHC-1-2-9-1",
                                "targetMaxFrequency": "193.625000",
                                "targetMinFrequency": "193.675000",
                                "minFrequencyDeadBand": "0.000",
                                "maxFrequencyDeadBand": "0.000",
                                "maxFrequency": "193.625000",
                                "minFrequency": "193.675000",
                                "tidName": "SSTSite3",
                                "minFrequencyLimit": "191.325000",
                                "maxFrequencyLimit": "196.125000",
                                "switchSelector": "12",
                                "targetSwitchSelector": "11",
                                "opaque": "YES",
                                "chcMode": "OPENLOOPLOSS",
                                "primaryState": "IS",
                                "wavelength": "1532.00",
                                "channelWidth": "50.00"
                              },
                              {
                                "aid": "CHC-1-2-9-1",
                                "targetMaxFrequency": "193.625000",
                                "targetMinFrequency": "193.675000",
                                "minFrequencyDeadBand": "0.000",
                                "maxFrequencyDeadBand": "0.000",
                                "maxFrequency": "193.625000",
                                "minFrequency": "193.675000",
                                "tidName": "SSTSite3",
                                "minFrequencyLimit": "191.325000",
                                "maxFrequencyLimit": "196.125000",
                                "switchSelector": "12",
                                "targetSwitchSelector": "11",
                                "opaque": "YES",
                                "chcMode": "OPENLOOPLOSS",
                                "primaryState": "IS",
                                "wavelength": "1532.00",
                                "channelWidth": "50.00"
                              }
                            ],
                            "WSSOPM": [
                              {
                                "aid": "CHC-1-2-9-1",
                                "targetMaxFrequency": "193.625000",
                                "targetMinFrequency": "193.675000",
                                "minFrequencyDeadBand": "0.000",
                                "maxFrequencyDeadBand": "0.000",
                                "maxFrequency": "193.625000",
                                "minFrequency": "193.675000",
                                "tidName": "SSTSite3",
                                "minFrequencyLimit": "191.325000",
                                "maxFrequencyLimit": "196.125000",
                                "switchSelector": "12",
                                "targetSwitchSelector": "11",
                                "opaque": "YES",
                                "chcMode": "OPENLOOPLOSS",
                                "primaryState": "IS",
                                "wavelength": "1532.00",
                                "channelWidth": "50.00"
                              },
                              {
                                "aid": "CHC-1-2-9-1",
                                "targetMaxFrequency": "193.625000",
                                "targetMinFrequency": "193.675000",
                                "minFrequencyDeadBand": "0.000",
                                "maxFrequencyDeadBand": "0.000",
                                "maxFrequency": "193.625000",
                                "minFrequency": "193.675000",
                                "tidName": "SSTSite3",
                                "minFrequencyLimit": "191.325000",
                                "maxFrequencyLimit": "196.125000",
                                "switchSelector": "12",
                                "targetSwitchSelector": "11",
                                "opaque": "YES",
                                "chcMode": "OPENLOOPLOSS",
                                "primaryState": "IS",
                                "wavelength": "1532.00",
                                "channelWidth": "50.00"
                              },
                              {
                                "aid": "CHC-1-2-9-1",
                                "targetMaxFrequency": "193.625000",
                                "targetMinFrequency": "193.675000",
                                "minFrequencyDeadBand": "0.000",
                                "maxFrequencyDeadBand": "0.000",
                                "maxFrequency": "193.625000",
                                "minFrequency": "193.675000",
                                "tidName": "SSTSite3",
                                "minFrequencyLimit": "191.325000",
                                "maxFrequencyLimit": "196.125000",
                                "switchSelector": "12",
                                "targetSwitchSelector": "11",
                                "opaque": "YES",
                                "chcMode": "OPENLOOPLOSS",
                                "primaryState": "IS",
                                "wavelength": "1532.00",
                                "channelWidth": "50.00"
                              },
                              {
                                "aid": "CHC-1-2-9-1",
                                "targetMaxFrequency": "193.625000",
                                "targetMinFrequency": "193.675000",
                                "minFrequencyDeadBand": "0.000",
                                "maxFrequencyDeadBand": "0.000",
                                "maxFrequency": "193.625000",
                                "minFrequency": "193.675000",
                                "tidName": "SSTSite3",
                                "minFrequencyLimit": "191.325000",
                                "maxFrequencyLimit": "196.125000",
                                "switchSelector": "12",
                                "targetSwitchSelector": "11",
                                "opaque": "YES",
                                "chcMode": "OPENLOOPLOSS",
                                "primaryState": "IS",
                                "wavelength": "1532.00",
                                "channelWidth": "50.00"
                              },
                              {
                                "aid": "CHC-1-2-9-1",
                                "targetMaxFrequency": "193.625000",
                                "targetMinFrequency": "193.675000",
                                "minFrequencyDeadBand": "0.000",
                                "maxFrequencyDeadBand": "0.000",
                                "maxFrequency": "193.625000",
                                "minFrequency": "193.675000",
                                "tidName": "SSTSite3",
                                "minFrequencyLimit": "191.325000",
                                "maxFrequencyLimit": "196.125000",
                                "switchSelector": "12",
                                "targetSwitchSelector": "11",
                                "opaque": "YES",
                                "chcMode": "OPENLOOPLOSS",
                                "primaryState": "IS",
                                "wavelength": "1532.00",
                                "channelWidth": "50.00"
                              },
                              {
                                "aid": "CHC-1-2-9-1",
                                "targetMaxFrequency": "193.625000",
                                "targetMinFrequency": "193.675000",
                                "minFrequencyDeadBand": "0.000",
                                "maxFrequencyDeadBand": "0.000",
                                "maxFrequency": "193.625000",
                                "minFrequency": "193.675000",
                                "tidName": "SSTSite3",
                                "minFrequencyLimit": "191.325000",
                                "maxFrequencyLimit": "196.125000",
                                "switchSelector": "12",
                                "targetSwitchSelector": "11",
                                "opaque": "YES",
                                "chcMode": "OPENLOOPLOSS",
                                "primaryState": "IS",
                                "wavelength": "1532.00",
                                "channelWidth": "50.00"
                              },
                              {
                                "aid": "CHC-1-2-9-1",
                                "targetMaxFrequency": "193.625000",
                                "targetMinFrequency": "193.675000",
                                "minFrequencyDeadBand": "0.000",
                                "maxFrequencyDeadBand": "0.000",
                                "maxFrequency": "193.625000",
                                "minFrequency": "193.675000",
                                "tidName": "SSTSite3",
                                "minFrequencyLimit": "191.325000",
                                "maxFrequencyLimit": "196.125000",
                                "switchSelector": "12",
                                "targetSwitchSelector": "11",
                                "opaque": "YES",
                                "chcMode": "OPENLOOPLOSS",
                                "primaryState": "IS",
                                "wavelength": "1532.00",
                                "channelWidth": "50.00"
                              }
                            ]
                          }
                        }
                      ],
                      "additionalAttributes": {}
                    }
                  }
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "spectrumSharingDetails"
            }
          }
        }
      }
    },
    "/submarine/api/v1/provisionSpectrum": {
      "post": {
        "tags": [
          "ProvisionSpectrum"
        ],
        "operationId": "postSubmarineApiV1ProvisionSpectrum",
        "description": "The parameters and request body are for method: postSubmarineApiV1ProvisionSpectrum. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "status": {
                      "type": "string"
                    },
                    "message": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "status": "SUCCESS",
                  "message": "Spectrum provisioned successfully"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "provisionSpectrum"
            }
          }
        }
      },
      "get": {
        "tags": [
          "ProvisionSpectrum"
        ],
        "operationId": "getSubmarineApiV1ProvisionSpectrum",
        "description": "The parameters and request body are for method: getSubmarineApiV1ProvisionSpectrum. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object",
                      "properties": {
                        "attributes": {
                          "type": "object",
                          "properties": {
                            "availableMinFreqRange": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            },
                            "availableMaxFreqRange": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            },
                            "smdPort9Index": {
                              "type": "number"
                            },
                            "smdPort10Index": {
                              "type": "number"
                            },
                            "wssPort22Index": {
                              "type": "number"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "data": {
                    "attributes": {
                      "availableMinFreqRange": [
                        "192.325000",
                        "192.325000",
                        "192.325000",
                        "192.325000",
                        "192.325000",
                        "192.325000",
                        "192.325000",
                        "192.325000",
                        "192.325000"
                      ],
                      "availableMaxFreqRange": [
                        "192.625000",
                        "192.625000",
                        "192.625000",
                        "192.625000",
                        "192.625000",
                        "192.625000",
                        "192.625000",
                        "192.625000",
                        "192.625000",
                        "192.625000"
                      ],
                      "smdPort9Index": 3,
                      "smdPort10Index": 4,
                      "wssPort22Index": 5
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ncId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "smdAid",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "wssAid",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "wssToSmdPort",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "wssToAsePort",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "ProvisionSpectrum"
        ],
        "operationId": "deleteSubmarineApiV1ProvisionSpectrum",
        "description": "The parameters and request body are for method: deleteSubmarineApiV1ProvisionSpectrum. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "status": {
                      "type": "string"
                    },
                    "message": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "status": "SUCCESS",
                  "message": "Spectrum is removed successfully"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "provisionSpectrum"
            }
          }
        }
      }
    },
    "/submarine/api/v1/spectrumFacility": {
      "post": {
        "tags": [
          "SpectrumFacility"
        ],
        "operationId": "postSubmarineApiV1SpectrumFacility",
        "description": "The parameters and request body are for method: postSubmarineApiV1SpectrumFacility. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "string"
                          },
                          "type": {
                            "type": "string"
                          },
                          "attributes": {
                            "type": "object",
                            "properties": {
                              "TARGSWSEL": {
                                "type": "string"
                              },
                              "INITATTEN": {
                                "type": "string"
                              },
                              "CTRLFREQOFFSET": {
                                "type": "string"
                              },
                              "EXPINITPOW": {
                                "type": "string"
                              },
                              "SWSEL": {
                                "type": "string"
                              },
                              "REFBW": {
                                "type": "string"
                              },
                              "WSSCHINPOW": {
                                "type": "string"
                              },
                              "CENTERFREQ": {
                                "type": "string"
                              },
                              "CTRLSSCATTEN": {
                                "type": "string"
                              },
                              "MAXFREQ": {
                                "type": "string"
                              },
                              "TID": {
                                "type": "string"
                              },
                              "AID": {
                                "type": "string"
                              },
                              "INPWEREF": {
                                "type": "string"
                              },
                              "INPOWSRC": {
                                "type": "string"
                              },
                              "SPECTRALWIDTH": {
                                "type": "string"
                              },
                              "CHNLPOW": {
                                "type": "string"
                              },
                              "TARGLOSS": {
                                "type": "string"
                              },
                              "CTRLSTATE": {
                                "type": "string"
                              },
                              "SST": {
                                "type": "string"
                              },
                              "ISOPQ": {
                                "type": "string"
                              },
                              "CTRLTARGPOW": {
                                "type": "string"
                              },
                              "WSSOUTPOW": {
                                "type": "string"
                              },
                              "LOSS": {
                                "type": "string"
                              },
                              "CTRLSSC": {
                                "type": "string"
                              },
                              "MINFREQ": {
                                "type": "string"
                              },
                              "CHCMODE": {
                                "type": "string"
                              },
                              "ATTEN": {
                                "type": "string"
                              },
                              "INPOW": {
                                "type": "string"
                              },
                              "CKTID": {
                                "type": "string"
                              },
                              "WSSCHOUTPOW": {
                                "type": "string"
                              },
                              "PST": {
                                "type": "string"
                              },
                              "CTRLOUTPOW": {
                                "type": "string"
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "data": [
                    {
                      "id": "NMCC-1-2-9-2-1",
                      "type": "spectrum-facility",
                      "attributes": {
                        "TARGSWSEL": "12",
                        "INITATTEN": "12.00",
                        "CTRLFREQOFFSET": "0.000",
                        "EXPINITPOW": "N/A",
                        "SWSEL": "16",
                        "REFBW": "12.5GHZ",
                        "WSSCHINPOW": "N/A",
                        "CENTERFREQ": "191.343750",
                        "CTRLSSCATTEN": "20.00",
                        "MAXFREQ": "191.362500",
                        "TID": "SSTSite3",
                        "AID": "NMCC-1-2-9-2-1",
                        "INPWEREF": "N/A",
                        "INPOWSRC": "0.0",
                        "SPECTRALWIDTH": "37.500",
                        "CHNLPOW": "N/A",
                        "TARGLOSS": "18.00",
                        "CTRLSTATE": "Not Applicable",
                        "SST": "IS",
                        "ISOPQ": "YES",
                        "CTRLTARGPOW": "N/A",
                        "WSSOUTPOW": "N/A",
                        "LOSS": "N/A",
                        "CTRLSSC": "SSC-1-2-9-3",
                        "MINFREQ": "191.325000",
                        "CHCMODE": "OPENLOOPLOSS",
                        "ATTEN": "N/A",
                        "INPOW": "N/A",
                        "CKTID": "N/A",
                        "WSSCHOUTPOW": "N/A",
                        "PST": "IS",
                        "CTRLOUTPOW": "N/A"
                      }
                    },
                    {
                      "id": "NMCC-1-2-9-2-1",
                      "type": "spectrum-facility",
                      "attributes": {
                        "TARGSWSEL": "12",
                        "INITATTEN": "12.00",
                        "CTRLFREQOFFSET": "0.000",
                        "EXPINITPOW": "N/A",
                        "SWSEL": "16",
                        "REFBW": "12.5GHZ",
                        "WSSCHINPOW": "N/A",
                        "CENTERFREQ": "191.343750",
                        "CTRLSSCATTEN": "20.00",
                        "MAXFREQ": "191.362500",
                        "TID": "SSTSite3",
                        "AID": "NMCC-1-2-9-2-1",
                        "INPWEREF": "N/A",
                        "INPOWSRC": "0.0",
                        "SPECTRALWIDTH": "37.500",
                        "CHNLPOW": "N/A",
                        "TARGLOSS": "18.00",
                        "CTRLSTATE": "Not Applicable",
                        "SST": "IS",
                        "ISOPQ": "YES",
                        "CTRLTARGPOW": "N/A",
                        "WSSOUTPOW": "N/A",
                        "LOSS": "N/A",
                        "CTRLSSC": "SSC-1-2-9-3",
                        "MINFREQ": "191.325000",
                        "CHCMODE": "OPENLOOPLOSS",
                        "ATTEN": "N/A",
                        "INPOW": "N/A",
                        "CKTID": "N/A",
                        "WSSCHOUTPOW": "N/A",
                        "PST": "IS",
                        "CTRLOUTPOW": "N/A"
                      }
                    },
                    {
                      "id": "NMCC-1-2-9-2-1",
                      "type": "spectrum-facility",
                      "attributes": {
                        "TARGSWSEL": "12",
                        "INITATTEN": "12.00",
                        "CTRLFREQOFFSET": "0.000",
                        "EXPINITPOW": "N/A",
                        "SWSEL": "16",
                        "REFBW": "12.5GHZ",
                        "WSSCHINPOW": "N/A",
                        "CENTERFREQ": "191.343750",
                        "CTRLSSCATTEN": "20.00",
                        "MAXFREQ": "191.362500",
                        "TID": "SSTSite3",
                        "AID": "NMCC-1-2-9-2-1",
                        "INPWEREF": "N/A",
                        "INPOWSRC": "0.0",
                        "SPECTRALWIDTH": "37.500",
                        "CHNLPOW": "N/A",
                        "TARGLOSS": "18.00",
                        "CTRLSTATE": "Not Applicable",
                        "SST": "IS",
                        "ISOPQ": "YES",
                        "CTRLTARGPOW": "N/A",
                        "WSSOUTPOW": "N/A",
                        "LOSS": "N/A",
                        "CTRLSSC": "SSC-1-2-9-3",
                        "MINFREQ": "191.325000",
                        "CHCMODE": "OPENLOOPLOSS",
                        "ATTEN": "N/A",
                        "INPOW": "N/A",
                        "CKTID": "N/A",
                        "WSSCHOUTPOW": "N/A",
                        "PST": "IS",
                        "CTRLOUTPOW": "N/A"
                      }
                    },
                    {
                      "id": "NMCC-1-2-9-2-1",
                      "type": "spectrum-facility",
                      "attributes": {
                        "TARGSWSEL": "12",
                        "INITATTEN": "12.00",
                        "CTRLFREQOFFSET": "0.000",
                        "EXPINITPOW": "N/A",
                        "SWSEL": "16",
                        "REFBW": "12.5GHZ",
                        "WSSCHINPOW": "N/A",
                        "CENTERFREQ": "191.343750",
                        "CTRLSSCATTEN": "20.00",
                        "MAXFREQ": "191.362500",
                        "TID": "SSTSite3",
                        "AID": "NMCC-1-2-9-2-1",
                        "INPWEREF": "N/A",
                        "INPOWSRC": "0.0",
                        "SPECTRALWIDTH": "37.500",
                        "CHNLPOW": "N/A",
                        "TARGLOSS": "18.00",
                        "CTRLSTATE": "Not Applicable",
                        "SST": "IS",
                        "ISOPQ": "YES",
                        "CTRLTARGPOW": "N/A",
                        "WSSOUTPOW": "N/A",
                        "LOSS": "N/A",
                        "CTRLSSC": "SSC-1-2-9-3",
                        "MINFREQ": "191.325000",
                        "CHCMODE": "OPENLOOPLOSS",
                        "ATTEN": "N/A",
                        "INPOW": "N/A",
                        "CKTID": "N/A",
                        "WSSCHOUTPOW": "N/A",
                        "PST": "IS",
                        "CTRLOUTPOW": "N/A"
                      }
                    },
                    {
                      "id": "NMCC-1-2-9-2-1",
                      "type": "spectrum-facility",
                      "attributes": {
                        "TARGSWSEL": "12",
                        "INITATTEN": "12.00",
                        "CTRLFREQOFFSET": "0.000",
                        "EXPINITPOW": "N/A",
                        "SWSEL": "16",
                        "REFBW": "12.5GHZ",
                        "WSSCHINPOW": "N/A",
                        "CENTERFREQ": "191.343750",
                        "CTRLSSCATTEN": "20.00",
                        "MAXFREQ": "191.362500",
                        "TID": "SSTSite3",
                        "AID": "NMCC-1-2-9-2-1",
                        "INPWEREF": "N/A",
                        "INPOWSRC": "0.0",
                        "SPECTRALWIDTH": "37.500",
                        "CHNLPOW": "N/A",
                        "TARGLOSS": "18.00",
                        "CTRLSTATE": "Not Applicable",
                        "SST": "IS",
                        "ISOPQ": "YES",
                        "CTRLTARGPOW": "N/A",
                        "WSSOUTPOW": "N/A",
                        "LOSS": "N/A",
                        "CTRLSSC": "SSC-1-2-9-3",
                        "MINFREQ": "191.325000",
                        "CHCMODE": "OPENLOOPLOSS",
                        "ATTEN": "N/A",
                        "INPOW": "N/A",
                        "CKTID": "N/A",
                        "WSSCHOUTPOW": "N/A",
                        "PST": "IS",
                        "CTRLOUTPOW": "N/A"
                      }
                    },
                    {
                      "id": "NMCC-1-2-9-2-1",
                      "type": "spectrum-facility",
                      "attributes": {
                        "TARGSWSEL": "12",
                        "INITATTEN": "12.00",
                        "CTRLFREQOFFSET": "0.000",
                        "EXPINITPOW": "N/A",
                        "SWSEL": "16",
                        "REFBW": "12.5GHZ",
                        "WSSCHINPOW": "N/A",
                        "CENTERFREQ": "191.343750",
                        "CTRLSSCATTEN": "20.00",
                        "MAXFREQ": "191.362500",
                        "TID": "SSTSite3",
                        "AID": "NMCC-1-2-9-2-1",
                        "INPWEREF": "N/A",
                        "INPOWSRC": "0.0",
                        "SPECTRALWIDTH": "37.500",
                        "CHNLPOW": "N/A",
                        "TARGLOSS": "18.00",
                        "CTRLSTATE": "Not Applicable",
                        "SST": "IS",
                        "ISOPQ": "YES",
                        "CTRLTARGPOW": "N/A",
                        "WSSOUTPOW": "N/A",
                        "LOSS": "N/A",
                        "CTRLSSC": "SSC-1-2-9-3",
                        "MINFREQ": "191.325000",
                        "CHCMODE": "OPENLOOPLOSS",
                        "ATTEN": "N/A",
                        "INPOW": "N/A",
                        "CKTID": "N/A",
                        "WSSCHOUTPOW": "N/A",
                        "PST": "IS",
                        "CTRLOUTPOW": "N/A"
                      }
                    },
                    {
                      "id": "NMCC-1-2-9-2-1",
                      "type": "spectrum-facility",
                      "attributes": {
                        "TARGSWSEL": "12",
                        "INITATTEN": "12.00",
                        "CTRLFREQOFFSET": "0.000",
                        "EXPINITPOW": "N/A",
                        "SWSEL": "16",
                        "REFBW": "12.5GHZ",
                        "WSSCHINPOW": "N/A",
                        "CENTERFREQ": "191.343750",
                        "CTRLSSCATTEN": "20.00",
                        "MAXFREQ": "191.362500",
                        "TID": "SSTSite3",
                        "AID": "NMCC-1-2-9-2-1",
                        "INPWEREF": "N/A",
                        "INPOWSRC": "0.0",
                        "SPECTRALWIDTH": "37.500",
                        "CHNLPOW": "N/A",
                        "TARGLOSS": "18.00",
                        "CTRLSTATE": "Not Applicable",
                        "SST": "IS",
                        "ISOPQ": "YES",
                        "CTRLTARGPOW": "N/A",
                        "WSSOUTPOW": "N/A",
                        "LOSS": "N/A",
                        "CTRLSSC": "SSC-1-2-9-3",
                        "MINFREQ": "191.325000",
                        "CHCMODE": "OPENLOOPLOSS",
                        "ATTEN": "N/A",
                        "INPOW": "N/A",
                        "CKTID": "N/A",
                        "WSSCHOUTPOW": "N/A",
                        "PST": "IS",
                        "CTRLOUTPOW": "N/A"
                      }
                    }
                  ]
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "nmccDetails"
            }
          }
        }
      },
      "put": {
        "tags": [
          "SpectrumFacility"
        ],
        "operationId": "putSubmarineApiV1SpectrumFacility",
        "description": "The parameters and request body are for method: putSubmarineApiV1SpectrumFacility. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "status": {
                      "type": "string"
                    },
                    "message": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "status": "SUCCESS",
                  "message": "Switch selector changed successfully"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "updateSwitchSelector"
            }
          }
        }
      }
    },
    "/tdc/api/v1/configProperties": {
      "get": {
        "tags": [
          "Tdcapiv1configProperties"
        ],
        "operationId": "getAllProps",
        "description": "The parameters and request body are for method: getAllProps. Same 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": [
          "Tdcapiv1configProperties"
        ],
        "operationId": "createUpdateProp",
        "description": "The parameters and request body are for method: createUpdateProp. 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"
              }
            }
          }
        }
      }
    },
    "/tdc/api/v1/configProperties/{propertyName}": {
      "get": {
        "tags": [
          "Tdcapiv1configProperties"
        ],
        "operationId": "getPropValueByName",
        "description": "The parameters and request body are for method: getPropValueByName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "propertyName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "propertyName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Tdcapiv1configProperties"
        ],
        "operationId": "deletePropByName",
        "description": "The parameters and request body are for method: deletePropByName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "propertyName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "propertyName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tdc/api/v1/diag/fiberloss": {
      "get": {
        "tags": [
          "Tdcapiv1diagfiberloss"
        ],
        "operationId": "getFiberLossData",
        "description": "The parameters and request body are for method: getFiberLossData. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "freIds",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tdc/api/v1/diag/pms/prfbers": {
      "get": {
        "tags": [
          "Tdcapiv1diagpmsprfbers"
        ],
        "operationId": "checkPrefecBer",
        "description": "The parameters and request body are for method: checkPrefecBer. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "freIds",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "failThreshold",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "degradeThreshold",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "resetIdf",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tdc/api/v1/diag/pms/prfbers/complex": {
      "get": {
        "tags": [
          "Tdcapiv1diagpmsprfbers"
        ],
        "operationId": "testPrefecBer",
        "description": "The parameters and request body are for method: testPrefecBer. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "freId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "targetThreshold",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tdc/api/v1/diag/spectral": {
      "get": {
        "tags": [
          "Tdcapiv1diagspectral"
        ],
        "operationId": "getSpectralDiagData",
        "description": "The parameters and request body are for method: getSpectralDiagData. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "freIds",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tdc/api/v1/diag/spectral/allocations": {
      "get": {
        "tags": [
          "Tdcapiv1diagspectral"
        ],
        "operationId": "getSpectralAllocData",
        "description": "The parameters and request body are for method: getSpectralAllocData. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "freIds",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tdc/api/v1/operationalStatus": {
      "get": {
        "tags": [
          "Tdcapiv1operationalStatus"
        ],
        "operationId": "getOperStatus",
        "description": "The parameters and request body are for method: getOperStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "freId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "osTypeString",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tdc/api/v1/pageLoad/load": {
      "get": {
        "tags": [
          "Tdcapiv1pageLoad"
        ],
        "operationId": "getPageLoadInformation",
        "description": "The parameters and request body are for method: getPageLoadInformation. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "freId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "includedInformation",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tdc/api/v1/tests": {
      "get": {
        "tags": [
          "Tdcapiv1tests"
        ],
        "operationId": "getTestList",
        "description": "The parameters and request body are for method: getTestList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "testType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "freId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tpeIds",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ncIds",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "userAnnotation",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tdc/api/v1/tests/Description": {
      "get": {
        "tags": [
          "Tdcapiv1tests"
        ],
        "operationId": "getTestCapabilities",
        "description": "The parameters and request body are for method: getTestCapabilities. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "freId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tdc/api/v1/tests/DescriptionL3": {
      "get": {
        "tags": [
          "Tdcapiv1tests"
        ],
        "operationId": "getTestCapabilitiesL3",
        "description": "The parameters and request body are for method: getTestCapabilitiesL3. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "operationType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ncId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tdc/api/v1/tests/benchmarkOperations": {
      "post": {
        "tags": [
          "Tdcapiv1tests"
        ],
        "operationId": "startBmTest",
        "description": "The parameters and request body are for method: startBmTest. 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"
              }
            }
          }
        }
      }
    },
    "/tdc/api/v1/tests/cfmOperations": {
      "post": {
        "tags": [
          "Tdcapiv1tests"
        ],
        "operationId": "startCfmTest",
        "description": "The parameters and request body are for method: startCfmTest. 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"
              }
            }
          }
        }
      }
    },
    "/tdc/api/v1/tests/itsInjectError": {
      "post": {
        "tags": [
          "Tdcapiv1tests"
        ],
        "operationId": "itsInjectError",
        "description": "The parameters and request body are for method: itsInjectError. 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"
              }
            }
          }
        }
      }
    },
    "/tdc/api/v1/tests/itsOperations": {
      "post": {
        "tags": [
          "Tdcapiv1tests"
        ],
        "operationId": "startItsTest",
        "description": "The parameters and request body are for method: startItsTest. 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"
              }
            }
          }
        }
      }
    },
    "/tdc/api/v1/tests/ldpOperations": {
      "post": {
        "tags": [
          "Tdcapiv1tests"
        ],
        "operationId": "startLdpTest",
        "description": "The parameters and request body are for method: startLdpTest. 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"
              }
            }
          }
        }
      }
    },
    "/tdc/api/v1/tests/loopbackOperations": {
      "post": {
        "tags": [
          "Tdcapiv1tests"
        ],
        "operationId": "startLbTest",
        "description": "The parameters and request body are for method: startLbTest. 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"
              }
            }
          }
        }
      }
    },
    "/tdc/api/v1/tests/lspOperations": {
      "post": {
        "tags": [
          "Tdcapiv1tests"
        ],
        "operationId": "startLspTest",
        "description": "The parameters and request body are for method: startLspTest. 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"
              }
            }
          }
        }
      }
    },
    "/tdc/api/v1/tests/pwOperations": {
      "post": {
        "tags": [
          "Tdcapiv1tests"
        ],
        "operationId": "startPwTest",
        "description": "The parameters and request body are for method: startPwTest. 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"
              }
            }
          }
        }
      }
    },
    "/tdc/api/v1/tests/reflectorOperations": {
      "post": {
        "tags": [
          "Tdcapiv1tests"
        ],
        "operationId": "reflectorOp",
        "description": "The parameters and request body are for method: reflectorOp. 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"
              }
            }
          }
        }
      }
    },
    "/tdc/api/v1/tests/srOperations": {
      "post": {
        "tags": [
          "Tdcapiv1tests"
        ],
        "operationId": "startSrTest",
        "description": "The parameters and request body are for method: startSrTest. 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"
              }
            }
          }
        }
      }
    },
    "/tdc/api/v1/tests/srPolicyOperations": {
      "post": {
        "tags": [
          "Tdcapiv1tests"
        ],
        "operationId": "startSrPolicyTest",
        "description": "The parameters and request body are for method: startSrPolicyTest. 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"
              }
            }
          }
        }
      }
    },
    "/tdc/api/v1/tests/tdmOperations": {
      "post": {
        "tags": [
          "Tdcapiv1tests"
        ],
        "operationId": "startTdmTest",
        "description": "The parameters and request body are for method: startTdmTest. 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"
              }
            }
          }
        }
      }
    },
    "/tdc/api/v1/tests/vrfOperations": {
      "post": {
        "tags": [
          "Tdcapiv1tests"
        ],
        "operationId": "startVrfTest",
        "description": "The parameters and request body are for method: startVrfTest. 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"
              }
            }
          }
        }
      }
    },
    "/tdc/api/v1/tests/{testId}": {
      "get": {
        "tags": [
          "Tdcapiv1tests"
        ],
        "operationId": "getTestRecordById",
        "description": "The parameters and request body are for method: getTestRecordById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "testId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "testId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tdc/api/v1/tests/{testId}/cancel": {
      "delete": {
        "tags": [
          "Tdcapiv1tests"
        ],
        "operationId": "cancelInProgressTest",
        "description": "The parameters and request body are for method: cancelInProgressTest. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "testId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "testId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tdc/api/v1/tests/its/itsConfiguration": {
      "post": {
        "tags": [
          "Tdcapiv1testsits"
        ],
        "operationId": "configure",
        "description": "The parameters and request body are for method: configure. 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"
              }
            }
          }
        }
      }
    },
    "/tdc/api/v1/tests/its/itsDescription": {
      "get": {
        "tags": [
          "Tdcapiv1testsits"
        ],
        "operationId": "getItsTestDescription",
        "description": "The parameters and request body are for method: getItsTestDescription. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "freId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "testType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tdc/api/v1/tests/its/itsUnconfiguration": {
      "post": {
        "tags": [
          "Tdcapiv1testsits"
        ],
        "operationId": "unConfigure",
        "description": "The parameters and request body are for method: unConfigure. 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"
              }
            }
          }
        }
      }
    },
    "/tdc/api/v2/diag/operMeas": {
      "post": {
        "tags": [
          "Tdcapiv2diagoperMeas"
        ],
        "operationId": "startRouteDiag",
        "description": "The parameters and request body are for method: startRouteDiag. 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"
              }
            }
          }
        }
      }
    },
    "/tdc/api/v2/diag/operMeas/facilities": {
      "post": {
        "tags": [
          "Tdcapiv2diagoperMeas"
        ],
        "operationId": "startFacilityDiag",
        "description": "The parameters and request body are for method: startFacilityDiag. 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"
              }
            }
          }
        }
      }
    },
    "/tdc/api/v2/diag/operMeas/latency/facilities": {
      "post": {
        "tags": [
          "Tdcapiv2diagoperMeas"
        ],
        "operationId": "startLatencyFacilityDiag",
        "description": "The parameters and request body are for method: startLatencyFacilityDiag. 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"
              }
            }
          }
        }
      }
    },
    "/tdc/api/v2/diag/operMeas/powerAttributes/facilities": {
      "post": {
        "tags": [
          "Tdcapiv2diagoperMeas"
        ],
        "operationId": "startPowerSnapshotAttributes",
        "description": "The parameters and request body are for method: startPowerSnapshotAttributes. 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"
              }
            }
          }
        }
      }
    },
    "/tdc/api/v2/diag/operMeas/powerPms": {
      "post": {
        "tags": [
          "Tdcapiv2diagoperMeas"
        ],
        "operationId": "startPowerDiag",
        "description": "The parameters and request body are for method: startPowerDiag. 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"
              }
            }
          }
        }
      }
    },
    "/tdc/api/v2/diag/operMeas/reset": {
      "post": {
        "tags": [
          "Tdcapiv2diagoperMeas"
        ],
        "operationId": "resetPms",
        "description": "The parameters and request body are for method: resetPms. 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"
              }
            }
          }
        }
      }
    },
    "/kafka-rest/api/v1/topics/{topicName}": {
      "get": {
        "tags": [
          "TopicManagement"
        ],
        "operationId": "getTopic",
        "description": "The parameters and request body are for method: getTopic. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "topicName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "topicName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "TopicManagement"
        ],
        "operationId": "alterTopic",
        "description": "The parameters and request body are for method: alterTopic. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "topicName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "topicName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "TopicManagement"
        ],
        "operationId": "deleteTopic",
        "description": "The parameters and request body are for method: deleteTopic. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "topicName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "topicName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/kafka-rest/api/v1/topics": {
      "post": {
        "tags": [
          "TopicManagement"
        ],
        "operationId": "createTopic",
        "description": "The parameters and request body are for method: createTopic. 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"
              }
            }
          }
        }
      }
    },
    "/kafka-rest/api/v1/monitor/{topicName}": {
      "get": {
        "tags": [
          "TopicMonitoring"
        ],
        "operationId": "getTopicState",
        "description": "The parameters and request body are for method: getTopicState. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "topicName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "topicName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/kafka-rest/api/v1/monitor/{topicName}/{consumerGroup}": {
      "get": {
        "tags": [
          "TopicMonitoring"
        ],
        "operationId": "getTopicConsumer",
        "description": "The parameters and request body are for method: getTopicConsumer. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "topicName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "topicName",
              "type": "string"
            }
          },
          {
            "name": "consumerGroup",
            "in": "path",
            "required": true,
            "schema": {
              "title": "consumerGroup",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/kafka-rest/api/v1/monitor/process-state/{topicName}/{consumerGroup}": {
      "get": {
        "tags": [
          "TopicMonitoring"
        ],
        "operationId": "getTopicConsumerProcessState",
        "description": "The parameters and request body are for method: getTopicConsumerProcessState. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "topicName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "topicName",
              "type": "string"
            }
          },
          {
            "name": "consumerGroup",
            "in": "path",
            "required": true,
            "schema": {
              "title": "consumerGroup",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/upgrade/api/v1/upgrades": {
      "get": {
        "tags": [
          "UpgradeRestServiceV1"
        ],
        "operationId": "listUpgrades",
        "description": "The parameters and request body are for method: listUpgrades. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "string"
                  }
                },
                "example": [
                  "string"
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "UpgradeRestServiceV1"
        ],
        "operationId": "upgradeSolutions",
        "description": "The parameters and request body are for method: upgradeSolutions. 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"
              }
            }
          }
        }
      }
    },
    "/upgrade/api/v1/upgrades/{jobId}": {
      "get": {
        "tags": [
          "UpgradeRestServiceV1"
        ],
        "operationId": "listUpgradeJob",
        "description": "The parameters and request body are for method: listUpgradeJob. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "jobId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "jobId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "UpgradeRestServiceV1"
        ],
        "operationId": "stopUpgradeJob",
        "description": "The parameters and request body are for method: stopUpgradeJob. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "jobId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "jobId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/upgrade/api/v1/upgrades/{jobId}/commit": {
      "post": {
        "tags": [
          "UpgradeRestServiceV1"
        ],
        "operationId": "commit",
        "description": "The parameters and request body are for method: commit. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "string"
                  }
                },
                "example": [
                  "string"
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "jobId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "jobId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/upgrade/api/v1/upgrades/{jobId}/rollback": {
      "post": {
        "tags": [
          "UpgradeRestServiceV1"
        ],
        "operationId": "rollback",
        "description": "The parameters and request body are for method: rollback. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "string"
                  }
                },
                "example": [
                  "string",
                  "string",
                  "string"
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "jobId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "jobId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tron/api/v1/api-keys": {
      "get": {
        "tags": [
          "ApiKeys"
        ],
        "operationId": "apiKeysList",
        "description": "The parameters and request body are for method: apiKeysList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "owner",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "keyId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "ApiKeys"
        ],
        "operationId": "apiKeysCreate",
        "description": "The parameters and request body are for method: apiKeysCreate. Same 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": {}
            }
          }
        }
      }
    },
    "/tron/api/v1/api-keys/{keyId}": {
      "get": {
        "tags": [
          "ApiKeys"
        ],
        "operationId": "apiKeysRead",
        "description": "The parameters and request body are for method: apiKeysRead. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "keyId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "keyId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "ApiKeys"
        ],
        "operationId": "apiKeysDelete",
        "description": "The parameters and request body are for method: apiKeysDelete. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "keyId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "keyId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tron/api/v1/applications": {
      "get": {
        "tags": [
          "Applications"
        ],
        "operationId": "applicationsList",
        "description": "The parameters and request body are for method: applicationsList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "displayName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "isInternal",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "uuid",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Applications"
        ],
        "operationId": "applicationsCreate",
        "description": "The parameters and request body are for method: applicationsCreate. Same 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": {}
            }
          }
        }
      }
    },
    "/tron/api/v1/applications/{uuid}": {
      "get": {
        "tags": [
          "Applications"
        ],
        "operationId": "applicationsRead",
        "description": "The parameters and request body are for method: applicationsRead. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Applications"
        ],
        "operationId": "applicationsUpdate",
        "description": "The parameters and request body are for method: applicationsUpdate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Applications"
        ],
        "operationId": "applicationsPartialUpdate",
        "description": "The parameters and request body are for method: applicationsPartialUpdate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Applications"
        ],
        "operationId": "applicationsDelete",
        "description": "The parameters and request body are for method: applicationsDelete. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tron/api/v1/auth": {
      "post": {
        "tags": [
          "Auth"
        ],
        "operationId": "authCreate",
        "description": "The parameters and request body are for method: authCreate. Same 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": {}
            }
          }
        }
      }
    },
    "/tron/api/v1/current-user": {
      "get": {
        "tags": [
          "CurrentUser"
        ],
        "operationId": "currentUserList",
        "description": "The parameters and request body are for method: currentUserList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tron/api/v1/current-user/login_info": {
      "get": {
        "tags": [
          "CurrentUser"
        ],
        "operationId": "currentUserLoginInfo",
        "description": "The parameters and request body are for method: currentUserLoginInfo. Same 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": {}
            }
          }
        }
      }
    },
    "/tron/api/v1/health-check": {
      "get": {
        "tags": [
          "HealthCheck"
        ],
        "operationId": "healthCheckList",
        "description": "The parameters and request body are for method: healthCheckList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tron/api/v1/ldap-configs": {
      "get": {
        "tags": [
          "LdapConfigs"
        ],
        "operationId": "ldapConfigsList",
        "description": "The parameters and request body are for method: ldapConfigsList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tron/api/v1/ldap-configs/{uuid}": {
      "get": {
        "tags": [
          "LdapConfigs"
        ],
        "operationId": "ldapConfigsRead",
        "description": "The parameters and request body are for method: ldapConfigsRead. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "LdapConfigs"
        ],
        "operationId": "ldapConfigsUpdate",
        "description": "The parameters and request body are for method: ldapConfigsUpdate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "LdapConfigs"
        ],
        "operationId": "ldapConfigsPartialUpdate",
        "description": "The parameters and request body are for method: ldapConfigsPartialUpdate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tron/api/v1/login-detail": {
      "get": {
        "tags": [
          "LoginDetail"
        ],
        "operationId": "loginDetailList",
        "description": "The parameters and request body are for method: loginDetailList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "userUuid",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "isSuccessful",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "user",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tron/api/v1/login-info": {
      "get": {
        "tags": [
          "LoginInfo"
        ],
        "operationId": "loginInfoList",
        "description": "The parameters and request body are for method: loginInfoList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tron/api/v1/login-message": {
      "get": {
        "tags": [
          "LoginMessage"
        ],
        "operationId": "loginMessageList",
        "description": "The parameters and request body are for method: loginMessageList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tron/api/v1/login-message/{uuid}": {
      "get": {
        "tags": [
          "LoginMessage"
        ],
        "operationId": "loginMessageRead",
        "description": "The parameters and request body are for method: loginMessageRead. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "LoginMessage"
        ],
        "operationId": "loginMessageUpdate",
        "description": "The parameters and request body are for method: loginMessageUpdate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "LoginMessage"
        ],
        "operationId": "loginMessagePartialUpdate",
        "description": "The parameters and request body are for method: loginMessagePartialUpdate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tron/api/v1/logout": {
      "post": {
        "tags": [
          "Logout"
        ],
        "operationId": "logoutCreate",
        "description": "The parameters and request body are for method: logoutCreate. Same 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": {}
            }
          }
        }
      }
    },
    "/tron/api/v1/notification-config": {
      "get": {
        "tags": [
          "NotificationConfig"
        ],
        "operationId": "notificationConfigList",
        "description": "The parameters and request body are for method: notificationConfigList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tron/api/v1/notification-config/{uuid}": {
      "get": {
        "tags": [
          "NotificationConfig"
        ],
        "operationId": "notificationConfigRead",
        "description": "The parameters and request body are for method: notificationConfigRead. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "NotificationConfig"
        ],
        "operationId": "notificationConfigUpdate",
        "description": "The parameters and request body are for method: notificationConfigUpdate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "NotificationConfig"
        ],
        "operationId": "notificationConfigPartialUpdate",
        "description": "The parameters and request body are for method: notificationConfigPartialUpdate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tron/api/v1/oauth2/tokens": {
      "post": {
        "tags": [
          "Oauth2"
        ],
        "operationId": "oauth2TokensCreate",
        "description": "The parameters and request body are for method: oauth2TokensCreate. Same 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": {}
            }
          }
        }
      }
    },
    "/tron/api/v1/oauth2/tokens/{token}": {
      "delete": {
        "tags": [
          "Oauth2"
        ],
        "operationId": "oauth2TokensDelete",
        "description": "The parameters and request body are for method: oauth2TokensDelete. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "path",
            "required": true,
            "schema": {
              "title": "token",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tron/api/v1/oauth2/tokens/{token}/change_tenant_context": {
      "post": {
        "tags": [
          "Oauth2"
        ],
        "operationId": "oauth2TokensChangeTenantContext",
        "description": "The parameters and request body are for method: oauth2TokensChangeTenantContext. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "path",
            "required": true,
            "schema": {
              "title": "token",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tron/api/v1/partitions": {
      "get": {
        "tags": [
          "Partitions"
        ],
        "operationId": "partitionsList",
        "description": "The parameters and request body are for method: partitionsList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "displayName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "displayNameContains",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "displayNameStartswith",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "isActive",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "search",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Partitions"
        ],
        "operationId": "partitionsCreate",
        "description": "The parameters and request body are for method: partitionsCreate. Same 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": {}
            }
          }
        }
      }
    },
    "/tron/api/v1/partitions/{uuid}": {
      "get": {
        "tags": [
          "Partitions"
        ],
        "operationId": "partitionsRead",
        "description": "The parameters and request body are for method: partitionsRead. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Partitions"
        ],
        "operationId": "partitionsUpdate",
        "description": "The parameters and request body are for method: partitionsUpdate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Partitions"
        ],
        "operationId": "partitionsPartialUpdate",
        "description": "The parameters and request body are for method: partitionsPartialUpdate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Partitions"
        ],
        "operationId": "partitionsDelete",
        "description": "The parameters and request body are for method: partitionsDelete. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tron/api/v1/passwordpolicies": {
      "get": {
        "tags": [
          "Passwordpolicies"
        ],
        "operationId": "passwordpoliciesList",
        "description": "The parameters and request body are for method: passwordpoliciesList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "description",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "uuid",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "enableLockout",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "historySize",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "allowCommonPasswords",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "allowDictionaryWords",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lockoutNonChangedDays",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "minimumChangeDays",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "minimumDigits",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "minimumDistance",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "minimumLowercase",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "minimumPasswordLength",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "minimumSpecialChars",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "minimumStrength",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "minimumUppercase",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "passwordChangeDays",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "requirePeriodicChange",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Passwordpolicies"
        ],
        "operationId": "passwordpoliciesCreate",
        "description": "The parameters and request body are for method: passwordpoliciesCreate. Same 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": {}
            }
          }
        }
      }
    },
    "/tron/api/v1/passwordpolicies/{uuid}": {
      "get": {
        "tags": [
          "Passwordpolicies"
        ],
        "operationId": "passwordpoliciesRead",
        "description": "The parameters and request body are for method: passwordpoliciesRead. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Passwordpolicies"
        ],
        "operationId": "passwordpoliciesUpdate",
        "description": "The parameters and request body are for method: passwordpoliciesUpdate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Passwordpolicies"
        ],
        "operationId": "passwordpoliciesPartialUpdate",
        "description": "The parameters and request body are for method: passwordpoliciesPartialUpdate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tron/api/v1/permissions": {
      "get": {
        "tags": [
          "Permissions"
        ],
        "operationId": "permissionsList",
        "description": "The parameters and request body are for method: permissionsList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "isDefault",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "customerModifiable",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "category",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "categoryContains",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "categoryStartswith",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "displayName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "displayNameContains",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "displayNameStartswith",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Permissions"
        ],
        "operationId": "permissionsCreate",
        "description": "The parameters and request body are for method: permissionsCreate. Same 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": {}
            }
          }
        }
      }
    },
    "/tron/api/v1/permissions/{uuid}": {
      "get": {
        "tags": [
          "Permissions"
        ],
        "operationId": "permissionsRead",
        "description": "The parameters and request body are for method: permissionsRead. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Permissions"
        ],
        "operationId": "permissionsUpdate",
        "description": "The parameters and request body are for method: permissionsUpdate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Permissions"
        ],
        "operationId": "permissionsPartialUpdate",
        "description": "The parameters and request body are for method: permissionsPartialUpdate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Permissions"
        ],
        "operationId": "permissionsDelete",
        "description": "The parameters and request body are for method: permissionsDelete. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tron/api/v1/permissions/{uuid}/add_resources": {
      "post": {
        "tags": [
          "Permissions"
        ],
        "operationId": "permissionsAddResources",
        "description": "The parameters and request body are for method: permissionsAddResources. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tron/api/v1/permissions/{uuid}/remove_resources": {
      "post": {
        "tags": [
          "Permissions"
        ],
        "operationId": "permissionsRemoveResources",
        "description": "The parameters and request body are for method: permissionsRemoveResources. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tron/api/v1/radius-configs": {
      "get": {
        "tags": [
          "RadiusConfigs"
        ],
        "operationId": "radiusConfigsList",
        "description": "The parameters and request body are for method: radiusConfigsList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "RadiusConfigs"
        ],
        "operationId": "radiusConfigsCreate",
        "description": "The parameters and request body are for method: radiusConfigsCreate. Same 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": {}
            }
          }
        }
      }
    },
    "/tron/api/v1/radius-configs/{uuid}": {
      "get": {
        "tags": [
          "RadiusConfigs"
        ],
        "operationId": "radiusConfigsRead",
        "description": "The parameters and request body are for method: radiusConfigsRead. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "RadiusConfigs"
        ],
        "operationId": "radiusConfigsUpdate",
        "description": "The parameters and request body are for method: radiusConfigsUpdate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "RadiusConfigs"
        ],
        "operationId": "radiusConfigsPartialUpdate",
        "description": "The parameters and request body are for method: radiusConfigsPartialUpdate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tron/api/v1/roles": {
      "get": {
        "tags": [
          "Roles"
        ],
        "operationId": "rolesList",
        "description": "The parameters and request body are for method: rolesList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "applicationUuid",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "applicationName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "uuid",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "user",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "application",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "isInternal",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "customerModifiable",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "bypassDormancy",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "displayName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "displayNameContains",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "displayNameStartswith",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Roles"
        ],
        "operationId": "rolesCreate",
        "description": "The parameters and request body are for method: rolesCreate. Same 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": {}
            }
          }
        }
      }
    },
    "/tron/api/v1/roles/total_reserved_sessions": {
      "get": {
        "tags": [
          "Roles"
        ],
        "operationId": "rolesTotalReservedSessions",
        "description": "The parameters and request body are for method: rolesTotalReservedSessions. Same 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": {}
            }
          }
        }
      }
    },
    "/tron/api/v1/roles/{uuid}": {
      "get": {
        "tags": [
          "Roles"
        ],
        "operationId": "rolesRead",
        "description": "The parameters and request body are for method: rolesRead. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Roles"
        ],
        "operationId": "rolesUpdate",
        "description": "The parameters and request body are for method: rolesUpdate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Roles"
        ],
        "operationId": "rolesPartialUpdate",
        "description": "The parameters and request body are for method: rolesPartialUpdate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Roles"
        ],
        "operationId": "rolesDelete",
        "description": "The parameters and request body are for method: rolesDelete. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tron/api/v1/roles/{uuid}/add_parents": {
      "post": {
        "tags": [
          "Roles"
        ],
        "operationId": "rolesAddParents",
        "description": "The parameters and request body are for method: rolesAddParents. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tron/api/v1/roles/{uuid}/add_partitions": {
      "post": {
        "tags": [
          "Roles"
        ],
        "operationId": "rolesAddPartitions",
        "description": "The parameters and request body are for method: rolesAddPartitions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tron/api/v1/roles/{uuid}/add_permissions": {
      "post": {
        "tags": [
          "Roles"
        ],
        "operationId": "rolesAddPermissions",
        "description": "The parameters and request body are for method: rolesAddPermissions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tron/api/v1/roles/{uuid}/add_users": {
      "post": {
        "tags": [
          "Roles"
        ],
        "operationId": "rolesAddUsers",
        "description": "The parameters and request body are for method: rolesAddUsers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tron/api/v1/roles/{uuid}/remove_parents": {
      "post": {
        "tags": [
          "Roles"
        ],
        "operationId": "rolesRemoveParents",
        "description": "The parameters and request body are for method: rolesRemoveParents. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tron/api/v1/roles/{uuid}/remove_partitions": {
      "post": {
        "tags": [
          "Roles"
        ],
        "operationId": "rolesRemovePartitions",
        "description": "The parameters and request body are for method: rolesRemovePartitions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tron/api/v1/roles/{uuid}/remove_permissions": {
      "post": {
        "tags": [
          "Roles"
        ],
        "operationId": "rolesRemovePermissions",
        "description": "The parameters and request body are for method: rolesRemovePermissions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tron/api/v1/roles/{uuid}/remove_users": {
      "post": {
        "tags": [
          "Roles"
        ],
        "operationId": "rolesRemoveUsers",
        "description": "The parameters and request body are for method: rolesRemoveUsers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tron/api/v1/roles/{uuid}/set_reserved_sessions": {
      "post": {
        "tags": [
          "Roles"
        ],
        "operationId": "rolesSetReservedSessions",
        "description": "The parameters and request body are for method: rolesSetReservedSessions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tron/api/v1/sessions": {
      "get": {
        "tags": [
          "Sessions"
        ],
        "operationId": "sessionsList",
        "description": "The parameters and request body are for method: sessionsList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "sessionId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "username",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ipAddress",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sessionType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "usernameContains",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "usernameStartswith",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ipAddressContains",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ipAddressStartswith",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sessionTypeContains",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sessionTypeStartswith",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "search",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tron/api/v1/sessions/{sessionId}": {
      "get": {
        "tags": [
          "Sessions"
        ],
        "operationId": "sessionsRead",
        "description": "The parameters and request body are for method: sessionsRead. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "sessionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "sessionId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Sessions"
        ],
        "operationId": "sessionsDelete",
        "description": "The parameters and request body are for method: sessionsDelete. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "sessionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "sessionId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tron/api/v1/tokens": {
      "post": {
        "tags": [
          "Tokens"
        ],
        "operationId": "tokensCreate",
        "description": "The parameters and request body are for method: tokensCreate. Same 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": {}
            }
          }
        }
      }
    },
    "/tron/api/v1/tokens/{token}": {
      "delete": {
        "tags": [
          "Tokens"
        ],
        "operationId": "tokensDelete",
        "description": "The parameters and request body are for method: tokensDelete. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "path",
            "required": true,
            "schema": {
              "title": "token",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tron/api/v1/tokens/{token}/change_tenant_context": {
      "post": {
        "tags": [
          "Tokens"
        ],
        "operationId": "tokensChangeTenantContext",
        "description": "The parameters and request body are for method: tokensChangeTenantContext. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "path",
            "required": true,
            "schema": {
              "title": "token",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tron/api/v1/usergroups": {
      "get": {
        "tags": [
          "Usergroups"
        ],
        "operationId": "usergroupsList",
        "description": "The parameters and request body are for method: usergroupsList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "user",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "uuid",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Usergroups"
        ],
        "operationId": "usergroupsCreate",
        "description": "The parameters and request body are for method: usergroupsCreate. Same 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": {}
            }
          }
        }
      }
    },
    "/tron/api/v1/usergroups/{uuid}": {
      "get": {
        "tags": [
          "Usergroups"
        ],
        "operationId": "usergroupsRead",
        "description": "The parameters and request body are for method: usergroupsRead. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Usergroups"
        ],
        "operationId": "usergroupsUpdate",
        "description": "The parameters and request body are for method: usergroupsUpdate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Usergroups"
        ],
        "operationId": "usergroupsPartialUpdate",
        "description": "The parameters and request body are for method: usergroupsPartialUpdate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Usergroups"
        ],
        "operationId": "usergroupsDelete",
        "description": "The parameters and request body are for method: usergroupsDelete. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tron/api/v1/usergroups/{uuid}/add_parents": {
      "post": {
        "tags": [
          "Usergroups"
        ],
        "operationId": "usergroupsAddParents",
        "description": "The parameters and request body are for method: usergroupsAddParents. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tron/api/v1/usergroups/{uuid}/add_roles": {
      "post": {
        "tags": [
          "Usergroups"
        ],
        "operationId": "usergroupsAddRoles",
        "description": "The parameters and request body are for method: usergroupsAddRoles. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tron/api/v1/usergroups/{uuid}/add_users": {
      "post": {
        "tags": [
          "Usergroups"
        ],
        "operationId": "usergroupsAddUsers",
        "description": "The parameters and request body are for method: usergroupsAddUsers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tron/api/v1/usergroups/{uuid}/remove_parents": {
      "post": {
        "tags": [
          "Usergroups"
        ],
        "operationId": "usergroupsRemoveParents",
        "description": "The parameters and request body are for method: usergroupsRemoveParents. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tron/api/v1/usergroups/{uuid}/remove_roles": {
      "post": {
        "tags": [
          "Usergroups"
        ],
        "operationId": "usergroupsRemoveRoles",
        "description": "The parameters and request body are for method: usergroupsRemoveRoles. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tron/api/v1/usergroups/{uuid}/remove_users": {
      "post": {
        "tags": [
          "Usergroups"
        ],
        "operationId": "usergroupsRemoveUsers",
        "description": "The parameters and request body are for method: usergroupsRemoveUsers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tron/api/v1/users": {
      "get": {
        "tags": [
          "Users"
        ],
        "operationId": "usersList",
        "description": "The parameters and request body are for method: usersList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "role",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "usergroup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "tenant",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "currentLoggedIn",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "currentWithConcurrentSessionCountGreater",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "isActive",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "isInternal",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "isLocked",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "isStaff",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "isDormant",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "isExpired",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "email",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "emailStartswith",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "emailContains",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "firstName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "firstNameStartswith",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "firstNameContains",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastNameStartswith",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastNameContains",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "username",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "usernameStartswith",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "usernameContains",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "search",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ordering",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Users"
        ],
        "operationId": "usersCreate",
        "description": "The parameters and request body are for method: usersCreate. Same 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": {}
            }
          }
        }
      }
    },
    "/tron/api/v1/users/{uuid}": {
      "get": {
        "tags": [
          "Users"
        ],
        "operationId": "usersRead",
        "description": "The parameters and request body are for method: usersRead. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Users"
        ],
        "operationId": "usersUpdate",
        "description": "The parameters and request body are for method: usersUpdate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Users"
        ],
        "operationId": "usersPartialUpdate",
        "description": "The parameters and request body are for method: usersPartialUpdate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Users"
        ],
        "operationId": "usersDelete",
        "description": "The parameters and request body are for method: usersDelete. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tron/api/v1/users/{uuid}/add_accessible_tenants": {
      "post": {
        "tags": [
          "Users"
        ],
        "operationId": "usersAddAccessibleTenants",
        "description": "The parameters and request body are for method: usersAddAccessibleTenants. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tron/api/v1/users/{uuid}/add_roles": {
      "post": {
        "tags": [
          "Users"
        ],
        "operationId": "usersAddRoles",
        "description": "The parameters and request body are for method: usersAddRoles. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tron/api/v1/users/{uuid}/add_usergroups": {
      "post": {
        "tags": [
          "Users"
        ],
        "operationId": "usersAddUsergroups",
        "description": "The parameters and request body are for method: usersAddUsergroups. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tron/api/v1/users/{uuid}/context_accessible_tenants": {
      "get": {
        "tags": [
          "Users"
        ],
        "operationId": "usersContextAccessibleTenants",
        "description": "The parameters and request body are for method: usersContextAccessibleTenants. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tron/api/v1/users/{uuid}/remove_accessible_tenants": {
      "post": {
        "tags": [
          "Users"
        ],
        "operationId": "usersRemoveAccessibleTenants",
        "description": "The parameters and request body are for method: usersRemoveAccessibleTenants. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tron/api/v1/users/{uuid}/remove_roles": {
      "post": {
        "tags": [
          "Users"
        ],
        "operationId": "usersRemoveRoles",
        "description": "The parameters and request body are for method: usersRemoveRoles. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tron/api/v1/users/{uuid}/remove_usergroups": {
      "post": {
        "tags": [
          "Users"
        ],
        "operationId": "usersRemoveUsergroups",
        "description": "The parameters and request body are for method: usersRemoveUsergroups. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tron/api/v1/users/{uuid}/reset_password": {
      "post": {
        "tags": [
          "Users"
        ],
        "operationId": "usersResetPassword",
        "description": "The parameters and request body are for method: usersResetPassword. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/tron/api/v1/users/{uuid}/set_password": {
      "post": {
        "tags": [
          "Users"
        ],
        "operationId": "usersSetPassword",
        "description": "The parameters and request body are for method: usersSetPassword. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/viability/api/v1/Cache/Recompute": {
      "post": {
        "tags": [
          "Cache"
        ],
        "operationId": "postViabilityApiV1CacheRecompute",
        "description": "The parameters and request body are for method: postViabilityApiV1CacheRecompute. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "deleteOnly",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/viability/api/v1/ViableRoutes/ViabilityData": {
      "post": {
        "tags": [
          "ViableRoutes"
        ],
        "operationId": "postViabilityApiV1ViableRoutesViabilityData",
        "description": "The parameters and request body are for method: postViabilityApiV1ViableRoutesViabilityData. 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"
              }
            }
          }
        }
      },
      "get": {
        "tags": [
          "ViableRoutes"
        ],
        "operationId": "getViabilityApiV1ViableRoutesViabilityData",
        "description": "The parameters and request body are for method: getViabilityApiV1ViableRoutesViabilityData. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "freIds",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "ViableRoutes"
        ],
        "operationId": "putViabilityApiV1ViableRoutesViabilityData",
        "description": "The parameters and request body are for method: putViabilityApiV1ViableRoutesViabilityData. 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"
              }
            }
          }
        }
      }
    },
    "/viability/api/v1/ViableRoutes/ViabilityData/file": {
      "post": {
        "tags": [
          "ViableRoutes"
        ],
        "operationId": "postViabilityApiV1ViableRoutesViabilityDataFile",
        "description": "The parameters and request body are for method: postViabilityApiV1ViableRoutesViabilityDataFile. Same 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": {}
            }
          }
        }
      },
      "get": {
        "tags": [
          "ViableRoutes"
        ],
        "operationId": "getViabilityApiV1ViableRoutesViabilityDataFile",
        "description": "The parameters and request body are for method: getViabilityApiV1ViableRoutesViabilityDataFile. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "freIds",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fileType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/viability/api/v2/ViableRoutes/ViabilityData/file": {
      "post": {
        "tags": [
          "ViableRoutesV2"
        ],
        "operationId": "postViabilityApiV2ViableRoutesViabilityDataFile",
        "description": "The parameters and request body are for method: postViabilityApiV2ViableRoutesViabilityDataFile. Same 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": {}
            }
          }
        }
      }
    },
    "/watcher/api/v1/config": {
      "get": {
        "tags": [
          "Admin"
        ],
        "operationId": "readConfig",
        "description": "The parameters and request body are for method: readConfig. Same 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": [
          "Admin"
        ],
        "operationId": "updateConfig",
        "description": "The parameters and request body are for method: updateConfig. 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"
              }
            }
          }
        }
      }
    },
    "/watcher/api/v1/import/onecontrol": {
      "post": {
        "tags": [
          "Admin"
        ],
        "operationId": "importOneC",
        "description": "The parameters and request body are for method: importOneC. 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"
              }
            }
          }
        }
      }
    },
    "/watcher/api/v1/logs": {
      "get": {
        "tags": [
          "Admin"
        ],
        "operationId": "readLogs",
        "description": "The parameters and request body are for method: readLogs. Same 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": [
          "Admin"
        ],
        "operationId": "changeLogs",
        "description": "The parameters and request body are for method: changeLogs. 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"
              }
            }
          }
        }
      }
    },
    "/watcher/api/v1/meters/{uuid}": {
      "get": {
        "tags": [
          "Admin"
        ],
        "operationId": "findMeters",
        "description": "The parameters and request body are for method: findMeters. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "name": {
                        "type": "string"
                      },
                      "uuid": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "name": "string",
                    "uuid": "string"
                  },
                  {
                    "name": "string",
                    "uuid": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          },
          {
            "name": "force",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/watcher/api/v1/resource-attrs": {
      "get": {
        "tags": [
          "Admin"
        ],
        "operationId": "getResourceAttrs",
        "description": "The parameters and request body are for method: getResourceAttrs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "name": {
                        "type": "string"
                      },
                      "uuid": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "name": "string",
                    "uuid": "string"
                  },
                  {
                    "name": "string",
                    "uuid": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/watcher/api/v1/sounds": {
      "get": {
        "tags": [
          "Admin"
        ],
        "operationId": "soundFilenames",
        "description": "The parameters and request body are for method: soundFilenames. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "name": {
                        "type": "string"
                      },
                      "path": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "name": "string",
                    "path": "string"
                  },
                  {
                    "name": "string",
                    "path": "string"
                  },
                  {
                    "name": "string",
                    "path": "string"
                  },
                  {
                    "name": "string",
                    "path": "string"
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/watcher/api/v1/sounds/{filename}": {
      "get": {
        "tags": [
          "Admin"
        ],
        "operationId": "readSound",
        "description": "The parameters and request body are for method: readSound. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "filename",
            "in": "path",
            "required": true,
            "schema": {
              "title": "filename",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/watcher/api/v1/watchers": {
      "get": {
        "tags": [
          "Watchers"
        ],
        "operationId": "readWatchers",
        "description": "The parameters and request body are for method: readWatchers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "actionCount": {
                        "type": "number"
                      },
                      "actions": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "createdAt": {
                              "type": "string"
                            },
                            "createdBy": {
                              "type": "string"
                            },
                            "creator": {
                              "type": "string"
                            },
                            "enabled": {
                              "type": "boolean"
                            },
                            "execResult": {
                              "type": "string"
                            },
                            "execStatus": {
                              "type": "string"
                            },
                            "properties": {
                              "type": "object"
                            },
                            "type": {
                              "type": "number"
                            },
                            "updatedAt": {
                              "type": "string"
                            },
                            "updatedBy": {
                              "type": "string"
                            },
                            "updator": {
                              "type": "string"
                            },
                            "uuid": {
                              "type": "string"
                            },
                            "watcherUuid": {
                              "type": "string"
                            }
                          }
                        }
                      },
                      "active": {
                        "type": "boolean"
                      },
                      "conditionCount": {
                        "type": "number"
                      },
                      "conditions": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "category": {
                              "type": "number"
                            },
                            "createdAt": {
                              "type": "string"
                            },
                            "createdBy": {
                              "type": "string"
                            },
                            "creator": {
                              "type": "string"
                            },
                            "evaluationChangeDate": {
                              "type": "string"
                            },
                            "evaluationMessage": {
                              "type": "string"
                            },
                            "evaluationResult": {
                              "type": "boolean"
                            },
                            "properties": {
                              "type": "object"
                            },
                            "tag": {
                              "type": "string"
                            },
                            "type": {
                              "type": "number"
                            },
                            "updatedAt": {
                              "type": "string"
                            },
                            "updatedBy": {
                              "type": "string"
                            },
                            "updator": {
                              "type": "string"
                            },
                            "uuid": {
                              "type": "string"
                            },
                            "watcherUuid": {
                              "type": "string"
                            }
                          }
                        }
                      },
                      "createdAt": {
                        "type": "string"
                      },
                      "createdBy": {
                        "type": "string"
                      },
                      "creator": {
                        "type": "string"
                      },
                      "delay": {
                        "type": "number"
                      },
                      "description": {
                        "type": "string"
                      },
                      "domainId": {
                        "type": "string"
                      },
                      "evalExpr": {
                        "type": "string"
                      },
                      "execAt": {
                        "type": "string"
                      },
                      "execMessage": {
                        "type": "string"
                      },
                      "execStatus": {
                        "type": "string"
                      },
                      "name": {
                        "type": "string"
                      },
                      "priority": {
                        "type": "number"
                      },
                      "resourceAlias": {
                        "type": "string"
                      },
                      "resourceProvId": {
                        "type": "string"
                      },
                      "resourceUuid": {
                        "type": "string"
                      },
                      "sound": {
                        "type": "string"
                      },
                      "triggerCount": {
                        "type": "number"
                      },
                      "type": {
                        "type": "number"
                      },
                      "updatedAt": {
                        "type": "string"
                      },
                      "updatedBy": {
                        "type": "string"
                      },
                      "updator": {
                        "type": "string"
                      },
                      "uuid": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "actionCount": 5,
                    "actions": [
                      {
                        "createdAt": "string",
                        "createdBy": "string",
                        "creator": "string",
                        "enabled": false,
                        "execResult": "string",
                        "execStatus": "string",
                        "properties": {},
                        "type": 2,
                        "updatedAt": "string",
                        "updatedBy": "string",
                        "updator": "string",
                        "uuid": "string",
                        "watcherUuid": "string"
                      },
                      {
                        "createdAt": "string",
                        "createdBy": "string",
                        "creator": "string",
                        "enabled": false,
                        "execResult": "string",
                        "execStatus": "string",
                        "properties": {},
                        "type": 2,
                        "updatedAt": "string",
                        "updatedBy": "string",
                        "updator": "string",
                        "uuid": "string",
                        "watcherUuid": "string"
                      },
                      {
                        "createdAt": "string",
                        "createdBy": "string",
                        "creator": "string",
                        "enabled": false,
                        "execResult": "string",
                        "execStatus": "string",
                        "properties": {},
                        "type": 3,
                        "updatedAt": "string",
                        "updatedBy": "string",
                        "updator": "string",
                        "uuid": "string",
                        "watcherUuid": "string"
                      },
                      {
                        "createdAt": "string",
                        "createdBy": "string",
                        "creator": "string",
                        "enabled": true,
                        "execResult": "string",
                        "execStatus": "string",
                        "properties": {},
                        "type": 2,
                        "updatedAt": "string",
                        "updatedBy": "string",
                        "updator": "string",
                        "uuid": "string",
                        "watcherUuid": "string"
                      },
                      {
                        "createdAt": "string",
                        "createdBy": "string",
                        "creator": "string",
                        "enabled": true,
                        "execResult": "string",
                        "execStatus": "string",
                        "properties": {},
                        "type": 10,
                        "updatedAt": "string",
                        "updatedBy": "string",
                        "updator": "string",
                        "uuid": "string",
                        "watcherUuid": "string"
                      },
                      {
                        "createdAt": "string",
                        "createdBy": "string",
                        "creator": "string",
                        "enabled": false,
                        "execResult": "string",
                        "execStatus": "string",
                        "properties": {},
                        "type": 7,
                        "updatedAt": "string",
                        "updatedBy": "string",
                        "updator": "string",
                        "uuid": "string",
                        "watcherUuid": "string"
                      },
                      {
                        "createdAt": "string",
                        "createdBy": "string",
                        "creator": "string",
                        "enabled": false,
                        "execResult": "string",
                        "execStatus": "string",
                        "properties": {},
                        "type": 10,
                        "updatedAt": "string",
                        "updatedBy": "string",
                        "updator": "string",
                        "uuid": "string",
                        "watcherUuid": "string"
                      },
                      {
                        "createdAt": "string",
                        "createdBy": "string",
                        "creator": "string",
                        "enabled": false,
                        "execResult": "string",
                        "execStatus": "string",
                        "properties": {},
                        "type": 3,
                        "updatedAt": "string",
                        "updatedBy": "string",
                        "updator": "string",
                        "uuid": "string",
                        "watcherUuid": "string"
                      },
                      {
                        "createdAt": "string",
                        "createdBy": "string",
                        "creator": "string",
                        "enabled": false,
                        "execResult": "string",
                        "execStatus": "string",
                        "properties": {},
                        "type": 9,
                        "updatedAt": "string",
                        "updatedBy": "string",
                        "updator": "string",
                        "uuid": "string",
                        "watcherUuid": "string"
                      }
                    ],
                    "active": false,
                    "conditionCount": 6,
                    "conditions": [
                      {
                        "category": 5,
                        "createdAt": "string",
                        "createdBy": "string",
                        "creator": "string",
                        "evaluationChangeDate": "string",
                        "evaluationMessage": "string",
                        "evaluationResult": true,
                        "properties": {},
                        "tag": "string",
                        "type": 2,
                        "updatedAt": "string",
                        "updatedBy": "string",
                        "updator": "string",
                        "uuid": "string",
                        "watcherUuid": "string"
                      },
                      {
                        "category": 1,
                        "createdAt": "string",
                        "createdBy": "string",
                        "creator": "string",
                        "evaluationChangeDate": "string",
                        "evaluationMessage": "string",
                        "evaluationResult": true,
                        "properties": {},
                        "tag": "string",
                        "type": 4,
                        "updatedAt": "string",
                        "updatedBy": "string",
                        "updator": "string",
                        "uuid": "string",
                        "watcherUuid": "string"
                      },
                      {
                        "category": 6,
                        "createdAt": "string",
                        "createdBy": "string",
                        "creator": "string",
                        "evaluationChangeDate": "string",
                        "evaluationMessage": "string",
                        "evaluationResult": true,
                        "properties": {},
                        "tag": "string",
                        "type": 10,
                        "updatedAt": "string",
                        "updatedBy": "string",
                        "updator": "string",
                        "uuid": "string",
                        "watcherUuid": "string"
                      },
                      {
                        "category": 7,
                        "createdAt": "string",
                        "createdBy": "string",
                        "creator": "string",
                        "evaluationChangeDate": "string",
                        "evaluationMessage": "string",
                        "evaluationResult": true,
                        "properties": {},
                        "tag": "string",
                        "type": 2,
                        "updatedAt": "string",
                        "updatedBy": "string",
                        "updator": "string",
                        "uuid": "string",
                        "watcherUuid": "string"
                      },
                      {
                        "category": 8,
                        "createdAt": "string",
                        "createdBy": "string",
                        "creator": "string",
                        "evaluationChangeDate": "string",
                        "evaluationMessage": "string",
                        "evaluationResult": false,
                        "properties": {},
                        "tag": "string",
                        "type": 5,
                        "updatedAt": "string",
                        "updatedBy": "string",
                        "updator": "string",
                        "uuid": "string",
                        "watcherUuid": "string"
                      },
                      {
                        "category": 3,
                        "createdAt": "string",
                        "createdBy": "string",
                        "creator": "string",
                        "evaluationChangeDate": "string",
                        "evaluationMessage": "string",
                        "evaluationResult": false,
                        "properties": {},
                        "tag": "string",
                        "type": 2,
                        "updatedAt": "string",
                        "updatedBy": "string",
                        "updator": "string",
                        "uuid": "string",
                        "watcherUuid": "string"
                      },
                      {
                        "category": 2,
                        "createdAt": "string",
                        "createdBy": "string",
                        "creator": "string",
                        "evaluationChangeDate": "string",
                        "evaluationMessage": "string",
                        "evaluationResult": false,
                        "properties": {},
                        "tag": "string",
                        "type": 4,
                        "updatedAt": "string",
                        "updatedBy": "string",
                        "updator": "string",
                        "uuid": "string",
                        "watcherUuid": "string"
                      }
                    ],
                    "createdAt": "string",
                    "createdBy": "string",
                    "creator": "string",
                    "delay": 10,
                    "description": "string",
                    "domainId": "string",
                    "evalExpr": "string",
                    "execAt": "string",
                    "execMessage": "string",
                    "execStatus": "string",
                    "name": "string",
                    "priority": 7,
                    "resourceAlias": "string",
                    "resourceProvId": "string",
                    "resourceUuid": "string",
                    "sound": "string",
                    "triggerCount": 3,
                    "type": 6,
                    "updatedAt": "string",
                    "updatedBy": "string",
                    "updator": "string",
                    "uuid": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "searchText",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sort",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filter",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "paging",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "facets",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Watchers"
        ],
        "operationId": "createWatcher",
        "description": "The parameters and request body are for method: createWatcher. 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"
              }
            }
          }
        }
      }
    },
    "/watcher/api/v1/watchers/{uuid}": {
      "delete": {
        "tags": [
          "Watchers"
        ],
        "operationId": "deleteWatcher",
        "description": "The parameters and request body are for method: deleteWatcher. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "get": {
        "tags": [
          "Watchers"
        ],
        "operationId": "readWatcher",
        "description": "The parameters and request body are for method: readWatcher. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Watchers"
        ],
        "operationId": "updateWatcher",
        "description": "The parameters and request body are for method: updateWatcher. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/watcher/api/v1/watchers/{uuid}/triggers": {
      "get": {
        "tags": [
          "Watchers"
        ],
        "operationId": "readWatcherTriggers",
        "description": "The parameters and request body are for method: readWatcherTriggers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "uuid",
            "in": "path",
            "required": true,
            "schema": {
              "title": "uuid",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/foreign-systems/api/v1/foreignSystems": {
      "get": {
        "tags": [
          "ForeignSystemsInformation"
        ],
        "operationId": "getForeignSystems",
        "description": "The parameters and request body are for method: getForeignSystems. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "string"
                          },
                          "type": {
                            "type": "string"
                          },
                          "attributes": {
                            "type": "object",
                            "properties": {
                              "name": {
                                "type": "string"
                              },
                              "vendor_ne_type": {
                                "type": "string"
                              },
                              "source": {
                                "type": "string"
                              },
                              "nodes": {
                                "type": "string"
                              },
                              "links": {
                                "type": "string"
                              },
                              "connections": {
                                "type": "string"
                              },
                              "in_inventory": {
                                "type": "string"
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "data": [
                    {
                      "id": "string",
                      "type": "string",
                      "attributes": {
                        "name": "string",
                        "vendor_ne_type": "string",
                        "source": "string",
                        "nodes": "string",
                        "links": "string",
                        "connections": "string",
                        "in_inventory": "string"
                      }
                    },
                    {
                      "id": "string",
                      "type": "string",
                      "attributes": {
                        "name": "string",
                        "vendor_ne_type": "string",
                        "source": "string",
                        "nodes": "string",
                        "links": "string",
                        "connections": "string",
                        "in_inventory": "string"
                      }
                    },
                    {
                      "id": "string",
                      "type": "string",
                      "attributes": {
                        "name": "string",
                        "vendor_ne_type": "string",
                        "source": "string",
                        "nodes": "string",
                        "links": "string",
                        "connections": "string",
                        "in_inventory": "string"
                      }
                    },
                    {
                      "id": "string",
                      "type": "string",
                      "attributes": {
                        "name": "string",
                        "vendor_ne_type": "string",
                        "source": "string",
                        "nodes": "string",
                        "links": "string",
                        "connections": "string",
                        "in_inventory": "string"
                      }
                    },
                    {
                      "id": "string",
                      "type": "string",
                      "attributes": {
                        "name": "string",
                        "vendor_ne_type": "string",
                        "source": "string",
                        "nodes": "string",
                        "links": "string",
                        "connections": "string",
                        "in_inventory": "string"
                      }
                    },
                    {
                      "id": "string",
                      "type": "string",
                      "attributes": {
                        "name": "string",
                        "vendor_ne_type": "string",
                        "source": "string",
                        "nodes": "string",
                        "links": "string",
                        "connections": "string",
                        "in_inventory": "string"
                      }
                    },
                    {
                      "id": "string",
                      "type": "string",
                      "attributes": {
                        "name": "string",
                        "vendor_ne_type": "string",
                        "source": "string",
                        "nodes": "string",
                        "links": "string",
                        "connections": "string",
                        "in_inventory": "string"
                      }
                    },
                    {
                      "id": "string",
                      "type": "string",
                      "attributes": {
                        "name": "string",
                        "vendor_ne_type": "string",
                        "source": "string",
                        "nodes": "string",
                        "links": "string",
                        "connections": "string",
                        "in_inventory": "string"
                      }
                    },
                    {
                      "id": "string",
                      "type": "string",
                      "attributes": {
                        "name": "string",
                        "vendor_ne_type": "string",
                        "source": "string",
                        "nodes": "string",
                        "links": "string",
                        "connections": "string",
                        "in_inventory": "string"
                      }
                    }
                  ]
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "ForeignSystemsInformation"
        ],
        "operationId": "createForeignSystem",
        "description": "The parameters and request body are for method: createForeignSystem. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "status": {
                      "type": "string"
                    },
                    "message": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "status": "string",
                  "message": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/foreign-systems/api/v1/foreignSystems/add/{foreignSystemName}": {
      "post": {
        "tags": [
          "ForeignSystemsInformation"
        ],
        "operationId": "addForeignSystemsToInventory",
        "description": "The parameters and request body are for method: addForeignSystemsToInventory. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "status": {
                      "type": "string"
                    },
                    "message": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "status": "string",
                  "message": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "foreignSystemName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "foreignSystemName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/foreign-systems/api/v1/foreignSystems/remove/{foreignSystemName}": {
      "post": {
        "tags": [
          "ForeignSystemsInformation"
        ],
        "operationId": "removeForeignSystemsFromInventory",
        "description": "The parameters and request body are for method: removeForeignSystemsFromInventory. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "status": {
                      "type": "string"
                    },
                    "message": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "status": "string",
                  "message": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "foreignSystemName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "foreignSystemName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/foreign-systems/api/v1/foreignSystems/{foreignSystemName}": {
      "get": {
        "tags": [
          "ForeignSystemsInformation"
        ],
        "operationId": "getForeignSystemsDetail",
        "description": "The parameters and request body are for method: getForeignSystemsDetail. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object",
                      "properties": {
                        "id": {
                          "type": "string"
                        },
                        "type": {
                          "type": "string"
                        },
                        "attributes": {
                          "type": "object",
                          "properties": {
                            "nodes": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "id": {
                                    "type": "string"
                                  },
                                  "foreignsystems_id": {
                                    "type": "string"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "latitude": {
                                    "type": "string"
                                  },
                                  "longitude": {
                                    "type": "string"
                                  },
                                  "serial_number": {
                                    "type": "string"
                                  },
                                  "tag": {
                                    "type": "string"
                                  }
                                }
                              }
                            },
                            "links": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "id": {
                                    "type": "string"
                                  },
                                  "foreignsystems_id": {
                                    "type": "string"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "from_node": {
                                    "type": "string"
                                  },
                                  "from_port_native": {
                                    "type": "string"
                                  },
                                  "from_endpoint": {
                                    "type": "string"
                                  },
                                  "to_node": {
                                    "type": "string"
                                  },
                                  "to_port_native": {
                                    "type": "string"
                                  },
                                  "to_endpoint": {
                                    "type": "string"
                                  },
                                  "layer_type": {
                                    "type": "string"
                                  },
                                  "freq_min": {
                                    "type": "string"
                                  },
                                  "freq_max": {
                                    "type": "string"
                                  },
                                  "tag": {
                                    "type": "string"
                                  }
                                }
                              }
                            },
                            "connections": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "id": {
                                    "type": "string"
                                  },
                                  "foreignsystems_id": {
                                    "type": "string"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "node": {
                                    "type": "string"
                                  },
                                  "from_connection_endpoint": {
                                    "type": "string"
                                  },
                                  "to_connection_endpoint": {
                                    "type": "string"
                                  },
                                  "from_endpoint": {
                                    "type": "string"
                                  },
                                  "to_endpoint": {
                                    "type": "string"
                                  },
                                  "layer_type": {
                                    "type": "string"
                                  },
                                  "frequency": {
                                    "type": "string"
                                  },
                                  "tag": {
                                    "type": "string"
                                  }
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "data": {
                    "id": "string",
                    "type": "string",
                    "attributes": {
                      "nodes": [
                        {
                          "id": "string",
                          "foreignsystems_id": "string",
                          "name": "string",
                          "latitude": "string",
                          "longitude": "string",
                          "serial_number": "string",
                          "tag": "string"
                        },
                        {
                          "id": "string",
                          "foreignsystems_id": "string",
                          "name": "string",
                          "latitude": "string",
                          "longitude": "string",
                          "serial_number": "string",
                          "tag": "string"
                        },
                        {
                          "id": "string",
                          "foreignsystems_id": "string",
                          "name": "string",
                          "latitude": "string",
                          "longitude": "string",
                          "serial_number": "string",
                          "tag": "string"
                        }
                      ],
                      "links": [
                        {
                          "id": "string",
                          "foreignsystems_id": "string",
                          "name": "string",
                          "from_node": "string",
                          "from_port_native": "string",
                          "from_endpoint": "string",
                          "to_node": "string",
                          "to_port_native": "string",
                          "to_endpoint": "string",
                          "layer_type": "string",
                          "freq_min": "string",
                          "freq_max": "string",
                          "tag": "string"
                        },
                        {
                          "id": "string",
                          "foreignsystems_id": "string",
                          "name": "string",
                          "from_node": "string",
                          "from_port_native": "string",
                          "from_endpoint": "string",
                          "to_node": "string",
                          "to_port_native": "string",
                          "to_endpoint": "string",
                          "layer_type": "string",
                          "freq_min": "string",
                          "freq_max": "string",
                          "tag": "string"
                        },
                        {
                          "id": "string",
                          "foreignsystems_id": "string",
                          "name": "string",
                          "from_node": "string",
                          "from_port_native": "string",
                          "from_endpoint": "string",
                          "to_node": "string",
                          "to_port_native": "string",
                          "to_endpoint": "string",
                          "layer_type": "string",
                          "freq_min": "string",
                          "freq_max": "string",
                          "tag": "string"
                        },
                        {
                          "id": "string",
                          "foreignsystems_id": "string",
                          "name": "string",
                          "from_node": "string",
                          "from_port_native": "string",
                          "from_endpoint": "string",
                          "to_node": "string",
                          "to_port_native": "string",
                          "to_endpoint": "string",
                          "layer_type": "string",
                          "freq_min": "string",
                          "freq_max": "string",
                          "tag": "string"
                        },
                        {
                          "id": "string",
                          "foreignsystems_id": "string",
                          "name": "string",
                          "from_node": "string",
                          "from_port_native": "string",
                          "from_endpoint": "string",
                          "to_node": "string",
                          "to_port_native": "string",
                          "to_endpoint": "string",
                          "layer_type": "string",
                          "freq_min": "string",
                          "freq_max": "string",
                          "tag": "string"
                        }
                      ],
                      "connections": [
                        {
                          "id": "string",
                          "foreignsystems_id": "string",
                          "name": "string",
                          "node": "string",
                          "from_connection_endpoint": "string",
                          "to_connection_endpoint": "string",
                          "from_endpoint": "string",
                          "to_endpoint": "string",
                          "layer_type": "string",
                          "frequency": "string",
                          "tag": "string"
                        },
                        {
                          "id": "string",
                          "foreignsystems_id": "string",
                          "name": "string",
                          "node": "string",
                          "from_connection_endpoint": "string",
                          "to_connection_endpoint": "string",
                          "from_endpoint": "string",
                          "to_endpoint": "string",
                          "layer_type": "string",
                          "frequency": "string",
                          "tag": "string"
                        },
                        {
                          "id": "string",
                          "foreignsystems_id": "string",
                          "name": "string",
                          "node": "string",
                          "from_connection_endpoint": "string",
                          "to_connection_endpoint": "string",
                          "from_endpoint": "string",
                          "to_endpoint": "string",
                          "layer_type": "string",
                          "frequency": "string",
                          "tag": "string"
                        },
                        {
                          "id": "string",
                          "foreignsystems_id": "string",
                          "name": "string",
                          "node": "string",
                          "from_connection_endpoint": "string",
                          "to_connection_endpoint": "string",
                          "from_endpoint": "string",
                          "to_endpoint": "string",
                          "layer_type": "string",
                          "frequency": "string",
                          "tag": "string"
                        },
                        {
                          "id": "string",
                          "foreignsystems_id": "string",
                          "name": "string",
                          "node": "string",
                          "from_connection_endpoint": "string",
                          "to_connection_endpoint": "string",
                          "from_endpoint": "string",
                          "to_endpoint": "string",
                          "layer_type": "string",
                          "frequency": "string",
                          "tag": "string"
                        },
                        {
                          "id": "string",
                          "foreignsystems_id": "string",
                          "name": "string",
                          "node": "string",
                          "from_connection_endpoint": "string",
                          "to_connection_endpoint": "string",
                          "from_endpoint": "string",
                          "to_endpoint": "string",
                          "layer_type": "string",
                          "frequency": "string",
                          "tag": "string"
                        },
                        {
                          "id": "string",
                          "foreignsystems_id": "string",
                          "name": "string",
                          "node": "string",
                          "from_connection_endpoint": "string",
                          "to_connection_endpoint": "string",
                          "from_endpoint": "string",
                          "to_endpoint": "string",
                          "layer_type": "string",
                          "frequency": "string",
                          "tag": "string"
                        }
                      ]
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "foreignSystemName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "foreignSystemName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "ForeignSystemsInformation"
        ],
        "operationId": "deleteForeignSystemsFile",
        "description": "The parameters and request body are for method: deleteForeignSystemsFile. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "status": {
                      "type": "string"
                    },
                    "message": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "status": "string",
                  "message": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "foreignSystemName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "foreignSystemName",
              "type": "string"
            }
          },
          {
            "name": "deleteType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "ForeignSystemsInformation"
        ],
        "operationId": "updateForeignSystem",
        "description": "The parameters and request body are for method: updateForeignSystem. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "status": {
                      "type": "string"
                    },
                    "message": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "status": "string",
                  "message": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "foreignSystemName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "foreignSystemName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    }
  },
  "components": {
    "schemas": {}
  }
}