{
  "openapi": "3.1.0",
  "info": {
    "title": "",
    "version": "1.0.0"
  },
  "paths": {
    "/alerts/{pathv1}": {
      "get": {
        "tags": [
          "alert"
        ],
        "operationId": "getAlerts",
        "description": "The parameters and request body are for method: getAlerts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "acknowledgedBy": {
                      "type": "string"
                    },
                    "assignedTo": {
                      "type": "number"
                    },
                    "clearMessage": {
                      "type": "string"
                    },
                    "closed": {
                      "type": "number"
                    },
                    "closedKey": {
                      "type": "number"
                    },
                    "comments": {
                      "type": "string"
                    },
                    "deviceId": {
                      "type": "number"
                    },
                    "endTime": {
                      "type": "number"
                    },
                    "id": {
                      "type": "number"
                    },
                    "ignoreComment": {
                      "type": "string"
                    },
                    "ignoreUid": {
                      "type": "number"
                    },
                    "ignoreUntil": {
                      "type": "number"
                    },
                    "lastProcessed": {
                      "type": "number"
                    },
                    "message": {
                      "type": "string"
                    },
                    "number": {
                      "type": "number"
                    },
                    "objectId": {
                      "type": "number"
                    },
                    "origin": {
                      "type": "string"
                    },
                    "pluginName": {
                      "type": "string"
                    },
                    "pollId": {
                      "type": "number"
                    },
                    "severity": {
                      "type": "number"
                    },
                    "startTime": {
                      "type": "number"
                    },
                    "thresholdId": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "acknowledgedBy": "string",
                  "assignedTo": 0,
                  "clearMessage": "string",
                  "closed": 0,
                  "closedKey": 0,
                  "comments": "dfsdfs",
                  "deviceId": 4321,
                  "endTime": 0,
                  "id": 1,
                  "ignoreComment": "string",
                  "ignoreUid": 0,
                  "ignoreUntil": 0,
                  "lastProcessed": 0,
                  "message": "rgsgsewrg fdgsdfg",
                  "number": 7,
                  "objectId": 0,
                  "origin": "system",
                  "pluginName": "string",
                  "pollId": 0,
                  "severity": 2,
                  "startTime": 5646535,
                  "thresholdId": 0
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "alert"
        ],
        "operationId": "updateAlert",
        "description": "The parameters and request body are for method: updateAlert. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "acknowledgedBy": {
                      "type": "string"
                    },
                    "assignedTo": {
                      "type": "number"
                    },
                    "clearMessage": {
                      "type": "string"
                    },
                    "closed": {
                      "type": "number"
                    },
                    "closedKey": {
                      "type": "number"
                    },
                    "comments": {
                      "type": "string"
                    },
                    "deviceId": {
                      "type": "number"
                    },
                    "endTime": {
                      "type": "number"
                    },
                    "id": {
                      "type": "number"
                    },
                    "ignoreComment": {
                      "type": "string"
                    },
                    "ignoreUid": {
                      "type": "number"
                    },
                    "ignoreUntil": {
                      "type": "number"
                    },
                    "lastProcessed": {
                      "type": "number"
                    },
                    "message": {
                      "type": "string"
                    },
                    "number": {
                      "type": "number"
                    },
                    "objectId": {
                      "type": "number"
                    },
                    "origin": {
                      "type": "string"
                    },
                    "pluginName": {
                      "type": "string"
                    },
                    "pollId": {
                      "type": "number"
                    },
                    "severity": {
                      "type": "number"
                    },
                    "startTime": {
                      "type": "number"
                    },
                    "thresholdId": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "acknowledgedBy": "string",
                  "assignedTo": 0,
                  "clearMessage": "string",
                  "closed": 0,
                  "closedKey": 0,
                  "comments": "dfsdfs",
                  "deviceId": 4321,
                  "endTime": 0,
                  "id": 0,
                  "ignoreComment": "string",
                  "ignoreUid": 0,
                  "ignoreUntil": 0,
                  "lastProcessed": 0,
                  "message": "rgsgsewrg fdgsdfg",
                  "number": 7,
                  "objectId": 0,
                  "origin": "system",
                  "pluginName": "string",
                  "pollId": 0,
                  "severity": 2,
                  "startTime": 5646535,
                  "thresholdId": 0
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "alert"
        ],
        "operationId": "deleteAlert",
        "description": "The parameters and request body are for method: deleteAlert. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "acknowledgedBy": {
                      "type": "string"
                    },
                    "assignedTo": {
                      "type": "number"
                    },
                    "clearMessage": {
                      "type": "string"
                    },
                    "closed": {
                      "type": "number"
                    },
                    "closedKey": {
                      "type": "number"
                    },
                    "comments": {
                      "type": "string"
                    },
                    "deviceId": {
                      "type": "number"
                    },
                    "endTime": {
                      "type": "number"
                    },
                    "id": {
                      "type": "number"
                    },
                    "ignoreComment": {
                      "type": "string"
                    },
                    "ignoreUid": {
                      "type": "number"
                    },
                    "ignoreUntil": {
                      "type": "number"
                    },
                    "lastProcessed": {
                      "type": "number"
                    },
                    "message": {
                      "type": "string"
                    },
                    "number": {
                      "type": "number"
                    },
                    "objectId": {
                      "type": "number"
                    },
                    "origin": {
                      "type": "string"
                    },
                    "pluginName": {
                      "type": "string"
                    },
                    "pollId": {
                      "type": "number"
                    },
                    "severity": {
                      "type": "number"
                    },
                    "startTime": {
                      "type": "number"
                    },
                    "thresholdId": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "acknowledgedBy": "string",
                  "assignedTo": 0,
                  "clearMessage": "string",
                  "closed": 0,
                  "closedKey": 0,
                  "comments": "dfsdfs",
                  "deviceId": 4321,
                  "endTime": 0,
                  "id": 0,
                  "ignoreComment": "string",
                  "ignoreUid": 0,
                  "ignoreUntil": 0,
                  "lastProcessed": 0,
                  "message": "rgsgsewrg fdgsdfg",
                  "number": 7,
                  "objectId": 0,
                  "origin": "system",
                  "pluginName": "string",
                  "pollId": 0,
                  "severity": 2,
                  "startTime": 5646535,
                  "thresholdId": 0
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/alerts/filter": {
      "post": {
        "tags": [
          "alert"
        ],
        "operationId": "getAlertsFiltered",
        "description": "The parameters and request body are for method: getAlertsFiltered. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "content": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "acknowledgedBy": {
                            "type": "string"
                          },
                          "assignedTo": {
                            "type": "number"
                          },
                          "clearMessage": {
                            "type": "string"
                          },
                          "closed": {
                            "type": "number"
                          },
                          "closedKey": {
                            "type": "number"
                          },
                          "comments": {
                            "type": "string"
                          },
                          "deviceId": {
                            "type": "number"
                          },
                          "endTime": {
                            "type": "number"
                          },
                          "id": {
                            "type": "number"
                          },
                          "ignoreComment": {
                            "type": "string"
                          },
                          "ignoreUid": {
                            "type": "number"
                          },
                          "ignoreUntil": {
                            "type": "number"
                          },
                          "lastProcessed": {
                            "type": "number"
                          },
                          "message": {
                            "type": "string"
                          },
                          "number": {
                            "type": "number"
                          },
                          "objectId": {
                            "type": "number"
                          },
                          "origin": {
                            "type": "string"
                          },
                          "pluginName": {
                            "type": "string"
                          },
                          "pollId": {
                            "type": "number"
                          },
                          "severity": {
                            "type": "number"
                          },
                          "startTime": {
                            "type": "number"
                          },
                          "thresholdId": {
                            "type": "number"
                          }
                        }
                      }
                    },
                    "pageNumber": {
                      "type": "number"
                    },
                    "pageSize": {
                      "type": "number"
                    },
                    "totalElements": {
                      "type": "number"
                    },
                    "totalPages": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "content": [
                    {
                      "acknowledgedBy": "string",
                      "assignedTo": 0,
                      "clearMessage": "string",
                      "closed": 0,
                      "closedKey": 0,
                      "comments": "dfsdfs",
                      "deviceId": 4321,
                      "endTime": 0,
                      "id": 1,
                      "ignoreComment": "string",
                      "ignoreUid": 0,
                      "ignoreUntil": 0,
                      "lastProcessed": 0,
                      "message": "rgsgsewrg fdgsdfg",
                      "number": 7,
                      "objectId": 0,
                      "origin": "system",
                      "pluginName": "string",
                      "pollId": 0,
                      "severity": 2,
                      "startTime": 5646535,
                      "thresholdId": 0
                    },
                    {
                      "acknowledgedBy": "string",
                      "assignedTo": 0,
                      "clearMessage": "string",
                      "closed": 0,
                      "closedKey": 0,
                      "comments": "eewregrh",
                      "deviceId": 1245,
                      "endTime": 0,
                      "id": 2,
                      "ignoreComment": "string",
                      "ignoreUid": 0,
                      "ignoreUntil": 0,
                      "lastProcessed": 0,
                      "message": "fdgdsfgrty jgjfh",
                      "number": 10,
                      "objectId": 0,
                      "origin": "system",
                      "pluginName": "string",
                      "pollId": 0,
                      "severity": 3,
                      "startTime": 3423425,
                      "thresholdId": 0
                    }
                  ],
                  "pageNumber": 0,
                  "pageSize": 0,
                  "totalElements": 0,
                  "totalPages": 0
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/alerts/devices/{pathv1}": {
      "get": {
        "tags": [
          "alert"
        ],
        "operationId": "getAlertsForDevice",
        "description": "The parameters and request body are for method: getAlertsForDevice. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "alerts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "acknowledgedBy": {
                            "type": "string"
                          },
                          "assignedTo": {
                            "type": "number"
                          },
                          "clearMessage": {
                            "type": "string"
                          },
                          "closed": {
                            "type": "number"
                          },
                          "closedKey": {
                            "type": "number"
                          },
                          "comments": {
                            "type": "string"
                          },
                          "deviceId": {
                            "type": "number"
                          },
                          "endTime": {
                            "type": "number"
                          },
                          "id": {
                            "type": "number"
                          },
                          "ignoreComment": {
                            "type": "string"
                          },
                          "ignoreUid": {
                            "type": "number"
                          },
                          "ignoreUntil": {
                            "type": "number"
                          },
                          "lastProcessed": {
                            "type": "number"
                          },
                          "message": {
                            "type": "string"
                          },
                          "number": {
                            "type": "number"
                          },
                          "objectId": {
                            "type": "number"
                          },
                          "origin": {
                            "type": "string"
                          },
                          "pluginName": {
                            "type": "string"
                          },
                          "pollId": {
                            "type": "number"
                          },
                          "severity": {
                            "type": "number"
                          },
                          "startTime": {
                            "type": "number"
                          },
                          "thresholdId": {
                            "type": "number"
                          }
                        }
                      }
                    },
                    "pageNumber": {
                      "type": "number"
                    },
                    "pageSize": {
                      "type": "number"
                    },
                    "totalElements": {
                      "type": "number"
                    },
                    "totalPages": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "alerts": [
                    {
                      "acknowledgedBy": "string",
                      "assignedTo": 0,
                      "clearMessage": "string",
                      "closed": 0,
                      "closedKey": 0,
                      "comments": "dfsdfs",
                      "deviceId": 4321,
                      "endTime": 0,
                      "id": 1,
                      "ignoreComment": "string",
                      "ignoreUid": 0,
                      "ignoreUntil": 0,
                      "lastProcessed": 0,
                      "message": "rgsgsewrg fdgsdfg",
                      "number": 7,
                      "objectId": 0,
                      "origin": "system",
                      "pluginName": "string",
                      "pollId": 0,
                      "severity": 2,
                      "startTime": 5646535,
                      "thresholdId": 0
                    },
                    {
                      "acknowledgedBy": "string",
                      "assignedTo": 0,
                      "clearMessage": "string",
                      "closed": 0,
                      "closedKey": 0,
                      "comments": "eewregrh",
                      "deviceId": 1245,
                      "endTime": 0,
                      "id": 2,
                      "ignoreComment": "string",
                      "ignoreUid": 0,
                      "ignoreUntil": 0,
                      "lastProcessed": 0,
                      "message": "fdgdsfgrty jgjfh",
                      "number": 10,
                      "objectId": 0,
                      "origin": "system",
                      "pluginName": "string",
                      "pollId": 0,
                      "severity": 3,
                      "startTime": 3423425,
                      "thresholdId": 0
                    }
                  ],
                  "pageNumber": 0,
                  "pageSize": 0,
                  "totalElements": 0,
                  "totalPages": 0
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/maps/{pathv1}/connection/{pathv2}/alerts": {
      "get": {
        "tags": [
          "alert"
        ],
        "operationId": "getAlertsForMapConnection",
        "description": "The parameters and request body are for method: getAlertsForMapConnection. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "acknowledgedBy": {
                        "type": "string"
                      },
                      "assignedTo": {
                        "type": "number"
                      },
                      "clearMessage": {
                        "type": "string"
                      },
                      "closed": {
                        "type": "number"
                      },
                      "closedKey": {
                        "type": "number"
                      },
                      "comments": {
                        "type": "string"
                      },
                      "deviceId": {
                        "type": "number"
                      },
                      "endTime": {
                        "type": "number"
                      },
                      "id": {
                        "type": "number"
                      },
                      "ignoreComment": {
                        "type": "string"
                      },
                      "ignoreUid": {
                        "type": "number"
                      },
                      "ignoreUntil": {
                        "type": "number"
                      },
                      "lastProcessed": {
                        "type": "number"
                      },
                      "message": {
                        "type": "string"
                      },
                      "number": {
                        "type": "number"
                      },
                      "objectId": {
                        "type": "number"
                      },
                      "origin": {
                        "type": "string"
                      },
                      "pluginName": {
                        "type": "string"
                      },
                      "pollId": {
                        "type": "number"
                      },
                      "severity": {
                        "type": "number"
                      },
                      "startTime": {
                        "type": "number"
                      },
                      "thresholdId": {
                        "type": "number"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "acknowledgedBy": "string",
                    "assignedTo": 0,
                    "clearMessage": "string",
                    "closed": 0,
                    "closedKey": 0,
                    "comments": "dfsdfs",
                    "deviceId": 4321,
                    "endTime": 0,
                    "id": 1,
                    "ignoreComment": "string",
                    "ignoreUid": 0,
                    "ignoreUntil": 0,
                    "lastProcessed": 0,
                    "message": "rgsgsewrg fdgsdfg",
                    "number": 7,
                    "objectId": 0,
                    "origin": "system",
                    "pluginName": "string",
                    "pollId": 0,
                    "severity": 2,
                    "startTime": 5646535,
                    "thresholdId": 0
                  },
                  {
                    "acknowledgedBy": "string",
                    "assignedTo": 0,
                    "clearMessage": "string",
                    "closed": 0,
                    "closedKey": 0,
                    "comments": "eewregrh",
                    "deviceId": 1245,
                    "endTime": 0,
                    "id": 2,
                    "ignoreComment": "string",
                    "ignoreUid": 0,
                    "ignoreUntil": 0,
                    "lastProcessed": 0,
                    "message": "fdgdsfgrty jgjfh",
                    "number": 10,
                    "objectId": 0,
                    "origin": "system",
                    "pluginName": "string",
                    "pollId": 0,
                    "severity": 3,
                    "startTime": 3423425,
                    "thresholdId": 0
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/maps/{pathv1}/node/{pathv2}/alerts": {
      "get": {
        "tags": [
          "alert"
        ],
        "operationId": "getAlertsForMapNode",
        "description": "The parameters and request body are for method: getAlertsForMapNode. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "acknowledgedBy": {
                        "type": "string"
                      },
                      "assignedTo": {
                        "type": "number"
                      },
                      "clearMessage": {
                        "type": "string"
                      },
                      "closed": {
                        "type": "number"
                      },
                      "closedKey": {
                        "type": "number"
                      },
                      "comments": {
                        "type": "string"
                      },
                      "deviceId": {
                        "type": "number"
                      },
                      "endTime": {
                        "type": "number"
                      },
                      "id": {
                        "type": "number"
                      },
                      "ignoreComment": {
                        "type": "string"
                      },
                      "ignoreUid": {
                        "type": "number"
                      },
                      "ignoreUntil": {
                        "type": "number"
                      },
                      "lastProcessed": {
                        "type": "number"
                      },
                      "message": {
                        "type": "string"
                      },
                      "number": {
                        "type": "number"
                      },
                      "objectId": {
                        "type": "number"
                      },
                      "origin": {
                        "type": "string"
                      },
                      "pluginName": {
                        "type": "string"
                      },
                      "pollId": {
                        "type": "number"
                      },
                      "severity": {
                        "type": "number"
                      },
                      "startTime": {
                        "type": "number"
                      },
                      "thresholdId": {
                        "type": "number"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "acknowledgedBy": "string",
                    "assignedTo": 0,
                    "clearMessage": "string",
                    "closed": 0,
                    "closedKey": 0,
                    "comments": "dfsdfs",
                    "deviceId": 4321,
                    "endTime": 0,
                    "id": 1,
                    "ignoreComment": "string",
                    "ignoreUid": 0,
                    "ignoreUntil": 0,
                    "lastProcessed": 0,
                    "message": "rgsgsewrg fdgsdfg",
                    "number": 7,
                    "objectId": 0,
                    "origin": "system",
                    "pluginName": "string",
                    "pollId": 0,
                    "severity": 2,
                    "startTime": 5646535,
                    "thresholdId": 0
                  },
                  {
                    "acknowledgedBy": "string",
                    "assignedTo": 0,
                    "clearMessage": "string",
                    "closed": 0,
                    "closedKey": 0,
                    "comments": "eewregrh",
                    "deviceId": 1245,
                    "endTime": 0,
                    "id": 2,
                    "ignoreComment": "string",
                    "ignoreUid": 0,
                    "ignoreUntil": 0,
                    "lastProcessed": 0,
                    "message": "fdgdsfgrty jgjfh",
                    "number": 10,
                    "objectId": 0,
                    "origin": "system",
                    "pluginName": "string",
                    "pollId": 0,
                    "severity": 3,
                    "startTime": 3423425,
                    "thresholdId": 0
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/alerts": {
      "post": {
        "tags": [
          "alert"
        ],
        "operationId": "createAlert",
        "description": "The parameters and request body are for method: createAlert. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "acknowledgedBy": {
                      "type": "string"
                    },
                    "assignedTo": {
                      "type": "number"
                    },
                    "clearMessage": {
                      "type": "string"
                    },
                    "closed": {
                      "type": "number"
                    },
                    "closedKey": {
                      "type": "number"
                    },
                    "comments": {
                      "type": "string"
                    },
                    "deviceId": {
                      "type": "number"
                    },
                    "endTime": {
                      "type": "number"
                    },
                    "id": {
                      "type": "number"
                    },
                    "ignoreComment": {
                      "type": "string"
                    },
                    "ignoreUid": {
                      "type": "number"
                    },
                    "ignoreUntil": {
                      "type": "number"
                    },
                    "lastProcessed": {
                      "type": "number"
                    },
                    "message": {
                      "type": "string"
                    },
                    "number": {
                      "type": "number"
                    },
                    "objectId": {
                      "type": "number"
                    },
                    "origin": {
                      "type": "string"
                    },
                    "pluginName": {
                      "type": "string"
                    },
                    "pollId": {
                      "type": "number"
                    },
                    "severity": {
                      "type": "number"
                    },
                    "startTime": {
                      "type": "number"
                    },
                    "thresholdId": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "acknowledgedBy": "string",
                  "assignedTo": 0,
                  "clearMessage": "string",
                  "closed": 0,
                  "closedKey": 0,
                  "comments": "dfsdfs",
                  "deviceId": 4321,
                  "endTime": 0,
                  "id": 0,
                  "ignoreComment": "string",
                  "ignoreUid": 0,
                  "ignoreUntil": 0,
                  "lastProcessed": 0,
                  "message": "rgsgsewrg fdgsdfg",
                  "number": 7,
                  "objectId": 0,
                  "origin": "system",
                  "pluginName": "string",
                  "pollId": 0,
                  "severity": 2,
                  "startTime": 5646535,
                  "thresholdId": 0
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/alerts/{pathv1}/assign/{pathv2}": {
      "patch": {
        "tags": [
          "alert"
        ],
        "operationId": "assignAlert",
        "description": "The parameters and request body are for method: assignAlert. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "acknowledgedBy": {
                      "type": "string"
                    },
                    "assignedTo": {
                      "type": "number"
                    },
                    "clearMessage": {
                      "type": "string"
                    },
                    "closed": {
                      "type": "number"
                    },
                    "closedKey": {
                      "type": "number"
                    },
                    "comments": {
                      "type": "string"
                    },
                    "deviceId": {
                      "type": "number"
                    },
                    "endTime": {
                      "type": "number"
                    },
                    "id": {
                      "type": "number"
                    },
                    "ignoreComment": {
                      "type": "string"
                    },
                    "ignoreUid": {
                      "type": "number"
                    },
                    "ignoreUntil": {
                      "type": "number"
                    },
                    "lastProcessed": {
                      "type": "number"
                    },
                    "message": {
                      "type": "string"
                    },
                    "number": {
                      "type": "number"
                    },
                    "objectId": {
                      "type": "number"
                    },
                    "origin": {
                      "type": "string"
                    },
                    "pluginName": {
                      "type": "string"
                    },
                    "pollId": {
                      "type": "number"
                    },
                    "severity": {
                      "type": "number"
                    },
                    "startTime": {
                      "type": "number"
                    },
                    "thresholdId": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "acknowledgedBy": "string",
                  "assignedTo": 0,
                  "clearMessage": "string",
                  "closed": 0,
                  "closedKey": 0,
                  "comments": "dfsdfs",
                  "deviceId": 4321,
                  "endTime": 0,
                  "id": 0,
                  "ignoreComment": "string",
                  "ignoreUid": 0,
                  "ignoreUntil": 0,
                  "lastProcessed": 0,
                  "message": "rgsgsewrg fdgsdfg",
                  "number": 7,
                  "objectId": 0,
                  "origin": "system",
                  "pluginName": "string",
                  "pollId": 0,
                  "severity": 2,
                  "startTime": 5646535,
                  "thresholdId": 0
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/alerts/{pathv1}/ignore/{pathv2}": {
      "patch": {
        "tags": [
          "alert"
        ],
        "operationId": "ignoreAlert",
        "description": "The parameters and request body are for method: ignoreAlert. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "acknowledgedBy": {
                      "type": "string"
                    },
                    "assignedTo": {
                      "type": "number"
                    },
                    "clearMessage": {
                      "type": "string"
                    },
                    "closed": {
                      "type": "number"
                    },
                    "closedKey": {
                      "type": "number"
                    },
                    "comments": {
                      "type": "string"
                    },
                    "deviceId": {
                      "type": "number"
                    },
                    "endTime": {
                      "type": "number"
                    },
                    "id": {
                      "type": "number"
                    },
                    "ignoreComment": {
                      "type": "string"
                    },
                    "ignoreUid": {
                      "type": "number"
                    },
                    "ignoreUntil": {
                      "type": "number"
                    },
                    "lastProcessed": {
                      "type": "number"
                    },
                    "message": {
                      "type": "string"
                    },
                    "number": {
                      "type": "number"
                    },
                    "objectId": {
                      "type": "number"
                    },
                    "origin": {
                      "type": "string"
                    },
                    "pluginName": {
                      "type": "string"
                    },
                    "pollId": {
                      "type": "number"
                    },
                    "severity": {
                      "type": "number"
                    },
                    "startTime": {
                      "type": "number"
                    },
                    "thresholdId": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "acknowledgedBy": "string",
                  "assignedTo": 0,
                  "clearMessage": "string",
                  "closed": 0,
                  "closedKey": 0,
                  "comments": "dfsdfs",
                  "deviceId": 4321,
                  "endTime": 0,
                  "id": 0,
                  "ignoreComment": "string",
                  "ignoreUid": 0,
                  "ignoreUntil": 0,
                  "lastProcessed": 0,
                  "message": "rgsgsewrg fdgsdfg",
                  "number": 7,
                  "objectId": 0,
                  "origin": "system",
                  "pluginName": "string",
                  "pollId": 0,
                  "severity": 2,
                  "startTime": 5646535,
                  "thresholdId": 0
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/alerts/{pathv1}/clear": {
      "patch": {
        "tags": [
          "alert"
        ],
        "operationId": "clearAlert",
        "description": "The parameters and request body are for method: clearAlert. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "acknowledgedBy": {
                      "type": "string"
                    },
                    "assignedTo": {
                      "type": "number"
                    },
                    "clearMessage": {
                      "type": "string"
                    },
                    "closed": {
                      "type": "number"
                    },
                    "closedKey": {
                      "type": "number"
                    },
                    "comments": {
                      "type": "string"
                    },
                    "deviceId": {
                      "type": "number"
                    },
                    "endTime": {
                      "type": "number"
                    },
                    "id": {
                      "type": "number"
                    },
                    "ignoreComment": {
                      "type": "string"
                    },
                    "ignoreUid": {
                      "type": "number"
                    },
                    "ignoreUntil": {
                      "type": "number"
                    },
                    "lastProcessed": {
                      "type": "number"
                    },
                    "message": {
                      "type": "string"
                    },
                    "number": {
                      "type": "number"
                    },
                    "objectId": {
                      "type": "number"
                    },
                    "origin": {
                      "type": "string"
                    },
                    "pluginName": {
                      "type": "string"
                    },
                    "pollId": {
                      "type": "number"
                    },
                    "severity": {
                      "type": "number"
                    },
                    "startTime": {
                      "type": "number"
                    },
                    "thresholdId": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "acknowledgedBy": "string",
                  "assignedTo": 0,
                  "clearMessage": "string",
                  "closed": 0,
                  "closedKey": 0,
                  "comments": "dfsdfs",
                  "deviceId": 4321,
                  "endTime": 0,
                  "id": 0,
                  "ignoreComment": "string",
                  "ignoreUid": 0,
                  "ignoreUntil": 0,
                  "lastProcessed": 0,
                  "message": "rgsgsewrg fdgsdfg",
                  "number": 7,
                  "objectId": 0,
                  "origin": "system",
                  "pluginName": "string",
                  "pollId": 0,
                  "severity": 2,
                  "startTime": 5646535,
                  "thresholdId": 0
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/devices/{pathv1}": {
      "get": {
        "tags": [
          "device"
        ],
        "operationId": "getDevices",
        "description": "The parameters and request body are for method: getDevices. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "string"
                },
                "example": "failed"
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "device"
        ],
        "operationId": "updateDevice",
        "description": "The parameters and request body are for method: updateDevice. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "allowDelete": {
                      "type": "boolean"
                    },
                    "alternateName": {
                      "type": "string"
                    },
                    "dateAdded": {
                      "type": "number"
                    },
                    "description": {
                      "type": "string"
                    },
                    "disableConcurrentPolling": {
                      "type": "boolean"
                    },
                    "disablePolling": {
                      "type": "boolean"
                    },
                    "disableThresholding": {
                      "type": "boolean"
                    },
                    "id": {
                      "type": "number"
                    },
                    "ipAddress": {
                      "type": "string"
                    },
                    "isDeleted": {
                      "type": "boolean"
                    },
                    "isNew": {
                      "type": "boolean"
                    },
                    "lastDiscovery": {
                      "type": "number"
                    },
                    "name": {
                      "type": "string"
                    },
                    "numElements": {
                      "type": "number"
                    },
                    "objects": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "description": {
                            "type": "string"
                          },
                          "deviceId": {
                            "type": "number"
                          },
                          "extendedInfo": {
                            "type": "object"
                          },
                          "id": {
                            "type": "number"
                          },
                          "indicators": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "deviceId": {
                                  "type": "number"
                                },
                                "evaluationOrder": {
                                  "type": "number"
                                },
                                "extendedInfo": {
                                  "type": "object"
                                },
                                "format": {
                                  "type": "string"
                                },
                                "id": {
                                  "type": "number"
                                },
                                "isBaselining": {
                                  "type": "boolean"
                                },
                                "isDeleted": {
                                  "type": "boolean"
                                },
                                "isEnabled": {
                                  "type": "boolean"
                                },
                                "lastInvalidationTime": {
                                  "type": "number"
                                },
                                "maxValue": {
                                  "type": "number"
                                },
                                "objectId": {
                                  "type": "number"
                                },
                                "pluginId": {
                                  "type": "number"
                                },
                                "pluginIndicatorTypeId": {
                                  "type": "number"
                                },
                                "syntheticExpression": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "isDeleted": {
                            "type": "boolean"
                          },
                          "isEnabled": {
                            "type": "boolean"
                          },
                          "isVisible": {
                            "type": "boolean"
                          },
                          "name": {
                            "type": "string"
                          },
                          "pluginId": {
                            "type": "number"
                          },
                          "pluginObjectTypeId": {
                            "type": "number"
                          },
                          "subtypeId": {
                            "type": "number"
                          }
                        }
                      }
                    },
                    "peerId": {
                      "type": "number"
                    },
                    "pluginInfo": {
                      "type": "object"
                    },
                    "pluginManagerId": {
                      "type": "number"
                    },
                    "pollFrequency": {
                      "type": "number"
                    },
                    "timezone": {
                      "type": "string"
                    },
                    "workhoursGroupId": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "allowDelete": true,
                  "alternateName": "string",
                  "dateAdded": 0,
                  "description": "TESTING",
                  "disableConcurrentPolling": true,
                  "disablePolling": true,
                  "disableThresholding": true,
                  "id": 1245,
                  "ipAddress": "10.10.10.1",
                  "isDeleted": true,
                  "isNew": true,
                  "lastDiscovery": 0,
                  "name": "Michael 1",
                  "numElements": 0,
                  "objects": [
                    {
                      "description": "string",
                      "deviceId": 0,
                      "extendedInfo": {},
                      "id": 0,
                      "indicators": [
                        {
                          "deviceId": 0,
                          "evaluationOrder": 0,
                          "extendedInfo": {},
                          "format": "GAUGE",
                          "id": 0,
                          "isBaselining": true,
                          "isDeleted": true,
                          "isEnabled": true,
                          "lastInvalidationTime": 0,
                          "maxValue": 0,
                          "objectId": 0,
                          "pluginId": 0,
                          "pluginIndicatorTypeId": 0,
                          "syntheticExpression": "string"
                        }
                      ],
                      "isDeleted": true,
                      "isEnabled": true,
                      "isVisible": true,
                      "name": "string",
                      "pluginId": 0,
                      "pluginObjectTypeId": 0,
                      "subtypeId": 0
                    }
                  ],
                  "peerId": 0,
                  "pluginInfo": {},
                  "pluginManagerId": 0,
                  "pollFrequency": 0,
                  "timezone": "string",
                  "workhoursGroupId": 0
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "device"
        ],
        "operationId": "deleteDevice",
        "description": "The parameters and request body are for method: deleteDevice. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "allowDelete": {
                      "type": "boolean"
                    },
                    "alternateName": {
                      "type": "string"
                    },
                    "dateAdded": {
                      "type": "number"
                    },
                    "description": {
                      "type": "string"
                    },
                    "disableConcurrentPolling": {
                      "type": "boolean"
                    },
                    "disablePolling": {
                      "type": "boolean"
                    },
                    "disableThresholding": {
                      "type": "boolean"
                    },
                    "id": {
                      "type": "number"
                    },
                    "ipAddress": {
                      "type": "string"
                    },
                    "isDeleted": {
                      "type": "boolean"
                    },
                    "isNew": {
                      "type": "boolean"
                    },
                    "lastDiscovery": {
                      "type": "number"
                    },
                    "name": {
                      "type": "string"
                    },
                    "numElements": {
                      "type": "number"
                    },
                    "objects": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "description": {
                            "type": "string"
                          },
                          "deviceId": {
                            "type": "number"
                          },
                          "extendedInfo": {
                            "type": "object"
                          },
                          "id": {
                            "type": "number"
                          },
                          "indicators": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "deviceId": {
                                  "type": "number"
                                },
                                "evaluationOrder": {
                                  "type": "number"
                                },
                                "extendedInfo": {
                                  "type": "object"
                                },
                                "format": {
                                  "type": "string"
                                },
                                "id": {
                                  "type": "number"
                                },
                                "isBaselining": {
                                  "type": "boolean"
                                },
                                "isDeleted": {
                                  "type": "boolean"
                                },
                                "isEnabled": {
                                  "type": "boolean"
                                },
                                "lastInvalidationTime": {
                                  "type": "number"
                                },
                                "maxValue": {
                                  "type": "number"
                                },
                                "objectId": {
                                  "type": "number"
                                },
                                "pluginId": {
                                  "type": "number"
                                },
                                "pluginIndicatorTypeId": {
                                  "type": "number"
                                },
                                "syntheticExpression": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "isDeleted": {
                            "type": "boolean"
                          },
                          "isEnabled": {
                            "type": "boolean"
                          },
                          "isVisible": {
                            "type": "boolean"
                          },
                          "name": {
                            "type": "string"
                          },
                          "pluginId": {
                            "type": "number"
                          },
                          "pluginObjectTypeId": {
                            "type": "number"
                          },
                          "subtypeId": {
                            "type": "number"
                          }
                        }
                      }
                    },
                    "peerId": {
                      "type": "number"
                    },
                    "pluginInfo": {
                      "type": "object"
                    },
                    "pluginManagerId": {
                      "type": "number"
                    },
                    "pollFrequency": {
                      "type": "number"
                    },
                    "timezone": {
                      "type": "string"
                    },
                    "workhoursGroupId": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "allowDelete": true,
                  "alternateName": "string",
                  "dateAdded": 0,
                  "description": "TESTING",
                  "disableConcurrentPolling": true,
                  "disablePolling": true,
                  "disableThresholding": true,
                  "id": 1245,
                  "ipAddress": "10.10.10.1",
                  "isDeleted": true,
                  "isNew": true,
                  "lastDiscovery": 0,
                  "name": "Michael 1",
                  "numElements": 0,
                  "objects": [
                    {
                      "description": "string",
                      "deviceId": 0,
                      "extendedInfo": {},
                      "id": 0,
                      "indicators": [
                        {
                          "deviceId": 0,
                          "evaluationOrder": 0,
                          "extendedInfo": {},
                          "format": "GAUGE",
                          "id": 0,
                          "isBaselining": true,
                          "isDeleted": true,
                          "isEnabled": true,
                          "lastInvalidationTime": 0,
                          "maxValue": 0,
                          "objectId": 0,
                          "pluginId": 0,
                          "pluginIndicatorTypeId": 0,
                          "syntheticExpression": "string"
                        }
                      ],
                      "isDeleted": true,
                      "isEnabled": true,
                      "isVisible": true,
                      "name": "string",
                      "pluginId": 0,
                      "pluginObjectTypeId": 0,
                      "subtypeId": 0
                    }
                  ],
                  "peerId": 0,
                  "pluginInfo": {},
                  "pluginManagerId": 0,
                  "pollFrequency": 0,
                  "timezone": "string",
                  "workhoursGroupId": 0
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/devices/filter": {
      "post": {
        "tags": [
          "device"
        ],
        "operationId": "getDevicesFiltered",
        "description": "The parameters and request body are for method: getDevicesFiltered. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "content": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "allowDelete": {
                            "type": "boolean"
                          },
                          "alternateName": {
                            "type": "string"
                          },
                          "dateAdded": {
                            "type": "number"
                          },
                          "description": {
                            "type": "string"
                          },
                          "disableConcurrentPolling": {
                            "type": "boolean"
                          },
                          "disablePolling": {
                            "type": "boolean"
                          },
                          "disableThresholding": {
                            "type": "boolean"
                          },
                          "id": {
                            "type": "number"
                          },
                          "ipAddress": {
                            "type": "string"
                          },
                          "isDeleted": {
                            "type": "boolean"
                          },
                          "isNew": {
                            "type": "boolean"
                          },
                          "lastDiscovery": {
                            "type": "number"
                          },
                          "name": {
                            "type": "string"
                          },
                          "numElements": {
                            "type": "number"
                          },
                          "objects": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "description": {
                                  "type": "string"
                                },
                                "deviceId": {
                                  "type": "number"
                                },
                                "extendedInfo": {
                                  "type": "object"
                                },
                                "id": {
                                  "type": "number"
                                },
                                "indicators": {
                                  "type": "array",
                                  "items": {
                                    "type": "object",
                                    "properties": {
                                      "deviceId": {
                                        "type": "number"
                                      },
                                      "evaluationOrder": {
                                        "type": "number"
                                      },
                                      "extendedInfo": {
                                        "type": "object"
                                      },
                                      "format": {
                                        "type": "string"
                                      },
                                      "id": {
                                        "type": "number"
                                      },
                                      "isBaselining": {
                                        "type": "boolean"
                                      },
                                      "isDeleted": {
                                        "type": "boolean"
                                      },
                                      "isEnabled": {
                                        "type": "boolean"
                                      },
                                      "lastInvalidationTime": {
                                        "type": "number"
                                      },
                                      "maxValue": {
                                        "type": "number"
                                      },
                                      "objectId": {
                                        "type": "number"
                                      },
                                      "pluginId": {
                                        "type": "number"
                                      },
                                      "pluginIndicatorTypeId": {
                                        "type": "number"
                                      },
                                      "syntheticExpression": {
                                        "type": "string"
                                      }
                                    }
                                  }
                                },
                                "isDeleted": {
                                  "type": "boolean"
                                },
                                "isEnabled": {
                                  "type": "boolean"
                                },
                                "isVisible": {
                                  "type": "boolean"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "pluginId": {
                                  "type": "number"
                                },
                                "pluginObjectTypeId": {
                                  "type": "number"
                                },
                                "subtypeId": {
                                  "type": "number"
                                }
                              }
                            }
                          },
                          "peerId": {
                            "type": "number"
                          },
                          "pluginInfo": {
                            "type": "object"
                          },
                          "pluginManagerId": {
                            "type": "number"
                          },
                          "pollFrequency": {
                            "type": "number"
                          },
                          "timezone": {
                            "type": "string"
                          },
                          "workhoursGroupId": {
                            "type": "number"
                          }
                        }
                      }
                    },
                    "pageNumber": {
                      "type": "number"
                    },
                    "pageSize": {
                      "type": "number"
                    },
                    "totalElements": {
                      "type": "number"
                    },
                    "totalPages": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "content": [
                    {
                      "allowDelete": true,
                      "alternateName": "string",
                      "dateAdded": 0,
                      "description": "TESTING",
                      "disableConcurrentPolling": true,
                      "disablePolling": true,
                      "disableThresholding": true,
                      "id": 1245,
                      "ipAddress": "10.10.10.1",
                      "isDeleted": true,
                      "isNew": true,
                      "lastDiscovery": 0,
                      "name": "Michael 1",
                      "numElements": 0,
                      "objects": [
                        {
                          "description": "string",
                          "deviceId": 1245,
                          "extendedInfo": {},
                          "id": 1234,
                          "indicators": [
                            {
                              "deviceId": 1245,
                              "evaluationOrder": 0,
                              "extendedInfo": {},
                              "format": "GAUGE",
                              "id": 9876,
                              "isBaselining": true,
                              "isDeleted": true,
                              "isEnabled": true,
                              "lastInvalidationTime": 0,
                              "maxValue": 0,
                              "objectId": 0,
                              "pluginId": 0,
                              "pluginIndicatorTypeId": 0,
                              "syntheticExpression": "string"
                            }
                          ],
                          "isDeleted": true,
                          "isEnabled": true,
                          "isVisible": true,
                          "name": "string",
                          "pluginId": 0,
                          "pluginObjectTypeId": 0,
                          "subtypeId": 0
                        }
                      ],
                      "peerId": 0,
                      "pluginInfo": {},
                      "pluginManagerId": 0,
                      "pollFrequency": 0,
                      "timezone": "string",
                      "workhoursGroupId": 0
                    },
                    {
                      "allowDelete": true,
                      "alternateName": "string",
                      "dateAdded": 0,
                      "description": "Michael Test 2",
                      "disableConcurrentPolling": true,
                      "disablePolling": true,
                      "disableThresholding": true,
                      "id": 4321,
                      "ipAddress": "10.10.10.2",
                      "isDeleted": true,
                      "isNew": true,
                      "lastDiscovery": 0,
                      "name": "Michael 2",
                      "numElements": 10,
                      "objects": [
                        {
                          "description": "string",
                          "deviceId": 4321,
                          "extendedInfo": {},
                          "id": 3456,
                          "indicators": [
                            {
                              "deviceId": 4321,
                              "evaluationOrder": 0,
                              "extendedInfo": {},
                              "format": "GAUGE",
                              "id": 6789,
                              "isBaselining": true,
                              "isDeleted": true,
                              "isEnabled": true,
                              "lastInvalidationTime": 0,
                              "maxValue": 0,
                              "objectId": 0,
                              "pluginId": 0,
                              "pluginIndicatorTypeId": 0,
                              "syntheticExpression": "string"
                            }
                          ],
                          "isDeleted": true,
                          "isEnabled": true,
                          "isVisible": true,
                          "name": "string",
                          "pluginId": 0,
                          "pluginObjectTypeId": 0,
                          "subtypeId": 0
                        }
                      ],
                      "peerId": 0,
                      "pluginInfo": {},
                      "pluginManagerId": 0,
                      "pollFrequency": 0,
                      "timezone": "string",
                      "workhoursGroupId": 0
                    }
                  ],
                  "pageNumber": 0,
                  "pageSize": 0,
                  "totalElements": 0,
                  "totalPages": 0
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/devices": {
      "post": {
        "tags": [
          "device"
        ],
        "operationId": "createDevice",
        "description": "The parameters and request body are for method: createDevice. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "allowDelete": {
                      "type": "boolean"
                    },
                    "alternateName": {
                      "type": "string"
                    },
                    "dateAdded": {
                      "type": "number"
                    },
                    "description": {
                      "type": "string"
                    },
                    "disableConcurrentPolling": {
                      "type": "boolean"
                    },
                    "disablePolling": {
                      "type": "boolean"
                    },
                    "disableThresholding": {
                      "type": "boolean"
                    },
                    "id": {
                      "type": "number"
                    },
                    "ipAddress": {
                      "type": "string"
                    },
                    "isDeleted": {
                      "type": "boolean"
                    },
                    "isNew": {
                      "type": "boolean"
                    },
                    "lastDiscovery": {
                      "type": "number"
                    },
                    "name": {
                      "type": "string"
                    },
                    "numElements": {
                      "type": "number"
                    },
                    "objects": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "description": {
                            "type": "string"
                          },
                          "deviceId": {
                            "type": "number"
                          },
                          "extendedInfo": {
                            "type": "object"
                          },
                          "id": {
                            "type": "number"
                          },
                          "indicators": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "deviceId": {
                                  "type": "number"
                                },
                                "evaluationOrder": {
                                  "type": "number"
                                },
                                "extendedInfo": {
                                  "type": "object"
                                },
                                "format": {
                                  "type": "string"
                                },
                                "id": {
                                  "type": "number"
                                },
                                "isBaselining": {
                                  "type": "boolean"
                                },
                                "isDeleted": {
                                  "type": "boolean"
                                },
                                "isEnabled": {
                                  "type": "boolean"
                                },
                                "lastInvalidationTime": {
                                  "type": "number"
                                },
                                "maxValue": {
                                  "type": "number"
                                },
                                "objectId": {
                                  "type": "number"
                                },
                                "pluginId": {
                                  "type": "number"
                                },
                                "pluginIndicatorTypeId": {
                                  "type": "number"
                                },
                                "syntheticExpression": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "isDeleted": {
                            "type": "boolean"
                          },
                          "isEnabled": {
                            "type": "boolean"
                          },
                          "isVisible": {
                            "type": "boolean"
                          },
                          "name": {
                            "type": "string"
                          },
                          "pluginId": {
                            "type": "number"
                          },
                          "pluginObjectTypeId": {
                            "type": "number"
                          },
                          "subtypeId": {
                            "type": "number"
                          }
                        }
                      }
                    },
                    "peerId": {
                      "type": "number"
                    },
                    "pluginInfo": {
                      "type": "object"
                    },
                    "pluginManagerId": {
                      "type": "number"
                    },
                    "pollFrequency": {
                      "type": "number"
                    },
                    "timezone": {
                      "type": "string"
                    },
                    "workhoursGroupId": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "allowDelete": true,
                  "alternateName": "string",
                  "dateAdded": 0,
                  "description": "TESTING",
                  "disableConcurrentPolling": true,
                  "disablePolling": true,
                  "disableThresholding": true,
                  "id": 1245,
                  "ipAddress": "10.10.10.1",
                  "isDeleted": true,
                  "isNew": true,
                  "lastDiscovery": 0,
                  "name": "Michael 1",
                  "numElements": 0,
                  "objects": [
                    {
                      "description": "string",
                      "deviceId": 0,
                      "extendedInfo": {},
                      "id": 0,
                      "indicators": [
                        {
                          "deviceId": 0,
                          "evaluationOrder": 0,
                          "extendedInfo": {},
                          "format": "GAUGE",
                          "id": 0,
                          "isBaselining": true,
                          "isDeleted": true,
                          "isEnabled": true,
                          "lastInvalidationTime": 0,
                          "maxValue": 0,
                          "objectId": 0,
                          "pluginId": 0,
                          "pluginIndicatorTypeId": 0,
                          "syntheticExpression": "string"
                        }
                      ],
                      "isDeleted": true,
                      "isEnabled": true,
                      "isVisible": true,
                      "name": "string",
                      "pluginId": 0,
                      "pluginObjectTypeId": 0,
                      "subtypeId": 0
                    }
                  ],
                  "peerId": 0,
                  "pluginInfo": {},
                  "pluginManagerId": 0,
                  "pollFrequency": 0,
                  "timezone": "string",
                  "workhoursGroupId": 0
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/devicegroups/{pathv1}": {
      "get": {
        "tags": [
          "device_group"
        ],
        "operationId": "getDeviceGroups",
        "description": "The parameters and request body are for method: getDeviceGroups. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "parentId": {
                      "type": "number"
                    },
                    "id": {
                      "type": "number"
                    },
                    "devices": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "isDeleted": {
                            "type": "boolean"
                          },
                          "isNew": {
                            "type": "boolean"
                          },
                          "name": {
                            "type": "string"
                          },
                          "alternateName": {
                            "type": "string"
                          },
                          "description": {
                            "type": "string"
                          },
                          "ipAddress": {
                            "type": "string"
                          },
                          "peerId": {
                            "type": "number"
                          },
                          "pollFrequency": {
                            "type": "number"
                          },
                          "dateAdded": {
                            "type": "number"
                          },
                          "lastDiscovery": {
                            "type": "number"
                          },
                          "allowDelete": {
                            "type": "boolean"
                          },
                          "disablePolling": {
                            "type": "boolean"
                          },
                          "disableConcurrentPolling": {
                            "type": "boolean"
                          },
                          "disableThresholding": {
                            "type": "boolean"
                          },
                          "timezone": {
                            "type": "string"
                          },
                          "workhoursGroupId": {
                            "type": "number"
                          },
                          "numElements": {
                            "type": "number"
                          },
                          "pluginInfo": {
                            "type": "object"
                          },
                          "objects": {
                            "type": "object"
                          },
                          "pluginManagerId": {
                            "type": "object"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "name": "All Device Groups",
                  "parentId": 1,
                  "id": 2,
                  "devices": [
                    {
                      "id": 1,
                      "isDeleted": false,
                      "isNew": false,
                      "name": "ASR1K-TEST",
                      "alternateName": "",
                      "description": "",
                      "ipAddress": "10.10.10.10",
                      "peerId": 1,
                      "pollFrequency": 300,
                      "dateAdded": 1497888919000,
                      "lastDiscovery": 1506484815000,
                      "allowDelete": true,
                      "disablePolling": false,
                      "disableConcurrentPolling": false,
                      "disableThresholding": false,
                      "timezone": "America/New_York",
                      "workhoursGroupId": 1,
                      "numElements": 319,
                      "pluginInfo": null,
                      "objects": null,
                      "pluginManagerId": null
                    }
                  ]
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "device_group"
        ],
        "operationId": "updateDeviceGroup",
        "description": "The parameters and request body are for method: updateDeviceGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "parentId": {
                      "type": "number"
                    },
                    "id": {
                      "type": "number"
                    },
                    "devices": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "isDeleted": {
                            "type": "boolean"
                          },
                          "isNew": {
                            "type": "boolean"
                          },
                          "name": {
                            "type": "string"
                          },
                          "alternateName": {
                            "type": "string"
                          },
                          "description": {
                            "type": "string"
                          },
                          "ipAddress": {
                            "type": "string"
                          },
                          "peerId": {
                            "type": "number"
                          },
                          "pollFrequency": {
                            "type": "number"
                          },
                          "dateAdded": {
                            "type": "number"
                          },
                          "lastDiscovery": {
                            "type": "number"
                          },
                          "allowDelete": {
                            "type": "boolean"
                          },
                          "disablePolling": {
                            "type": "boolean"
                          },
                          "disableConcurrentPolling": {
                            "type": "boolean"
                          },
                          "disableThresholding": {
                            "type": "boolean"
                          },
                          "timezone": {
                            "type": "string"
                          },
                          "workhoursGroupId": {
                            "type": "number"
                          },
                          "numElements": {
                            "type": "number"
                          },
                          "pluginInfo": {
                            "type": "object"
                          },
                          "objects": {
                            "type": "object"
                          },
                          "pluginManagerId": {
                            "type": "object"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "name": "All Device Groups",
                  "parentId": 1,
                  "id": 2,
                  "devices": [
                    {
                      "id": 1,
                      "isDeleted": false,
                      "isNew": false,
                      "name": "ASR1K-TEST",
                      "alternateName": "",
                      "description": "",
                      "ipAddress": "10.10.10.10",
                      "peerId": 1,
                      "pollFrequency": 300,
                      "dateAdded": 1497888919000,
                      "lastDiscovery": 1506484815000,
                      "allowDelete": true,
                      "disablePolling": false,
                      "disableConcurrentPolling": false,
                      "disableThresholding": false,
                      "timezone": "America/New_York",
                      "workhoursGroupId": 1,
                      "numElements": 319,
                      "pluginInfo": null,
                      "objects": null,
                      "pluginManagerId": null
                    }
                  ]
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "device_group"
        ],
        "operationId": "deleteDeviceGroup",
        "description": "The parameters and request body are for method: deleteDeviceGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "parentId": {
                      "type": "number"
                    },
                    "id": {
                      "type": "number"
                    },
                    "devices": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "isDeleted": {
                            "type": "boolean"
                          },
                          "isNew": {
                            "type": "boolean"
                          },
                          "name": {
                            "type": "string"
                          },
                          "alternateName": {
                            "type": "string"
                          },
                          "description": {
                            "type": "string"
                          },
                          "ipAddress": {
                            "type": "string"
                          },
                          "peerId": {
                            "type": "number"
                          },
                          "pollFrequency": {
                            "type": "number"
                          },
                          "dateAdded": {
                            "type": "number"
                          },
                          "lastDiscovery": {
                            "type": "number"
                          },
                          "allowDelete": {
                            "type": "boolean"
                          },
                          "disablePolling": {
                            "type": "boolean"
                          },
                          "disableConcurrentPolling": {
                            "type": "boolean"
                          },
                          "disableThresholding": {
                            "type": "boolean"
                          },
                          "timezone": {
                            "type": "string"
                          },
                          "workhoursGroupId": {
                            "type": "number"
                          },
                          "numElements": {
                            "type": "number"
                          },
                          "pluginInfo": {
                            "type": "object"
                          },
                          "objects": {
                            "type": "object"
                          },
                          "pluginManagerId": {
                            "type": "object"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "name": "All Device Groups",
                  "parentId": 1,
                  "id": 2,
                  "devices": [
                    {
                      "id": 1,
                      "isDeleted": false,
                      "isNew": false,
                      "name": "ASR1K-TEST",
                      "alternateName": "",
                      "description": "",
                      "ipAddress": "10.10.10.10",
                      "peerId": 1,
                      "pollFrequency": 300,
                      "dateAdded": 1497888919000,
                      "lastDiscovery": 1506484815000,
                      "allowDelete": true,
                      "disablePolling": false,
                      "disableConcurrentPolling": false,
                      "disableThresholding": false,
                      "timezone": "America/New_York",
                      "workhoursGroupId": 1,
                      "numElements": 319,
                      "pluginInfo": null,
                      "objects": null,
                      "pluginManagerId": null
                    }
                  ]
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/devicegroups": {
      "post": {
        "tags": [
          "device_group"
        ],
        "operationId": "createDeviceGroup",
        "description": "The parameters and request body are for method: createDeviceGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "parentId": {
                      "type": "number"
                    },
                    "id": {
                      "type": "number"
                    },
                    "devices": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "isDeleted": {
                            "type": "boolean"
                          },
                          "isNew": {
                            "type": "boolean"
                          },
                          "name": {
                            "type": "string"
                          },
                          "alternateName": {
                            "type": "string"
                          },
                          "description": {
                            "type": "string"
                          },
                          "ipAddress": {
                            "type": "string"
                          },
                          "peerId": {
                            "type": "number"
                          },
                          "pollFrequency": {
                            "type": "number"
                          },
                          "dateAdded": {
                            "type": "number"
                          },
                          "lastDiscovery": {
                            "type": "number"
                          },
                          "allowDelete": {
                            "type": "boolean"
                          },
                          "disablePolling": {
                            "type": "boolean"
                          },
                          "disableConcurrentPolling": {
                            "type": "boolean"
                          },
                          "disableThresholding": {
                            "type": "boolean"
                          },
                          "timezone": {
                            "type": "string"
                          },
                          "workhoursGroupId": {
                            "type": "number"
                          },
                          "numElements": {
                            "type": "number"
                          },
                          "pluginInfo": {
                            "type": "object"
                          },
                          "objects": {
                            "type": "object"
                          },
                          "pluginManagerId": {
                            "type": "object"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "name": "All Device Groups",
                  "parentId": 1,
                  "id": 2,
                  "devices": [
                    {
                      "id": 1,
                      "isDeleted": false,
                      "isNew": false,
                      "name": "ASR1K-TEST",
                      "alternateName": "",
                      "description": "",
                      "ipAddress": "10.10.10.10",
                      "peerId": 1,
                      "pollFrequency": 300,
                      "dateAdded": 1497888919000,
                      "lastDiscovery": 1506484815000,
                      "allowDelete": true,
                      "disablePolling": false,
                      "disableConcurrentPolling": false,
                      "disableThresholding": false,
                      "timezone": "America/New_York",
                      "workhoursGroupId": 1,
                      "numElements": 319,
                      "pluginInfo": null,
                      "objects": null,
                      "pluginManagerId": null
                    }
                  ]
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/devicegroups/{pathv1}/members/{pathv2}": {
      "post": {
        "tags": [
          "device_group"
        ],
        "operationId": "addDeviceToGroup",
        "description": "The parameters and request body are for method: addDeviceToGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "parentId": {
                      "type": "number"
                    },
                    "id": {
                      "type": "number"
                    },
                    "devices": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "isDeleted": {
                            "type": "boolean"
                          },
                          "isNew": {
                            "type": "boolean"
                          },
                          "name": {
                            "type": "string"
                          },
                          "alternateName": {
                            "type": "string"
                          },
                          "description": {
                            "type": "string"
                          },
                          "ipAddress": {
                            "type": "string"
                          },
                          "peerId": {
                            "type": "number"
                          },
                          "pollFrequency": {
                            "type": "number"
                          },
                          "dateAdded": {
                            "type": "number"
                          },
                          "lastDiscovery": {
                            "type": "number"
                          },
                          "allowDelete": {
                            "type": "boolean"
                          },
                          "disablePolling": {
                            "type": "boolean"
                          },
                          "disableConcurrentPolling": {
                            "type": "boolean"
                          },
                          "disableThresholding": {
                            "type": "boolean"
                          },
                          "timezone": {
                            "type": "string"
                          },
                          "workhoursGroupId": {
                            "type": "number"
                          },
                          "numElements": {
                            "type": "number"
                          },
                          "pluginInfo": {
                            "type": "object"
                          },
                          "objects": {
                            "type": "object"
                          },
                          "pluginManagerId": {
                            "type": "object"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "name": "All Device Groups",
                  "parentId": 1,
                  "id": 2,
                  "devices": [
                    {
                      "id": 1,
                      "isDeleted": false,
                      "isNew": false,
                      "name": "ASR1K-TEST",
                      "alternateName": "",
                      "description": "",
                      "ipAddress": "10.10.10.10",
                      "peerId": 1,
                      "pollFrequency": 300,
                      "dateAdded": 1497888919000,
                      "lastDiscovery": 1506484815000,
                      "allowDelete": true,
                      "disablePolling": false,
                      "disableConcurrentPolling": false,
                      "disableThresholding": false,
                      "timezone": "America/New_York",
                      "workhoursGroupId": 1,
                      "numElements": 319,
                      "pluginInfo": null,
                      "objects": null,
                      "pluginManagerId": null
                    }
                  ]
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "device_group"
        ],
        "operationId": "removeDeviceFromGroup",
        "description": "The parameters and request body are for method: removeDeviceFromGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "parentId": {
                      "type": "number"
                    },
                    "id": {
                      "type": "number"
                    },
                    "devices": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "isDeleted": {
                            "type": "boolean"
                          },
                          "isNew": {
                            "type": "boolean"
                          },
                          "name": {
                            "type": "string"
                          },
                          "alternateName": {
                            "type": "string"
                          },
                          "description": {
                            "type": "string"
                          },
                          "ipAddress": {
                            "type": "string"
                          },
                          "peerId": {
                            "type": "number"
                          },
                          "pollFrequency": {
                            "type": "number"
                          },
                          "dateAdded": {
                            "type": "number"
                          },
                          "lastDiscovery": {
                            "type": "number"
                          },
                          "allowDelete": {
                            "type": "boolean"
                          },
                          "disablePolling": {
                            "type": "boolean"
                          },
                          "disableConcurrentPolling": {
                            "type": "boolean"
                          },
                          "disableThresholding": {
                            "type": "boolean"
                          },
                          "timezone": {
                            "type": "string"
                          },
                          "workhoursGroupId": {
                            "type": "number"
                          },
                          "numElements": {
                            "type": "number"
                          },
                          "pluginInfo": {
                            "type": "object"
                          },
                          "objects": {
                            "type": "object"
                          },
                          "pluginManagerId": {
                            "type": "object"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "name": "All Device Groups",
                  "parentId": 1,
                  "id": 2,
                  "devices": [
                    {
                      "id": 1,
                      "isDeleted": false,
                      "isNew": false,
                      "name": "ASR1K-TEST",
                      "alternateName": "",
                      "description": "",
                      "ipAddress": "10.10.10.10",
                      "peerId": 1,
                      "pollFrequency": 300,
                      "dateAdded": 1497888919000,
                      "lastDiscovery": 1506484815000,
                      "allowDelete": true,
                      "disablePolling": false,
                      "disableConcurrentPolling": false,
                      "disableThresholding": false,
                      "timezone": "America/New_York",
                      "workhoursGroupId": 1,
                      "numElements": 319,
                      "pluginInfo": null,
                      "objects": null,
                      "pluginManagerId": null
                    }
                  ]
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/devices/{pathv1}/objects/{pathv2}": {
      "get": {
        "tags": [
          "device_component"
        ],
        "operationId": "getDeviceComponents",
        "description": "The parameters and request body are for method: getDeviceComponents. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "description": {
                      "type": "string"
                    },
                    "deviceId": {
                      "type": "number"
                    },
                    "extendedInfo": {
                      "type": "object"
                    },
                    "id": {
                      "type": "number"
                    },
                    "indicators": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "deviceId": {
                            "type": "number"
                          },
                          "evaluationOrder": {
                            "type": "number"
                          },
                          "extendedInfo": {
                            "type": "object"
                          },
                          "format": {
                            "type": "string"
                          },
                          "id": {
                            "type": "number"
                          },
                          "isBaselining": {
                            "type": "boolean"
                          },
                          "isDeleted": {
                            "type": "boolean"
                          },
                          "isEnabled": {
                            "type": "boolean"
                          },
                          "lastInvalidationTime": {
                            "type": "number"
                          },
                          "maxValue": {
                            "type": "number"
                          },
                          "objectId": {
                            "type": "number"
                          },
                          "pluginId": {
                            "type": "number"
                          },
                          "pluginIndicatorTypeId": {
                            "type": "number"
                          },
                          "syntheticExpression": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "isDeleted": {
                      "type": "boolean"
                    },
                    "isEnabled": {
                      "type": "boolean"
                    },
                    "isVisible": {
                      "type": "boolean"
                    },
                    "name": {
                      "type": "string"
                    },
                    "pluginId": {
                      "type": "number"
                    },
                    "pluginObjectTypeId": {
                      "type": "number"
                    },
                    "subtypeId": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "description": "string",
                  "deviceId": 1245,
                  "extendedInfo": {},
                  "id": 1234,
                  "indicators": [
                    {
                      "deviceId": 1245,
                      "evaluationOrder": 0,
                      "extendedInfo": {},
                      "format": "GAUGE",
                      "id": 9876,
                      "isBaselining": true,
                      "isDeleted": true,
                      "isEnabled": true,
                      "lastInvalidationTime": 0,
                      "maxValue": 0,
                      "objectId": 0,
                      "pluginId": 0,
                      "pluginIndicatorTypeId": 0,
                      "syntheticExpression": "string"
                    }
                  ],
                  "isDeleted": true,
                  "isEnabled": true,
                  "isVisible": true,
                  "name": "string",
                  "pluginId": 0,
                  "pluginObjectTypeId": 0,
                  "subtypeId": 0
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "device_component"
        ],
        "operationId": "updateDeviceComponent",
        "description": "The parameters and request body are for method: updateDeviceComponent. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "description": {
                      "type": "string"
                    },
                    "deviceId": {
                      "type": "number"
                    },
                    "extendedInfo": {
                      "type": "object"
                    },
                    "id": {
                      "type": "number"
                    },
                    "indicators": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "deviceId": {
                            "type": "number"
                          },
                          "evaluationOrder": {
                            "type": "number"
                          },
                          "extendedInfo": {
                            "type": "object"
                          },
                          "format": {
                            "type": "string"
                          },
                          "id": {
                            "type": "number"
                          },
                          "isBaselining": {
                            "type": "boolean"
                          },
                          "isDeleted": {
                            "type": "boolean"
                          },
                          "isEnabled": {
                            "type": "boolean"
                          },
                          "lastInvalidationTime": {
                            "type": "number"
                          },
                          "maxValue": {
                            "type": "number"
                          },
                          "objectId": {
                            "type": "number"
                          },
                          "pluginId": {
                            "type": "number"
                          },
                          "pluginIndicatorTypeId": {
                            "type": "number"
                          },
                          "syntheticExpression": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "isDeleted": {
                      "type": "boolean"
                    },
                    "isEnabled": {
                      "type": "boolean"
                    },
                    "isVisible": {
                      "type": "boolean"
                    },
                    "name": {
                      "type": "string"
                    },
                    "pluginId": {
                      "type": "number"
                    },
                    "pluginObjectTypeId": {
                      "type": "number"
                    },
                    "subtypeId": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "description": "string",
                  "deviceId": 0,
                  "extendedInfo": {},
                  "id": 0,
                  "indicators": [
                    {
                      "deviceId": 0,
                      "evaluationOrder": 0,
                      "extendedInfo": {},
                      "format": "GAUGE",
                      "id": 0,
                      "isBaselining": true,
                      "isDeleted": true,
                      "isEnabled": true,
                      "lastInvalidationTime": 0,
                      "maxValue": 0,
                      "objectId": 0,
                      "pluginId": 0,
                      "pluginIndicatorTypeId": 0,
                      "syntheticExpression": "string"
                    }
                  ],
                  "isDeleted": true,
                  "isEnabled": true,
                  "isVisible": true,
                  "name": "string",
                  "pluginId": 0,
                  "pluginObjectTypeId": 0,
                  "subtypeId": 0
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "device_component"
        ],
        "operationId": "deleteDeviceComponent",
        "description": "The parameters and request body are for method: deleteDeviceComponent. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "description": {
                      "type": "string"
                    },
                    "deviceId": {
                      "type": "number"
                    },
                    "extendedInfo": {
                      "type": "object"
                    },
                    "id": {
                      "type": "number"
                    },
                    "indicators": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "deviceId": {
                            "type": "number"
                          },
                          "evaluationOrder": {
                            "type": "number"
                          },
                          "extendedInfo": {
                            "type": "object"
                          },
                          "format": {
                            "type": "string"
                          },
                          "id": {
                            "type": "number"
                          },
                          "isBaselining": {
                            "type": "boolean"
                          },
                          "isDeleted": {
                            "type": "boolean"
                          },
                          "isEnabled": {
                            "type": "boolean"
                          },
                          "lastInvalidationTime": {
                            "type": "number"
                          },
                          "maxValue": {
                            "type": "number"
                          },
                          "objectId": {
                            "type": "number"
                          },
                          "pluginId": {
                            "type": "number"
                          },
                          "pluginIndicatorTypeId": {
                            "type": "number"
                          },
                          "syntheticExpression": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "isDeleted": {
                      "type": "boolean"
                    },
                    "isEnabled": {
                      "type": "boolean"
                    },
                    "isVisible": {
                      "type": "boolean"
                    },
                    "name": {
                      "type": "string"
                    },
                    "pluginId": {
                      "type": "number"
                    },
                    "pluginObjectTypeId": {
                      "type": "number"
                    },
                    "subtypeId": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "description": "string",
                  "deviceId": 0,
                  "extendedInfo": {},
                  "id": 0,
                  "indicators": [
                    {
                      "deviceId": 0,
                      "evaluationOrder": 0,
                      "extendedInfo": {},
                      "format": "GAUGE",
                      "id": 0,
                      "isBaselining": true,
                      "isDeleted": true,
                      "isEnabled": true,
                      "lastInvalidationTime": 0,
                      "maxValue": 0,
                      "objectId": 0,
                      "pluginId": 0,
                      "pluginIndicatorTypeId": 0,
                      "syntheticExpression": "string"
                    }
                  ],
                  "isDeleted": true,
                  "isEnabled": true,
                  "isVisible": true,
                  "name": "string",
                  "pluginId": 0,
                  "pluginObjectTypeId": 0,
                  "subtypeId": 0
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/devices/objects/filter": {
      "post": {
        "tags": [
          "device_component"
        ],
        "operationId": "getDeviceComponentsFiltered",
        "description": "The parameters and request body are for method: getDeviceComponentsFiltered. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "description": {
                        "type": "string"
                      },
                      "deviceId": {
                        "type": "number"
                      },
                      "extendedInfo": {
                        "type": "object"
                      },
                      "id": {
                        "type": "number"
                      },
                      "indicators": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "deviceId": {
                              "type": "number"
                            },
                            "evaluationOrder": {
                              "type": "number"
                            },
                            "extendedInfo": {
                              "type": "object"
                            },
                            "format": {
                              "type": "string"
                            },
                            "id": {
                              "type": "number"
                            },
                            "isBaselining": {
                              "type": "boolean"
                            },
                            "isDeleted": {
                              "type": "boolean"
                            },
                            "isEnabled": {
                              "type": "boolean"
                            },
                            "lastInvalidationTime": {
                              "type": "number"
                            },
                            "maxValue": {
                              "type": "number"
                            },
                            "objectId": {
                              "type": "number"
                            },
                            "pluginId": {
                              "type": "number"
                            },
                            "pluginIndicatorTypeId": {
                              "type": "number"
                            },
                            "syntheticExpression": {
                              "type": "string"
                            }
                          }
                        }
                      },
                      "isDeleted": {
                        "type": "boolean"
                      },
                      "isEnabled": {
                        "type": "boolean"
                      },
                      "isVisible": {
                        "type": "boolean"
                      },
                      "name": {
                        "type": "string"
                      },
                      "pluginId": {
                        "type": "number"
                      },
                      "pluginObjectTypeId": {
                        "type": "number"
                      },
                      "subtypeId": {
                        "type": "number"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "description": "string",
                    "deviceId": 1245,
                    "extendedInfo": {},
                    "id": 1234,
                    "indicators": [
                      {
                        "deviceId": 1245,
                        "evaluationOrder": 0,
                        "extendedInfo": {},
                        "format": "GAUGE",
                        "id": 9876,
                        "isBaselining": true,
                        "isDeleted": true,
                        "isEnabled": true,
                        "lastInvalidationTime": 0,
                        "maxValue": 0,
                        "objectId": 0,
                        "pluginId": 0,
                        "pluginIndicatorTypeId": 0,
                        "syntheticExpression": "string"
                      }
                    ],
                    "isDeleted": true,
                    "isEnabled": true,
                    "isVisible": true,
                    "name": "string",
                    "pluginId": 0,
                    "pluginObjectTypeId": 0,
                    "subtypeId": 0
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/devices/{pathv1}/objects": {
      "post": {
        "tags": [
          "device_component"
        ],
        "operationId": "createDeviceComponent",
        "description": "The parameters and request body are for method: createDeviceComponent. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "description": {
                      "type": "string"
                    },
                    "deviceId": {
                      "type": "number"
                    },
                    "extendedInfo": {
                      "type": "object"
                    },
                    "id": {
                      "type": "number"
                    },
                    "indicators": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "deviceId": {
                            "type": "number"
                          },
                          "evaluationOrder": {
                            "type": "number"
                          },
                          "extendedInfo": {
                            "type": "object"
                          },
                          "format": {
                            "type": "string"
                          },
                          "id": {
                            "type": "number"
                          },
                          "isBaselining": {
                            "type": "boolean"
                          },
                          "isDeleted": {
                            "type": "boolean"
                          },
                          "isEnabled": {
                            "type": "boolean"
                          },
                          "lastInvalidationTime": {
                            "type": "number"
                          },
                          "maxValue": {
                            "type": "number"
                          },
                          "objectId": {
                            "type": "number"
                          },
                          "pluginId": {
                            "type": "number"
                          },
                          "pluginIndicatorTypeId": {
                            "type": "number"
                          },
                          "syntheticExpression": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "isDeleted": {
                      "type": "boolean"
                    },
                    "isEnabled": {
                      "type": "boolean"
                    },
                    "isVisible": {
                      "type": "boolean"
                    },
                    "name": {
                      "type": "string"
                    },
                    "pluginId": {
                      "type": "number"
                    },
                    "pluginObjectTypeId": {
                      "type": "number"
                    },
                    "subtypeId": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "description": "string",
                  "deviceId": 1245,
                  "extendedInfo": {},
                  "id": 1234,
                  "indicators": [
                    {
                      "deviceId": 1245,
                      "evaluationOrder": 0,
                      "extendedInfo": {},
                      "format": "GAUGE",
                      "id": 9876,
                      "isBaselining": true,
                      "isDeleted": true,
                      "isEnabled": true,
                      "lastInvalidationTime": 0,
                      "maxValue": 0,
                      "objectId": 0,
                      "pluginId": 0,
                      "pluginIndicatorTypeId": 0,
                      "syntheticExpression": "string"
                    }
                  ],
                  "isDeleted": true,
                  "isEnabled": true,
                  "isVisible": true,
                  "name": "string",
                  "pluginId": 0,
                  "pluginObjectTypeId": 0,
                  "subtypeId": 0
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/objectgroups/{pathv1}": {
      "get": {
        "tags": [
          "device_component_group"
        ],
        "operationId": "getComponentGroups",
        "description": "The parameters and request body are for method: getComponentGroups. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "parentId": {
                      "type": "object"
                    },
                    "id": {
                      "type": "number"
                    },
                    "members": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "description": {
                            "type": "string"
                          },
                          "deviceId": {
                            "type": "number"
                          },
                          "extendedInfo": {
                            "type": "object"
                          },
                          "id": {
                            "type": "number"
                          },
                          "indicators": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "deviceId": {
                                  "type": "number"
                                },
                                "evaluationOrder": {
                                  "type": "number"
                                },
                                "extendedInfo": {
                                  "type": "object"
                                },
                                "format": {
                                  "type": "string"
                                },
                                "id": {
                                  "type": "number"
                                },
                                "isBaselining": {
                                  "type": "boolean"
                                },
                                "isDeleted": {
                                  "type": "boolean"
                                },
                                "isEnabled": {
                                  "type": "boolean"
                                },
                                "lastInvalidationTime": {
                                  "type": "number"
                                },
                                "maxValue": {
                                  "type": "number"
                                },
                                "objectId": {
                                  "type": "number"
                                },
                                "pluginId": {
                                  "type": "number"
                                },
                                "pluginIndicatorTypeId": {
                                  "type": "number"
                                },
                                "syntheticExpression": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "isDeleted": {
                            "type": "boolean"
                          },
                          "isEnabled": {
                            "type": "boolean"
                          },
                          "isVisible": {
                            "type": "boolean"
                          },
                          "name": {
                            "type": "string"
                          },
                          "pluginId": {
                            "type": "number"
                          },
                          "pluginObjectTypeId": {
                            "type": "number"
                          },
                          "subtypeId": {
                            "type": "number"
                          }
                        }
                      }
                    },
                    "readOnly": {
                      "type": "boolean"
                    }
                  }
                },
                "example": {
                  "name": "Interface",
                  "parentId": null,
                  "id": 3,
                  "members": [
                    {
                      "description": "string",
                      "deviceId": 0,
                      "extendedInfo": {},
                      "id": 0,
                      "indicators": [
                        {
                          "deviceId": 0,
                          "evaluationOrder": 0,
                          "extendedInfo": {},
                          "format": "GAUGE",
                          "id": 0,
                          "isBaselining": true,
                          "isDeleted": true,
                          "isEnabled": true,
                          "lastInvalidationTime": 0,
                          "maxValue": 0,
                          "objectId": 0,
                          "pluginId": 0,
                          "pluginIndicatorTypeId": 0,
                          "syntheticExpression": "string"
                        }
                      ],
                      "isDeleted": true,
                      "isEnabled": true,
                      "isVisible": true,
                      "name": "string",
                      "pluginId": 0,
                      "pluginObjectTypeId": 0,
                      "subtypeId": 0
                    }
                  ],
                  "readOnly": false
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "device_component_group"
        ],
        "operationId": "updateComponentGroup",
        "description": "The parameters and request body are for method: updateComponentGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "parentId": {
                      "type": "object"
                    },
                    "id": {
                      "type": "number"
                    },
                    "members": {
                      "type": "object"
                    },
                    "readOnly": {
                      "type": "boolean"
                    }
                  }
                },
                "example": {
                  "name": "Interface",
                  "parentId": null,
                  "id": 3,
                  "members": null,
                  "readOnly": false
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "device_component_group"
        ],
        "operationId": "deleteComponentGroup",
        "description": "The parameters and request body are for method: deleteComponentGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "parentId": {
                      "type": "object"
                    },
                    "id": {
                      "type": "number"
                    },
                    "members": {
                      "type": "object"
                    },
                    "readOnly": {
                      "type": "boolean"
                    }
                  }
                },
                "example": {
                  "name": "Interface",
                  "parentId": null,
                  "id": 3,
                  "members": null,
                  "readOnly": false
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/objectgroups": {
      "post": {
        "tags": [
          "device_component_group"
        ],
        "operationId": "createComponentGroup",
        "description": "The parameters and request body are for method: createComponentGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "parentId": {
                      "type": "object"
                    },
                    "id": {
                      "type": "number"
                    },
                    "members": {
                      "type": "object"
                    },
                    "readOnly": {
                      "type": "boolean"
                    }
                  }
                },
                "example": {
                  "name": "Interface",
                  "parentId": null,
                  "id": 3,
                  "members": null,
                  "readOnly": false
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/objectgroups/{pathv1}/members": {
      "post": {
        "tags": [
          "device_component_group"
        ],
        "operationId": "addDeviceComponentToGroup",
        "description": "The parameters and request body are for method: addDeviceComponentToGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "parentId": {
                      "type": "object"
                    },
                    "id": {
                      "type": "number"
                    },
                    "members": {
                      "type": "object"
                    },
                    "readOnly": {
                      "type": "boolean"
                    }
                  }
                },
                "example": {
                  "name": "Interface",
                  "parentId": null,
                  "id": 3,
                  "members": null,
                  "readOnly": false
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "device_component_group"
        ],
        "operationId": "removeDeviceComponentFromGroup",
        "description": "The parameters and request body are for method: removeDeviceComponentFromGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "parentId": {
                      "type": "object"
                    },
                    "id": {
                      "type": "number"
                    },
                    "members": {
                      "type": "object"
                    },
                    "readOnly": {
                      "type": "boolean"
                    }
                  }
                },
                "example": {
                  "name": "Interface",
                  "parentId": null,
                  "id": 3,
                  "members": null,
                  "readOnly": false
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/devices/{pathv1}/objects/{pathv2}/indicators/{pathv3}": {
      "get": {
        "tags": [
          "indicator"
        ],
        "operationId": "getIndicators",
        "description": "The parameters and request body are for method: getIndicators. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "deviceId": {
                      "type": "number"
                    },
                    "evaluationOrder": {
                      "type": "number"
                    },
                    "extendedInfo": {
                      "type": "object"
                    },
                    "format": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "isBaselining": {
                      "type": "boolean"
                    },
                    "isDeleted": {
                      "type": "boolean"
                    },
                    "isEnabled": {
                      "type": "boolean"
                    },
                    "lastInvalidationTime": {
                      "type": "number"
                    },
                    "maxValue": {
                      "type": "number"
                    },
                    "objectId": {
                      "type": "number"
                    },
                    "pluginId": {
                      "type": "number"
                    },
                    "pluginIndicatorTypeId": {
                      "type": "number"
                    },
                    "syntheticExpression": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "deviceId": 1245,
                  "evaluationOrder": 1,
                  "extendedInfo": {},
                  "format": "GAUGE",
                  "id": 9876,
                  "isBaselining": true,
                  "isDeleted": true,
                  "isEnabled": true,
                  "lastInvalidationTime": 1,
                  "maxValue": 1,
                  "objectId": 1,
                  "pluginId": 1,
                  "pluginIndicatorTypeId": 1,
                  "syntheticExpression": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/devices/{pathv1}/objects/{pathv2}/indicators/{pathv3}/data": {
      "get": {
        "tags": [
          "indicator"
        ],
        "operationId": "getIndicatorData",
        "description": "The parameters and request body are for method: getIndicatorData. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "focus": {
                        "type": "number"
                      },
                      "time": {
                        "type": "number"
                      },
                      "value": {
                        "type": "number"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "focus": 1,
                    "time": 1,
                    "value": 1
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/device-indicators/data": {
      "post": {
        "tags": [
          "indicator"
        ],
        "operationId": "createIndicatorData",
        "description": "The parameters and request body are for method: createIndicatorData. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "body": {
                      "type": "object"
                    },
                    "statusCode": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "body": {},
                  "statusCode": "100"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/maps/{pathv1}": {
      "get": {
        "tags": [
          "map"
        ],
        "operationId": "getMaps",
        "description": "The parameters and request body are for method: getMaps. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "number"
                    },
                    "name": {
                      "type": "string"
                    },
                    "imageId": {
                      "type": "number"
                    },
                    "imageMimeType": {
                      "type": "string"
                    },
                    "imageSize": {
                      "type": "number"
                    },
                    "imageName": {
                      "type": "string"
                    },
                    "nodes": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "data": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "deviceId": {
                                  "type": "number"
                                },
                                "elementId": {
                                  "type": "number"
                                },
                                "pluginId": {
                                  "type": "number"
                                },
                                "reportId": {
                                  "type": "number"
                                }
                              }
                            }
                          },
                          "id": {
                            "type": "number"
                          },
                          "name": {
                            "type": "string"
                          },
                          "type": {
                            "type": "string"
                          },
                          "x": {
                            "type": "number"
                          },
                          "y": {
                            "type": "number"
                          }
                        }
                      }
                    },
                    "connections": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "data": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "deviceId": {
                                  "type": "number"
                                },
                                "elementId": {
                                  "type": "number"
                                },
                                "pluginId": {
                                  "type": "number"
                                },
                                "reportId": {
                                  "type": "number"
                                }
                              }
                            }
                          },
                          "id": {
                            "type": "number"
                          },
                          "nodeAId": {
                            "type": "number"
                          },
                          "nodeBId": {
                            "type": "number"
                          },
                          "type": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "id": 1,
                  "name": "Argentina",
                  "imageId": 103,
                  "imageMimeType": "image/png",
                  "imageSize": 403790,
                  "imageName": "Argentina",
                  "nodes": [
                    {
                      "data": [
                        {
                          "deviceId": 1,
                          "elementId": 1,
                          "pluginId": 1,
                          "reportId": 1
                        }
                      ],
                      "id": 1,
                      "name": "string",
                      "type": "Device",
                      "x": 1,
                      "y": 1
                    }
                  ],
                  "connections": [
                    {
                      "data": [
                        {
                          "deviceId": 1,
                          "elementId": 1,
                          "pluginId": 1,
                          "reportId": 1
                        }
                      ],
                      "id": 1,
                      "nodeAId": 1,
                      "nodeBId": 1,
                      "type": "Device"
                    }
                  ]
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "map"
        ],
        "operationId": "updateMap",
        "description": "The parameters and request body are for method: updateMap. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "number"
                    },
                    "name": {
                      "type": "string"
                    },
                    "imageId": {
                      "type": "number"
                    },
                    "imageMimeType": {
                      "type": "string"
                    },
                    "imageSize": {
                      "type": "number"
                    },
                    "imageName": {
                      "type": "string"
                    },
                    "nodes": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "data": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "deviceId": {
                                  "type": "number"
                                },
                                "elementId": {
                                  "type": "number"
                                },
                                "pluginId": {
                                  "type": "number"
                                },
                                "reportId": {
                                  "type": "number"
                                }
                              }
                            }
                          },
                          "id": {
                            "type": "number"
                          },
                          "name": {
                            "type": "string"
                          },
                          "type": {
                            "type": "string"
                          },
                          "x": {
                            "type": "number"
                          },
                          "y": {
                            "type": "number"
                          }
                        }
                      }
                    },
                    "connections": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "data": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "deviceId": {
                                  "type": "number"
                                },
                                "elementId": {
                                  "type": "number"
                                },
                                "pluginId": {
                                  "type": "number"
                                },
                                "reportId": {
                                  "type": "number"
                                }
                              }
                            }
                          },
                          "id": {
                            "type": "number"
                          },
                          "nodeAId": {
                            "type": "number"
                          },
                          "nodeBId": {
                            "type": "number"
                          },
                          "type": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "id": 1,
                  "name": "Argentina",
                  "imageId": 103,
                  "imageMimeType": "image/png",
                  "imageSize": 403790,
                  "imageName": "Argentina",
                  "nodes": [
                    {
                      "data": [
                        {
                          "deviceId": 1,
                          "elementId": 1,
                          "pluginId": 1,
                          "reportId": 1
                        }
                      ],
                      "id": 1,
                      "name": "string",
                      "type": "Device",
                      "x": 1,
                      "y": 1
                    }
                  ],
                  "connections": [
                    {
                      "data": [
                        {
                          "deviceId": 1,
                          "elementId": 1,
                          "pluginId": 1,
                          "reportId": 1
                        }
                      ],
                      "id": 1,
                      "nodeAId": 1,
                      "nodeBId": 1,
                      "type": "Device"
                    }
                  ]
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "map"
        ],
        "operationId": "deleteMap",
        "description": "The parameters and request body are for method: deleteMap. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "number"
                    },
                    "name": {
                      "type": "string"
                    },
                    "imageId": {
                      "type": "number"
                    },
                    "imageMimeType": {
                      "type": "string"
                    },
                    "imageSize": {
                      "type": "number"
                    },
                    "imageName": {
                      "type": "string"
                    },
                    "nodes": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "data": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "deviceId": {
                                  "type": "number"
                                },
                                "elementId": {
                                  "type": "number"
                                },
                                "pluginId": {
                                  "type": "number"
                                },
                                "reportId": {
                                  "type": "number"
                                }
                              }
                            }
                          },
                          "id": {
                            "type": "number"
                          },
                          "name": {
                            "type": "string"
                          },
                          "type": {
                            "type": "string"
                          },
                          "x": {
                            "type": "number"
                          },
                          "y": {
                            "type": "number"
                          }
                        }
                      }
                    },
                    "connections": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "data": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "deviceId": {
                                  "type": "number"
                                },
                                "elementId": {
                                  "type": "number"
                                },
                                "pluginId": {
                                  "type": "number"
                                },
                                "reportId": {
                                  "type": "number"
                                }
                              }
                            }
                          },
                          "id": {
                            "type": "number"
                          },
                          "nodeAId": {
                            "type": "number"
                          },
                          "nodeBId": {
                            "type": "number"
                          },
                          "type": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "id": 1,
                  "name": "Argentina",
                  "imageId": 103,
                  "imageMimeType": "image/png",
                  "imageSize": 403790,
                  "imageName": "Argentina",
                  "nodes": [
                    {
                      "data": [
                        {
                          "deviceId": 1,
                          "elementId": 1,
                          "pluginId": 1,
                          "reportId": 1
                        }
                      ],
                      "id": 1,
                      "name": "string",
                      "type": "Device",
                      "x": 1,
                      "y": 1
                    }
                  ],
                  "connections": [
                    {
                      "data": [
                        {
                          "deviceId": 1,
                          "elementId": 1,
                          "pluginId": 1,
                          "reportId": 1
                        }
                      ],
                      "id": 1,
                      "nodeAId": 1,
                      "nodeBId": 1,
                      "type": "Device"
                    }
                  ]
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/maps": {
      "post": {
        "tags": [
          "map"
        ],
        "operationId": "createMap",
        "description": "The parameters and request body are for method: createMap. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "number"
                    },
                    "name": {
                      "type": "string"
                    },
                    "imageId": {
                      "type": "number"
                    },
                    "imageMimeType": {
                      "type": "string"
                    },
                    "imageSize": {
                      "type": "number"
                    },
                    "imageName": {
                      "type": "string"
                    },
                    "nodes": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "data": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "deviceId": {
                                  "type": "number"
                                },
                                "elementId": {
                                  "type": "number"
                                },
                                "pluginId": {
                                  "type": "number"
                                },
                                "reportId": {
                                  "type": "number"
                                }
                              }
                            }
                          },
                          "id": {
                            "type": "number"
                          },
                          "name": {
                            "type": "string"
                          },
                          "type": {
                            "type": "string"
                          },
                          "x": {
                            "type": "number"
                          },
                          "y": {
                            "type": "number"
                          }
                        }
                      }
                    },
                    "connections": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "data": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "deviceId": {
                                  "type": "number"
                                },
                                "elementId": {
                                  "type": "number"
                                },
                                "pluginId": {
                                  "type": "number"
                                },
                                "reportId": {
                                  "type": "number"
                                }
                              }
                            }
                          },
                          "id": {
                            "type": "number"
                          },
                          "nodeAId": {
                            "type": "number"
                          },
                          "nodeBId": {
                            "type": "number"
                          },
                          "type": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "id": 1,
                  "name": "Argentina",
                  "imageId": 103,
                  "imageMimeType": "image/png",
                  "imageSize": 403790,
                  "imageName": "Argentina",
                  "nodes": [
                    {
                      "data": [
                        {
                          "deviceId": 1,
                          "elementId": 1,
                          "pluginId": 1,
                          "reportId": 1
                        }
                      ],
                      "id": 1,
                      "name": "string",
                      "type": "Device",
                      "x": 1,
                      "y": 1
                    }
                  ],
                  "connections": [
                    {
                      "data": [
                        {
                          "deviceId": 1,
                          "elementId": 1,
                          "pluginId": 1,
                          "reportId": 1
                        }
                      ],
                      "id": 1,
                      "nodeAId": 1,
                      "nodeBId": 1,
                      "type": "Device"
                    }
                  ]
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/maps/{pathv1}/connections": {
      "get": {
        "tags": [
          "map"
        ],
        "operationId": "getMapConnections",
        "description": "The parameters and request body are for method: getMapConnections. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "content": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "data": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "deviceId": {
                                  "type": "number"
                                },
                                "elementId": {
                                  "type": "number"
                                },
                                "pluginId": {
                                  "type": "number"
                                },
                                "reportId": {
                                  "type": "number"
                                }
                              }
                            }
                          },
                          "id": {
                            "type": "number"
                          },
                          "nodeAId": {
                            "type": "number"
                          },
                          "nodeBId": {
                            "type": "number"
                          },
                          "type": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "pageNumber": {
                      "type": "number"
                    },
                    "pageSize": {
                      "type": "number"
                    },
                    "totalElements": {
                      "type": "number"
                    },
                    "totalPages": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "content": [
                    {
                      "data": [
                        {
                          "deviceId": 1,
                          "elementId": 1,
                          "pluginId": 1,
                          "reportId": 1
                        }
                      ],
                      "id": 1,
                      "nodeAId": 1,
                      "nodeBId": 1,
                      "type": "Device"
                    }
                  ],
                  "pageNumber": 1,
                  "pageSize": 1,
                  "totalElements": 1,
                  "totalPages": 1
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "map"
        ],
        "operationId": "createMapConnection",
        "description": "The parameters and request body are for method: createMapConnection. 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": {
                          "deviceId": {
                            "type": "number"
                          },
                          "elementId": {
                            "type": "number"
                          },
                          "pluginId": {
                            "type": "number"
                          },
                          "reportId": {
                            "type": "number"
                          }
                        }
                      }
                    },
                    "id": {
                      "type": "number"
                    },
                    "nodeAId": {
                      "type": "number"
                    },
                    "nodeBId": {
                      "type": "number"
                    },
                    "type": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "data": [
                    {
                      "deviceId": 1,
                      "elementId": 1,
                      "pluginId": 1,
                      "reportId": 1
                    }
                  ],
                  "id": 1,
                  "nodeAId": 1,
                  "nodeBId": 1,
                  "type": "Device"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/maps/{pathv1}/connections/{pathv2}": {
      "put": {
        "tags": [
          "map"
        ],
        "operationId": "updateMapConnection",
        "description": "The parameters and request body are for method: updateMapConnection. 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": {
                          "deviceId": {
                            "type": "number"
                          },
                          "elementId": {
                            "type": "number"
                          },
                          "pluginId": {
                            "type": "number"
                          },
                          "reportId": {
                            "type": "number"
                          }
                        }
                      }
                    },
                    "id": {
                      "type": "number"
                    },
                    "nodeAId": {
                      "type": "number"
                    },
                    "nodeBId": {
                      "type": "number"
                    },
                    "type": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "data": [
                    {
                      "deviceId": 1,
                      "elementId": 1,
                      "pluginId": 1,
                      "reportId": 1
                    }
                  ],
                  "id": 1,
                  "nodeAId": 1,
                  "nodeBId": 1,
                  "type": "Device"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "map"
        ],
        "operationId": "deleteMapConnection",
        "description": "The parameters and request body are for method: deleteMapConnection. 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": {
                          "deviceId": {
                            "type": "number"
                          },
                          "elementId": {
                            "type": "number"
                          },
                          "pluginId": {
                            "type": "number"
                          },
                          "reportId": {
                            "type": "number"
                          }
                        }
                      }
                    },
                    "id": {
                      "type": "number"
                    },
                    "nodeAId": {
                      "type": "number"
                    },
                    "nodeBId": {
                      "type": "number"
                    },
                    "type": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "data": [
                    {
                      "deviceId": 1,
                      "elementId": 1,
                      "pluginId": 1,
                      "reportId": 1
                    }
                  ],
                  "id": 1,
                  "nodeAId": 1,
                  "nodeBId": 1,
                  "type": "Device"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/maps/{pathv1}/nodes": {
      "get": {
        "tags": [
          "map"
        ],
        "operationId": "getMapNodes",
        "description": "The parameters and request body are for method: getMapNodes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "content": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "data": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "deviceId": {
                                  "type": "number"
                                },
                                "elementId": {
                                  "type": "number"
                                },
                                "pluginId": {
                                  "type": "number"
                                },
                                "reportId": {
                                  "type": "number"
                                }
                              }
                            }
                          },
                          "id": {
                            "type": "number"
                          },
                          "name": {
                            "type": "string"
                          },
                          "type": {
                            "type": "string"
                          },
                          "x": {
                            "type": "number"
                          },
                          "y": {
                            "type": "number"
                          }
                        }
                      }
                    },
                    "pageNumber": {
                      "type": "number"
                    },
                    "pageSize": {
                      "type": "number"
                    },
                    "totalElements": {
                      "type": "number"
                    },
                    "totalPages": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "content": [
                    {
                      "data": [
                        {
                          "deviceId": 1,
                          "elementId": 1,
                          "pluginId": 1,
                          "reportId": 1
                        }
                      ],
                      "id": 1,
                      "name": "string",
                      "type": "Device",
                      "x": 1,
                      "y": 1
                    }
                  ],
                  "pageNumber": 1,
                  "pageSize": 1,
                  "totalElements": 1,
                  "totalPages": 1
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "map"
        ],
        "operationId": "createMapNode",
        "description": "The parameters and request body are for method: createMapNode. 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": {
                          "deviceId": {
                            "type": "number"
                          },
                          "elementId": {
                            "type": "number"
                          },
                          "pluginId": {
                            "type": "number"
                          },
                          "reportId": {
                            "type": "number"
                          }
                        }
                      }
                    },
                    "id": {
                      "type": "number"
                    },
                    "name": {
                      "type": "string"
                    },
                    "type": {
                      "type": "string"
                    },
                    "x": {
                      "type": "number"
                    },
                    "y": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "data": [
                    {
                      "deviceId": 1,
                      "elementId": 1,
                      "pluginId": 1,
                      "reportId": 1
                    }
                  ],
                  "id": 1,
                  "name": "string",
                  "type": "Device",
                  "x": 1,
                  "y": 1
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/maps/{pathv1}/nodes/{pathv2}": {
      "put": {
        "tags": [
          "map"
        ],
        "operationId": "updateMapNode",
        "description": "The parameters and request body are for method: updateMapNode. 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": {
                          "deviceId": {
                            "type": "number"
                          },
                          "elementId": {
                            "type": "number"
                          },
                          "pluginId": {
                            "type": "number"
                          },
                          "reportId": {
                            "type": "number"
                          }
                        }
                      }
                    },
                    "id": {
                      "type": "number"
                    },
                    "name": {
                      "type": "string"
                    },
                    "type": {
                      "type": "string"
                    },
                    "x": {
                      "type": "number"
                    },
                    "y": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "data": [
                    {
                      "deviceId": 1,
                      "elementId": 1,
                      "pluginId": 1,
                      "reportId": 1
                    }
                  ],
                  "id": 1,
                  "name": "string",
                  "type": "Device",
                  "x": 1,
                  "y": 1
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "map"
        ],
        "operationId": "deleteMapNode",
        "description": "The parameters and request body are for method: deleteMapNode. 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": {
                          "deviceId": {
                            "type": "number"
                          },
                          "elementId": {
                            "type": "number"
                          },
                          "pluginId": {
                            "type": "number"
                          },
                          "reportId": {
                            "type": "number"
                          }
                        }
                      }
                    },
                    "id": {
                      "type": "number"
                    },
                    "name": {
                      "type": "string"
                    },
                    "type": {
                      "type": "string"
                    },
                    "x": {
                      "type": "number"
                    },
                    "y": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "data": [
                    {
                      "deviceId": 1,
                      "elementId": 1,
                      "pluginId": 1,
                      "reportId": 1
                    }
                  ],
                  "id": 1,
                  "name": "string",
                  "type": "Device",
                  "x": 1,
                  "y": 1
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/api/v1/reports/attachments/objects/{id}/resources": {
      "get": {
        "tags": [
          "ReportAttachmentsObjects"
        ],
        "operationId": "getObjectAttachmentResources",
        "description": "The parameters and request body are for method: getObjectAttachmentResources. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "deviceId": {
                      "type": "number"
                    },
                    "ids": {
                      "type": "array",
                      "items": {
                        "type": "number"
                      }
                    },
                    "type": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "deviceId": 6,
                  "ids": [
                    4,
                    2,
                    4,
                    8
                  ],
                  "type": "ObjectGroup"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "ReportAttachmentsObjects"
        ],
        "operationId": "updateObjectAttachmentResources",
        "description": "The parameters and request body are for method: updateObjectAttachmentResources. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "deviceId": {
                      "type": "number"
                    },
                    "ids": {
                      "type": "array",
                      "items": {
                        "type": "number"
                      }
                    },
                    "type": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "deviceId": 2,
                  "ids": [
                    2,
                    5,
                    3,
                    4
                  ],
                  "type": "Everything"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/api/v1/reports/attachments/objects/{id}/settings": {
      "get": {
        "tags": [
          "ReportAttachmentsObjects"
        ],
        "operationId": "getObjectAttachmentSettings",
        "description": "The parameters and request body are for method: getObjectAttachmentSettings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "resultLimitSetting": {
                      "type": "object",
                      "properties": {
                        "resultLimit": {
                          "type": "number"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "resultLimitSetting": {
                    "resultLimit": 6
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "ReportAttachmentsObjects"
        ],
        "operationId": "updateObjectAttachmentSettings",
        "description": "The parameters and request body are for method: updateObjectAttachmentSettings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "resultLimitSetting": {
                      "type": "object",
                      "properties": {
                        "resultLimit": {
                          "type": "number"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "resultLimitSetting": {
                    "resultLimit": 10
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/api/v1/reports/attachments/objects/{id}/visualizations": {
      "get": {
        "tags": [
          "ReportAttachmentsObjects"
        ],
        "operationId": "getObjectAttachmentVisualizationSettings",
        "description": "The parameters and request body are for method: getObjectAttachmentVisualizationSettings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "table": {
                      "type": "object",
                      "properties": {
                        "columnSetting": {
                          "type": "object",
                          "properties": {
                            "exclude": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            },
                            "include": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            }
                          }
                        },
                        "csvSetting": {
                          "type": "object",
                          "properties": {
                            "expandTimeseries": {
                              "type": "boolean"
                            },
                            "formatTimestamp": {
                              "type": "boolean"
                            }
                          }
                        },
                        "dataPresentationSetting": {
                          "type": "object",
                          "properties": {
                            "formatNumbers": {
                              "type": "boolean"
                            },
                            "precision": {
                              "type": "number"
                            }
                          }
                        },
                        "tableSetting": {
                          "type": "object",
                          "properties": {
                            "blockVis": {
                              "type": "boolean"
                            },
                            "hideHeaders": {
                              "type": "boolean"
                            },
                            "wrapCells": {
                              "type": "boolean"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "table": {
                    "columnSetting": {
                      "exclude": [
                        "string",
                        "string"
                      ],
                      "include": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ]
                    },
                    "csvSetting": {
                      "expandTimeseries": true,
                      "formatTimestamp": false
                    },
                    "dataPresentationSetting": {
                      "formatNumbers": false,
                      "precision": 6
                    },
                    "tableSetting": {
                      "blockVis": false,
                      "hideHeaders": true,
                      "wrapCells": true
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "ReportAttachmentsObjects"
        ],
        "operationId": "updateObjectAttachmentVisualizationSettings",
        "description": "The parameters and request body are for method: updateObjectAttachmentVisualizationSettings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "table": {
                      "type": "object",
                      "properties": {
                        "columnSetting": {
                          "type": "object",
                          "properties": {
                            "exclude": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            },
                            "include": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            }
                          }
                        },
                        "csvSetting": {
                          "type": "object",
                          "properties": {
                            "expandTimeseries": {
                              "type": "boolean"
                            },
                            "formatTimestamp": {
                              "type": "boolean"
                            }
                          }
                        },
                        "dataPresentationSetting": {
                          "type": "object",
                          "properties": {
                            "formatNumbers": {
                              "type": "boolean"
                            },
                            "precision": {
                              "type": "number"
                            }
                          }
                        },
                        "tableSetting": {
                          "type": "object",
                          "properties": {
                            "blockVis": {
                              "type": "boolean"
                            },
                            "hideHeaders": {
                              "type": "boolean"
                            },
                            "wrapCells": {
                              "type": "boolean"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "table": {
                    "columnSetting": {
                      "exclude": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "include": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ]
                    },
                    "csvSetting": {
                      "expandTimeseries": true,
                      "formatTimestamp": false
                    },
                    "dataPresentationSetting": {
                      "formatNumbers": true,
                      "precision": 6
                    },
                    "tableSetting": {
                      "blockVis": false,
                      "hideHeaders": false,
                      "wrapCells": false
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "ReportAttachmentsObjects"
        ],
        "operationId": "partiallyUpdateObjectAttachmentVisualizationSettings",
        "description": "The parameters and request body are for method: partiallyUpdateObjectAttachmentVisualizationSettings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "table": {
                      "type": "object",
                      "properties": {
                        "columnSetting": {
                          "type": "object",
                          "properties": {
                            "exclude": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            },
                            "include": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            }
                          }
                        },
                        "csvSetting": {
                          "type": "object",
                          "properties": {
                            "expandTimeseries": {
                              "type": "boolean"
                            },
                            "formatTimestamp": {
                              "type": "boolean"
                            }
                          }
                        },
                        "dataPresentationSetting": {
                          "type": "object",
                          "properties": {
                            "formatNumbers": {
                              "type": "boolean"
                            },
                            "precision": {
                              "type": "number"
                            }
                          }
                        },
                        "tableSetting": {
                          "type": "object",
                          "properties": {
                            "blockVis": {
                              "type": "boolean"
                            },
                            "hideHeaders": {
                              "type": "boolean"
                            },
                            "wrapCells": {
                              "type": "boolean"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "table": {
                    "columnSetting": {
                      "exclude": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "include": [
                        "string",
                        "string",
                        "string"
                      ]
                    },
                    "csvSetting": {
                      "expandTimeseries": false,
                      "formatTimestamp": false
                    },
                    "dataPresentationSetting": {
                      "formatNumbers": true,
                      "precision": 5
                    },
                    "tableSetting": {
                      "blockVis": false,
                      "hideHeaders": false,
                      "wrapCells": false
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/api/v1/reports/{id}/attachments/objects": {
      "post": {
        "tags": [
          "ReportAttachmentsObjects"
        ],
        "operationId": "createObjectAttachment",
        "description": "The parameters and request body are for method: createObjectAttachment. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "resource": {
                      "type": "object",
                      "properties": {
                        "deviceId": {
                          "type": "number"
                        },
                        "ids": {
                          "type": "array",
                          "items": {
                            "type": "number"
                          }
                        },
                        "type": {
                          "type": "string"
                        }
                      }
                    },
                    "settings": {
                      "type": "object",
                      "properties": {
                        "resultLimitSetting": {
                          "type": "object",
                          "properties": {
                            "resultLimit": {
                              "type": "number"
                            }
                          }
                        }
                      }
                    },
                    "visualization": {
                      "type": "object",
                      "properties": {
                        "table": {
                          "type": "object",
                          "properties": {
                            "columnSetting": {
                              "type": "object",
                              "properties": {
                                "exclude": {
                                  "type": "array",
                                  "items": {
                                    "type": "string"
                                  }
                                },
                                "include": {
                                  "type": "array",
                                  "items": {
                                    "type": "string"
                                  }
                                }
                              }
                            },
                            "csvSetting": {
                              "type": "object",
                              "properties": {
                                "expandTimeseries": {
                                  "type": "boolean"
                                },
                                "formatTimestamp": {
                                  "type": "boolean"
                                }
                              }
                            },
                            "dataPresentationSetting": {
                              "type": "object",
                              "properties": {
                                "formatNumbers": {
                                  "type": "boolean"
                                },
                                "precision": {
                                  "type": "number"
                                }
                              }
                            },
                            "tableSetting": {
                              "type": "object",
                              "properties": {
                                "blockVis": {
                                  "type": "boolean"
                                },
                                "hideHeaders": {
                                  "type": "boolean"
                                },
                                "wrapCells": {
                                  "type": "boolean"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "name": "string",
                  "resource": {
                    "deviceId": 4,
                    "ids": [
                      4,
                      3,
                      1,
                      1
                    ],
                    "type": "ObjectGroup"
                  },
                  "settings": {
                    "resultLimitSetting": {
                      "resultLimit": 9
                    }
                  },
                  "visualization": {
                    "table": {
                      "columnSetting": {
                        "exclude": [
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "include": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ]
                      },
                      "csvSetting": {
                        "expandTimeseries": false,
                        "formatTimestamp": true
                      },
                      "dataPresentationSetting": {
                        "formatNumbers": false,
                        "precision": 9
                      },
                      "tableSetting": {
                        "blockVis": true,
                        "hideHeaders": false,
                        "wrapCells": true
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/api/v1/devicetypes": {
      "get": {
        "tags": [
          "DeviceTypes"
        ],
        "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": {
                  "type": "object",
                  "properties": {
                    "content": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "deviceType": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "number"
                              },
                              "name": {
                                "type": "string"
                              },
                              "parentId": {
                                "type": "number"
                              }
                            }
                          },
                          "objectTypes": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "extendedInfo": {
                                  "type": "object"
                                },
                                "id": {
                                  "type": "number"
                                },
                                "indicatorTypes": {
                                  "type": "array",
                                  "items": {
                                    "type": "object",
                                    "properties": {
                                      "allowMaximumValue": {
                                        "type": "object"
                                      },
                                      "dataUnits": {
                                        "type": "object"
                                      },
                                      "description": {
                                        "type": "object"
                                      },
                                      "displayUnits": {
                                        "type": "object"
                                      },
                                      "extendedInfo": {
                                        "type": "object"
                                      },
                                      "format": {
                                        "type": "object"
                                      },
                                      "id": {
                                        "type": "object"
                                      },
                                      "isDefault": {
                                        "type": "object"
                                      },
                                      "isEnabled": {
                                        "type": "object"
                                      },
                                      "name": {
                                        "type": "object"
                                      },
                                      "pluginId": {
                                        "type": "object"
                                      },
                                      "pluginObjectTypeId": {
                                        "type": "object"
                                      },
                                      "syntheticExpression": {
                                        "type": "object"
                                      },
                                      "syntheticMaximumExpression": {
                                        "type": "object"
                                      }
                                    }
                                  }
                                },
                                "isEditable": {
                                  "type": "boolean"
                                },
                                "isEnabled": {
                                  "type": "boolean"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "objectTypes": {
                                  "type": "array",
                                  "items": {
                                    "type": "object",
                                    "properties": {
                                      "extendedInfo": {
                                        "type": "object"
                                      },
                                      "id": {
                                        "type": "object"
                                      },
                                      "indicatorTypes": {
                                        "type": "object"
                                      },
                                      "isEditable": {
                                        "type": "object"
                                      },
                                      "isEnabled": {
                                        "type": "object"
                                      },
                                      "name": {
                                        "type": "object"
                                      },
                                      "objectTypes": {
                                        "type": "object"
                                      },
                                      "parentObjectTypeId": {
                                        "type": "object"
                                      },
                                      "pluginId": {
                                        "type": "object"
                                      }
                                    }
                                  }
                                },
                                "parentObjectTypeId": {
                                  "type": "number"
                                },
                                "pluginId": {
                                  "type": "number"
                                }
                              }
                            }
                          }
                        }
                      }
                    },
                    "pageNumber": {
                      "type": "number"
                    },
                    "pageSize": {
                      "type": "number"
                    },
                    "totalElements": {
                      "type": "number"
                    },
                    "totalPages": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "content": [
                    {
                      "deviceType": {
                        "id": 10,
                        "name": "string",
                        "parentId": 1
                      },
                      "objectTypes": [
                        {
                          "extendedInfo": {},
                          "id": 9,
                          "indicatorTypes": [
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            }
                          ],
                          "isEditable": false,
                          "isEnabled": true,
                          "name": "string",
                          "objectTypes": [
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            }
                          ],
                          "parentObjectTypeId": 9,
                          "pluginId": 1
                        },
                        {
                          "extendedInfo": {},
                          "id": 2,
                          "indicatorTypes": [
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            }
                          ],
                          "isEditable": true,
                          "isEnabled": true,
                          "name": "string",
                          "objectTypes": [
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            }
                          ],
                          "parentObjectTypeId": 5,
                          "pluginId": 2
                        },
                        {
                          "extendedInfo": {},
                          "id": 8,
                          "indicatorTypes": [
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            }
                          ],
                          "isEditable": false,
                          "isEnabled": false,
                          "name": "string",
                          "objectTypes": [
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            }
                          ],
                          "parentObjectTypeId": 8,
                          "pluginId": 3
                        },
                        {
                          "extendedInfo": {},
                          "id": 5,
                          "indicatorTypes": [
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            }
                          ],
                          "isEditable": false,
                          "isEnabled": true,
                          "name": "string",
                          "objectTypes": [
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            }
                          ],
                          "parentObjectTypeId": 6,
                          "pluginId": 5
                        },
                        {
                          "extendedInfo": {},
                          "id": 9,
                          "indicatorTypes": [
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            }
                          ],
                          "isEditable": false,
                          "isEnabled": true,
                          "name": "string",
                          "objectTypes": [
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            }
                          ],
                          "parentObjectTypeId": 6,
                          "pluginId": 5
                        },
                        {
                          "extendedInfo": {},
                          "id": 5,
                          "indicatorTypes": [
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            }
                          ],
                          "isEditable": true,
                          "isEnabled": true,
                          "name": "string",
                          "objectTypes": [
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            }
                          ],
                          "parentObjectTypeId": 9,
                          "pluginId": 10
                        },
                        {
                          "extendedInfo": {},
                          "id": 2,
                          "indicatorTypes": [
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            }
                          ],
                          "isEditable": true,
                          "isEnabled": true,
                          "name": "string",
                          "objectTypes": [
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            }
                          ],
                          "parentObjectTypeId": 4,
                          "pluginId": 4
                        },
                        {
                          "extendedInfo": {},
                          "id": 2,
                          "indicatorTypes": [
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            }
                          ],
                          "isEditable": false,
                          "isEnabled": true,
                          "name": "string",
                          "objectTypes": [
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            }
                          ],
                          "parentObjectTypeId": 8,
                          "pluginId": 5
                        },
                        {
                          "extendedInfo": {},
                          "id": 7,
                          "indicatorTypes": [
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            }
                          ],
                          "isEditable": true,
                          "isEnabled": true,
                          "name": "string",
                          "objectTypes": [
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            }
                          ],
                          "parentObjectTypeId": 10,
                          "pluginId": 7
                        }
                      ]
                    },
                    {
                      "deviceType": {
                        "id": 10,
                        "name": "string",
                        "parentId": 9
                      },
                      "objectTypes": [
                        {
                          "extendedInfo": {},
                          "id": 10,
                          "indicatorTypes": [
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            }
                          ],
                          "isEditable": true,
                          "isEnabled": true,
                          "name": "string",
                          "objectTypes": [
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            }
                          ],
                          "parentObjectTypeId": 7,
                          "pluginId": 7
                        }
                      ]
                    },
                    {
                      "deviceType": {
                        "id": 9,
                        "name": "string",
                        "parentId": 4
                      },
                      "objectTypes": [
                        {
                          "extendedInfo": {},
                          "id": 1,
                          "indicatorTypes": [
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            }
                          ],
                          "isEditable": false,
                          "isEnabled": true,
                          "name": "string",
                          "objectTypes": [
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            }
                          ],
                          "parentObjectTypeId": 9,
                          "pluginId": 2
                        },
                        {
                          "extendedInfo": {},
                          "id": 1,
                          "indicatorTypes": [
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            }
                          ],
                          "isEditable": true,
                          "isEnabled": true,
                          "name": "string",
                          "objectTypes": [
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            }
                          ],
                          "parentObjectTypeId": 3,
                          "pluginId": 10
                        }
                      ]
                    },
                    {
                      "deviceType": {
                        "id": 7,
                        "name": "string",
                        "parentId": 7
                      },
                      "objectTypes": [
                        {
                          "extendedInfo": {},
                          "id": 7,
                          "indicatorTypes": [
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            }
                          ],
                          "isEditable": false,
                          "isEnabled": false,
                          "name": "string",
                          "objectTypes": [
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            }
                          ],
                          "parentObjectTypeId": 3,
                          "pluginId": 7
                        },
                        {
                          "extendedInfo": {},
                          "id": 2,
                          "indicatorTypes": [
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            }
                          ],
                          "isEditable": true,
                          "isEnabled": true,
                          "name": "string",
                          "objectTypes": [
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            }
                          ],
                          "parentObjectTypeId": 6,
                          "pluginId": 5
                        },
                        {
                          "extendedInfo": {},
                          "id": 10,
                          "indicatorTypes": [
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            }
                          ],
                          "isEditable": true,
                          "isEnabled": false,
                          "name": "string",
                          "objectTypes": [
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            }
                          ],
                          "parentObjectTypeId": 9,
                          "pluginId": 9
                        },
                        {
                          "extendedInfo": {},
                          "id": 7,
                          "indicatorTypes": [
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            }
                          ],
                          "isEditable": false,
                          "isEnabled": false,
                          "name": "string",
                          "objectTypes": [
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            }
                          ],
                          "parentObjectTypeId": 10,
                          "pluginId": 6
                        },
                        {
                          "extendedInfo": {},
                          "id": 3,
                          "indicatorTypes": [
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            }
                          ],
                          "isEditable": false,
                          "isEnabled": false,
                          "name": "string",
                          "objectTypes": [
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            }
                          ],
                          "parentObjectTypeId": 9,
                          "pluginId": 4
                        },
                        {
                          "extendedInfo": {},
                          "id": 7,
                          "indicatorTypes": [
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            }
                          ],
                          "isEditable": false,
                          "isEnabled": true,
                          "name": "string",
                          "objectTypes": [
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            }
                          ],
                          "parentObjectTypeId": 7,
                          "pluginId": 5
                        }
                      ]
                    },
                    {
                      "deviceType": {
                        "id": 10,
                        "name": "string",
                        "parentId": 2
                      },
                      "objectTypes": [
                        {
                          "extendedInfo": {},
                          "id": 4,
                          "indicatorTypes": [
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            }
                          ],
                          "isEditable": false,
                          "isEnabled": true,
                          "name": "string",
                          "objectTypes": [
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            }
                          ],
                          "parentObjectTypeId": 3,
                          "pluginId": 2
                        }
                      ]
                    },
                    {
                      "deviceType": {
                        "id": 9,
                        "name": "string",
                        "parentId": 9
                      },
                      "objectTypes": [
                        {
                          "extendedInfo": {},
                          "id": 2,
                          "indicatorTypes": [
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            }
                          ],
                          "isEditable": true,
                          "isEnabled": false,
                          "name": "string",
                          "objectTypes": [
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            }
                          ],
                          "parentObjectTypeId": 6,
                          "pluginId": 6
                        },
                        {
                          "extendedInfo": {},
                          "id": 4,
                          "indicatorTypes": [
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            }
                          ],
                          "isEditable": true,
                          "isEnabled": true,
                          "name": "string",
                          "objectTypes": [
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            }
                          ],
                          "parentObjectTypeId": 3,
                          "pluginId": 3
                        }
                      ]
                    },
                    {
                      "deviceType": {
                        "id": 4,
                        "name": "string",
                        "parentId": 6
                      },
                      "objectTypes": [
                        {
                          "extendedInfo": {},
                          "id": 2,
                          "indicatorTypes": [
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            }
                          ],
                          "isEditable": true,
                          "isEnabled": true,
                          "name": "string",
                          "objectTypes": [
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            }
                          ],
                          "parentObjectTypeId": 1,
                          "pluginId": 10
                        },
                        {
                          "extendedInfo": {},
                          "id": 9,
                          "indicatorTypes": [
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            }
                          ],
                          "isEditable": false,
                          "isEnabled": false,
                          "name": "string",
                          "objectTypes": [
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            }
                          ],
                          "parentObjectTypeId": 10,
                          "pluginId": 4
                        },
                        {
                          "extendedInfo": {},
                          "id": 4,
                          "indicatorTypes": [
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            }
                          ],
                          "isEditable": true,
                          "isEnabled": false,
                          "name": "string",
                          "objectTypes": [
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            }
                          ],
                          "parentObjectTypeId": 3,
                          "pluginId": 1
                        }
                      ]
                    },
                    {
                      "deviceType": {
                        "id": 3,
                        "name": "string",
                        "parentId": 3
                      },
                      "objectTypes": [
                        {
                          "extendedInfo": {},
                          "id": 4,
                          "indicatorTypes": [
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            }
                          ],
                          "isEditable": false,
                          "isEnabled": false,
                          "name": "string",
                          "objectTypes": [
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            }
                          ],
                          "parentObjectTypeId": 3,
                          "pluginId": 9
                        }
                      ]
                    },
                    {
                      "deviceType": {
                        "id": 1,
                        "name": "string",
                        "parentId": 3
                      },
                      "objectTypes": [
                        {
                          "extendedInfo": {},
                          "id": 8,
                          "indicatorTypes": [
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            }
                          ],
                          "isEditable": true,
                          "isEnabled": false,
                          "name": "string",
                          "objectTypes": [
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            },
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            }
                          ],
                          "parentObjectTypeId": 7,
                          "pluginId": 10
                        },
                        {
                          "extendedInfo": {},
                          "id": 5,
                          "indicatorTypes": [
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            },
                            {
                              "allowMaximumValue": {},
                              "dataUnits": {},
                              "description": {},
                              "displayUnits": {},
                              "extendedInfo": {},
                              "format": {},
                              "id": {},
                              "isDefault": {},
                              "isEnabled": {},
                              "name": {},
                              "pluginId": {},
                              "pluginObjectTypeId": {},
                              "syntheticExpression": {},
                              "syntheticMaximumExpression": {}
                            }
                          ],
                          "isEditable": false,
                          "isEnabled": false,
                          "name": "string",
                          "objectTypes": [
                            {
                              "extendedInfo": {},
                              "id": {},
                              "indicatorTypes": {},
                              "isEditable": {},
                              "isEnabled": {},
                              "name": {},
                              "objectTypes": {},
                              "parentObjectTypeId": {},
                              "pluginId": {}
                            }
                          ],
                          "parentObjectTypeId": 2,
                          "pluginId": 9
                        }
                      ]
                    }
                  ],
                  "pageNumber": 6,
                  "pageSize": 5,
                  "totalElements": 6,
                  "totalPages": 5
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "size",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "includeMembers",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "DeviceTypes"
        ],
        "operationId": "createDeviceType",
        "description": "The parameters and request body are for method: createDeviceType. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "deviceType": {
                      "type": "object",
                      "properties": {
                        "id": {
                          "type": "number"
                        },
                        "name": {
                          "type": "string"
                        },
                        "parentId": {
                          "type": "number"
                        }
                      }
                    },
                    "objectTypes": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "extendedInfo": {
                            "type": "object"
                          },
                          "id": {
                            "type": "number"
                          },
                          "indicatorTypes": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "allowMaximumValue": {
                                  "type": "object"
                                },
                                "dataUnits": {
                                  "type": "object"
                                },
                                "description": {
                                  "type": "object"
                                },
                                "displayUnits": {
                                  "type": "object"
                                },
                                "extendedInfo": {
                                  "type": "object"
                                },
                                "format": {
                                  "type": "object"
                                },
                                "id": {
                                  "type": "object"
                                },
                                "isDefault": {
                                  "type": "object"
                                },
                                "isEnabled": {
                                  "type": "object"
                                },
                                "name": {
                                  "type": "object"
                                },
                                "pluginId": {
                                  "type": "object"
                                },
                                "pluginObjectTypeId": {
                                  "type": "object"
                                },
                                "syntheticExpression": {
                                  "type": "object"
                                },
                                "syntheticMaximumExpression": {
                                  "type": "object"
                                }
                              }
                            }
                          },
                          "isEditable": {
                            "type": "boolean"
                          },
                          "isEnabled": {
                            "type": "boolean"
                          },
                          "name": {
                            "type": "string"
                          },
                          "objectTypes": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "extendedInfo": {
                                  "type": "object"
                                },
                                "id": {
                                  "type": "object"
                                },
                                "indicatorTypes": {
                                  "type": "object"
                                },
                                "isEditable": {
                                  "type": "object"
                                },
                                "isEnabled": {
                                  "type": "object"
                                },
                                "name": {
                                  "type": "object"
                                },
                                "objectTypes": {
                                  "type": "object"
                                },
                                "parentObjectTypeId": {
                                  "type": "object"
                                },
                                "pluginId": {
                                  "type": "object"
                                }
                              }
                            }
                          },
                          "parentObjectTypeId": {
                            "type": "number"
                          },
                          "pluginId": {
                            "type": "number"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "deviceType": {
                    "id": 9,
                    "name": "string",
                    "parentId": 4
                  },
                  "objectTypes": [
                    {
                      "extendedInfo": {},
                      "id": 5,
                      "indicatorTypes": [
                        {
                          "allowMaximumValue": {},
                          "dataUnits": {},
                          "description": {},
                          "displayUnits": {},
                          "extendedInfo": {},
                          "format": {},
                          "id": {},
                          "isDefault": {},
                          "isEnabled": {},
                          "name": {},
                          "pluginId": {},
                          "pluginObjectTypeId": {},
                          "syntheticExpression": {},
                          "syntheticMaximumExpression": {}
                        },
                        {
                          "allowMaximumValue": {},
                          "dataUnits": {},
                          "description": {},
                          "displayUnits": {},
                          "extendedInfo": {},
                          "format": {},
                          "id": {},
                          "isDefault": {},
                          "isEnabled": {},
                          "name": {},
                          "pluginId": {},
                          "pluginObjectTypeId": {},
                          "syntheticExpression": {},
                          "syntheticMaximumExpression": {}
                        }
                      ],
                      "isEditable": true,
                      "isEnabled": false,
                      "name": "string",
                      "objectTypes": [
                        {
                          "extendedInfo": {},
                          "id": {},
                          "indicatorTypes": {},
                          "isEditable": {},
                          "isEnabled": {},
                          "name": {},
                          "objectTypes": {},
                          "parentObjectTypeId": {},
                          "pluginId": {}
                        },
                        {
                          "extendedInfo": {},
                          "id": {},
                          "indicatorTypes": {},
                          "isEditable": {},
                          "isEnabled": {},
                          "name": {},
                          "objectTypes": {},
                          "parentObjectTypeId": {},
                          "pluginId": {}
                        }
                      ],
                      "parentObjectTypeId": 10,
                      "pluginId": 2
                    },
                    {
                      "extendedInfo": {},
                      "id": 4,
                      "indicatorTypes": [
                        {
                          "allowMaximumValue": {},
                          "dataUnits": {},
                          "description": {},
                          "displayUnits": {},
                          "extendedInfo": {},
                          "format": {},
                          "id": {},
                          "isDefault": {},
                          "isEnabled": {},
                          "name": {},
                          "pluginId": {},
                          "pluginObjectTypeId": {},
                          "syntheticExpression": {},
                          "syntheticMaximumExpression": {}
                        },
                        {
                          "allowMaximumValue": {},
                          "dataUnits": {},
                          "description": {},
                          "displayUnits": {},
                          "extendedInfo": {},
                          "format": {},
                          "id": {},
                          "isDefault": {},
                          "isEnabled": {},
                          "name": {},
                          "pluginId": {},
                          "pluginObjectTypeId": {},
                          "syntheticExpression": {},
                          "syntheticMaximumExpression": {}
                        },
                        {
                          "allowMaximumValue": {},
                          "dataUnits": {},
                          "description": {},
                          "displayUnits": {},
                          "extendedInfo": {},
                          "format": {},
                          "id": {},
                          "isDefault": {},
                          "isEnabled": {},
                          "name": {},
                          "pluginId": {},
                          "pluginObjectTypeId": {},
                          "syntheticExpression": {},
                          "syntheticMaximumExpression": {}
                        },
                        {
                          "allowMaximumValue": {},
                          "dataUnits": {},
                          "description": {},
                          "displayUnits": {},
                          "extendedInfo": {},
                          "format": {},
                          "id": {},
                          "isDefault": {},
                          "isEnabled": {},
                          "name": {},
                          "pluginId": {},
                          "pluginObjectTypeId": {},
                          "syntheticExpression": {},
                          "syntheticMaximumExpression": {}
                        },
                        {
                          "allowMaximumValue": {},
                          "dataUnits": {},
                          "description": {},
                          "displayUnits": {},
                          "extendedInfo": {},
                          "format": {},
                          "id": {},
                          "isDefault": {},
                          "isEnabled": {},
                          "name": {},
                          "pluginId": {},
                          "pluginObjectTypeId": {},
                          "syntheticExpression": {},
                          "syntheticMaximumExpression": {}
                        },
                        {
                          "allowMaximumValue": {},
                          "dataUnits": {},
                          "description": {},
                          "displayUnits": {},
                          "extendedInfo": {},
                          "format": {},
                          "id": {},
                          "isDefault": {},
                          "isEnabled": {},
                          "name": {},
                          "pluginId": {},
                          "pluginObjectTypeId": {},
                          "syntheticExpression": {},
                          "syntheticMaximumExpression": {}
                        },
                        {
                          "allowMaximumValue": {},
                          "dataUnits": {},
                          "description": {},
                          "displayUnits": {},
                          "extendedInfo": {},
                          "format": {},
                          "id": {},
                          "isDefault": {},
                          "isEnabled": {},
                          "name": {},
                          "pluginId": {},
                          "pluginObjectTypeId": {},
                          "syntheticExpression": {},
                          "syntheticMaximumExpression": {}
                        },
                        {
                          "allowMaximumValue": {},
                          "dataUnits": {},
                          "description": {},
                          "displayUnits": {},
                          "extendedInfo": {},
                          "format": {},
                          "id": {},
                          "isDefault": {},
                          "isEnabled": {},
                          "name": {},
                          "pluginId": {},
                          "pluginObjectTypeId": {},
                          "syntheticExpression": {},
                          "syntheticMaximumExpression": {}
                        }
                      ],
                      "isEditable": true,
                      "isEnabled": false,
                      "name": "string",
                      "objectTypes": [
                        {
                          "extendedInfo": {},
                          "id": {},
                          "indicatorTypes": {},
                          "isEditable": {},
                          "isEnabled": {},
                          "name": {},
                          "objectTypes": {},
                          "parentObjectTypeId": {},
                          "pluginId": {}
                        }
                      ],
                      "parentObjectTypeId": 4,
                      "pluginId": 9
                    },
                    {
                      "extendedInfo": {},
                      "id": 4,
                      "indicatorTypes": [
                        {
                          "allowMaximumValue": {},
                          "dataUnits": {},
                          "description": {},
                          "displayUnits": {},
                          "extendedInfo": {},
                          "format": {},
                          "id": {},
                          "isDefault": {},
                          "isEnabled": {},
                          "name": {},
                          "pluginId": {},
                          "pluginObjectTypeId": {},
                          "syntheticExpression": {},
                          "syntheticMaximumExpression": {}
                        }
                      ],
                      "isEditable": false,
                      "isEnabled": false,
                      "name": "string",
                      "objectTypes": [
                        {
                          "extendedInfo": {},
                          "id": {},
                          "indicatorTypes": {},
                          "isEditable": {},
                          "isEnabled": {},
                          "name": {},
                          "objectTypes": {},
                          "parentObjectTypeId": {},
                          "pluginId": {}
                        }
                      ],
                      "parentObjectTypeId": 4,
                      "pluginId": 9
                    },
                    {
                      "extendedInfo": {},
                      "id": 2,
                      "indicatorTypes": [
                        {
                          "allowMaximumValue": {},
                          "dataUnits": {},
                          "description": {},
                          "displayUnits": {},
                          "extendedInfo": {},
                          "format": {},
                          "id": {},
                          "isDefault": {},
                          "isEnabled": {},
                          "name": {},
                          "pluginId": {},
                          "pluginObjectTypeId": {},
                          "syntheticExpression": {},
                          "syntheticMaximumExpression": {}
                        }
                      ],
                      "isEditable": false,
                      "isEnabled": true,
                      "name": "string",
                      "objectTypes": [
                        {
                          "extendedInfo": {},
                          "id": {},
                          "indicatorTypes": {},
                          "isEditable": {},
                          "isEnabled": {},
                          "name": {},
                          "objectTypes": {},
                          "parentObjectTypeId": {},
                          "pluginId": {}
                        },
                        {
                          "extendedInfo": {},
                          "id": {},
                          "indicatorTypes": {},
                          "isEditable": {},
                          "isEnabled": {},
                          "name": {},
                          "objectTypes": {},
                          "parentObjectTypeId": {},
                          "pluginId": {}
                        }
                      ],
                      "parentObjectTypeId": 10,
                      "pluginId": 10
                    },
                    {
                      "extendedInfo": {},
                      "id": 6,
                      "indicatorTypes": [
                        {
                          "allowMaximumValue": {},
                          "dataUnits": {},
                          "description": {},
                          "displayUnits": {},
                          "extendedInfo": {},
                          "format": {},
                          "id": {},
                          "isDefault": {},
                          "isEnabled": {},
                          "name": {},
                          "pluginId": {},
                          "pluginObjectTypeId": {},
                          "syntheticExpression": {},
                          "syntheticMaximumExpression": {}
                        },
                        {
                          "allowMaximumValue": {},
                          "dataUnits": {},
                          "description": {},
                          "displayUnits": {},
                          "extendedInfo": {},
                          "format": {},
                          "id": {},
                          "isDefault": {},
                          "isEnabled": {},
                          "name": {},
                          "pluginId": {},
                          "pluginObjectTypeId": {},
                          "syntheticExpression": {},
                          "syntheticMaximumExpression": {}
                        },
                        {
                          "allowMaximumValue": {},
                          "dataUnits": {},
                          "description": {},
                          "displayUnits": {},
                          "extendedInfo": {},
                          "format": {},
                          "id": {},
                          "isDefault": {},
                          "isEnabled": {},
                          "name": {},
                          "pluginId": {},
                          "pluginObjectTypeId": {},
                          "syntheticExpression": {},
                          "syntheticMaximumExpression": {}
                        }
                      ],
                      "isEditable": false,
                      "isEnabled": true,
                      "name": "string",
                      "objectTypes": [
                        {
                          "extendedInfo": {},
                          "id": {},
                          "indicatorTypes": {},
                          "isEditable": {},
                          "isEnabled": {},
                          "name": {},
                          "objectTypes": {},
                          "parentObjectTypeId": {},
                          "pluginId": {}
                        },
                        {
                          "extendedInfo": {},
                          "id": {},
                          "indicatorTypes": {},
                          "isEditable": {},
                          "isEnabled": {},
                          "name": {},
                          "objectTypes": {},
                          "parentObjectTypeId": {},
                          "pluginId": {}
                        },
                        {
                          "extendedInfo": {},
                          "id": {},
                          "indicatorTypes": {},
                          "isEditable": {},
                          "isEnabled": {},
                          "name": {},
                          "objectTypes": {},
                          "parentObjectTypeId": {},
                          "pluginId": {}
                        },
                        {
                          "extendedInfo": {},
                          "id": {},
                          "indicatorTypes": {},
                          "isEditable": {},
                          "isEnabled": {},
                          "name": {},
                          "objectTypes": {},
                          "parentObjectTypeId": {},
                          "pluginId": {}
                        },
                        {
                          "extendedInfo": {},
                          "id": {},
                          "indicatorTypes": {},
                          "isEditable": {},
                          "isEnabled": {},
                          "name": {},
                          "objectTypes": {},
                          "parentObjectTypeId": {},
                          "pluginId": {}
                        },
                        {
                          "extendedInfo": {},
                          "id": {},
                          "indicatorTypes": {},
                          "isEditable": {},
                          "isEnabled": {},
                          "name": {},
                          "objectTypes": {},
                          "parentObjectTypeId": {},
                          "pluginId": {}
                        }
                      ],
                      "parentObjectTypeId": 1,
                      "pluginId": 5
                    }
                  ]
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/api/v1/devicetypes/members/{deviceId}": {
      "get": {
        "tags": [
          "DeviceTypes"
        ],
        "operationId": "getDeviceTypeForDeviceById",
        "description": "The parameters and request body are for method: getDeviceTypeForDeviceById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "id": {
                        "type": "number"
                      },
                      "name": {
                        "type": "string"
                      },
                      "parentId": {
                        "type": "number"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "id": 6,
                    "name": "string",
                    "parentId": 1
                  },
                  {
                    "id": 1,
                    "name": "string",
                    "parentId": 2
                  },
                  {
                    "id": 7,
                    "name": "string",
                    "parentId": 3
                  },
                  {
                    "id": 1,
                    "name": "string",
                    "parentId": 8
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "deviceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "deviceId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/api/v1/devicetypes/{id}": {
      "get": {
        "tags": [
          "DeviceTypes"
        ],
        "operationId": "getDeviceTypeById",
        "description": "The parameters and request body are for method: getDeviceTypeById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "deviceType": {
                      "type": "object",
                      "properties": {
                        "id": {
                          "type": "number"
                        },
                        "name": {
                          "type": "string"
                        },
                        "parentId": {
                          "type": "number"
                        }
                      }
                    },
                    "objectTypes": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "extendedInfo": {
                            "type": "object"
                          },
                          "id": {
                            "type": "number"
                          },
                          "indicatorTypes": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "allowMaximumValue": {
                                  "type": "object"
                                },
                                "dataUnits": {
                                  "type": "object"
                                },
                                "description": {
                                  "type": "object"
                                },
                                "displayUnits": {
                                  "type": "object"
                                },
                                "extendedInfo": {
                                  "type": "object"
                                },
                                "format": {
                                  "type": "object"
                                },
                                "id": {
                                  "type": "object"
                                },
                                "isDefault": {
                                  "type": "object"
                                },
                                "isEnabled": {
                                  "type": "object"
                                },
                                "name": {
                                  "type": "object"
                                },
                                "pluginId": {
                                  "type": "object"
                                },
                                "pluginObjectTypeId": {
                                  "type": "object"
                                },
                                "syntheticExpression": {
                                  "type": "object"
                                },
                                "syntheticMaximumExpression": {
                                  "type": "object"
                                }
                              }
                            }
                          },
                          "isEditable": {
                            "type": "boolean"
                          },
                          "isEnabled": {
                            "type": "boolean"
                          },
                          "name": {
                            "type": "string"
                          },
                          "objectTypes": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "extendedInfo": {
                                  "type": "object"
                                },
                                "id": {
                                  "type": "object"
                                },
                                "indicatorTypes": {
                                  "type": "object"
                                },
                                "isEditable": {
                                  "type": "object"
                                },
                                "isEnabled": {
                                  "type": "object"
                                },
                                "name": {
                                  "type": "object"
                                },
                                "objectTypes": {
                                  "type": "object"
                                },
                                "parentObjectTypeId": {
                                  "type": "object"
                                },
                                "pluginId": {
                                  "type": "object"
                                }
                              }
                            }
                          },
                          "parentObjectTypeId": {
                            "type": "number"
                          },
                          "pluginId": {
                            "type": "number"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "deviceType": {
                    "id": 6,
                    "name": "string",
                    "parentId": 9
                  },
                  "objectTypes": [
                    {
                      "extendedInfo": {},
                      "id": 4,
                      "indicatorTypes": [
                        {
                          "allowMaximumValue": {},
                          "dataUnits": {},
                          "description": {},
                          "displayUnits": {},
                          "extendedInfo": {},
                          "format": {},
                          "id": {},
                          "isDefault": {},
                          "isEnabled": {},
                          "name": {},
                          "pluginId": {},
                          "pluginObjectTypeId": {},
                          "syntheticExpression": {},
                          "syntheticMaximumExpression": {}
                        },
                        {
                          "allowMaximumValue": {},
                          "dataUnits": {},
                          "description": {},
                          "displayUnits": {},
                          "extendedInfo": {},
                          "format": {},
                          "id": {},
                          "isDefault": {},
                          "isEnabled": {},
                          "name": {},
                          "pluginId": {},
                          "pluginObjectTypeId": {},
                          "syntheticExpression": {},
                          "syntheticMaximumExpression": {}
                        },
                        {
                          "allowMaximumValue": {},
                          "dataUnits": {},
                          "description": {},
                          "displayUnits": {},
                          "extendedInfo": {},
                          "format": {},
                          "id": {},
                          "isDefault": {},
                          "isEnabled": {},
                          "name": {},
                          "pluginId": {},
                          "pluginObjectTypeId": {},
                          "syntheticExpression": {},
                          "syntheticMaximumExpression": {}
                        },
                        {
                          "allowMaximumValue": {},
                          "dataUnits": {},
                          "description": {},
                          "displayUnits": {},
                          "extendedInfo": {},
                          "format": {},
                          "id": {},
                          "isDefault": {},
                          "isEnabled": {},
                          "name": {},
                          "pluginId": {},
                          "pluginObjectTypeId": {},
                          "syntheticExpression": {},
                          "syntheticMaximumExpression": {}
                        },
                        {
                          "allowMaximumValue": {},
                          "dataUnits": {},
                          "description": {},
                          "displayUnits": {},
                          "extendedInfo": {},
                          "format": {},
                          "id": {},
                          "isDefault": {},
                          "isEnabled": {},
                          "name": {},
                          "pluginId": {},
                          "pluginObjectTypeId": {},
                          "syntheticExpression": {},
                          "syntheticMaximumExpression": {}
                        },
                        {
                          "allowMaximumValue": {},
                          "dataUnits": {},
                          "description": {},
                          "displayUnits": {},
                          "extendedInfo": {},
                          "format": {},
                          "id": {},
                          "isDefault": {},
                          "isEnabled": {},
                          "name": {},
                          "pluginId": {},
                          "pluginObjectTypeId": {},
                          "syntheticExpression": {},
                          "syntheticMaximumExpression": {}
                        },
                        {
                          "allowMaximumValue": {},
                          "dataUnits": {},
                          "description": {},
                          "displayUnits": {},
                          "extendedInfo": {},
                          "format": {},
                          "id": {},
                          "isDefault": {},
                          "isEnabled": {},
                          "name": {},
                          "pluginId": {},
                          "pluginObjectTypeId": {},
                          "syntheticExpression": {},
                          "syntheticMaximumExpression": {}
                        },
                        {
                          "allowMaximumValue": {},
                          "dataUnits": {},
                          "description": {},
                          "displayUnits": {},
                          "extendedInfo": {},
                          "format": {},
                          "id": {},
                          "isDefault": {},
                          "isEnabled": {},
                          "name": {},
                          "pluginId": {},
                          "pluginObjectTypeId": {},
                          "syntheticExpression": {},
                          "syntheticMaximumExpression": {}
                        },
                        {
                          "allowMaximumValue": {},
                          "dataUnits": {},
                          "description": {},
                          "displayUnits": {},
                          "extendedInfo": {},
                          "format": {},
                          "id": {},
                          "isDefault": {},
                          "isEnabled": {},
                          "name": {},
                          "pluginId": {},
                          "pluginObjectTypeId": {},
                          "syntheticExpression": {},
                          "syntheticMaximumExpression": {}
                        },
                        {
                          "allowMaximumValue": {},
                          "dataUnits": {},
                          "description": {},
                          "displayUnits": {},
                          "extendedInfo": {},
                          "format": {},
                          "id": {},
                          "isDefault": {},
                          "isEnabled": {},
                          "name": {},
                          "pluginId": {},
                          "pluginObjectTypeId": {},
                          "syntheticExpression": {},
                          "syntheticMaximumExpression": {}
                        }
                      ],
                      "isEditable": false,
                      "isEnabled": false,
                      "name": "string",
                      "objectTypes": [
                        {
                          "extendedInfo": {},
                          "id": {},
                          "indicatorTypes": {},
                          "isEditable": {},
                          "isEnabled": {},
                          "name": {},
                          "objectTypes": {},
                          "parentObjectTypeId": {},
                          "pluginId": {}
                        },
                        {
                          "extendedInfo": {},
                          "id": {},
                          "indicatorTypes": {},
                          "isEditable": {},
                          "isEnabled": {},
                          "name": {},
                          "objectTypes": {},
                          "parentObjectTypeId": {},
                          "pluginId": {}
                        },
                        {
                          "extendedInfo": {},
                          "id": {},
                          "indicatorTypes": {},
                          "isEditable": {},
                          "isEnabled": {},
                          "name": {},
                          "objectTypes": {},
                          "parentObjectTypeId": {},
                          "pluginId": {}
                        },
                        {
                          "extendedInfo": {},
                          "id": {},
                          "indicatorTypes": {},
                          "isEditable": {},
                          "isEnabled": {},
                          "name": {},
                          "objectTypes": {},
                          "parentObjectTypeId": {},
                          "pluginId": {}
                        },
                        {
                          "extendedInfo": {},
                          "id": {},
                          "indicatorTypes": {},
                          "isEditable": {},
                          "isEnabled": {},
                          "name": {},
                          "objectTypes": {},
                          "parentObjectTypeId": {},
                          "pluginId": {}
                        },
                        {
                          "extendedInfo": {},
                          "id": {},
                          "indicatorTypes": {},
                          "isEditable": {},
                          "isEnabled": {},
                          "name": {},
                          "objectTypes": {},
                          "parentObjectTypeId": {},
                          "pluginId": {}
                        },
                        {
                          "extendedInfo": {},
                          "id": {},
                          "indicatorTypes": {},
                          "isEditable": {},
                          "isEnabled": {},
                          "name": {},
                          "objectTypes": {},
                          "parentObjectTypeId": {},
                          "pluginId": {}
                        },
                        {
                          "extendedInfo": {},
                          "id": {},
                          "indicatorTypes": {},
                          "isEditable": {},
                          "isEnabled": {},
                          "name": {},
                          "objectTypes": {},
                          "parentObjectTypeId": {},
                          "pluginId": {}
                        }
                      ],
                      "parentObjectTypeId": 5,
                      "pluginId": 3
                    },
                    {
                      "extendedInfo": {},
                      "id": 7,
                      "indicatorTypes": [
                        {
                          "allowMaximumValue": {},
                          "dataUnits": {},
                          "description": {},
                          "displayUnits": {},
                          "extendedInfo": {},
                          "format": {},
                          "id": {},
                          "isDefault": {},
                          "isEnabled": {},
                          "name": {},
                          "pluginId": {},
                          "pluginObjectTypeId": {},
                          "syntheticExpression": {},
                          "syntheticMaximumExpression": {}
                        },
                        {
                          "allowMaximumValue": {},
                          "dataUnits": {},
                          "description": {},
                          "displayUnits": {},
                          "extendedInfo": {},
                          "format": {},
                          "id": {},
                          "isDefault": {},
                          "isEnabled": {},
                          "name": {},
                          "pluginId": {},
                          "pluginObjectTypeId": {},
                          "syntheticExpression": {},
                          "syntheticMaximumExpression": {}
                        },
                        {
                          "allowMaximumValue": {},
                          "dataUnits": {},
                          "description": {},
                          "displayUnits": {},
                          "extendedInfo": {},
                          "format": {},
                          "id": {},
                          "isDefault": {},
                          "isEnabled": {},
                          "name": {},
                          "pluginId": {},
                          "pluginObjectTypeId": {},
                          "syntheticExpression": {},
                          "syntheticMaximumExpression": {}
                        },
                        {
                          "allowMaximumValue": {},
                          "dataUnits": {},
                          "description": {},
                          "displayUnits": {},
                          "extendedInfo": {},
                          "format": {},
                          "id": {},
                          "isDefault": {},
                          "isEnabled": {},
                          "name": {},
                          "pluginId": {},
                          "pluginObjectTypeId": {},
                          "syntheticExpression": {},
                          "syntheticMaximumExpression": {}
                        },
                        {
                          "allowMaximumValue": {},
                          "dataUnits": {},
                          "description": {},
                          "displayUnits": {},
                          "extendedInfo": {},
                          "format": {},
                          "id": {},
                          "isDefault": {},
                          "isEnabled": {},
                          "name": {},
                          "pluginId": {},
                          "pluginObjectTypeId": {},
                          "syntheticExpression": {},
                          "syntheticMaximumExpression": {}
                        },
                        {
                          "allowMaximumValue": {},
                          "dataUnits": {},
                          "description": {},
                          "displayUnits": {},
                          "extendedInfo": {},
                          "format": {},
                          "id": {},
                          "isDefault": {},
                          "isEnabled": {},
                          "name": {},
                          "pluginId": {},
                          "pluginObjectTypeId": {},
                          "syntheticExpression": {},
                          "syntheticMaximumExpression": {}
                        },
                        {
                          "allowMaximumValue": {},
                          "dataUnits": {},
                          "description": {},
                          "displayUnits": {},
                          "extendedInfo": {},
                          "format": {},
                          "id": {},
                          "isDefault": {},
                          "isEnabled": {},
                          "name": {},
                          "pluginId": {},
                          "pluginObjectTypeId": {},
                          "syntheticExpression": {},
                          "syntheticMaximumExpression": {}
                        },
                        {
                          "allowMaximumValue": {},
                          "dataUnits": {},
                          "description": {},
                          "displayUnits": {},
                          "extendedInfo": {},
                          "format": {},
                          "id": {},
                          "isDefault": {},
                          "isEnabled": {},
                          "name": {},
                          "pluginId": {},
                          "pluginObjectTypeId": {},
                          "syntheticExpression": {},
                          "syntheticMaximumExpression": {}
                        },
                        {
                          "allowMaximumValue": {},
                          "dataUnits": {},
                          "description": {},
                          "displayUnits": {},
                          "extendedInfo": {},
                          "format": {},
                          "id": {},
                          "isDefault": {},
                          "isEnabled": {},
                          "name": {},
                          "pluginId": {},
                          "pluginObjectTypeId": {},
                          "syntheticExpression": {},
                          "syntheticMaximumExpression": {}
                        }
                      ],
                      "isEditable": false,
                      "isEnabled": false,
                      "name": "string",
                      "objectTypes": [
                        {
                          "extendedInfo": {},
                          "id": {},
                          "indicatorTypes": {},
                          "isEditable": {},
                          "isEnabled": {},
                          "name": {},
                          "objectTypes": {},
                          "parentObjectTypeId": {},
                          "pluginId": {}
                        },
                        {
                          "extendedInfo": {},
                          "id": {},
                          "indicatorTypes": {},
                          "isEditable": {},
                          "isEnabled": {},
                          "name": {},
                          "objectTypes": {},
                          "parentObjectTypeId": {},
                          "pluginId": {}
                        },
                        {
                          "extendedInfo": {},
                          "id": {},
                          "indicatorTypes": {},
                          "isEditable": {},
                          "isEnabled": {},
                          "name": {},
                          "objectTypes": {},
                          "parentObjectTypeId": {},
                          "pluginId": {}
                        },
                        {
                          "extendedInfo": {},
                          "id": {},
                          "indicatorTypes": {},
                          "isEditable": {},
                          "isEnabled": {},
                          "name": {},
                          "objectTypes": {},
                          "parentObjectTypeId": {},
                          "pluginId": {}
                        },
                        {
                          "extendedInfo": {},
                          "id": {},
                          "indicatorTypes": {},
                          "isEditable": {},
                          "isEnabled": {},
                          "name": {},
                          "objectTypes": {},
                          "parentObjectTypeId": {},
                          "pluginId": {}
                        }
                      ],
                      "parentObjectTypeId": 5,
                      "pluginId": 8
                    },
                    {
                      "extendedInfo": {},
                      "id": 2,
                      "indicatorTypes": [
                        {
                          "allowMaximumValue": {},
                          "dataUnits": {},
                          "description": {},
                          "displayUnits": {},
                          "extendedInfo": {},
                          "format": {},
                          "id": {},
                          "isDefault": {},
                          "isEnabled": {},
                          "name": {},
                          "pluginId": {},
                          "pluginObjectTypeId": {},
                          "syntheticExpression": {},
                          "syntheticMaximumExpression": {}
                        },
                        {
                          "allowMaximumValue": {},
                          "dataUnits": {},
                          "description": {},
                          "displayUnits": {},
                          "extendedInfo": {},
                          "format": {},
                          "id": {},
                          "isDefault": {},
                          "isEnabled": {},
                          "name": {},
                          "pluginId": {},
                          "pluginObjectTypeId": {},
                          "syntheticExpression": {},
                          "syntheticMaximumExpression": {}
                        },
                        {
                          "allowMaximumValue": {},
                          "dataUnits": {},
                          "description": {},
                          "displayUnits": {},
                          "extendedInfo": {},
                          "format": {},
                          "id": {},
                          "isDefault": {},
                          "isEnabled": {},
                          "name": {},
                          "pluginId": {},
                          "pluginObjectTypeId": {},
                          "syntheticExpression": {},
                          "syntheticMaximumExpression": {}
                        },
                        {
                          "allowMaximumValue": {},
                          "dataUnits": {},
                          "description": {},
                          "displayUnits": {},
                          "extendedInfo": {},
                          "format": {},
                          "id": {},
                          "isDefault": {},
                          "isEnabled": {},
                          "name": {},
                          "pluginId": {},
                          "pluginObjectTypeId": {},
                          "syntheticExpression": {},
                          "syntheticMaximumExpression": {}
                        },
                        {
                          "allowMaximumValue": {},
                          "dataUnits": {},
                          "description": {},
                          "displayUnits": {},
                          "extendedInfo": {},
                          "format": {},
                          "id": {},
                          "isDefault": {},
                          "isEnabled": {},
                          "name": {},
                          "pluginId": {},
                          "pluginObjectTypeId": {},
                          "syntheticExpression": {},
                          "syntheticMaximumExpression": {}
                        }
                      ],
                      "isEditable": true,
                      "isEnabled": true,
                      "name": "string",
                      "objectTypes": [
                        {
                          "extendedInfo": {},
                          "id": {},
                          "indicatorTypes": {},
                          "isEditable": {},
                          "isEnabled": {},
                          "name": {},
                          "objectTypes": {},
                          "parentObjectTypeId": {},
                          "pluginId": {}
                        },
                        {
                          "extendedInfo": {},
                          "id": {},
                          "indicatorTypes": {},
                          "isEditable": {},
                          "isEnabled": {},
                          "name": {},
                          "objectTypes": {},
                          "parentObjectTypeId": {},
                          "pluginId": {}
                        },
                        {
                          "extendedInfo": {},
                          "id": {},
                          "indicatorTypes": {},
                          "isEditable": {},
                          "isEnabled": {},
                          "name": {},
                          "objectTypes": {},
                          "parentObjectTypeId": {},
                          "pluginId": {}
                        },
                        {
                          "extendedInfo": {},
                          "id": {},
                          "indicatorTypes": {},
                          "isEditable": {},
                          "isEnabled": {},
                          "name": {},
                          "objectTypes": {},
                          "parentObjectTypeId": {},
                          "pluginId": {}
                        },
                        {
                          "extendedInfo": {},
                          "id": {},
                          "indicatorTypes": {},
                          "isEditable": {},
                          "isEnabled": {},
                          "name": {},
                          "objectTypes": {},
                          "parentObjectTypeId": {},
                          "pluginId": {}
                        },
                        {
                          "extendedInfo": {},
                          "id": {},
                          "indicatorTypes": {},
                          "isEditable": {},
                          "isEnabled": {},
                          "name": {},
                          "objectTypes": {},
                          "parentObjectTypeId": {},
                          "pluginId": {}
                        },
                        {
                          "extendedInfo": {},
                          "id": {},
                          "indicatorTypes": {},
                          "isEditable": {},
                          "isEnabled": {},
                          "name": {},
                          "objectTypes": {},
                          "parentObjectTypeId": {},
                          "pluginId": {}
                        },
                        {
                          "extendedInfo": {},
                          "id": {},
                          "indicatorTypes": {},
                          "isEditable": {},
                          "isEnabled": {},
                          "name": {},
                          "objectTypes": {},
                          "parentObjectTypeId": {},
                          "pluginId": {}
                        }
                      ],
                      "parentObjectTypeId": 8,
                      "pluginId": 7
                    },
                    {
                      "extendedInfo": {},
                      "id": 10,
                      "indicatorTypes": [
                        {
                          "allowMaximumValue": {},
                          "dataUnits": {},
                          "description": {},
                          "displayUnits": {},
                          "extendedInfo": {},
                          "format": {},
                          "id": {},
                          "isDefault": {},
                          "isEnabled": {},
                          "name": {},
                          "pluginId": {},
                          "pluginObjectTypeId": {},
                          "syntheticExpression": {},
                          "syntheticMaximumExpression": {}
                        },
                        {
                          "allowMaximumValue": {},
                          "dataUnits": {},
                          "description": {},
                          "displayUnits": {},
                          "extendedInfo": {},
                          "format": {},
                          "id": {},
                          "isDefault": {},
                          "isEnabled": {},
                          "name": {},
                          "pluginId": {},
                          "pluginObjectTypeId": {},
                          "syntheticExpression": {},
                          "syntheticMaximumExpression": {}
                        },
                        {
                          "allowMaximumValue": {},
                          "dataUnits": {},
                          "description": {},
                          "displayUnits": {},
                          "extendedInfo": {},
                          "format": {},
                          "id": {},
                          "isDefault": {},
                          "isEnabled": {},
                          "name": {},
                          "pluginId": {},
                          "pluginObjectTypeId": {},
                          "syntheticExpression": {},
                          "syntheticMaximumExpression": {}
                        },
                        {
                          "allowMaximumValue": {},
                          "dataUnits": {},
                          "description": {},
                          "displayUnits": {},
                          "extendedInfo": {},
                          "format": {},
                          "id": {},
                          "isDefault": {},
                          "isEnabled": {},
                          "name": {},
                          "pluginId": {},
                          "pluginObjectTypeId": {},
                          "syntheticExpression": {},
                          "syntheticMaximumExpression": {}
                        },
                        {
                          "allowMaximumValue": {},
                          "dataUnits": {},
                          "description": {},
                          "displayUnits": {},
                          "extendedInfo": {},
                          "format": {},
                          "id": {},
                          "isDefault": {},
                          "isEnabled": {},
                          "name": {},
                          "pluginId": {},
                          "pluginObjectTypeId": {},
                          "syntheticExpression": {},
                          "syntheticMaximumExpression": {}
                        },
                        {
                          "allowMaximumValue": {},
                          "dataUnits": {},
                          "description": {},
                          "displayUnits": {},
                          "extendedInfo": {},
                          "format": {},
                          "id": {},
                          "isDefault": {},
                          "isEnabled": {},
                          "name": {},
                          "pluginId": {},
                          "pluginObjectTypeId": {},
                          "syntheticExpression": {},
                          "syntheticMaximumExpression": {}
                        },
                        {
                          "allowMaximumValue": {},
                          "dataUnits": {},
                          "description": {},
                          "displayUnits": {},
                          "extendedInfo": {},
                          "format": {},
                          "id": {},
                          "isDefault": {},
                          "isEnabled": {},
                          "name": {},
                          "pluginId": {},
                          "pluginObjectTypeId": {},
                          "syntheticExpression": {},
                          "syntheticMaximumExpression": {}
                        }
                      ],
                      "isEditable": true,
                      "isEnabled": true,
                      "name": "string",
                      "objectTypes": [
                        {
                          "extendedInfo": {},
                          "id": {},
                          "indicatorTypes": {},
                          "isEditable": {},
                          "isEnabled": {},
                          "name": {},
                          "objectTypes": {},
                          "parentObjectTypeId": {},
                          "pluginId": {}
                        },
                        {
                          "extendedInfo": {},
                          "id": {},
                          "indicatorTypes": {},
                          "isEditable": {},
                          "isEnabled": {},
                          "name": {},
                          "objectTypes": {},
                          "parentObjectTypeId": {},
                          "pluginId": {}
                        }
                      ],
                      "parentObjectTypeId": 10,
                      "pluginId": 1
                    },
                    {
                      "extendedInfo": {},
                      "id": 5,
                      "indicatorTypes": [
                        {
                          "allowMaximumValue": {},
                          "dataUnits": {},
                          "description": {},
                          "displayUnits": {},
                          "extendedInfo": {},
                          "format": {},
                          "id": {},
                          "isDefault": {},
                          "isEnabled": {},
                          "name": {},
                          "pluginId": {},
                          "pluginObjectTypeId": {},
                          "syntheticExpression": {},
                          "syntheticMaximumExpression": {}
                        },
                        {
                          "allowMaximumValue": {},
                          "dataUnits": {},
                          "description": {},
                          "displayUnits": {},
                          "extendedInfo": {},
                          "format": {},
                          "id": {},
                          "isDefault": {},
                          "isEnabled": {},
                          "name": {},
                          "pluginId": {},
                          "pluginObjectTypeId": {},
                          "syntheticExpression": {},
                          "syntheticMaximumExpression": {}
                        },
                        {
                          "allowMaximumValue": {},
                          "dataUnits": {},
                          "description": {},
                          "displayUnits": {},
                          "extendedInfo": {},
                          "format": {},
                          "id": {},
                          "isDefault": {},
                          "isEnabled": {},
                          "name": {},
                          "pluginId": {},
                          "pluginObjectTypeId": {},
                          "syntheticExpression": {},
                          "syntheticMaximumExpression": {}
                        },
                        {
                          "allowMaximumValue": {},
                          "dataUnits": {},
                          "description": {},
                          "displayUnits": {},
                          "extendedInfo": {},
                          "format": {},
                          "id": {},
                          "isDefault": {},
                          "isEnabled": {},
                          "name": {},
                          "pluginId": {},
                          "pluginObjectTypeId": {},
                          "syntheticExpression": {},
                          "syntheticMaximumExpression": {}
                        },
                        {
                          "allowMaximumValue": {},
                          "dataUnits": {},
                          "description": {},
                          "displayUnits": {},
                          "extendedInfo": {},
                          "format": {},
                          "id": {},
                          "isDefault": {},
                          "isEnabled": {},
                          "name": {},
                          "pluginId": {},
                          "pluginObjectTypeId": {},
                          "syntheticExpression": {},
                          "syntheticMaximumExpression": {}
                        },
                        {
                          "allowMaximumValue": {},
                          "dataUnits": {},
                          "description": {},
                          "displayUnits": {},
                          "extendedInfo": {},
                          "format": {},
                          "id": {},
                          "isDefault": {},
                          "isEnabled": {},
                          "name": {},
                          "pluginId": {},
                          "pluginObjectTypeId": {},
                          "syntheticExpression": {},
                          "syntheticMaximumExpression": {}
                        },
                        {
                          "allowMaximumValue": {},
                          "dataUnits": {},
                          "description": {},
                          "displayUnits": {},
                          "extendedInfo": {},
                          "format": {},
                          "id": {},
                          "isDefault": {},
                          "isEnabled": {},
                          "name": {},
                          "pluginId": {},
                          "pluginObjectTypeId": {},
                          "syntheticExpression": {},
                          "syntheticMaximumExpression": {}
                        },
                        {
                          "allowMaximumValue": {},
                          "dataUnits": {},
                          "description": {},
                          "displayUnits": {},
                          "extendedInfo": {},
                          "format": {},
                          "id": {},
                          "isDefault": {},
                          "isEnabled": {},
                          "name": {},
                          "pluginId": {},
                          "pluginObjectTypeId": {},
                          "syntheticExpression": {},
                          "syntheticMaximumExpression": {}
                        },
                        {
                          "allowMaximumValue": {},
                          "dataUnits": {},
                          "description": {},
                          "displayUnits": {},
                          "extendedInfo": {},
                          "format": {},
                          "id": {},
                          "isDefault": {},
                          "isEnabled": {},
                          "name": {},
                          "pluginId": {},
                          "pluginObjectTypeId": {},
                          "syntheticExpression": {},
                          "syntheticMaximumExpression": {}
                        }
                      ],
                      "isEditable": true,
                      "isEnabled": true,
                      "name": "string",
                      "objectTypes": [
                        {
                          "extendedInfo": {},
                          "id": {},
                          "indicatorTypes": {},
                          "isEditable": {},
                          "isEnabled": {},
                          "name": {},
                          "objectTypes": {},
                          "parentObjectTypeId": {},
                          "pluginId": {}
                        },
                        {
                          "extendedInfo": {},
                          "id": {},
                          "indicatorTypes": {},
                          "isEditable": {},
                          "isEnabled": {},
                          "name": {},
                          "objectTypes": {},
                          "parentObjectTypeId": {},
                          "pluginId": {}
                        },
                        {
                          "extendedInfo": {},
                          "id": {},
                          "indicatorTypes": {},
                          "isEditable": {},
                          "isEnabled": {},
                          "name": {},
                          "objectTypes": {},
                          "parentObjectTypeId": {},
                          "pluginId": {}
                        }
                      ],
                      "parentObjectTypeId": 9,
                      "pluginId": 7
                    },
                    {
                      "extendedInfo": {},
                      "id": 10,
                      "indicatorTypes": [
                        {
                          "allowMaximumValue": {},
                          "dataUnits": {},
                          "description": {},
                          "displayUnits": {},
                          "extendedInfo": {},
                          "format": {},
                          "id": {},
                          "isDefault": {},
                          "isEnabled": {},
                          "name": {},
                          "pluginId": {},
                          "pluginObjectTypeId": {},
                          "syntheticExpression": {},
                          "syntheticMaximumExpression": {}
                        }
                      ],
                      "isEditable": false,
                      "isEnabled": false,
                      "name": "string",
                      "objectTypes": [
                        {
                          "extendedInfo": {},
                          "id": {},
                          "indicatorTypes": {},
                          "isEditable": {},
                          "isEnabled": {},
                          "name": {},
                          "objectTypes": {},
                          "parentObjectTypeId": {},
                          "pluginId": {}
                        },
                        {
                          "extendedInfo": {},
                          "id": {},
                          "indicatorTypes": {},
                          "isEditable": {},
                          "isEnabled": {},
                          "name": {},
                          "objectTypes": {},
                          "parentObjectTypeId": {},
                          "pluginId": {}
                        },
                        {
                          "extendedInfo": {},
                          "id": {},
                          "indicatorTypes": {},
                          "isEditable": {},
                          "isEnabled": {},
                          "name": {},
                          "objectTypes": {},
                          "parentObjectTypeId": {},
                          "pluginId": {}
                        },
                        {
                          "extendedInfo": {},
                          "id": {},
                          "indicatorTypes": {},
                          "isEditable": {},
                          "isEnabled": {},
                          "name": {},
                          "objectTypes": {},
                          "parentObjectTypeId": {},
                          "pluginId": {}
                        },
                        {
                          "extendedInfo": {},
                          "id": {},
                          "indicatorTypes": {},
                          "isEditable": {},
                          "isEnabled": {},
                          "name": {},
                          "objectTypes": {},
                          "parentObjectTypeId": {},
                          "pluginId": {}
                        },
                        {
                          "extendedInfo": {},
                          "id": {},
                          "indicatorTypes": {},
                          "isEditable": {},
                          "isEnabled": {},
                          "name": {},
                          "objectTypes": {},
                          "parentObjectTypeId": {},
                          "pluginId": {}
                        },
                        {
                          "extendedInfo": {},
                          "id": {},
                          "indicatorTypes": {},
                          "isEditable": {},
                          "isEnabled": {},
                          "name": {},
                          "objectTypes": {},
                          "parentObjectTypeId": {},
                          "pluginId": {}
                        },
                        {
                          "extendedInfo": {},
                          "id": {},
                          "indicatorTypes": {},
                          "isEditable": {},
                          "isEnabled": {},
                          "name": {},
                          "objectTypes": {},
                          "parentObjectTypeId": {},
                          "pluginId": {}
                        },
                        {
                          "extendedInfo": {},
                          "id": {},
                          "indicatorTypes": {},
                          "isEditable": {},
                          "isEnabled": {},
                          "name": {},
                          "objectTypes": {},
                          "parentObjectTypeId": {},
                          "pluginId": {}
                        }
                      ],
                      "parentObjectTypeId": 5,
                      "pluginId": 8
                    },
                    {
                      "extendedInfo": {},
                      "id": 2,
                      "indicatorTypes": [
                        {
                          "allowMaximumValue": {},
                          "dataUnits": {},
                          "description": {},
                          "displayUnits": {},
                          "extendedInfo": {},
                          "format": {},
                          "id": {},
                          "isDefault": {},
                          "isEnabled": {},
                          "name": {},
                          "pluginId": {},
                          "pluginObjectTypeId": {},
                          "syntheticExpression": {},
                          "syntheticMaximumExpression": {}
                        }
                      ],
                      "isEditable": true,
                      "isEnabled": true,
                      "name": "string",
                      "objectTypes": [
                        {
                          "extendedInfo": {},
                          "id": {},
                          "indicatorTypes": {},
                          "isEditable": {},
                          "isEnabled": {},
                          "name": {},
                          "objectTypes": {},
                          "parentObjectTypeId": {},
                          "pluginId": {}
                        },
                        {
                          "extendedInfo": {},
                          "id": {},
                          "indicatorTypes": {},
                          "isEditable": {},
                          "isEnabled": {},
                          "name": {},
                          "objectTypes": {},
                          "parentObjectTypeId": {},
                          "pluginId": {}
                        },
                        {
                          "extendedInfo": {},
                          "id": {},
                          "indicatorTypes": {},
                          "isEditable": {},
                          "isEnabled": {},
                          "name": {},
                          "objectTypes": {},
                          "parentObjectTypeId": {},
                          "pluginId": {}
                        },
                        {
                          "extendedInfo": {},
                          "id": {},
                          "indicatorTypes": {},
                          "isEditable": {},
                          "isEnabled": {},
                          "name": {},
                          "objectTypes": {},
                          "parentObjectTypeId": {},
                          "pluginId": {}
                        },
                        {
                          "extendedInfo": {},
                          "id": {},
                          "indicatorTypes": {},
                          "isEditable": {},
                          "isEnabled": {},
                          "name": {},
                          "objectTypes": {},
                          "parentObjectTypeId": {},
                          "pluginId": {}
                        },
                        {
                          "extendedInfo": {},
                          "id": {},
                          "indicatorTypes": {},
                          "isEditable": {},
                          "isEnabled": {},
                          "name": {},
                          "objectTypes": {},
                          "parentObjectTypeId": {},
                          "pluginId": {}
                        },
                        {
                          "extendedInfo": {},
                          "id": {},
                          "indicatorTypes": {},
                          "isEditable": {},
                          "isEnabled": {},
                          "name": {},
                          "objectTypes": {},
                          "parentObjectTypeId": {},
                          "pluginId": {}
                        },
                        {
                          "extendedInfo": {},
                          "id": {},
                          "indicatorTypes": {},
                          "isEditable": {},
                          "isEnabled": {},
                          "name": {},
                          "objectTypes": {},
                          "parentObjectTypeId": {},
                          "pluginId": {}
                        }
                      ],
                      "parentObjectTypeId": 6,
                      "pluginId": 5
                    },
                    {
                      "extendedInfo": {},
                      "id": 9,
                      "indicatorTypes": [
                        {
                          "allowMaximumValue": {},
                          "dataUnits": {},
                          "description": {},
                          "displayUnits": {},
                          "extendedInfo": {},
                          "format": {},
                          "id": {},
                          "isDefault": {},
                          "isEnabled": {},
                          "name": {},
                          "pluginId": {},
                          "pluginObjectTypeId": {},
                          "syntheticExpression": {},
                          "syntheticMaximumExpression": {}
                        },
                        {
                          "allowMaximumValue": {},
                          "dataUnits": {},
                          "description": {},
                          "displayUnits": {},
                          "extendedInfo": {},
                          "format": {},
                          "id": {},
                          "isDefault": {},
                          "isEnabled": {},
                          "name": {},
                          "pluginId": {},
                          "pluginObjectTypeId": {},
                          "syntheticExpression": {},
                          "syntheticMaximumExpression": {}
                        },
                        {
                          "allowMaximumValue": {},
                          "dataUnits": {},
                          "description": {},
                          "displayUnits": {},
                          "extendedInfo": {},
                          "format": {},
                          "id": {},
                          "isDefault": {},
                          "isEnabled": {},
                          "name": {},
                          "pluginId": {},
                          "pluginObjectTypeId": {},
                          "syntheticExpression": {},
                          "syntheticMaximumExpression": {}
                        }
                      ],
                      "isEditable": true,
                      "isEnabled": true,
                      "name": "string",
                      "objectTypes": [
                        {
                          "extendedInfo": {},
                          "id": {},
                          "indicatorTypes": {},
                          "isEditable": {},
                          "isEnabled": {},
                          "name": {},
                          "objectTypes": {},
                          "parentObjectTypeId": {},
                          "pluginId": {}
                        },
                        {
                          "extendedInfo": {},
                          "id": {},
                          "indicatorTypes": {},
                          "isEditable": {},
                          "isEnabled": {},
                          "name": {},
                          "objectTypes": {},
                          "parentObjectTypeId": {},
                          "pluginId": {}
                        },
                        {
                          "extendedInfo": {},
                          "id": {},
                          "indicatorTypes": {},
                          "isEditable": {},
                          "isEnabled": {},
                          "name": {},
                          "objectTypes": {},
                          "parentObjectTypeId": {},
                          "pluginId": {}
                        },
                        {
                          "extendedInfo": {},
                          "id": {},
                          "indicatorTypes": {},
                          "isEditable": {},
                          "isEnabled": {},
                          "name": {},
                          "objectTypes": {},
                          "parentObjectTypeId": {},
                          "pluginId": {}
                        }
                      ],
                      "parentObjectTypeId": 2,
                      "pluginId": 2
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "DeviceTypes"
        ],
        "operationId": "deleteDeviceTypeById",
        "description": "The parameters and request body are for method: deleteDeviceTypeById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "body": {
                      "type": "object"
                    },
                    "statusCode": {
                      "type": "number"
                    },
                    "statusCodeValue": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "body": {},
                  "statusCode": 100,
                  "statusCodeValue": 4
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/api/v1/devicetypes/{id}/members/{deviceId}": {
      "post": {
        "tags": [
          "DeviceTypes"
        ],
        "operationId": "addMemberByIdToType",
        "description": "The parameters and request body are for method: addMemberByIdToType. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          },
          {
            "name": "deviceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "deviceId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "DeviceTypes"
        ],
        "operationId": "deleteDeviceTypeMemberById",
        "description": "The parameters and request body are for method: deleteDeviceTypeMemberById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "body": {
                      "type": "object"
                    },
                    "statusCode": {
                      "type": "number"
                    },
                    "statusCodeValue": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "body": {},
                  "statusCode": 100,
                  "statusCodeValue": 6
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          },
          {
            "name": "deviceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "deviceId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/api/v1/devices/{deviceId}/objects/{id}": {
      "patch": {
        "tags": [
          "DeviceComponent"
        ],
        "operationId": "partiallyUpdateObjectById",
        "description": "The parameters and request body are for method: partiallyUpdateObjectById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "alternateName": {
                      "type": "string"
                    },
                    "dateAdded": {
                      "type": "number"
                    },
                    "description": {
                      "type": "string"
                    },
                    "deviceId": {
                      "type": "number"
                    },
                    "enabled": {
                      "type": "string"
                    },
                    "extendedInfo": {
                      "type": "object"
                    },
                    "id": {
                      "type": "number"
                    },
                    "indicators": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "dataUnits": {
                            "type": "string"
                          },
                          "description": {
                            "type": "string"
                          },
                          "deviceId": {
                            "type": "number"
                          },
                          "displayUnits": {
                            "type": "string"
                          },
                          "evaluationOrder": {
                            "type": "number"
                          },
                          "extendedInfo": {
                            "type": "object"
                          },
                          "firstSeen": {
                            "type": "number"
                          },
                          "format": {
                            "type": "string"
                          },
                          "id": {
                            "type": "number"
                          },
                          "isBaselining": {
                            "type": "boolean"
                          },
                          "isDeleted": {
                            "type": "boolean"
                          },
                          "isEnabled": {
                            "type": "boolean"
                          },
                          "lastInvalidationTime": {
                            "type": "number"
                          },
                          "lastSeen": {
                            "type": "number"
                          },
                          "maxValue": {
                            "type": "number"
                          },
                          "name": {
                            "type": "string"
                          },
                          "objectId": {
                            "type": "number"
                          },
                          "pluginId": {
                            "type": "number"
                          },
                          "pluginIndicatorTypeId": {
                            "type": "number"
                          },
                          "syntheticExpression": {
                            "type": "string"
                          },
                          "systemIsBaselining": {
                            "type": "boolean"
                          },
                          "systemIsEnabled": {
                            "type": "boolean"
                          },
                          "systemMaxValue": {
                            "type": "number"
                          }
                        }
                      }
                    },
                    "isDeleted": {
                      "type": "boolean"
                    },
                    "isEnabled": {
                      "type": "boolean"
                    },
                    "isVisible": {
                      "type": "boolean"
                    },
                    "name": {
                      "type": "string"
                    },
                    "pluginId": {
                      "type": "number"
                    },
                    "pluginObjectTypeId": {
                      "type": "number"
                    },
                    "subtypeId": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "alternateName": "string",
                  "dateAdded": 6,
                  "description": "string",
                  "deviceId": 9,
                  "enabled": "DISABLED",
                  "extendedInfo": {},
                  "id": 4,
                  "indicators": [
                    {
                      "dataUnits": "string",
                      "description": "string",
                      "deviceId": 2,
                      "displayUnits": "string",
                      "evaluationOrder": 1,
                      "extendedInfo": {},
                      "firstSeen": 7,
                      "format": "COUNTER64",
                      "id": 6,
                      "isBaselining": false,
                      "isDeleted": true,
                      "isEnabled": false,
                      "lastInvalidationTime": 9,
                      "lastSeen": 7,
                      "maxValue": 10,
                      "name": "string",
                      "objectId": 5,
                      "pluginId": 10,
                      "pluginIndicatorTypeId": 7,
                      "syntheticExpression": "string",
                      "systemIsBaselining": true,
                      "systemIsEnabled": false,
                      "systemMaxValue": 1
                    },
                    {
                      "dataUnits": "string",
                      "description": "string",
                      "deviceId": 9,
                      "displayUnits": "string",
                      "evaluationOrder": 4,
                      "extendedInfo": {},
                      "firstSeen": 6,
                      "format": "COUNTER64",
                      "id": 1,
                      "isBaselining": false,
                      "isDeleted": true,
                      "isEnabled": true,
                      "lastInvalidationTime": 3,
                      "lastSeen": 8,
                      "maxValue": 7,
                      "name": "string",
                      "objectId": 3,
                      "pluginId": 6,
                      "pluginIndicatorTypeId": 10,
                      "syntheticExpression": "string",
                      "systemIsBaselining": true,
                      "systemIsEnabled": true,
                      "systemMaxValue": 10
                    },
                    {
                      "dataUnits": "string",
                      "description": "string",
                      "deviceId": 7,
                      "displayUnits": "string",
                      "evaluationOrder": 6,
                      "extendedInfo": {},
                      "firstSeen": 10,
                      "format": "COUNTER64",
                      "id": 2,
                      "isBaselining": false,
                      "isDeleted": false,
                      "isEnabled": false,
                      "lastInvalidationTime": 8,
                      "lastSeen": 5,
                      "maxValue": 6,
                      "name": "string",
                      "objectId": 9,
                      "pluginId": 2,
                      "pluginIndicatorTypeId": 3,
                      "syntheticExpression": "string",
                      "systemIsBaselining": true,
                      "systemIsEnabled": false,
                      "systemMaxValue": 4
                    },
                    {
                      "dataUnits": "string",
                      "description": "string",
                      "deviceId": 3,
                      "displayUnits": "string",
                      "evaluationOrder": 7,
                      "extendedInfo": {},
                      "firstSeen": 8,
                      "format": "GAUGE",
                      "id": 5,
                      "isBaselining": true,
                      "isDeleted": true,
                      "isEnabled": true,
                      "lastInvalidationTime": 5,
                      "lastSeen": 8,
                      "maxValue": 6,
                      "name": "string",
                      "objectId": 9,
                      "pluginId": 6,
                      "pluginIndicatorTypeId": 1,
                      "syntheticExpression": "string",
                      "systemIsBaselining": true,
                      "systemIsEnabled": true,
                      "systemMaxValue": 9
                    },
                    {
                      "dataUnits": "string",
                      "description": "string",
                      "deviceId": 6,
                      "displayUnits": "string",
                      "evaluationOrder": 9,
                      "extendedInfo": {},
                      "firstSeen": 5,
                      "format": "GAUGE",
                      "id": 9,
                      "isBaselining": false,
                      "isDeleted": false,
                      "isEnabled": true,
                      "lastInvalidationTime": 3,
                      "lastSeen": 10,
                      "maxValue": 2,
                      "name": "string",
                      "objectId": 9,
                      "pluginId": 4,
                      "pluginIndicatorTypeId": 6,
                      "syntheticExpression": "string",
                      "systemIsBaselining": false,
                      "systemIsEnabled": false,
                      "systemMaxValue": 2
                    },
                    {
                      "dataUnits": "string",
                      "description": "string",
                      "deviceId": 10,
                      "displayUnits": "string",
                      "evaluationOrder": 6,
                      "extendedInfo": {},
                      "firstSeen": 4,
                      "format": "GAUGE",
                      "id": 4,
                      "isBaselining": true,
                      "isDeleted": true,
                      "isEnabled": true,
                      "lastInvalidationTime": 4,
                      "lastSeen": 4,
                      "maxValue": 1,
                      "name": "string",
                      "objectId": 4,
                      "pluginId": 4,
                      "pluginIndicatorTypeId": 6,
                      "syntheticExpression": "string",
                      "systemIsBaselining": false,
                      "systemIsEnabled": true,
                      "systemMaxValue": 5
                    },
                    {
                      "dataUnits": "string",
                      "description": "string",
                      "deviceId": 5,
                      "displayUnits": "string",
                      "evaluationOrder": 3,
                      "extendedInfo": {},
                      "firstSeen": 10,
                      "format": "COUNTER32",
                      "id": 8,
                      "isBaselining": true,
                      "isDeleted": false,
                      "isEnabled": false,
                      "lastInvalidationTime": 3,
                      "lastSeen": 10,
                      "maxValue": 2,
                      "name": "string",
                      "objectId": 6,
                      "pluginId": 3,
                      "pluginIndicatorTypeId": 6,
                      "syntheticExpression": "string",
                      "systemIsBaselining": false,
                      "systemIsEnabled": false,
                      "systemMaxValue": 5
                    }
                  ],
                  "isDeleted": false,
                  "isEnabled": false,
                  "isVisible": true,
                  "name": "string",
                  "pluginId": 6,
                  "pluginObjectTypeId": 3,
                  "subtypeId": 3
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "deviceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "deviceId",
              "type": "number"
            }
          },
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/api/v1/reports/attachments/statusmap/{id}/resources": {
      "get": {
        "tags": [
          "ReportAttachmentsStatusMap"
        ],
        "operationId": "getStatusMapAttachmentResources",
        "description": "The parameters and request body are for method: getStatusMapAttachmentResources. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "mapId": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "mapId": 10
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "ReportAttachmentsStatusMap"
        ],
        "operationId": "updateStatusMapAttachmentResources",
        "description": "The parameters and request body are for method: updateStatusMapAttachmentResources. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "mapId": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "mapId": 7
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/api/v1/reports/{id}/attachments/statusmap": {
      "post": {
        "tags": [
          "ReportAttachmentsStatusMap"
        ],
        "operationId": "createStatusMapAttachment",
        "description": "The parameters and request body are for method: createStatusMapAttachment. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "resource": {
                      "type": "object",
                      "properties": {
                        "mapId": {
                          "type": "number"
                        }
                      }
                    },
                    "visualization": {
                      "type": "object",
                      "properties": {
                        "map": {
                          "type": "object"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "name": "string",
                  "resource": {
                    "mapId": 1
                  },
                  "visualization": {
                    "map": {}
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/api/v1/users/api-keys": {
      "get": {
        "tags": [
          "ApiKeys"
        ],
        "operationId": "getApiKeys",
        "description": "The parameters and request body are for method: getApiKeys. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "apiKey": {
                        "type": "string"
                      },
                      "applicationName": {
                        "type": "string"
                      },
                      "creationDate": {
                        "type": "number"
                      },
                      "expirationDate": {
                        "type": "number"
                      },
                      "user": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "apiKey": "string",
                    "applicationName": "string",
                    "creationDate": 2,
                    "expirationDate": 6,
                    "user": "string"
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "ApiKeys"
        ],
        "operationId": "createApiKey",
        "description": "The parameters and request body are for method: createApiKey. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "apiKey": {
                      "type": "string"
                    },
                    "applicationName": {
                      "type": "string"
                    },
                    "creationDate": {
                      "type": "number"
                    },
                    "expirationDate": {
                      "type": "number"
                    },
                    "user": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "apiKey": "string",
                  "applicationName": "string",
                  "creationDate": 9,
                  "expirationDate": 2,
                  "user": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "ApiKeys"
        ],
        "operationId": "deleteApiKeys",
        "description": "The parameters and request body are for method: deleteApiKeys. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/api/v1/users/api-keys/{apiKey}": {
      "put": {
        "tags": [
          "ApiKeys"
        ],
        "operationId": "updateApiKey",
        "description": "The parameters and request body are for method: updateApiKey. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "apiKey": {
                      "type": "string"
                    },
                    "applicationName": {
                      "type": "string"
                    },
                    "creationDate": {
                      "type": "number"
                    },
                    "expirationDate": {
                      "type": "number"
                    },
                    "user": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "apiKey": "string",
                  "applicationName": "string",
                  "creationDate": 2,
                  "expirationDate": 10,
                  "user": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "apiKey",
            "in": "path",
            "required": true,
            "schema": {
              "title": "apiKey",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "ApiKeys"
        ],
        "operationId": "deleteApiKey",
        "description": "The parameters and request body are for method: deleteApiKey. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "apiKey",
            "in": "path",
            "required": true,
            "schema": {
              "title": "apiKey",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/api/v1/users/{id}/api-keys": {
      "get": {
        "tags": [
          "ApiKeys"
        ],
        "operationId": "getApiKeysForUser",
        "description": "The parameters and request body are for method: getApiKeysForUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "apiKey": {
                        "type": "string"
                      },
                      "applicationName": {
                        "type": "string"
                      },
                      "creationDate": {
                        "type": "number"
                      },
                      "expirationDate": {
                        "type": "number"
                      },
                      "user": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "apiKey": "string",
                    "applicationName": "string",
                    "creationDate": 7,
                    "expirationDate": 3,
                    "user": "string"
                  },
                  {
                    "apiKey": "string",
                    "applicationName": "string",
                    "creationDate": 8,
                    "expirationDate": 7,
                    "user": "string"
                  },
                  {
                    "apiKey": "string",
                    "applicationName": "string",
                    "creationDate": 5,
                    "expirationDate": 5,
                    "user": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "ApiKeys"
        ],
        "operationId": "createApiKeyForUser",
        "description": "The parameters and request body are for method: createApiKeyForUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "apiKey": {
                      "type": "string"
                    },
                    "applicationName": {
                      "type": "string"
                    },
                    "creationDate": {
                      "type": "number"
                    },
                    "expirationDate": {
                      "type": "number"
                    },
                    "user": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "apiKey": "string",
                  "applicationName": "string",
                  "creationDate": 6,
                  "expirationDate": 10,
                  "user": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "ApiKeys"
        ],
        "operationId": "deleteApiKeysForUser",
        "description": "The parameters and request body are for method: deleteApiKeysForUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/api/v1/users/{id}/api-keys/{apiKey}": {
      "put": {
        "tags": [
          "ApiKeys"
        ],
        "operationId": "updateApiKeyForUser",
        "description": "The parameters and request body are for method: updateApiKeyForUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "apiKey": {
                      "type": "string"
                    },
                    "applicationName": {
                      "type": "string"
                    },
                    "creationDate": {
                      "type": "number"
                    },
                    "expirationDate": {
                      "type": "number"
                    },
                    "user": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "apiKey": "string",
                  "applicationName": "string",
                  "creationDate": 10,
                  "expirationDate": 1,
                  "user": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          },
          {
            "name": "apiKey",
            "in": "path",
            "required": true,
            "schema": {
              "title": "apiKey",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/api/v1/users/{apiKey}/api-keys/{id}": {
      "delete": {
        "tags": [
          "ApiKeys"
        ],
        "operationId": "deleteApiKeyForUser",
        "description": "The parameters and request body are for method: deleteApiKeyForUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "apiKey",
            "in": "path",
            "required": true,
            "schema": {
              "title": "apiKey",
              "type": "string"
            }
          },
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/api/v1/discovery": {
      "get": {
        "tags": [
          "Discovery"
        ],
        "operationId": "getDevicesInDiscovery",
        "description": "The parameters and request body are for method: getDevicesInDiscovery. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "content": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "allowAutomatic": {
                            "type": "boolean"
                          },
                          "allowManual": {
                            "type": "boolean"
                          },
                          "device": {
                            "type": "object",
                            "properties": {
                              "allowDelete": {
                                "type": "boolean"
                              },
                              "alternateName": {
                                "type": "string"
                              },
                              "dateAdded": {
                                "type": "number"
                              },
                              "description": {
                                "type": "string"
                              },
                              "disableConcurrentPolling": {
                                "type": "boolean"
                              },
                              "disablePolling": {
                                "type": "boolean"
                              },
                              "disableThresholding": {
                                "type": "boolean"
                              },
                              "id": {
                                "type": "number"
                              },
                              "ipAddress": {
                                "type": "string"
                              },
                              "isDeleted": {
                                "type": "boolean"
                              },
                              "isNew": {
                                "type": "boolean"
                              },
                              "lastDiscovery": {
                                "type": "number"
                              },
                              "manualIP": {
                                "type": "boolean"
                              },
                              "name": {
                                "type": "string"
                              },
                              "numElements": {
                                "type": "number"
                              },
                              "objects": {
                                "type": "array",
                                "items": {
                                  "type": "object",
                                  "properties": {
                                    "alternateName": {
                                      "type": "string"
                                    },
                                    "dateAdded": {
                                      "type": "number"
                                    },
                                    "description": {
                                      "type": "string"
                                    },
                                    "deviceId": {
                                      "type": "number"
                                    },
                                    "enabled": {
                                      "type": "object"
                                    },
                                    "extendedInfo": {
                                      "type": "object"
                                    },
                                    "id": {
                                      "type": "number"
                                    },
                                    "indicators": {
                                      "type": "array",
                                      "items": {
                                        "type": "object"
                                      }
                                    },
                                    "isDeleted": {
                                      "type": "boolean"
                                    },
                                    "isEnabled": {
                                      "type": "boolean"
                                    },
                                    "isVisible": {
                                      "type": "boolean"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "pluginId": {
                                      "type": "number"
                                    },
                                    "pluginObjectTypeId": {
                                      "type": "number"
                                    },
                                    "subtypeId": {
                                      "type": "number"
                                    }
                                  }
                                }
                              },
                              "peerId": {
                                "type": "number"
                              },
                              "pluginInfo": {
                                "type": "object"
                              },
                              "pluginManagerId": {
                                "type": "number"
                              },
                              "pollFrequency": {
                                "type": "number"
                              },
                              "timezone": {
                                "type": "string"
                              },
                              "workhoursGroupId": {
                                "type": "number"
                              }
                            }
                          },
                          "deviceId": {
                            "type": "number"
                          },
                          "isWorking": {
                            "type": "boolean"
                          },
                          "queue": {
                            "type": "string"
                          },
                          "timeCompleted": {
                            "type": "number"
                          },
                          "timeQueued": {
                            "type": "number"
                          },
                          "timeStarted": {
                            "type": "number"
                          },
                          "timeUpdated": {
                            "type": "number"
                          },
                          "timesDiscovered": {
                            "type": "number"
                          }
                        }
                      }
                    },
                    "pageNumber": {
                      "type": "number"
                    },
                    "pageSize": {
                      "type": "number"
                    },
                    "totalElements": {
                      "type": "number"
                    },
                    "totalPages": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "content": [
                    {
                      "allowAutomatic": false,
                      "allowManual": false,
                      "device": {
                        "allowDelete": false,
                        "alternateName": "string",
                        "dateAdded": 7,
                        "description": "string",
                        "disableConcurrentPolling": true,
                        "disablePolling": false,
                        "disableThresholding": true,
                        "id": 5,
                        "ipAddress": "string",
                        "isDeleted": true,
                        "isNew": false,
                        "lastDiscovery": 7,
                        "manualIP": true,
                        "name": "string",
                        "numElements": 8,
                        "objects": [
                          {
                            "alternateName": "string",
                            "dateAdded": 10,
                            "description": "string",
                            "deviceId": 6,
                            "enabled": {},
                            "extendedInfo": {},
                            "id": 2,
                            "indicators": [
                              {},
                              {},
                              {},
                              {},
                              {},
                              {}
                            ],
                            "isDeleted": true,
                            "isEnabled": false,
                            "isVisible": true,
                            "name": "string",
                            "pluginId": 5,
                            "pluginObjectTypeId": 8,
                            "subtypeId": 8
                          },
                          {
                            "alternateName": "string",
                            "dateAdded": 5,
                            "description": "string",
                            "deviceId": 6,
                            "enabled": {},
                            "extendedInfo": {},
                            "id": 3,
                            "indicators": [
                              {},
                              {},
                              {}
                            ],
                            "isDeleted": false,
                            "isEnabled": true,
                            "isVisible": false,
                            "name": "string",
                            "pluginId": 8,
                            "pluginObjectTypeId": 7,
                            "subtypeId": 2
                          },
                          {
                            "alternateName": "string",
                            "dateAdded": 1,
                            "description": "string",
                            "deviceId": 3,
                            "enabled": {},
                            "extendedInfo": {},
                            "id": 9,
                            "indicators": [
                              {},
                              {},
                              {},
                              {},
                              {},
                              {},
                              {}
                            ],
                            "isDeleted": false,
                            "isEnabled": true,
                            "isVisible": false,
                            "name": "string",
                            "pluginId": 10,
                            "pluginObjectTypeId": 4,
                            "subtypeId": 1
                          },
                          {
                            "alternateName": "string",
                            "dateAdded": 6,
                            "description": "string",
                            "deviceId": 10,
                            "enabled": {},
                            "extendedInfo": {},
                            "id": 4,
                            "indicators": [
                              {},
                              {},
                              {}
                            ],
                            "isDeleted": true,
                            "isEnabled": false,
                            "isVisible": true,
                            "name": "string",
                            "pluginId": 4,
                            "pluginObjectTypeId": 8,
                            "subtypeId": 1
                          },
                          {
                            "alternateName": "string",
                            "dateAdded": 3,
                            "description": "string",
                            "deviceId": 4,
                            "enabled": {},
                            "extendedInfo": {},
                            "id": 6,
                            "indicators": [
                              {},
                              {},
                              {}
                            ],
                            "isDeleted": false,
                            "isEnabled": true,
                            "isVisible": true,
                            "name": "string",
                            "pluginId": 5,
                            "pluginObjectTypeId": 3,
                            "subtypeId": 1
                          },
                          {
                            "alternateName": "string",
                            "dateAdded": 9,
                            "description": "string",
                            "deviceId": 7,
                            "enabled": {},
                            "extendedInfo": {},
                            "id": 7,
                            "indicators": [
                              {},
                              {},
                              {},
                              {},
                              {},
                              {},
                              {},
                              {},
                              {}
                            ],
                            "isDeleted": false,
                            "isEnabled": true,
                            "isVisible": true,
                            "name": "string",
                            "pluginId": 4,
                            "pluginObjectTypeId": 3,
                            "subtypeId": 7
                          },
                          {
                            "alternateName": "string",
                            "dateAdded": 2,
                            "description": "string",
                            "deviceId": 1,
                            "enabled": {},
                            "extendedInfo": {},
                            "id": 3,
                            "indicators": [
                              {},
                              {},
                              {},
                              {},
                              {},
                              {},
                              {},
                              {},
                              {},
                              {}
                            ],
                            "isDeleted": true,
                            "isEnabled": true,
                            "isVisible": false,
                            "name": "string",
                            "pluginId": 1,
                            "pluginObjectTypeId": 1,
                            "subtypeId": 2
                          },
                          {
                            "alternateName": "string",
                            "dateAdded": 7,
                            "description": "string",
                            "deviceId": 4,
                            "enabled": {},
                            "extendedInfo": {},
                            "id": 3,
                            "indicators": [
                              {},
                              {}
                            ],
                            "isDeleted": true,
                            "isEnabled": false,
                            "isVisible": false,
                            "name": "string",
                            "pluginId": 2,
                            "pluginObjectTypeId": 2,
                            "subtypeId": 8
                          },
                          {
                            "alternateName": "string",
                            "dateAdded": 1,
                            "description": "string",
                            "deviceId": 4,
                            "enabled": {},
                            "extendedInfo": {},
                            "id": 7,
                            "indicators": [
                              {}
                            ],
                            "isDeleted": true,
                            "isEnabled": false,
                            "isVisible": false,
                            "name": "string",
                            "pluginId": 9,
                            "pluginObjectTypeId": 3,
                            "subtypeId": 5
                          }
                        ],
                        "peerId": 9,
                        "pluginInfo": {},
                        "pluginManagerId": 4,
                        "pollFrequency": 3,
                        "timezone": "string",
                        "workhoursGroupId": 9
                      },
                      "deviceId": 8,
                      "isWorking": true,
                      "queue": "cancel",
                      "timeCompleted": 6,
                      "timeQueued": 1,
                      "timeStarted": 9,
                      "timeUpdated": 6,
                      "timesDiscovered": 9
                    },
                    {
                      "allowAutomatic": false,
                      "allowManual": true,
                      "device": {
                        "allowDelete": false,
                        "alternateName": "string",
                        "dateAdded": 9,
                        "description": "string",
                        "disableConcurrentPolling": true,
                        "disablePolling": false,
                        "disableThresholding": true,
                        "id": 10,
                        "ipAddress": "string",
                        "isDeleted": false,
                        "isNew": true,
                        "lastDiscovery": 2,
                        "manualIP": false,
                        "name": "string",
                        "numElements": 9,
                        "objects": [
                          {
                            "alternateName": "string",
                            "dateAdded": 9,
                            "description": "string",
                            "deviceId": 3,
                            "enabled": {},
                            "extendedInfo": {},
                            "id": 5,
                            "indicators": [
                              {},
                              {},
                              {},
                              {}
                            ],
                            "isDeleted": true,
                            "isEnabled": false,
                            "isVisible": false,
                            "name": "string",
                            "pluginId": 1,
                            "pluginObjectTypeId": 4,
                            "subtypeId": 4
                          },
                          {
                            "alternateName": "string",
                            "dateAdded": 9,
                            "description": "string",
                            "deviceId": 3,
                            "enabled": {},
                            "extendedInfo": {},
                            "id": 8,
                            "indicators": [
                              {},
                              {}
                            ],
                            "isDeleted": true,
                            "isEnabled": true,
                            "isVisible": true,
                            "name": "string",
                            "pluginId": 4,
                            "pluginObjectTypeId": 3,
                            "subtypeId": 3
                          },
                          {
                            "alternateName": "string",
                            "dateAdded": 10,
                            "description": "string",
                            "deviceId": 9,
                            "enabled": {},
                            "extendedInfo": {},
                            "id": 8,
                            "indicators": [
                              {},
                              {},
                              {},
                              {},
                              {},
                              {}
                            ],
                            "isDeleted": true,
                            "isEnabled": false,
                            "isVisible": true,
                            "name": "string",
                            "pluginId": 1,
                            "pluginObjectTypeId": 10,
                            "subtypeId": 5
                          },
                          {
                            "alternateName": "string",
                            "dateAdded": 3,
                            "description": "string",
                            "deviceId": 3,
                            "enabled": {},
                            "extendedInfo": {},
                            "id": 9,
                            "indicators": [
                              {},
                              {},
                              {},
                              {},
                              {},
                              {},
                              {},
                              {}
                            ],
                            "isDeleted": true,
                            "isEnabled": true,
                            "isVisible": true,
                            "name": "string",
                            "pluginId": 8,
                            "pluginObjectTypeId": 1,
                            "subtypeId": 4
                          },
                          {
                            "alternateName": "string",
                            "dateAdded": 2,
                            "description": "string",
                            "deviceId": 7,
                            "enabled": {},
                            "extendedInfo": {},
                            "id": 1,
                            "indicators": [
                              {},
                              {},
                              {},
                              {},
                              {},
                              {},
                              {}
                            ],
                            "isDeleted": false,
                            "isEnabled": true,
                            "isVisible": true,
                            "name": "string",
                            "pluginId": 9,
                            "pluginObjectTypeId": 10,
                            "subtypeId": 5
                          },
                          {
                            "alternateName": "string",
                            "dateAdded": 6,
                            "description": "string",
                            "deviceId": 6,
                            "enabled": {},
                            "extendedInfo": {},
                            "id": 1,
                            "indicators": [
                              {},
                              {}
                            ],
                            "isDeleted": false,
                            "isEnabled": true,
                            "isVisible": false,
                            "name": "string",
                            "pluginId": 2,
                            "pluginObjectTypeId": 9,
                            "subtypeId": 9
                          },
                          {
                            "alternateName": "string",
                            "dateAdded": 7,
                            "description": "string",
                            "deviceId": 9,
                            "enabled": {},
                            "extendedInfo": {},
                            "id": 3,
                            "indicators": [
                              {},
                              {},
                              {},
                              {},
                              {},
                              {},
                              {},
                              {},
                              {}
                            ],
                            "isDeleted": false,
                            "isEnabled": false,
                            "isVisible": true,
                            "name": "string",
                            "pluginId": 4,
                            "pluginObjectTypeId": 9,
                            "subtypeId": 3
                          },
                          {
                            "alternateName": "string",
                            "dateAdded": 1,
                            "description": "string",
                            "deviceId": 2,
                            "enabled": {},
                            "extendedInfo": {},
                            "id": 3,
                            "indicators": [
                              {},
                              {},
                              {},
                              {},
                              {},
                              {},
                              {},
                              {}
                            ],
                            "isDeleted": false,
                            "isEnabled": true,
                            "isVisible": false,
                            "name": "string",
                            "pluginId": 3,
                            "pluginObjectTypeId": 5,
                            "subtypeId": 9
                          }
                        ],
                        "peerId": 1,
                        "pluginInfo": {},
                        "pluginManagerId": 1,
                        "pollFrequency": 2,
                        "timezone": "string",
                        "workhoursGroupId": 3
                      },
                      "deviceId": 8,
                      "isWorking": true,
                      "queue": "low",
                      "timeCompleted": 6,
                      "timeQueued": 4,
                      "timeStarted": 2,
                      "timeUpdated": 5,
                      "timesDiscovered": 8
                    },
                    {
                      "allowAutomatic": true,
                      "allowManual": true,
                      "device": {
                        "allowDelete": true,
                        "alternateName": "string",
                        "dateAdded": 8,
                        "description": "string",
                        "disableConcurrentPolling": false,
                        "disablePolling": true,
                        "disableThresholding": true,
                        "id": 3,
                        "ipAddress": "string",
                        "isDeleted": true,
                        "isNew": true,
                        "lastDiscovery": 7,
                        "manualIP": false,
                        "name": "string",
                        "numElements": 1,
                        "objects": [
                          {
                            "alternateName": "string",
                            "dateAdded": 2,
                            "description": "string",
                            "deviceId": 6,
                            "enabled": {},
                            "extendedInfo": {},
                            "id": 9,
                            "indicators": [
                              {},
                              {},
                              {},
                              {},
                              {},
                              {}
                            ],
                            "isDeleted": true,
                            "isEnabled": false,
                            "isVisible": true,
                            "name": "string",
                            "pluginId": 10,
                            "pluginObjectTypeId": 8,
                            "subtypeId": 6
                          },
                          {
                            "alternateName": "string",
                            "dateAdded": 2,
                            "description": "string",
                            "deviceId": 7,
                            "enabled": {},
                            "extendedInfo": {},
                            "id": 9,
                            "indicators": [
                              {},
                              {},
                              {},
                              {}
                            ],
                            "isDeleted": true,
                            "isEnabled": true,
                            "isVisible": true,
                            "name": "string",
                            "pluginId": 9,
                            "pluginObjectTypeId": 1,
                            "subtypeId": 7
                          },
                          {
                            "alternateName": "string",
                            "dateAdded": 1,
                            "description": "string",
                            "deviceId": 9,
                            "enabled": {},
                            "extendedInfo": {},
                            "id": 7,
                            "indicators": [
                              {},
                              {}
                            ],
                            "isDeleted": true,
                            "isEnabled": false,
                            "isVisible": false,
                            "name": "string",
                            "pluginId": 4,
                            "pluginObjectTypeId": 9,
                            "subtypeId": 8
                          },
                          {
                            "alternateName": "string",
                            "dateAdded": 9,
                            "description": "string",
                            "deviceId": 10,
                            "enabled": {},
                            "extendedInfo": {},
                            "id": 5,
                            "indicators": [
                              {}
                            ],
                            "isDeleted": false,
                            "isEnabled": true,
                            "isVisible": true,
                            "name": "string",
                            "pluginId": 8,
                            "pluginObjectTypeId": 3,
                            "subtypeId": 3
                          },
                          {
                            "alternateName": "string",
                            "dateAdded": 10,
                            "description": "string",
                            "deviceId": 6,
                            "enabled": {},
                            "extendedInfo": {},
                            "id": 5,
                            "indicators": [
                              {}
                            ],
                            "isDeleted": false,
                            "isEnabled": false,
                            "isVisible": true,
                            "name": "string",
                            "pluginId": 5,
                            "pluginObjectTypeId": 3,
                            "subtypeId": 4
                          },
                          {
                            "alternateName": "string",
                            "dateAdded": 5,
                            "description": "string",
                            "deviceId": 5,
                            "enabled": {},
                            "extendedInfo": {},
                            "id": 4,
                            "indicators": [
                              {},
                              {},
                              {},
                              {},
                              {},
                              {},
                              {},
                              {}
                            ],
                            "isDeleted": true,
                            "isEnabled": true,
                            "isVisible": true,
                            "name": "string",
                            "pluginId": 8,
                            "pluginObjectTypeId": 6,
                            "subtypeId": 8
                          },
                          {
                            "alternateName": "string",
                            "dateAdded": 8,
                            "description": "string",
                            "deviceId": 10,
                            "enabled": {},
                            "extendedInfo": {},
                            "id": 10,
                            "indicators": [
                              {},
                              {},
                              {},
                              {},
                              {},
                              {},
                              {},
                              {}
                            ],
                            "isDeleted": true,
                            "isEnabled": true,
                            "isVisible": true,
                            "name": "string",
                            "pluginId": 6,
                            "pluginObjectTypeId": 1,
                            "subtypeId": 4
                          },
                          {
                            "alternateName": "string",
                            "dateAdded": 6,
                            "description": "string",
                            "deviceId": 3,
                            "enabled": {},
                            "extendedInfo": {},
                            "id": 1,
                            "indicators": [
                              {},
                              {},
                              {},
                              {},
                              {},
                              {}
                            ],
                            "isDeleted": true,
                            "isEnabled": true,
                            "isVisible": true,
                            "name": "string",
                            "pluginId": 7,
                            "pluginObjectTypeId": 6,
                            "subtypeId": 3
                          },
                          {
                            "alternateName": "string",
                            "dateAdded": 1,
                            "description": "string",
                            "deviceId": 2,
                            "enabled": {},
                            "extendedInfo": {},
                            "id": 3,
                            "indicators": [
                              {}
                            ],
                            "isDeleted": true,
                            "isEnabled": true,
                            "isVisible": false,
                            "name": "string",
                            "pluginId": 8,
                            "pluginObjectTypeId": 7,
                            "subtypeId": 10
                          },
                          {
                            "alternateName": "string",
                            "dateAdded": 6,
                            "description": "string",
                            "deviceId": 3,
                            "enabled": {},
                            "extendedInfo": {},
                            "id": 9,
                            "indicators": [
                              {},
                              {},
                              {},
                              {},
                              {},
                              {}
                            ],
                            "isDeleted": false,
                            "isEnabled": false,
                            "isVisible": false,
                            "name": "string",
                            "pluginId": 2,
                            "pluginObjectTypeId": 4,
                            "subtypeId": 10
                          }
                        ],
                        "peerId": 9,
                        "pluginInfo": {},
                        "pluginManagerId": 1,
                        "pollFrequency": 4,
                        "timezone": "string",
                        "workhoursGroupId": 7
                      },
                      "deviceId": 9,
                      "isWorking": false,
                      "queue": "low",
                      "timeCompleted": 4,
                      "timeQueued": 5,
                      "timeStarted": 6,
                      "timeUpdated": 4,
                      "timesDiscovered": 5
                    },
                    {
                      "allowAutomatic": false,
                      "allowManual": true,
                      "device": {
                        "allowDelete": true,
                        "alternateName": "string",
                        "dateAdded": 9,
                        "description": "string",
                        "disableConcurrentPolling": false,
                        "disablePolling": true,
                        "disableThresholding": true,
                        "id": 1,
                        "ipAddress": "string",
                        "isDeleted": true,
                        "isNew": true,
                        "lastDiscovery": 4,
                        "manualIP": false,
                        "name": "string",
                        "numElements": 6,
                        "objects": [
                          {
                            "alternateName": "string",
                            "dateAdded": 3,
                            "description": "string",
                            "deviceId": 3,
                            "enabled": {},
                            "extendedInfo": {},
                            "id": 9,
                            "indicators": [
                              {}
                            ],
                            "isDeleted": true,
                            "isEnabled": true,
                            "isVisible": true,
                            "name": "string",
                            "pluginId": 3,
                            "pluginObjectTypeId": 7,
                            "subtypeId": 4
                          },
                          {
                            "alternateName": "string",
                            "dateAdded": 1,
                            "description": "string",
                            "deviceId": 2,
                            "enabled": {},
                            "extendedInfo": {},
                            "id": 5,
                            "indicators": [
                              {}
                            ],
                            "isDeleted": true,
                            "isEnabled": true,
                            "isVisible": true,
                            "name": "string",
                            "pluginId": 1,
                            "pluginObjectTypeId": 5,
                            "subtypeId": 4
                          },
                          {
                            "alternateName": "string",
                            "dateAdded": 3,
                            "description": "string",
                            "deviceId": 9,
                            "enabled": {},
                            "extendedInfo": {},
                            "id": 6,
                            "indicators": [
                              {},
                              {},
                              {}
                            ],
                            "isDeleted": false,
                            "isEnabled": false,
                            "isVisible": true,
                            "name": "string",
                            "pluginId": 2,
                            "pluginObjectTypeId": 4,
                            "subtypeId": 9
                          },
                          {
                            "alternateName": "string",
                            "dateAdded": 10,
                            "description": "string",
                            "deviceId": 1,
                            "enabled": {},
                            "extendedInfo": {},
                            "id": 4,
                            "indicators": [
                              {}
                            ],
                            "isDeleted": false,
                            "isEnabled": true,
                            "isVisible": false,
                            "name": "string",
                            "pluginId": 2,
                            "pluginObjectTypeId": 8,
                            "subtypeId": 2
                          },
                          {
                            "alternateName": "string",
                            "dateAdded": 3,
                            "description": "string",
                            "deviceId": 7,
                            "enabled": {},
                            "extendedInfo": {},
                            "id": 8,
                            "indicators": [
                              {},
                              {},
                              {},
                              {},
                              {},
                              {},
                              {},
                              {},
                              {},
                              {}
                            ],
                            "isDeleted": false,
                            "isEnabled": true,
                            "isVisible": true,
                            "name": "string",
                            "pluginId": 6,
                            "pluginObjectTypeId": 2,
                            "subtypeId": 2
                          },
                          {
                            "alternateName": "string",
                            "dateAdded": 9,
                            "description": "string",
                            "deviceId": 7,
                            "enabled": {},
                            "extendedInfo": {},
                            "id": 8,
                            "indicators": [
                              {},
                              {},
                              {},
                              {},
                              {},
                              {},
                              {},
                              {},
                              {}
                            ],
                            "isDeleted": true,
                            "isEnabled": false,
                            "isVisible": true,
                            "name": "string",
                            "pluginId": 1,
                            "pluginObjectTypeId": 2,
                            "subtypeId": 4
                          },
                          {
                            "alternateName": "string",
                            "dateAdded": 2,
                            "description": "string",
                            "deviceId": 6,
                            "enabled": {},
                            "extendedInfo": {},
                            "id": 8,
                            "indicators": [
                              {},
                              {},
                              {},
                              {},
                              {},
                              {}
                            ],
                            "isDeleted": false,
                            "isEnabled": false,
                            "isVisible": true,
                            "name": "string",
                            "pluginId": 1,
                            "pluginObjectTypeId": 8,
                            "subtypeId": 7
                          },
                          {
                            "alternateName": "string",
                            "dateAdded": 4,
                            "description": "string",
                            "deviceId": 6,
                            "enabled": {},
                            "extendedInfo": {},
                            "id": 3,
                            "indicators": [
                              {},
                              {},
                              {},
                              {},
                              {},
                              {},
                              {}
                            ],
                            "isDeleted": true,
                            "isEnabled": true,
                            "isVisible": true,
                            "name": "string",
                            "pluginId": 10,
                            "pluginObjectTypeId": 9,
                            "subtypeId": 7
                          },
                          {
                            "alternateName": "string",
                            "dateAdded": 2,
                            "description": "string",
                            "deviceId": 1,
                            "enabled": {},
                            "extendedInfo": {},
                            "id": 7,
                            "indicators": [
                              {},
                              {},
                              {},
                              {},
                              {},
                              {}
                            ],
                            "isDeleted": false,
                            "isEnabled": false,
                            "isVisible": true,
                            "name": "string",
                            "pluginId": 10,
                            "pluginObjectTypeId": 2,
                            "subtypeId": 9
                          },
                          {
                            "alternateName": "string",
                            "dateAdded": 4,
                            "description": "string",
                            "deviceId": 8,
                            "enabled": {},
                            "extendedInfo": {},
                            "id": 1,
                            "indicators": [
                              {},
                              {},
                              {},
                              {},
                              {},
                              {},
                              {},
                              {},
                              {},
                              {}
                            ],
                            "isDeleted": true,
                            "isEnabled": false,
                            "isVisible": false,
                            "name": "string",
                            "pluginId": 10,
                            "pluginObjectTypeId": 8,
                            "subtypeId": 4
                          }
                        ],
                        "peerId": 8,
                        "pluginInfo": {},
                        "pluginManagerId": 1,
                        "pollFrequency": 1,
                        "timezone": "string",
                        "workhoursGroupId": 1
                      },
                      "deviceId": 7,
                      "isWorking": false,
                      "queue": "low",
                      "timeCompleted": 9,
                      "timeQueued": 9,
                      "timeStarted": 3,
                      "timeUpdated": 4,
                      "timesDiscovered": 5
                    },
                    {
                      "allowAutomatic": false,
                      "allowManual": true,
                      "device": {
                        "allowDelete": true,
                        "alternateName": "string",
                        "dateAdded": 9,
                        "description": "string",
                        "disableConcurrentPolling": false,
                        "disablePolling": false,
                        "disableThresholding": false,
                        "id": 2,
                        "ipAddress": "string",
                        "isDeleted": false,
                        "isNew": true,
                        "lastDiscovery": 4,
                        "manualIP": true,
                        "name": "string",
                        "numElements": 10,
                        "objects": [
                          {
                            "alternateName": "string",
                            "dateAdded": 5,
                            "description": "string",
                            "deviceId": 2,
                            "enabled": {},
                            "extendedInfo": {},
                            "id": 5,
                            "indicators": [
                              {},
                              {},
                              {},
                              {},
                              {}
                            ],
                            "isDeleted": false,
                            "isEnabled": false,
                            "isVisible": false,
                            "name": "string",
                            "pluginId": 2,
                            "pluginObjectTypeId": 9,
                            "subtypeId": 3
                          },
                          {
                            "alternateName": "string",
                            "dateAdded": 7,
                            "description": "string",
                            "deviceId": 2,
                            "enabled": {},
                            "extendedInfo": {},
                            "id": 5,
                            "indicators": [
                              {},
                              {}
                            ],
                            "isDeleted": false,
                            "isEnabled": true,
                            "isVisible": true,
                            "name": "string",
                            "pluginId": 4,
                            "pluginObjectTypeId": 2,
                            "subtypeId": 8
                          },
                          {
                            "alternateName": "string",
                            "dateAdded": 5,
                            "description": "string",
                            "deviceId": 2,
                            "enabled": {},
                            "extendedInfo": {},
                            "id": 6,
                            "indicators": [
                              {},
                              {},
                              {},
                              {},
                              {},
                              {}
                            ],
                            "isDeleted": true,
                            "isEnabled": true,
                            "isVisible": false,
                            "name": "string",
                            "pluginId": 2,
                            "pluginObjectTypeId": 6,
                            "subtypeId": 6
                          },
                          {
                            "alternateName": "string",
                            "dateAdded": 2,
                            "description": "string",
                            "deviceId": 3,
                            "enabled": {},
                            "extendedInfo": {},
                            "id": 3,
                            "indicators": [
                              {},
                              {},
                              {}
                            ],
                            "isDeleted": true,
                            "isEnabled": true,
                            "isVisible": true,
                            "name": "string",
                            "pluginId": 9,
                            "pluginObjectTypeId": 5,
                            "subtypeId": 3
                          },
                          {
                            "alternateName": "string",
                            "dateAdded": 2,
                            "description": "string",
                            "deviceId": 5,
                            "enabled": {},
                            "extendedInfo": {},
                            "id": 2,
                            "indicators": [
                              {},
                              {}
                            ],
                            "isDeleted": false,
                            "isEnabled": true,
                            "isVisible": true,
                            "name": "string",
                            "pluginId": 6,
                            "pluginObjectTypeId": 10,
                            "subtypeId": 9
                          }
                        ],
                        "peerId": 5,
                        "pluginInfo": {},
                        "pluginManagerId": 9,
                        "pollFrequency": 3,
                        "timezone": "string",
                        "workhoursGroupId": 10
                      },
                      "deviceId": 8,
                      "isWorking": false,
                      "queue": "low",
                      "timeCompleted": 7,
                      "timeQueued": 8,
                      "timeStarted": 3,
                      "timeUpdated": 10,
                      "timesDiscovered": 5
                    },
                    {
                      "allowAutomatic": true,
                      "allowManual": false,
                      "device": {
                        "allowDelete": true,
                        "alternateName": "string",
                        "dateAdded": 3,
                        "description": "string",
                        "disableConcurrentPolling": true,
                        "disablePolling": true,
                        "disableThresholding": true,
                        "id": 3,
                        "ipAddress": "string",
                        "isDeleted": true,
                        "isNew": false,
                        "lastDiscovery": 6,
                        "manualIP": true,
                        "name": "string",
                        "numElements": 1,
                        "objects": [
                          {
                            "alternateName": "string",
                            "dateAdded": 4,
                            "description": "string",
                            "deviceId": 9,
                            "enabled": {},
                            "extendedInfo": {},
                            "id": 10,
                            "indicators": [
                              {},
                              {}
                            ],
                            "isDeleted": true,
                            "isEnabled": true,
                            "isVisible": false,
                            "name": "string",
                            "pluginId": 10,
                            "pluginObjectTypeId": 4,
                            "subtypeId": 4
                          },
                          {
                            "alternateName": "string",
                            "dateAdded": 4,
                            "description": "string",
                            "deviceId": 8,
                            "enabled": {},
                            "extendedInfo": {},
                            "id": 9,
                            "indicators": [
                              {},
                              {},
                              {},
                              {},
                              {},
                              {}
                            ],
                            "isDeleted": true,
                            "isEnabled": false,
                            "isVisible": false,
                            "name": "string",
                            "pluginId": 7,
                            "pluginObjectTypeId": 4,
                            "subtypeId": 7
                          },
                          {
                            "alternateName": "string",
                            "dateAdded": 10,
                            "description": "string",
                            "deviceId": 1,
                            "enabled": {},
                            "extendedInfo": {},
                            "id": 9,
                            "indicators": [
                              {},
                              {},
                              {},
                              {},
                              {},
                              {},
                              {},
                              {}
                            ],
                            "isDeleted": false,
                            "isEnabled": false,
                            "isVisible": false,
                            "name": "string",
                            "pluginId": 6,
                            "pluginObjectTypeId": 4,
                            "subtypeId": 1
                          },
                          {
                            "alternateName": "string",
                            "dateAdded": 9,
                            "description": "string",
                            "deviceId": 1,
                            "enabled": {},
                            "extendedInfo": {},
                            "id": 9,
                            "indicators": [
                              {},
                              {},
                              {},
                              {},
                              {},
                              {},
                              {}
                            ],
                            "isDeleted": true,
                            "isEnabled": false,
                            "isVisible": false,
                            "name": "string",
                            "pluginId": 5,
                            "pluginObjectTypeId": 1,
                            "subtypeId": 5
                          },
                          {
                            "alternateName": "string",
                            "dateAdded": 5,
                            "description": "string",
                            "deviceId": 7,
                            "enabled": {},
                            "extendedInfo": {},
                            "id": 2,
                            "indicators": [
                              {},
                              {},
                              {},
                              {},
                              {},
                              {},
                              {},
                              {},
                              {}
                            ],
                            "isDeleted": false,
                            "isEnabled": true,
                            "isVisible": false,
                            "name": "string",
                            "pluginId": 6,
                            "pluginObjectTypeId": 6,
                            "subtypeId": 8
                          },
                          {
                            "alternateName": "string",
                            "dateAdded": 6,
                            "description": "string",
                            "deviceId": 7,
                            "enabled": {},
                            "extendedInfo": {},
                            "id": 2,
                            "indicators": [
                              {},
                              {},
                              {},
                              {},
                              {},
                              {},
                              {},
                              {},
                              {}
                            ],
                            "isDeleted": true,
                            "isEnabled": true,
                            "isVisible": false,
                            "name": "string",
                            "pluginId": 6,
                            "pluginObjectTypeId": 1,
                            "subtypeId": 7
                          },
                          {
                            "alternateName": "string",
                            "dateAdded": 10,
                            "description": "string",
                            "deviceId": 2,
                            "enabled": {},
                            "extendedInfo": {},
                            "id": 7,
                            "indicators": [
                              {},
                              {},
                              {},
                              {},
                              {},
                              {},
                              {}
                            ],
                            "isDeleted": false,
                            "isEnabled": true,
                            "isVisible": false,
                            "name": "string",
                            "pluginId": 8,
                            "pluginObjectTypeId": 5,
                            "subtypeId": 6
                          }
                        ],
                        "peerId": 4,
                        "pluginInfo": {},
                        "pluginManagerId": 5,
                        "pollFrequency": 2,
                        "timezone": "string",
                        "workhoursGroupId": 8
                      },
                      "deviceId": 4,
                      "isWorking": false,
                      "queue": "cancel",
                      "timeCompleted": 5,
                      "timeQueued": 3,
                      "timeStarted": 9,
                      "timeUpdated": 4,
                      "timesDiscovered": 2
                    },
                    {
                      "allowAutomatic": true,
                      "allowManual": true,
                      "device": {
                        "allowDelete": true,
                        "alternateName": "string",
                        "dateAdded": 2,
                        "description": "string",
                        "disableConcurrentPolling": false,
                        "disablePolling": true,
                        "disableThresholding": true,
                        "id": 3,
                        "ipAddress": "string",
                        "isDeleted": true,
                        "isNew": false,
                        "lastDiscovery": 2,
                        "manualIP": true,
                        "name": "string",
                        "numElements": 3,
                        "objects": [
                          {
                            "alternateName": "string",
                            "dateAdded": 10,
                            "description": "string",
                            "deviceId": 8,
                            "enabled": {},
                            "extendedInfo": {},
                            "id": 10,
                            "indicators": [
                              {}
                            ],
                            "isDeleted": false,
                            "isEnabled": true,
                            "isVisible": false,
                            "name": "string",
                            "pluginId": 6,
                            "pluginObjectTypeId": 5,
                            "subtypeId": 4
                          },
                          {
                            "alternateName": "string",
                            "dateAdded": 1,
                            "description": "string",
                            "deviceId": 2,
                            "enabled": {},
                            "extendedInfo": {},
                            "id": 8,
                            "indicators": [
                              {},
                              {},
                              {},
                              {}
                            ],
                            "isDeleted": false,
                            "isEnabled": true,
                            "isVisible": true,
                            "name": "string",
                            "pluginId": 9,
                            "pluginObjectTypeId": 2,
                            "subtypeId": 5
                          },
                          {
                            "alternateName": "string",
                            "dateAdded": 3,
                            "description": "string",
                            "deviceId": 6,
                            "enabled": {},
                            "extendedInfo": {},
                            "id": 3,
                            "indicators": [
                              {},
                              {},
                              {},
                              {},
                              {},
                              {}
                            ],
                            "isDeleted": true,
                            "isEnabled": false,
                            "isVisible": false,
                            "name": "string",
                            "pluginId": 5,
                            "pluginObjectTypeId": 1,
                            "subtypeId": 3
                          },
                          {
                            "alternateName": "string",
                            "dateAdded": 9,
                            "description": "string",
                            "deviceId": 3,
                            "enabled": {},
                            "extendedInfo": {},
                            "id": 9,
                            "indicators": [
                              {},
                              {},
                              {},
                              {},
                              {},
                              {}
                            ],
                            "isDeleted": true,
                            "isEnabled": false,
                            "isVisible": false,
                            "name": "string",
                            "pluginId": 2,
                            "pluginObjectTypeId": 1,
                            "subtypeId": 1
                          }
                        ],
                        "peerId": 5,
                        "pluginInfo": {},
                        "pluginManagerId": 1,
                        "pollFrequency": 7,
                        "timezone": "string",
                        "workhoursGroupId": 5
                      },
                      "deviceId": 5,
                      "isWorking": false,
                      "queue": "BLANK",
                      "timeCompleted": 10,
                      "timeQueued": 9,
                      "timeStarted": 1,
                      "timeUpdated": 10,
                      "timesDiscovered": 10
                    },
                    {
                      "allowAutomatic": false,
                      "allowManual": false,
                      "device": {
                        "allowDelete": false,
                        "alternateName": "string",
                        "dateAdded": 3,
                        "description": "string",
                        "disableConcurrentPolling": false,
                        "disablePolling": false,
                        "disableThresholding": false,
                        "id": 2,
                        "ipAddress": "string",
                        "isDeleted": true,
                        "isNew": false,
                        "lastDiscovery": 9,
                        "manualIP": false,
                        "name": "string",
                        "numElements": 6,
                        "objects": [
                          {
                            "alternateName": "string",
                            "dateAdded": 5,
                            "description": "string",
                            "deviceId": 6,
                            "enabled": {},
                            "extendedInfo": {},
                            "id": 9,
                            "indicators": [
                              {},
                              {},
                              {},
                              {},
                              {},
                              {}
                            ],
                            "isDeleted": false,
                            "isEnabled": true,
                            "isVisible": false,
                            "name": "string",
                            "pluginId": 2,
                            "pluginObjectTypeId": 9,
                            "subtypeId": 9
                          }
                        ],
                        "peerId": 8,
                        "pluginInfo": {},
                        "pluginManagerId": 6,
                        "pollFrequency": 5,
                        "timezone": "string",
                        "workhoursGroupId": 9
                      },
                      "deviceId": 5,
                      "isWorking": true,
                      "queue": "low",
                      "timeCompleted": 3,
                      "timeQueued": 2,
                      "timeStarted": 7,
                      "timeUpdated": 7,
                      "timesDiscovered": 9
                    },
                    {
                      "allowAutomatic": false,
                      "allowManual": true,
                      "device": {
                        "allowDelete": false,
                        "alternateName": "string",
                        "dateAdded": 7,
                        "description": "string",
                        "disableConcurrentPolling": true,
                        "disablePolling": true,
                        "disableThresholding": false,
                        "id": 9,
                        "ipAddress": "string",
                        "isDeleted": false,
                        "isNew": false,
                        "lastDiscovery": 2,
                        "manualIP": true,
                        "name": "string",
                        "numElements": 2,
                        "objects": [
                          {
                            "alternateName": "string",
                            "dateAdded": 8,
                            "description": "string",
                            "deviceId": 3,
                            "enabled": {},
                            "extendedInfo": {},
                            "id": 2,
                            "indicators": [
                              {}
                            ],
                            "isDeleted": false,
                            "isEnabled": false,
                            "isVisible": true,
                            "name": "string",
                            "pluginId": 8,
                            "pluginObjectTypeId": 6,
                            "subtypeId": 6
                          },
                          {
                            "alternateName": "string",
                            "dateAdded": 9,
                            "description": "string",
                            "deviceId": 3,
                            "enabled": {},
                            "extendedInfo": {},
                            "id": 2,
                            "indicators": [
                              {},
                              {},
                              {},
                              {},
                              {},
                              {},
                              {},
                              {},
                              {}
                            ],
                            "isDeleted": true,
                            "isEnabled": true,
                            "isVisible": true,
                            "name": "string",
                            "pluginId": 9,
                            "pluginObjectTypeId": 6,
                            "subtypeId": 7
                          },
                          {
                            "alternateName": "string",
                            "dateAdded": 1,
                            "description": "string",
                            "deviceId": 2,
                            "enabled": {},
                            "extendedInfo": {},
                            "id": 1,
                            "indicators": [
                              {},
                              {},
                              {},
                              {}
                            ],
                            "isDeleted": false,
                            "isEnabled": true,
                            "isVisible": false,
                            "name": "string",
                            "pluginId": 4,
                            "pluginObjectTypeId": 3,
                            "subtypeId": 2
                          },
                          {
                            "alternateName": "string",
                            "dateAdded": 5,
                            "description": "string",
                            "deviceId": 10,
                            "enabled": {},
                            "extendedInfo": {},
                            "id": 5,
                            "indicators": [
                              {},
                              {},
                              {},
                              {},
                              {}
                            ],
                            "isDeleted": true,
                            "isEnabled": true,
                            "isVisible": false,
                            "name": "string",
                            "pluginId": 6,
                            "pluginObjectTypeId": 1,
                            "subtypeId": 2
                          },
                          {
                            "alternateName": "string",
                            "dateAdded": 4,
                            "description": "string",
                            "deviceId": 10,
                            "enabled": {},
                            "extendedInfo": {},
                            "id": 7,
                            "indicators": [
                              {},
                              {},
                              {},
                              {},
                              {},
                              {}
                            ],
                            "isDeleted": false,
                            "isEnabled": true,
                            "isVisible": false,
                            "name": "string",
                            "pluginId": 3,
                            "pluginObjectTypeId": 6,
                            "subtypeId": 1
                          }
                        ],
                        "peerId": 3,
                        "pluginInfo": {},
                        "pluginManagerId": 10,
                        "pollFrequency": 7,
                        "timezone": "string",
                        "workhoursGroupId": 8
                      },
                      "deviceId": 8,
                      "isWorking": false,
                      "queue": "high",
                      "timeCompleted": 3,
                      "timeQueued": 8,
                      "timeStarted": 8,
                      "timeUpdated": 8,
                      "timesDiscovered": 4
                    },
                    {
                      "allowAutomatic": false,
                      "allowManual": true,
                      "device": {
                        "allowDelete": true,
                        "alternateName": "string",
                        "dateAdded": 4,
                        "description": "string",
                        "disableConcurrentPolling": true,
                        "disablePolling": true,
                        "disableThresholding": false,
                        "id": 10,
                        "ipAddress": "string",
                        "isDeleted": true,
                        "isNew": false,
                        "lastDiscovery": 7,
                        "manualIP": true,
                        "name": "string",
                        "numElements": 9,
                        "objects": [
                          {
                            "alternateName": "string",
                            "dateAdded": 1,
                            "description": "string",
                            "deviceId": 7,
                            "enabled": {},
                            "extendedInfo": {},
                            "id": 3,
                            "indicators": [
                              {},
                              {}
                            ],
                            "isDeleted": false,
                            "isEnabled": true,
                            "isVisible": false,
                            "name": "string",
                            "pluginId": 4,
                            "pluginObjectTypeId": 6,
                            "subtypeId": 9
                          },
                          {
                            "alternateName": "string",
                            "dateAdded": 7,
                            "description": "string",
                            "deviceId": 9,
                            "enabled": {},
                            "extendedInfo": {},
                            "id": 2,
                            "indicators": [
                              {},
                              {},
                              {},
                              {},
                              {},
                              {}
                            ],
                            "isDeleted": false,
                            "isEnabled": true,
                            "isVisible": false,
                            "name": "string",
                            "pluginId": 3,
                            "pluginObjectTypeId": 8,
                            "subtypeId": 5
                          },
                          {
                            "alternateName": "string",
                            "dateAdded": 4,
                            "description": "string",
                            "deviceId": 7,
                            "enabled": {},
                            "extendedInfo": {},
                            "id": 7,
                            "indicators": [
                              {},
                              {},
                              {},
                              {}
                            ],
                            "isDeleted": true,
                            "isEnabled": true,
                            "isVisible": false,
                            "name": "string",
                            "pluginId": 6,
                            "pluginObjectTypeId": 9,
                            "subtypeId": 7
                          },
                          {
                            "alternateName": "string",
                            "dateAdded": 5,
                            "description": "string",
                            "deviceId": 10,
                            "enabled": {},
                            "extendedInfo": {},
                            "id": 10,
                            "indicators": [
                              {}
                            ],
                            "isDeleted": false,
                            "isEnabled": false,
                            "isVisible": false,
                            "name": "string",
                            "pluginId": 8,
                            "pluginObjectTypeId": 10,
                            "subtypeId": 5
                          }
                        ],
                        "peerId": 9,
                        "pluginInfo": {},
                        "pluginManagerId": 8,
                        "pollFrequency": 5,
                        "timezone": "string",
                        "workhoursGroupId": 9
                      },
                      "deviceId": 10,
                      "isWorking": false,
                      "queue": "BLANK",
                      "timeCompleted": 4,
                      "timeQueued": 6,
                      "timeStarted": 10,
                      "timeUpdated": 7,
                      "timesDiscovered": 2
                    }
                  ],
                  "pageNumber": 4,
                  "pageSize": 8,
                  "totalElements": 9,
                  "totalPages": 4
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "size",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "includeMembers",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/api/v1/discovery/filter": {
      "post": {
        "tags": [
          "Discovery"
        ],
        "operationId": "filterDevicesInDiscovery",
        "description": "The parameters and request body are for method: filterDevicesInDiscovery. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "content": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "allowAutomatic": {
                            "type": "boolean"
                          },
                          "allowManual": {
                            "type": "boolean"
                          },
                          "device": {
                            "type": "object",
                            "properties": {
                              "allowDelete": {
                                "type": "boolean"
                              },
                              "alternateName": {
                                "type": "string"
                              },
                              "dateAdded": {
                                "type": "number"
                              },
                              "description": {
                                "type": "string"
                              },
                              "disableConcurrentPolling": {
                                "type": "boolean"
                              },
                              "disablePolling": {
                                "type": "boolean"
                              },
                              "disableThresholding": {
                                "type": "boolean"
                              },
                              "id": {
                                "type": "number"
                              },
                              "ipAddress": {
                                "type": "string"
                              },
                              "isDeleted": {
                                "type": "boolean"
                              },
                              "isNew": {
                                "type": "boolean"
                              },
                              "lastDiscovery": {
                                "type": "number"
                              },
                              "manualIP": {
                                "type": "boolean"
                              },
                              "name": {
                                "type": "string"
                              },
                              "numElements": {
                                "type": "number"
                              },
                              "objects": {
                                "type": "array",
                                "items": {
                                  "type": "object",
                                  "properties": {
                                    "alternateName": {
                                      "type": "string"
                                    },
                                    "dateAdded": {
                                      "type": "number"
                                    },
                                    "description": {
                                      "type": "string"
                                    },
                                    "deviceId": {
                                      "type": "number"
                                    },
                                    "enabled": {
                                      "type": "object"
                                    },
                                    "extendedInfo": {
                                      "type": "object"
                                    },
                                    "id": {
                                      "type": "number"
                                    },
                                    "indicators": {
                                      "type": "array",
                                      "items": {
                                        "type": "object"
                                      }
                                    },
                                    "isDeleted": {
                                      "type": "boolean"
                                    },
                                    "isEnabled": {
                                      "type": "boolean"
                                    },
                                    "isVisible": {
                                      "type": "boolean"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "pluginId": {
                                      "type": "number"
                                    },
                                    "pluginObjectTypeId": {
                                      "type": "number"
                                    },
                                    "subtypeId": {
                                      "type": "number"
                                    }
                                  }
                                }
                              },
                              "peerId": {
                                "type": "number"
                              },
                              "pluginInfo": {
                                "type": "object"
                              },
                              "pluginManagerId": {
                                "type": "number"
                              },
                              "pollFrequency": {
                                "type": "number"
                              },
                              "timezone": {
                                "type": "string"
                              },
                              "workhoursGroupId": {
                                "type": "number"
                              }
                            }
                          },
                          "deviceId": {
                            "type": "number"
                          },
                          "isWorking": {
                            "type": "boolean"
                          },
                          "queue": {
                            "type": "string"
                          },
                          "timeCompleted": {
                            "type": "number"
                          },
                          "timeQueued": {
                            "type": "number"
                          },
                          "timeStarted": {
                            "type": "number"
                          },
                          "timeUpdated": {
                            "type": "number"
                          },
                          "timesDiscovered": {
                            "type": "number"
                          }
                        }
                      }
                    },
                    "pageNumber": {
                      "type": "number"
                    },
                    "pageSize": {
                      "type": "number"
                    },
                    "totalElements": {
                      "type": "number"
                    },
                    "totalPages": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "content": [
                    {
                      "allowAutomatic": true,
                      "allowManual": false,
                      "device": {
                        "allowDelete": true,
                        "alternateName": "string",
                        "dateAdded": 6,
                        "description": "string",
                        "disableConcurrentPolling": false,
                        "disablePolling": true,
                        "disableThresholding": false,
                        "id": 2,
                        "ipAddress": "string",
                        "isDeleted": true,
                        "isNew": true,
                        "lastDiscovery": 6,
                        "manualIP": false,
                        "name": "string",
                        "numElements": 1,
                        "objects": [
                          {
                            "alternateName": "string",
                            "dateAdded": 9,
                            "description": "string",
                            "deviceId": 2,
                            "enabled": {},
                            "extendedInfo": {},
                            "id": 4,
                            "indicators": [
                              {},
                              {},
                              {},
                              {},
                              {},
                              {}
                            ],
                            "isDeleted": false,
                            "isEnabled": false,
                            "isVisible": true,
                            "name": "string",
                            "pluginId": 2,
                            "pluginObjectTypeId": 10,
                            "subtypeId": 3
                          },
                          {
                            "alternateName": "string",
                            "dateAdded": 5,
                            "description": "string",
                            "deviceId": 3,
                            "enabled": {},
                            "extendedInfo": {},
                            "id": 3,
                            "indicators": [
                              {},
                              {},
                              {},
                              {},
                              {},
                              {},
                              {},
                              {}
                            ],
                            "isDeleted": true,
                            "isEnabled": true,
                            "isVisible": true,
                            "name": "string",
                            "pluginId": 7,
                            "pluginObjectTypeId": 5,
                            "subtypeId": 1
                          },
                          {
                            "alternateName": "string",
                            "dateAdded": 2,
                            "description": "string",
                            "deviceId": 2,
                            "enabled": {},
                            "extendedInfo": {},
                            "id": 7,
                            "indicators": [
                              {},
                              {},
                              {},
                              {},
                              {},
                              {},
                              {}
                            ],
                            "isDeleted": true,
                            "isEnabled": true,
                            "isVisible": true,
                            "name": "string",
                            "pluginId": 7,
                            "pluginObjectTypeId": 6,
                            "subtypeId": 4
                          }
                        ],
                        "peerId": 7,
                        "pluginInfo": {},
                        "pluginManagerId": 3,
                        "pollFrequency": 1,
                        "timezone": "string",
                        "workhoursGroupId": 4
                      },
                      "deviceId": 1,
                      "isWorking": true,
                      "queue": "low",
                      "timeCompleted": 2,
                      "timeQueued": 5,
                      "timeStarted": 6,
                      "timeUpdated": 9,
                      "timesDiscovered": 8
                    },
                    {
                      "allowAutomatic": true,
                      "allowManual": false,
                      "device": {
                        "allowDelete": true,
                        "alternateName": "string",
                        "dateAdded": 1,
                        "description": "string",
                        "disableConcurrentPolling": true,
                        "disablePolling": false,
                        "disableThresholding": false,
                        "id": 1,
                        "ipAddress": "string",
                        "isDeleted": true,
                        "isNew": true,
                        "lastDiscovery": 9,
                        "manualIP": false,
                        "name": "string",
                        "numElements": 6,
                        "objects": [
                          {
                            "alternateName": "string",
                            "dateAdded": 4,
                            "description": "string",
                            "deviceId": 8,
                            "enabled": {},
                            "extendedInfo": {},
                            "id": 6,
                            "indicators": [
                              {},
                              {},
                              {},
                              {},
                              {},
                              {}
                            ],
                            "isDeleted": false,
                            "isEnabled": false,
                            "isVisible": true,
                            "name": "string",
                            "pluginId": 7,
                            "pluginObjectTypeId": 2,
                            "subtypeId": 3
                          },
                          {
                            "alternateName": "string",
                            "dateAdded": 8,
                            "description": "string",
                            "deviceId": 5,
                            "enabled": {},
                            "extendedInfo": {},
                            "id": 4,
                            "indicators": [
                              {},
                              {},
                              {},
                              {},
                              {},
                              {},
                              {},
                              {}
                            ],
                            "isDeleted": true,
                            "isEnabled": true,
                            "isVisible": false,
                            "name": "string",
                            "pluginId": 10,
                            "pluginObjectTypeId": 8,
                            "subtypeId": 1
                          },
                          {
                            "alternateName": "string",
                            "dateAdded": 3,
                            "description": "string",
                            "deviceId": 6,
                            "enabled": {},
                            "extendedInfo": {},
                            "id": 5,
                            "indicators": [
                              {},
                              {}
                            ],
                            "isDeleted": false,
                            "isEnabled": false,
                            "isVisible": true,
                            "name": "string",
                            "pluginId": 2,
                            "pluginObjectTypeId": 2,
                            "subtypeId": 5
                          },
                          {
                            "alternateName": "string",
                            "dateAdded": 10,
                            "description": "string",
                            "deviceId": 10,
                            "enabled": {},
                            "extendedInfo": {},
                            "id": 5,
                            "indicators": [
                              {},
                              {},
                              {},
                              {},
                              {},
                              {},
                              {}
                            ],
                            "isDeleted": false,
                            "isEnabled": true,
                            "isVisible": false,
                            "name": "string",
                            "pluginId": 2,
                            "pluginObjectTypeId": 6,
                            "subtypeId": 5
                          },
                          {
                            "alternateName": "string",
                            "dateAdded": 5,
                            "description": "string",
                            "deviceId": 2,
                            "enabled": {},
                            "extendedInfo": {},
                            "id": 10,
                            "indicators": [
                              {},
                              {},
                              {},
                              {},
                              {},
                              {},
                              {},
                              {},
                              {}
                            ],
                            "isDeleted": true,
                            "isEnabled": true,
                            "isVisible": false,
                            "name": "string",
                            "pluginId": 2,
                            "pluginObjectTypeId": 7,
                            "subtypeId": 9
                          },
                          {
                            "alternateName": "string",
                            "dateAdded": 6,
                            "description": "string",
                            "deviceId": 1,
                            "enabled": {},
                            "extendedInfo": {},
                            "id": 7,
                            "indicators": [
                              {},
                              {},
                              {},
                              {}
                            ],
                            "isDeleted": false,
                            "isEnabled": false,
                            "isVisible": true,
                            "name": "string",
                            "pluginId": 6,
                            "pluginObjectTypeId": 1,
                            "subtypeId": 6
                          }
                        ],
                        "peerId": 4,
                        "pluginInfo": {},
                        "pluginManagerId": 5,
                        "pollFrequency": 1,
                        "timezone": "string",
                        "workhoursGroupId": 6
                      },
                      "deviceId": 1,
                      "isWorking": false,
                      "queue": "low",
                      "timeCompleted": 4,
                      "timeQueued": 9,
                      "timeStarted": 10,
                      "timeUpdated": 1,
                      "timesDiscovered": 5
                    },
                    {
                      "allowAutomatic": false,
                      "allowManual": true,
                      "device": {
                        "allowDelete": true,
                        "alternateName": "string",
                        "dateAdded": 1,
                        "description": "string",
                        "disableConcurrentPolling": true,
                        "disablePolling": true,
                        "disableThresholding": false,
                        "id": 6,
                        "ipAddress": "string",
                        "isDeleted": true,
                        "isNew": true,
                        "lastDiscovery": 9,
                        "manualIP": true,
                        "name": "string",
                        "numElements": 4,
                        "objects": [
                          {
                            "alternateName": "string",
                            "dateAdded": 8,
                            "description": "string",
                            "deviceId": 5,
                            "enabled": {},
                            "extendedInfo": {},
                            "id": 10,
                            "indicators": [
                              {},
                              {},
                              {},
                              {}
                            ],
                            "isDeleted": false,
                            "isEnabled": true,
                            "isVisible": true,
                            "name": "string",
                            "pluginId": 10,
                            "pluginObjectTypeId": 4,
                            "subtypeId": 3
                          }
                        ],
                        "peerId": 8,
                        "pluginInfo": {},
                        "pluginManagerId": 5,
                        "pollFrequency": 4,
                        "timezone": "string",
                        "workhoursGroupId": 3
                      },
                      "deviceId": 9,
                      "isWorking": false,
                      "queue": "low",
                      "timeCompleted": 6,
                      "timeQueued": 5,
                      "timeStarted": 10,
                      "timeUpdated": 3,
                      "timesDiscovered": 8
                    },
                    {
                      "allowAutomatic": true,
                      "allowManual": true,
                      "device": {
                        "allowDelete": false,
                        "alternateName": "string",
                        "dateAdded": 1,
                        "description": "string",
                        "disableConcurrentPolling": true,
                        "disablePolling": false,
                        "disableThresholding": false,
                        "id": 2,
                        "ipAddress": "string",
                        "isDeleted": true,
                        "isNew": false,
                        "lastDiscovery": 6,
                        "manualIP": true,
                        "name": "string",
                        "numElements": 9,
                        "objects": [
                          {
                            "alternateName": "string",
                            "dateAdded": 5,
                            "description": "string",
                            "deviceId": 4,
                            "enabled": {},
                            "extendedInfo": {},
                            "id": 6,
                            "indicators": [
                              {},
                              {},
                              {}
                            ],
                            "isDeleted": true,
                            "isEnabled": false,
                            "isVisible": false,
                            "name": "string",
                            "pluginId": 10,
                            "pluginObjectTypeId": 1,
                            "subtypeId": 7
                          },
                          {
                            "alternateName": "string",
                            "dateAdded": 10,
                            "description": "string",
                            "deviceId": 8,
                            "enabled": {},
                            "extendedInfo": {},
                            "id": 6,
                            "indicators": [
                              {},
                              {},
                              {},
                              {},
                              {},
                              {}
                            ],
                            "isDeleted": true,
                            "isEnabled": false,
                            "isVisible": false,
                            "name": "string",
                            "pluginId": 1,
                            "pluginObjectTypeId": 5,
                            "subtypeId": 1
                          }
                        ],
                        "peerId": 3,
                        "pluginInfo": {},
                        "pluginManagerId": 8,
                        "pollFrequency": 6,
                        "timezone": "string",
                        "workhoursGroupId": 5
                      },
                      "deviceId": 4,
                      "isWorking": true,
                      "queue": "cancel",
                      "timeCompleted": 4,
                      "timeQueued": 6,
                      "timeStarted": 7,
                      "timeUpdated": 9,
                      "timesDiscovered": 7
                    }
                  ],
                  "pageNumber": 4,
                  "pageSize": 2,
                  "totalElements": 9,
                  "totalPages": 5
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "size",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "includeMembers",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "includeObjects",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "includeIndicators",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/api/v1/discovery/{id}": {
      "get": {
        "tags": [
          "Discovery"
        ],
        "operationId": "getDeviceStatusById",
        "description": "The parameters and request body are for method: getDeviceStatusById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "allowAutomatic": {
                      "type": "boolean"
                    },
                    "allowManual": {
                      "type": "boolean"
                    },
                    "device": {
                      "type": "object",
                      "properties": {
                        "allowDelete": {
                          "type": "boolean"
                        },
                        "alternateName": {
                          "type": "string"
                        },
                        "dateAdded": {
                          "type": "number"
                        },
                        "description": {
                          "type": "string"
                        },
                        "disableConcurrentPolling": {
                          "type": "boolean"
                        },
                        "disablePolling": {
                          "type": "boolean"
                        },
                        "disableThresholding": {
                          "type": "boolean"
                        },
                        "id": {
                          "type": "number"
                        },
                        "ipAddress": {
                          "type": "string"
                        },
                        "isDeleted": {
                          "type": "boolean"
                        },
                        "isNew": {
                          "type": "boolean"
                        },
                        "lastDiscovery": {
                          "type": "number"
                        },
                        "manualIP": {
                          "type": "boolean"
                        },
                        "name": {
                          "type": "string"
                        },
                        "numElements": {
                          "type": "number"
                        },
                        "objects": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "alternateName": {
                                "type": "string"
                              },
                              "dateAdded": {
                                "type": "number"
                              },
                              "description": {
                                "type": "string"
                              },
                              "deviceId": {
                                "type": "number"
                              },
                              "enabled": {
                                "type": "object"
                              },
                              "extendedInfo": {
                                "type": "object"
                              },
                              "id": {
                                "type": "number"
                              },
                              "indicators": {
                                "type": "array",
                                "items": {
                                  "type": "object"
                                }
                              },
                              "isDeleted": {
                                "type": "boolean"
                              },
                              "isEnabled": {
                                "type": "boolean"
                              },
                              "isVisible": {
                                "type": "boolean"
                              },
                              "name": {
                                "type": "string"
                              },
                              "pluginId": {
                                "type": "number"
                              },
                              "pluginObjectTypeId": {
                                "type": "number"
                              },
                              "subtypeId": {
                                "type": "number"
                              }
                            }
                          }
                        },
                        "peerId": {
                          "type": "number"
                        },
                        "pluginInfo": {
                          "type": "object"
                        },
                        "pluginManagerId": {
                          "type": "number"
                        },
                        "pollFrequency": {
                          "type": "number"
                        },
                        "timezone": {
                          "type": "string"
                        },
                        "workhoursGroupId": {
                          "type": "number"
                        }
                      }
                    },
                    "deviceId": {
                      "type": "number"
                    },
                    "isWorking": {
                      "type": "boolean"
                    },
                    "queue": {
                      "type": "string"
                    },
                    "timeCompleted": {
                      "type": "number"
                    },
                    "timeQueued": {
                      "type": "number"
                    },
                    "timeStarted": {
                      "type": "number"
                    },
                    "timeUpdated": {
                      "type": "number"
                    },
                    "timesDiscovered": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "allowAutomatic": false,
                  "allowManual": true,
                  "device": {
                    "allowDelete": false,
                    "alternateName": "string",
                    "dateAdded": 5,
                    "description": "string",
                    "disableConcurrentPolling": false,
                    "disablePolling": false,
                    "disableThresholding": true,
                    "id": 1,
                    "ipAddress": "string",
                    "isDeleted": true,
                    "isNew": true,
                    "lastDiscovery": 9,
                    "manualIP": false,
                    "name": "string",
                    "numElements": 9,
                    "objects": [
                      {
                        "alternateName": "string",
                        "dateAdded": 3,
                        "description": "string",
                        "deviceId": 2,
                        "enabled": {},
                        "extendedInfo": {},
                        "id": 10,
                        "indicators": [
                          {}
                        ],
                        "isDeleted": true,
                        "isEnabled": false,
                        "isVisible": true,
                        "name": "string",
                        "pluginId": 10,
                        "pluginObjectTypeId": 4,
                        "subtypeId": 7
                      },
                      {
                        "alternateName": "string",
                        "dateAdded": 6,
                        "description": "string",
                        "deviceId": 4,
                        "enabled": {},
                        "extendedInfo": {},
                        "id": 10,
                        "indicators": [
                          {},
                          {},
                          {},
                          {},
                          {},
                          {}
                        ],
                        "isDeleted": false,
                        "isEnabled": true,
                        "isVisible": false,
                        "name": "string",
                        "pluginId": 10,
                        "pluginObjectTypeId": 7,
                        "subtypeId": 2
                      },
                      {
                        "alternateName": "string",
                        "dateAdded": 2,
                        "description": "string",
                        "deviceId": 4,
                        "enabled": {},
                        "extendedInfo": {},
                        "id": 2,
                        "indicators": [
                          {},
                          {},
                          {},
                          {}
                        ],
                        "isDeleted": false,
                        "isEnabled": false,
                        "isVisible": true,
                        "name": "string",
                        "pluginId": 8,
                        "pluginObjectTypeId": 10,
                        "subtypeId": 1
                      },
                      {
                        "alternateName": "string",
                        "dateAdded": 1,
                        "description": "string",
                        "deviceId": 2,
                        "enabled": {},
                        "extendedInfo": {},
                        "id": 4,
                        "indicators": [
                          {},
                          {},
                          {},
                          {},
                          {},
                          {},
                          {},
                          {},
                          {},
                          {}
                        ],
                        "isDeleted": false,
                        "isEnabled": false,
                        "isVisible": false,
                        "name": "string",
                        "pluginId": 2,
                        "pluginObjectTypeId": 1,
                        "subtypeId": 6
                      },
                      {
                        "alternateName": "string",
                        "dateAdded": 4,
                        "description": "string",
                        "deviceId": 1,
                        "enabled": {},
                        "extendedInfo": {},
                        "id": 2,
                        "indicators": [
                          {},
                          {}
                        ],
                        "isDeleted": true,
                        "isEnabled": false,
                        "isVisible": true,
                        "name": "string",
                        "pluginId": 7,
                        "pluginObjectTypeId": 1,
                        "subtypeId": 4
                      },
                      {
                        "alternateName": "string",
                        "dateAdded": 8,
                        "description": "string",
                        "deviceId": 4,
                        "enabled": {},
                        "extendedInfo": {},
                        "id": 6,
                        "indicators": [
                          {},
                          {},
                          {},
                          {},
                          {},
                          {},
                          {},
                          {},
                          {},
                          {}
                        ],
                        "isDeleted": true,
                        "isEnabled": false,
                        "isVisible": false,
                        "name": "string",
                        "pluginId": 4,
                        "pluginObjectTypeId": 3,
                        "subtypeId": 8
                      },
                      {
                        "alternateName": "string",
                        "dateAdded": 9,
                        "description": "string",
                        "deviceId": 2,
                        "enabled": {},
                        "extendedInfo": {},
                        "id": 2,
                        "indicators": [
                          {},
                          {},
                          {},
                          {},
                          {},
                          {},
                          {},
                          {}
                        ],
                        "isDeleted": false,
                        "isEnabled": true,
                        "isVisible": false,
                        "name": "string",
                        "pluginId": 6,
                        "pluginObjectTypeId": 2,
                        "subtypeId": 3
                      },
                      {
                        "alternateName": "string",
                        "dateAdded": 4,
                        "description": "string",
                        "deviceId": 3,
                        "enabled": {},
                        "extendedInfo": {},
                        "id": 4,
                        "indicators": [
                          {},
                          {}
                        ],
                        "isDeleted": true,
                        "isEnabled": false,
                        "isVisible": false,
                        "name": "string",
                        "pluginId": 10,
                        "pluginObjectTypeId": 4,
                        "subtypeId": 3
                      }
                    ],
                    "peerId": 2,
                    "pluginInfo": {},
                    "pluginManagerId": 7,
                    "pollFrequency": 9,
                    "timezone": "string",
                    "workhoursGroupId": 9
                  },
                  "deviceId": 8,
                  "isWorking": false,
                  "queue": "BLANK",
                  "timeCompleted": 1,
                  "timeQueued": 10,
                  "timeStarted": 10,
                  "timeUpdated": 10,
                  "timesDiscovered": 10
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          },
          {
            "name": "includeMembers",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Discovery"
        ],
        "operationId": "updateDevicePriority",
        "description": "The parameters and request body are for method: updateDevicePriority. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "allowAutomatic": {
                      "type": "boolean"
                    },
                    "allowManual": {
                      "type": "boolean"
                    },
                    "device": {
                      "type": "object",
                      "properties": {
                        "allowDelete": {
                          "type": "boolean"
                        },
                        "alternateName": {
                          "type": "string"
                        },
                        "dateAdded": {
                          "type": "number"
                        },
                        "description": {
                          "type": "string"
                        },
                        "disableConcurrentPolling": {
                          "type": "boolean"
                        },
                        "disablePolling": {
                          "type": "boolean"
                        },
                        "disableThresholding": {
                          "type": "boolean"
                        },
                        "id": {
                          "type": "number"
                        },
                        "ipAddress": {
                          "type": "string"
                        },
                        "isDeleted": {
                          "type": "boolean"
                        },
                        "isNew": {
                          "type": "boolean"
                        },
                        "lastDiscovery": {
                          "type": "number"
                        },
                        "manualIP": {
                          "type": "boolean"
                        },
                        "name": {
                          "type": "string"
                        },
                        "numElements": {
                          "type": "number"
                        },
                        "objects": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "alternateName": {
                                "type": "string"
                              },
                              "dateAdded": {
                                "type": "number"
                              },
                              "description": {
                                "type": "string"
                              },
                              "deviceId": {
                                "type": "number"
                              },
                              "enabled": {
                                "type": "object"
                              },
                              "extendedInfo": {
                                "type": "object"
                              },
                              "id": {
                                "type": "number"
                              },
                              "indicators": {
                                "type": "array",
                                "items": {
                                  "type": "object"
                                }
                              },
                              "isDeleted": {
                                "type": "boolean"
                              },
                              "isEnabled": {
                                "type": "boolean"
                              },
                              "isVisible": {
                                "type": "boolean"
                              },
                              "name": {
                                "type": "string"
                              },
                              "pluginId": {
                                "type": "number"
                              },
                              "pluginObjectTypeId": {
                                "type": "number"
                              },
                              "subtypeId": {
                                "type": "number"
                              }
                            }
                          }
                        },
                        "peerId": {
                          "type": "number"
                        },
                        "pluginInfo": {
                          "type": "object"
                        },
                        "pluginManagerId": {
                          "type": "number"
                        },
                        "pollFrequency": {
                          "type": "number"
                        },
                        "timezone": {
                          "type": "string"
                        },
                        "workhoursGroupId": {
                          "type": "number"
                        }
                      }
                    },
                    "deviceId": {
                      "type": "number"
                    },
                    "isWorking": {
                      "type": "boolean"
                    },
                    "queue": {
                      "type": "string"
                    },
                    "timeCompleted": {
                      "type": "number"
                    },
                    "timeQueued": {
                      "type": "number"
                    },
                    "timeStarted": {
                      "type": "number"
                    },
                    "timeUpdated": {
                      "type": "number"
                    },
                    "timesDiscovered": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "allowAutomatic": true,
                  "allowManual": false,
                  "device": {
                    "allowDelete": false,
                    "alternateName": "string",
                    "dateAdded": 8,
                    "description": "string",
                    "disableConcurrentPolling": false,
                    "disablePolling": false,
                    "disableThresholding": true,
                    "id": 8,
                    "ipAddress": "string",
                    "isDeleted": true,
                    "isNew": true,
                    "lastDiscovery": 4,
                    "manualIP": false,
                    "name": "string",
                    "numElements": 8,
                    "objects": [
                      {
                        "alternateName": "string",
                        "dateAdded": 10,
                        "description": "string",
                        "deviceId": 5,
                        "enabled": {},
                        "extendedInfo": {},
                        "id": 2,
                        "indicators": [
                          {},
                          {},
                          {},
                          {}
                        ],
                        "isDeleted": false,
                        "isEnabled": true,
                        "isVisible": false,
                        "name": "string",
                        "pluginId": 3,
                        "pluginObjectTypeId": 10,
                        "subtypeId": 2
                      },
                      {
                        "alternateName": "string",
                        "dateAdded": 10,
                        "description": "string",
                        "deviceId": 6,
                        "enabled": {},
                        "extendedInfo": {},
                        "id": 2,
                        "indicators": [
                          {}
                        ],
                        "isDeleted": false,
                        "isEnabled": true,
                        "isVisible": false,
                        "name": "string",
                        "pluginId": 1,
                        "pluginObjectTypeId": 10,
                        "subtypeId": 4
                      },
                      {
                        "alternateName": "string",
                        "dateAdded": 7,
                        "description": "string",
                        "deviceId": 10,
                        "enabled": {},
                        "extendedInfo": {},
                        "id": 1,
                        "indicators": [
                          {},
                          {},
                          {},
                          {}
                        ],
                        "isDeleted": true,
                        "isEnabled": false,
                        "isVisible": false,
                        "name": "string",
                        "pluginId": 5,
                        "pluginObjectTypeId": 10,
                        "subtypeId": 6
                      }
                    ],
                    "peerId": 1,
                    "pluginInfo": {},
                    "pluginManagerId": 7,
                    "pollFrequency": 8,
                    "timezone": "string",
                    "workhoursGroupId": 8
                  },
                  "deviceId": 8,
                  "isWorking": true,
                  "queue": "high",
                  "timeCompleted": 6,
                  "timeQueued": 9,
                  "timeStarted": 4,
                  "timeUpdated": 7,
                  "timesDiscovered": 2
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/api/v1/reports/attachments/flow-falcon/filters/schema": {
      "get": {
        "tags": [
          "ReportAttachmentsFlowFalcon"
        ],
        "operationId": "getFlowFalconAttachmentFilterSchema",
        "description": "The parameters and request body are for method: getFlowFalconAttachmentFilterSchema. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "filters": {
                      "type": "object"
                    },
                    "operations": {
                      "type": "object"
                    }
                  }
                },
                "example": {
                  "filters": {},
                  "operations": {}
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/api/v1/reports/attachments/flow-falcon/{id}/filters": {
      "get": {
        "tags": [
          "ReportAttachmentsFlowFalcon"
        ],
        "operationId": "getFlowFalconAttachmentFilters",
        "description": "The parameters and request body are for method: getFlowFalconAttachmentFilters. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "empty": {
                      "type": "boolean"
                    },
                    "expression": {
                      "type": "string"
                    },
                    "filters": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "operation": {
                            "type": "string"
                          },
                          "values": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "empty": false,
                  "expression": "string",
                  "filters": [
                    {
                      "id": "string",
                      "name": "string",
                      "operation": "string",
                      "values": [
                        "string"
                      ]
                    },
                    {
                      "id": "string",
                      "name": "string",
                      "operation": "string",
                      "values": [
                        "string",
                        "string"
                      ]
                    },
                    {
                      "id": "string",
                      "name": "string",
                      "operation": "string",
                      "values": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ]
                    },
                    {
                      "id": "string",
                      "name": "string",
                      "operation": "string",
                      "values": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ]
                    },
                    {
                      "id": "string",
                      "name": "string",
                      "operation": "string",
                      "values": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ]
                    },
                    {
                      "id": "string",
                      "name": "string",
                      "operation": "string",
                      "values": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ]
                    },
                    {
                      "id": "string",
                      "name": "string",
                      "operation": "string",
                      "values": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ]
                    },
                    {
                      "id": "string",
                      "name": "string",
                      "operation": "string",
                      "values": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ]
                    },
                    {
                      "id": "string",
                      "name": "string",
                      "operation": "string",
                      "values": [
                        "string",
                        "string",
                        "string",
                        "string"
                      ]
                    },
                    {
                      "id": "string",
                      "name": "string",
                      "operation": "string",
                      "values": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "ReportAttachmentsFlowFalcon"
        ],
        "operationId": "updateFlowFalconAttachmentFilters",
        "description": "The parameters and request body are for method: updateFlowFalconAttachmentFilters. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "empty": {
                      "type": "boolean"
                    },
                    "expression": {
                      "type": "string"
                    },
                    "filters": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "operation": {
                            "type": "string"
                          },
                          "values": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "empty": true,
                  "expression": "string",
                  "filters": [
                    {
                      "id": "string",
                      "name": "string",
                      "operation": "string",
                      "values": [
                        "string"
                      ]
                    },
                    {
                      "id": "string",
                      "name": "string",
                      "operation": "string",
                      "values": [
                        "string",
                        "string"
                      ]
                    },
                    {
                      "id": "string",
                      "name": "string",
                      "operation": "string",
                      "values": [
                        "string"
                      ]
                    },
                    {
                      "id": "string",
                      "name": "string",
                      "operation": "string",
                      "values": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ]
                    },
                    {
                      "id": "string",
                      "name": "string",
                      "operation": "string",
                      "values": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/api/v1/reports/attachments/flow-falcon/{id}/resources": {
      "get": {
        "tags": [
          "ReportAttachmentsFlowFalcon"
        ],
        "operationId": "getFlowFalconAttachmentResources",
        "description": "The parameters and request body are for method: getFlowFalconAttachmentResources. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "groups": {
                      "type": "object",
                      "properties": {
                        "ids": {
                          "type": "array",
                          "items": {
                            "type": "number"
                          }
                        },
                        "type": {
                          "type": "string"
                        }
                      }
                    },
                    "interfaces": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "direction": {
                            "type": "number"
                          },
                          "interfaceNum": {
                            "type": "number"
                          },
                          "sourceIp": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "groups": {
                    "ids": [
                      2,
                      2,
                      4,
                      2,
                      7,
                      4,
                      3,
                      2,
                      7,
                      8
                    ],
                    "type": "ObjectGroup"
                  },
                  "interfaces": [
                    {
                      "direction": 2,
                      "interfaceNum": 9,
                      "sourceIp": "string"
                    },
                    {
                      "direction": 7,
                      "interfaceNum": 7,
                      "sourceIp": "string"
                    },
                    {
                      "direction": 2,
                      "interfaceNum": 1,
                      "sourceIp": "string"
                    },
                    {
                      "direction": 5,
                      "interfaceNum": 4,
                      "sourceIp": "string"
                    },
                    {
                      "direction": 3,
                      "interfaceNum": 8,
                      "sourceIp": "string"
                    },
                    {
                      "direction": 7,
                      "interfaceNum": 5,
                      "sourceIp": "string"
                    },
                    {
                      "direction": 5,
                      "interfaceNum": 1,
                      "sourceIp": "string"
                    },
                    {
                      "direction": 5,
                      "interfaceNum": 5,
                      "sourceIp": "string"
                    },
                    {
                      "direction": 9,
                      "interfaceNum": 4,
                      "sourceIp": "string"
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "ReportAttachmentsFlowFalcon"
        ],
        "operationId": "updateFlowFalconAttachmentResources",
        "description": "The parameters and request body are for method: updateFlowFalconAttachmentResources. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "groups": {
                      "type": "object",
                      "properties": {
                        "ids": {
                          "type": "array",
                          "items": {
                            "type": "number"
                          }
                        },
                        "type": {
                          "type": "string"
                        }
                      }
                    },
                    "interfaces": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "direction": {
                            "type": "number"
                          },
                          "interfaceNum": {
                            "type": "number"
                          },
                          "sourceIp": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "groups": {
                    "ids": [
                      9,
                      3,
                      9
                    ],
                    "type": "ObjectGroup"
                  },
                  "interfaces": [
                    {
                      "direction": 8,
                      "interfaceNum": 2,
                      "sourceIp": "string"
                    },
                    {
                      "direction": 1,
                      "interfaceNum": 6,
                      "sourceIp": "string"
                    },
                    {
                      "direction": 10,
                      "interfaceNum": 4,
                      "sourceIp": "string"
                    },
                    {
                      "direction": 6,
                      "interfaceNum": 3,
                      "sourceIp": "string"
                    },
                    {
                      "direction": 2,
                      "interfaceNum": 5,
                      "sourceIp": "string"
                    },
                    {
                      "direction": 7,
                      "interfaceNum": 4,
                      "sourceIp": "string"
                    },
                    {
                      "direction": 9,
                      "interfaceNum": 8,
                      "sourceIp": "string"
                    },
                    {
                      "direction": 2,
                      "interfaceNum": 10,
                      "sourceIp": "string"
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/api/v1/reports/attachments/flow-falcon/{id}/settings": {
      "get": {
        "tags": [
          "ReportAttachmentsFlowFalcon"
        ],
        "operationId": "getFlowFalconAttachmentSettings",
        "description": "The parameters and request body are for method: getFlowFalconAttachmentSettings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "flowFalconResolutionSettings": {
                      "type": "object",
                      "properties": {
                        "showAs": {
                          "type": "string"
                        },
                        "showDns": {
                          "type": "string"
                        },
                        "showDscp": {
                          "type": "string"
                        },
                        "showPort": {
                          "type": "string"
                        },
                        "showProtocol": {
                          "type": "string"
                        }
                      }
                    },
                    "flowFalconSetting": {
                      "type": "object",
                      "properties": {
                        "canZoomInCb": {
                          "type": "string"
                        },
                        "granularity": {
                          "type": "number"
                        },
                        "graphOther": {
                          "type": "boolean"
                        },
                        "isRate": {
                          "type": "boolean"
                        },
                        "split": {
                          "type": "number"
                        },
                        "subnetCategoryId": {
                          "type": "number"
                        }
                      }
                    },
                    "flowFalconTemplateSetting": {
                      "type": "object",
                      "properties": {
                        "isAggregated": {
                          "type": "boolean"
                        },
                        "metricId": {
                          "type": "number"
                        },
                        "templateId": {
                          "type": "number"
                        }
                      }
                    },
                    "resultLimitSetting": {
                      "type": "object",
                      "properties": {
                        "resultLimit": {
                          "type": "number"
                        }
                      }
                    },
                    "sourceFields": {
                      "type": "object",
                      "properties": {
                        "fields": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        },
                        "sort": {
                          "type": "array",
                          "items": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    },
                    "unitsSetting": {
                      "type": "object",
                      "properties": {
                        "percentage": {
                          "type": "boolean"
                        },
                        "preferredUnits": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "flowFalconResolutionSettings": {
                    "showAs": "string",
                    "showDns": "string",
                    "showDscp": "string",
                    "showPort": "string",
                    "showProtocol": "string"
                  },
                  "flowFalconSetting": {
                    "canZoomInCb": "string",
                    "granularity": 5,
                    "graphOther": true,
                    "isRate": true,
                    "split": 3,
                    "subnetCategoryId": 1
                  },
                  "flowFalconTemplateSetting": {
                    "isAggregated": true,
                    "metricId": 10,
                    "templateId": 1
                  },
                  "resultLimitSetting": {
                    "resultLimit": 7
                  },
                  "sourceFields": {
                    "fields": [
                      "string",
                      "string"
                    ],
                    "sort": [
                      [
                        "string"
                      ],
                      [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ]
                    ]
                  },
                  "unitsSetting": {
                    "percentage": false,
                    "preferredUnits": "bytes"
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "ReportAttachmentsFlowFalcon"
        ],
        "operationId": "updateFlowFalconAttachmentSettings",
        "description": "The parameters and request body are for method: updateFlowFalconAttachmentSettings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "flowFalconResolutionSettings": {
                      "type": "object",
                      "properties": {
                        "showAs": {
                          "type": "string"
                        },
                        "showDns": {
                          "type": "string"
                        },
                        "showDscp": {
                          "type": "string"
                        },
                        "showPort": {
                          "type": "string"
                        },
                        "showProtocol": {
                          "type": "string"
                        }
                      }
                    },
                    "flowFalconSetting": {
                      "type": "object",
                      "properties": {
                        "canZoomInCb": {
                          "type": "string"
                        },
                        "granularity": {
                          "type": "number"
                        },
                        "graphOther": {
                          "type": "boolean"
                        },
                        "isRate": {
                          "type": "boolean"
                        },
                        "split": {
                          "type": "number"
                        },
                        "subnetCategoryId": {
                          "type": "number"
                        }
                      }
                    },
                    "flowFalconTemplateSetting": {
                      "type": "object",
                      "properties": {
                        "isAggregated": {
                          "type": "boolean"
                        },
                        "metricId": {
                          "type": "number"
                        },
                        "templateId": {
                          "type": "number"
                        }
                      }
                    },
                    "resultLimitSetting": {
                      "type": "object",
                      "properties": {
                        "resultLimit": {
                          "type": "number"
                        }
                      }
                    },
                    "sourceFields": {
                      "type": "object",
                      "properties": {
                        "fields": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        },
                        "sort": {
                          "type": "array",
                          "items": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    },
                    "unitsSetting": {
                      "type": "object",
                      "properties": {
                        "percentage": {
                          "type": "boolean"
                        },
                        "preferredUnits": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "flowFalconResolutionSettings": {
                    "showAs": "string",
                    "showDns": "string",
                    "showDscp": "string",
                    "showPort": "string",
                    "showProtocol": "string"
                  },
                  "flowFalconSetting": {
                    "canZoomInCb": "string",
                    "granularity": 2,
                    "graphOther": false,
                    "isRate": false,
                    "split": 5,
                    "subnetCategoryId": 9
                  },
                  "flowFalconTemplateSetting": {
                    "isAggregated": true,
                    "metricId": 2,
                    "templateId": 8
                  },
                  "resultLimitSetting": {
                    "resultLimit": 5
                  },
                  "sourceFields": {
                    "fields": [
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "sort": [
                      [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      [
                        "string"
                      ]
                    ]
                  },
                  "unitsSetting": {
                    "percentage": true,
                    "preferredUnits": "bits"
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "ReportAttachmentsFlowFalcon"
        ],
        "operationId": "partiallyUpdateFlowFalconAttachmentSettings",
        "description": "The parameters and request body are for method: partiallyUpdateFlowFalconAttachmentSettings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "flowFalconResolutionSettings": {
                      "type": "object",
                      "properties": {
                        "showAs": {
                          "type": "string"
                        },
                        "showDns": {
                          "type": "string"
                        },
                        "showDscp": {
                          "type": "string"
                        },
                        "showPort": {
                          "type": "string"
                        },
                        "showProtocol": {
                          "type": "string"
                        }
                      }
                    },
                    "flowFalconSetting": {
                      "type": "object",
                      "properties": {
                        "canZoomInCb": {
                          "type": "string"
                        },
                        "granularity": {
                          "type": "number"
                        },
                        "graphOther": {
                          "type": "boolean"
                        },
                        "isRate": {
                          "type": "boolean"
                        },
                        "split": {
                          "type": "number"
                        },
                        "subnetCategoryId": {
                          "type": "number"
                        }
                      }
                    },
                    "flowFalconTemplateSetting": {
                      "type": "object",
                      "properties": {
                        "isAggregated": {
                          "type": "boolean"
                        },
                        "metricId": {
                          "type": "number"
                        },
                        "templateId": {
                          "type": "number"
                        }
                      }
                    },
                    "resultLimitSetting": {
                      "type": "object",
                      "properties": {
                        "resultLimit": {
                          "type": "number"
                        }
                      }
                    },
                    "sourceFields": {
                      "type": "object",
                      "properties": {
                        "fields": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        },
                        "sort": {
                          "type": "array",
                          "items": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    },
                    "unitsSetting": {
                      "type": "object",
                      "properties": {
                        "percentage": {
                          "type": "boolean"
                        },
                        "preferredUnits": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "flowFalconResolutionSettings": {
                    "showAs": "string",
                    "showDns": "string",
                    "showDscp": "string",
                    "showPort": "string",
                    "showProtocol": "string"
                  },
                  "flowFalconSetting": {
                    "canZoomInCb": "string",
                    "granularity": 5,
                    "graphOther": true,
                    "isRate": true,
                    "split": 7,
                    "subnetCategoryId": 6
                  },
                  "flowFalconTemplateSetting": {
                    "isAggregated": false,
                    "metricId": 6,
                    "templateId": 5
                  },
                  "resultLimitSetting": {
                    "resultLimit": 8
                  },
                  "sourceFields": {
                    "fields": [
                      "string"
                    ],
                    "sort": [
                      [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      [
                        "string"
                      ]
                    ]
                  },
                  "unitsSetting": {
                    "percentage": true,
                    "preferredUnits": "bytes"
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/api/v1/reports/attachments/flow-falcon/{id}/time": {
      "get": {
        "tags": [
          "ReportAttachmentsFlowFalcon"
        ],
        "operationId": "getFlowFalconAttachmentTimeSettings",
        "description": "The parameters and request body are for method: getFlowFalconAttachmentTimeSettings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ranges": {
                      "type": "object",
                      "properties": {
                        "end": {
                          "type": "string"
                        },
                        "start": {
                          "type": "string"
                        },
                        "type": {
                          "type": "string"
                        }
                      }
                    },
                    "timezone": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "ranges": {
                    "end": "string",
                    "start": "string",
                    "type": "CustomWeek"
                  },
                  "timezone": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "ReportAttachmentsFlowFalcon"
        ],
        "operationId": "updateFlowFalconAttachmentTimeSettings",
        "description": "The parameters and request body are for method: updateFlowFalconAttachmentTimeSettings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ranges": {
                      "type": "object",
                      "properties": {
                        "end": {
                          "type": "string"
                        },
                        "start": {
                          "type": "string"
                        },
                        "type": {
                          "type": "string"
                        }
                      }
                    },
                    "timezone": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "ranges": {
                    "end": "string",
                    "start": "string",
                    "type": "CustomWeek"
                  },
                  "timezone": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/api/v1/reports/attachments/flow-falcon/{id}/visualizations": {
      "get": {
        "tags": [
          "ReportAttachmentsFlowFalcon"
        ],
        "operationId": "getFlowFalconAttachmentVisualizationSettings",
        "description": "The parameters and request body are for method: getFlowFalconAttachmentVisualizationSettings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "pie": {
                      "type": "object",
                      "properties": {
                        "showAggregation": {
                          "type": "boolean"
                        },
                        "showAverage": {
                          "type": "boolean"
                        },
                        "showFrequency": {
                          "type": "boolean"
                        },
                        "showLast": {
                          "type": "boolean"
                        },
                        "showLegend": {
                          "type": "boolean"
                        },
                        "showPeak": {
                          "type": "boolean"
                        },
                        "showTimespan": {
                          "type": "boolean"
                        },
                        "showTitle": {
                          "type": "boolean"
                        },
                        "showValley": {
                          "type": "boolean"
                        }
                      }
                    },
                    "stackedLine": {
                      "type": "object",
                      "properties": {
                        "drawGraphOutline": {
                          "type": "boolean"
                        },
                        "prettyXAxis": {
                          "type": "boolean"
                        },
                        "prettyYAxis": {
                          "type": "boolean"
                        },
                        "scaleToMinimumValue": {
                          "type": "boolean"
                        },
                        "scaled": {
                          "type": "boolean"
                        },
                        "sendGraphCSV": {
                          "type": "boolean"
                        },
                        "showAggregation": {
                          "type": "boolean"
                        },
                        "showAverage": {
                          "type": "boolean"
                        },
                        "showFrequency": {
                          "type": "boolean"
                        },
                        "showLast": {
                          "type": "boolean"
                        },
                        "showLegend": {
                          "type": "boolean"
                        },
                        "showPeak": {
                          "type": "boolean"
                        },
                        "showTimespan": {
                          "type": "boolean"
                        },
                        "showTitle": {
                          "type": "boolean"
                        },
                        "showValley": {
                          "type": "boolean"
                        }
                      }
                    },
                    "table": {
                      "type": "object",
                      "properties": {
                        "columnSetting": {
                          "type": "object",
                          "properties": {
                            "exclude": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            },
                            "include": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            }
                          }
                        },
                        "csvSetting": {
                          "type": "object",
                          "properties": {
                            "expandTimeseries": {
                              "type": "boolean"
                            },
                            "formatTimestamp": {
                              "type": "boolean"
                            }
                          }
                        },
                        "dataPresentationSetting": {
                          "type": "object",
                          "properties": {
                            "formatNumbers": {
                              "type": "boolean"
                            },
                            "precision": {
                              "type": "number"
                            }
                          }
                        },
                        "tableSetting": {
                          "type": "object",
                          "properties": {
                            "blockVis": {
                              "type": "boolean"
                            },
                            "hideHeaders": {
                              "type": "boolean"
                            },
                            "wrapCells": {
                              "type": "boolean"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "pie": {
                    "showAggregation": true,
                    "showAverage": true,
                    "showFrequency": false,
                    "showLast": true,
                    "showLegend": true,
                    "showPeak": false,
                    "showTimespan": false,
                    "showTitle": false,
                    "showValley": true
                  },
                  "stackedLine": {
                    "drawGraphOutline": true,
                    "prettyXAxis": true,
                    "prettyYAxis": false,
                    "scaleToMinimumValue": true,
                    "scaled": true,
                    "sendGraphCSV": false,
                    "showAggregation": false,
                    "showAverage": false,
                    "showFrequency": true,
                    "showLast": false,
                    "showLegend": true,
                    "showPeak": false,
                    "showTimespan": true,
                    "showTitle": true,
                    "showValley": false
                  },
                  "table": {
                    "columnSetting": {
                      "exclude": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "include": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ]
                    },
                    "csvSetting": {
                      "expandTimeseries": true,
                      "formatTimestamp": true
                    },
                    "dataPresentationSetting": {
                      "formatNumbers": true,
                      "precision": 8
                    },
                    "tableSetting": {
                      "blockVis": false,
                      "hideHeaders": true,
                      "wrapCells": true
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "ReportAttachmentsFlowFalcon"
        ],
        "operationId": "updateFlowFalconAttachmentVisualizationSettings",
        "description": "The parameters and request body are for method: updateFlowFalconAttachmentVisualizationSettings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "pie": {
                      "type": "object",
                      "properties": {
                        "showAggregation": {
                          "type": "boolean"
                        },
                        "showAverage": {
                          "type": "boolean"
                        },
                        "showFrequency": {
                          "type": "boolean"
                        },
                        "showLast": {
                          "type": "boolean"
                        },
                        "showLegend": {
                          "type": "boolean"
                        },
                        "showPeak": {
                          "type": "boolean"
                        },
                        "showTimespan": {
                          "type": "boolean"
                        },
                        "showTitle": {
                          "type": "boolean"
                        },
                        "showValley": {
                          "type": "boolean"
                        }
                      }
                    },
                    "stackedLine": {
                      "type": "object",
                      "properties": {
                        "drawGraphOutline": {
                          "type": "boolean"
                        },
                        "prettyXAxis": {
                          "type": "boolean"
                        },
                        "prettyYAxis": {
                          "type": "boolean"
                        },
                        "scaleToMinimumValue": {
                          "type": "boolean"
                        },
                        "scaled": {
                          "type": "boolean"
                        },
                        "sendGraphCSV": {
                          "type": "boolean"
                        },
                        "showAggregation": {
                          "type": "boolean"
                        },
                        "showAverage": {
                          "type": "boolean"
                        },
                        "showFrequency": {
                          "type": "boolean"
                        },
                        "showLast": {
                          "type": "boolean"
                        },
                        "showLegend": {
                          "type": "boolean"
                        },
                        "showPeak": {
                          "type": "boolean"
                        },
                        "showTimespan": {
                          "type": "boolean"
                        },
                        "showTitle": {
                          "type": "boolean"
                        },
                        "showValley": {
                          "type": "boolean"
                        }
                      }
                    },
                    "table": {
                      "type": "object",
                      "properties": {
                        "columnSetting": {
                          "type": "object",
                          "properties": {
                            "exclude": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            },
                            "include": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            }
                          }
                        },
                        "csvSetting": {
                          "type": "object",
                          "properties": {
                            "expandTimeseries": {
                              "type": "boolean"
                            },
                            "formatTimestamp": {
                              "type": "boolean"
                            }
                          }
                        },
                        "dataPresentationSetting": {
                          "type": "object",
                          "properties": {
                            "formatNumbers": {
                              "type": "boolean"
                            },
                            "precision": {
                              "type": "number"
                            }
                          }
                        },
                        "tableSetting": {
                          "type": "object",
                          "properties": {
                            "blockVis": {
                              "type": "boolean"
                            },
                            "hideHeaders": {
                              "type": "boolean"
                            },
                            "wrapCells": {
                              "type": "boolean"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "pie": {
                    "showAggregation": false,
                    "showAverage": true,
                    "showFrequency": false,
                    "showLast": true,
                    "showLegend": true,
                    "showPeak": false,
                    "showTimespan": true,
                    "showTitle": true,
                    "showValley": false
                  },
                  "stackedLine": {
                    "drawGraphOutline": true,
                    "prettyXAxis": false,
                    "prettyYAxis": true,
                    "scaleToMinimumValue": true,
                    "scaled": true,
                    "sendGraphCSV": true,
                    "showAggregation": true,
                    "showAverage": false,
                    "showFrequency": true,
                    "showLast": false,
                    "showLegend": true,
                    "showPeak": true,
                    "showTimespan": true,
                    "showTitle": true,
                    "showValley": false
                  },
                  "table": {
                    "columnSetting": {
                      "exclude": [
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "include": [
                        "string"
                      ]
                    },
                    "csvSetting": {
                      "expandTimeseries": false,
                      "formatTimestamp": true
                    },
                    "dataPresentationSetting": {
                      "formatNumbers": true,
                      "precision": 6
                    },
                    "tableSetting": {
                      "blockVis": false,
                      "hideHeaders": false,
                      "wrapCells": false
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "ReportAttachmentsFlowFalcon"
        ],
        "operationId": "partiallyUpdateFlowFalconAttachmentVisualizationSettings",
        "description": "The parameters and request body are for method: partiallyUpdateFlowFalconAttachmentVisualizationSettings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "pie": {
                      "type": "object",
                      "properties": {
                        "showAggregation": {
                          "type": "boolean"
                        },
                        "showAverage": {
                          "type": "boolean"
                        },
                        "showFrequency": {
                          "type": "boolean"
                        },
                        "showLast": {
                          "type": "boolean"
                        },
                        "showLegend": {
                          "type": "boolean"
                        },
                        "showPeak": {
                          "type": "boolean"
                        },
                        "showTimespan": {
                          "type": "boolean"
                        },
                        "showTitle": {
                          "type": "boolean"
                        },
                        "showValley": {
                          "type": "boolean"
                        }
                      }
                    },
                    "stackedLine": {
                      "type": "object",
                      "properties": {
                        "drawGraphOutline": {
                          "type": "boolean"
                        },
                        "prettyXAxis": {
                          "type": "boolean"
                        },
                        "prettyYAxis": {
                          "type": "boolean"
                        },
                        "scaleToMinimumValue": {
                          "type": "boolean"
                        },
                        "scaled": {
                          "type": "boolean"
                        },
                        "sendGraphCSV": {
                          "type": "boolean"
                        },
                        "showAggregation": {
                          "type": "boolean"
                        },
                        "showAverage": {
                          "type": "boolean"
                        },
                        "showFrequency": {
                          "type": "boolean"
                        },
                        "showLast": {
                          "type": "boolean"
                        },
                        "showLegend": {
                          "type": "boolean"
                        },
                        "showPeak": {
                          "type": "boolean"
                        },
                        "showTimespan": {
                          "type": "boolean"
                        },
                        "showTitle": {
                          "type": "boolean"
                        },
                        "showValley": {
                          "type": "boolean"
                        }
                      }
                    },
                    "table": {
                      "type": "object",
                      "properties": {
                        "columnSetting": {
                          "type": "object",
                          "properties": {
                            "exclude": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            },
                            "include": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            }
                          }
                        },
                        "csvSetting": {
                          "type": "object",
                          "properties": {
                            "expandTimeseries": {
                              "type": "boolean"
                            },
                            "formatTimestamp": {
                              "type": "boolean"
                            }
                          }
                        },
                        "dataPresentationSetting": {
                          "type": "object",
                          "properties": {
                            "formatNumbers": {
                              "type": "boolean"
                            },
                            "precision": {
                              "type": "number"
                            }
                          }
                        },
                        "tableSetting": {
                          "type": "object",
                          "properties": {
                            "blockVis": {
                              "type": "boolean"
                            },
                            "hideHeaders": {
                              "type": "boolean"
                            },
                            "wrapCells": {
                              "type": "boolean"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "pie": {
                    "showAggregation": true,
                    "showAverage": false,
                    "showFrequency": false,
                    "showLast": false,
                    "showLegend": true,
                    "showPeak": true,
                    "showTimespan": true,
                    "showTitle": false,
                    "showValley": true
                  },
                  "stackedLine": {
                    "drawGraphOutline": false,
                    "prettyXAxis": false,
                    "prettyYAxis": false,
                    "scaleToMinimumValue": true,
                    "scaled": false,
                    "sendGraphCSV": false,
                    "showAggregation": true,
                    "showAverage": false,
                    "showFrequency": false,
                    "showLast": false,
                    "showLegend": true,
                    "showPeak": true,
                    "showTimespan": false,
                    "showTitle": false,
                    "showValley": false
                  },
                  "table": {
                    "columnSetting": {
                      "exclude": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "include": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ]
                    },
                    "csvSetting": {
                      "expandTimeseries": true,
                      "formatTimestamp": true
                    },
                    "dataPresentationSetting": {
                      "formatNumbers": true,
                      "precision": 7
                    },
                    "tableSetting": {
                      "blockVis": true,
                      "hideHeaders": false,
                      "wrapCells": false
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/api/v1/reports/{id}/attachments/flow-falcon": {
      "post": {
        "tags": [
          "ReportAttachmentsFlowFalcon"
        ],
        "operationId": "createFlowFalconAttachment",
        "description": "The parameters and request body are for method: createFlowFalconAttachment. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "resource": {
                      "type": "object",
                      "properties": {
                        "groups": {
                          "type": "object",
                          "properties": {
                            "ids": {
                              "type": "array",
                              "items": {
                                "type": "number"
                              }
                            },
                            "type": {
                              "type": "string"
                            }
                          }
                        },
                        "interfaces": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "direction": {
                                "type": "number"
                              },
                              "interfaceNum": {
                                "type": "number"
                              },
                              "sourceIp": {
                                "type": "string"
                              }
                            }
                          }
                        }
                      }
                    },
                    "settings": {
                      "type": "object",
                      "properties": {
                        "flowFalconResolutionSettings": {
                          "type": "object",
                          "properties": {
                            "showAs": {
                              "type": "string"
                            },
                            "showDns": {
                              "type": "string"
                            },
                            "showDscp": {
                              "type": "string"
                            },
                            "showPort": {
                              "type": "string"
                            },
                            "showProtocol": {
                              "type": "string"
                            }
                          }
                        },
                        "flowFalconSetting": {
                          "type": "object",
                          "properties": {
                            "canZoomInCb": {
                              "type": "string"
                            },
                            "granularity": {
                              "type": "number"
                            },
                            "graphOther": {
                              "type": "boolean"
                            },
                            "isRate": {
                              "type": "boolean"
                            },
                            "split": {
                              "type": "number"
                            },
                            "subnetCategoryId": {
                              "type": "number"
                            }
                          }
                        },
                        "flowFalconTemplateSetting": {
                          "type": "object",
                          "properties": {
                            "isAggregated": {
                              "type": "boolean"
                            },
                            "metricId": {
                              "type": "number"
                            },
                            "templateId": {
                              "type": "number"
                            }
                          }
                        },
                        "resultLimitSetting": {
                          "type": "object",
                          "properties": {
                            "resultLimit": {
                              "type": "number"
                            }
                          }
                        },
                        "sourceFields": {
                          "type": "object",
                          "properties": {
                            "fields": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            },
                            "sort": {
                              "type": "array",
                              "items": {
                                "type": "array",
                                "items": {
                                  "type": "string"
                                }
                              }
                            }
                          }
                        },
                        "unitsSetting": {
                          "type": "object",
                          "properties": {
                            "percentage": {
                              "type": "boolean"
                            },
                            "preferredUnits": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    },
                    "timeSettings": {
                      "type": "object",
                      "properties": {
                        "ranges": {
                          "type": "object",
                          "properties": {
                            "end": {
                              "type": "string"
                            },
                            "start": {
                              "type": "string"
                            },
                            "type": {
                              "type": "string"
                            }
                          }
                        },
                        "timezone": {
                          "type": "string"
                        }
                      }
                    },
                    "visualization": {
                      "type": "object",
                      "properties": {
                        "pie": {
                          "type": "object",
                          "properties": {
                            "showAggregation": {
                              "type": "boolean"
                            },
                            "showAverage": {
                              "type": "boolean"
                            },
                            "showFrequency": {
                              "type": "boolean"
                            },
                            "showLast": {
                              "type": "boolean"
                            },
                            "showLegend": {
                              "type": "boolean"
                            },
                            "showPeak": {
                              "type": "boolean"
                            },
                            "showTimespan": {
                              "type": "boolean"
                            },
                            "showTitle": {
                              "type": "boolean"
                            },
                            "showValley": {
                              "type": "boolean"
                            }
                          }
                        },
                        "stackedLine": {
                          "type": "object",
                          "properties": {
                            "drawGraphOutline": {
                              "type": "boolean"
                            },
                            "prettyXAxis": {
                              "type": "boolean"
                            },
                            "prettyYAxis": {
                              "type": "boolean"
                            },
                            "scaleToMinimumValue": {
                              "type": "boolean"
                            },
                            "scaled": {
                              "type": "boolean"
                            },
                            "sendGraphCSV": {
                              "type": "boolean"
                            },
                            "showAggregation": {
                              "type": "boolean"
                            },
                            "showAverage": {
                              "type": "boolean"
                            },
                            "showFrequency": {
                              "type": "boolean"
                            },
                            "showLast": {
                              "type": "boolean"
                            },
                            "showLegend": {
                              "type": "boolean"
                            },
                            "showPeak": {
                              "type": "boolean"
                            },
                            "showTimespan": {
                              "type": "boolean"
                            },
                            "showTitle": {
                              "type": "boolean"
                            },
                            "showValley": {
                              "type": "boolean"
                            }
                          }
                        },
                        "table": {
                          "type": "object",
                          "properties": {
                            "columnSetting": {
                              "type": "object",
                              "properties": {
                                "exclude": {
                                  "type": "array",
                                  "items": {
                                    "type": "string"
                                  }
                                },
                                "include": {
                                  "type": "array",
                                  "items": {
                                    "type": "string"
                                  }
                                }
                              }
                            },
                            "csvSetting": {
                              "type": "object",
                              "properties": {
                                "expandTimeseries": {
                                  "type": "boolean"
                                },
                                "formatTimestamp": {
                                  "type": "boolean"
                                }
                              }
                            },
                            "dataPresentationSetting": {
                              "type": "object",
                              "properties": {
                                "formatNumbers": {
                                  "type": "boolean"
                                },
                                "precision": {
                                  "type": "number"
                                }
                              }
                            },
                            "tableSetting": {
                              "type": "object",
                              "properties": {
                                "blockVis": {
                                  "type": "boolean"
                                },
                                "hideHeaders": {
                                  "type": "boolean"
                                },
                                "wrapCells": {
                                  "type": "boolean"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "name": "string",
                  "resource": {
                    "groups": {
                      "ids": [
                        8
                      ],
                      "type": "DeviceGroup"
                    },
                    "interfaces": [
                      {
                        "direction": 4,
                        "interfaceNum": 4,
                        "sourceIp": "string"
                      },
                      {
                        "direction": 6,
                        "interfaceNum": 10,
                        "sourceIp": "string"
                      },
                      {
                        "direction": 1,
                        "interfaceNum": 3,
                        "sourceIp": "string"
                      },
                      {
                        "direction": 6,
                        "interfaceNum": 4,
                        "sourceIp": "string"
                      },
                      {
                        "direction": 2,
                        "interfaceNum": 10,
                        "sourceIp": "string"
                      },
                      {
                        "direction": 6,
                        "interfaceNum": 1,
                        "sourceIp": "string"
                      },
                      {
                        "direction": 5,
                        "interfaceNum": 5,
                        "sourceIp": "string"
                      },
                      {
                        "direction": 7,
                        "interfaceNum": 6,
                        "sourceIp": "string"
                      },
                      {
                        "direction": 3,
                        "interfaceNum": 3,
                        "sourceIp": "string"
                      },
                      {
                        "direction": 2,
                        "interfaceNum": 7,
                        "sourceIp": "string"
                      }
                    ]
                  },
                  "settings": {
                    "flowFalconResolutionSettings": {
                      "showAs": "string",
                      "showDns": "string",
                      "showDscp": "string",
                      "showPort": "string",
                      "showProtocol": "string"
                    },
                    "flowFalconSetting": {
                      "canZoomInCb": "string",
                      "granularity": 1,
                      "graphOther": true,
                      "isRate": false,
                      "split": 10,
                      "subnetCategoryId": 3
                    },
                    "flowFalconTemplateSetting": {
                      "isAggregated": false,
                      "metricId": 5,
                      "templateId": 2
                    },
                    "resultLimitSetting": {
                      "resultLimit": 4
                    },
                    "sourceFields": {
                      "fields": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "sort": [
                        [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        [
                          "string",
                          "string"
                        ],
                        [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        [
                          "string",
                          "string",
                          "string"
                        ],
                        [
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        [
                          "string"
                        ],
                        [
                          "string",
                          "string",
                          "string"
                        ]
                      ]
                    },
                    "unitsSetting": {
                      "percentage": false,
                      "preferredUnits": "bits"
                    }
                  },
                  "timeSettings": {
                    "ranges": {
                      "end": "string",
                      "start": "string",
                      "type": "CustomWeek"
                    },
                    "timezone": "string"
                  },
                  "visualization": {
                    "pie": {
                      "showAggregation": true,
                      "showAverage": true,
                      "showFrequency": true,
                      "showLast": false,
                      "showLegend": false,
                      "showPeak": false,
                      "showTimespan": true,
                      "showTitle": false,
                      "showValley": false
                    },
                    "stackedLine": {
                      "drawGraphOutline": false,
                      "prettyXAxis": true,
                      "prettyYAxis": false,
                      "scaleToMinimumValue": true,
                      "scaled": true,
                      "sendGraphCSV": true,
                      "showAggregation": false,
                      "showAverage": false,
                      "showFrequency": false,
                      "showLast": true,
                      "showLegend": true,
                      "showPeak": true,
                      "showTimespan": false,
                      "showTitle": true,
                      "showValley": true
                    },
                    "table": {
                      "columnSetting": {
                        "exclude": [
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "include": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ]
                      },
                      "csvSetting": {
                        "expandTimeseries": false,
                        "formatTimestamp": true
                      },
                      "dataPresentationSetting": {
                        "formatNumbers": false,
                        "precision": 10
                      },
                      "tableSetting": {
                        "blockVis": true,
                        "hideHeaders": false,
                        "wrapCells": true
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/api/v1/reports/attachments/topn/{id}/resources": {
      "get": {
        "tags": [
          "ReportAttachmentsTopN"
        ],
        "operationId": "getTopNAttachmentResources",
        "description": "The parameters and request body are for method: getTopNAttachmentResources. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ids": {
                      "type": "array",
                      "items": {
                        "type": "number"
                      }
                    },
                    "type": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "ids": [
                    7,
                    9,
                    9
                  ],
                  "type": "DeviceGroup"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "ReportAttachmentsTopN"
        ],
        "operationId": "updateTopNAttachmentResources",
        "description": "The parameters and request body are for method: updateTopNAttachmentResources. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ids": {
                      "type": "array",
                      "items": {
                        "type": "number"
                      }
                    },
                    "type": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "ids": [
                    7,
                    8,
                    4,
                    8,
                    10,
                    9,
                    6,
                    9
                  ],
                  "type": "Everything"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/api/v1/reports/attachments/topn/{id}/settings": {
      "get": {
        "tags": [
          "ReportAttachmentsTopN"
        ],
        "operationId": "getTopNAttachmentSettings",
        "description": "The parameters and request body are for method: getTopNAttachmentSettings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "aggregationSelectionSetting": {
                      "type": "object",
                      "properties": {
                        "aggregationType": {
                          "type": "string"
                        },
                        "aggregationUnits": {
                          "type": "string"
                        }
                      }
                    },
                    "resultLimitSetting": {
                      "type": "object",
                      "properties": {
                        "resultLimit": {
                          "type": "number"
                        }
                      }
                    },
                    "topNSetting": {
                      "type": "object",
                      "properties": {
                        "capacityThreshold": {
                          "type": "string"
                        },
                        "displayOnlyExceedingObjects": {
                          "type": "boolean"
                        },
                        "displayRValues": {
                          "type": "boolean"
                        },
                        "objectDescriptions": {
                          "type": "string"
                        },
                        "sortBy": {
                          "type": "number"
                        },
                        "sortOrder": {
                          "type": "string"
                        },
                        "templateId": {
                          "type": "number"
                        }
                      }
                    },
                    "unitsSetting": {
                      "type": "object",
                      "properties": {
                        "percentage": {
                          "type": "boolean"
                        },
                        "preferredUnits": {
                          "type": "string"
                        }
                      }
                    },
                    "workHoursSetting": {
                      "type": "object",
                      "properties": {
                        "customWorkhours": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "days": {
                                "type": "array",
                                "items": {
                                  "type": "string"
                                }
                              },
                              "startHour": {
                                "type": "number"
                              },
                              "startMin": {
                                "type": "number"
                              },
                              "endHour": {
                                "type": "number"
                              },
                              "endMin": {
                                "type": "number"
                              }
                            }
                          }
                        },
                        "type": {
                          "type": "string"
                        },
                        "workHoursGroupId": {
                          "type": "number"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "aggregationSelectionSetting": {
                    "aggregationType": "average",
                    "aggregationUnits": "yearly"
                  },
                  "resultLimitSetting": {
                    "resultLimit": 2
                  },
                  "topNSetting": {
                    "capacityThreshold": "string",
                    "displayOnlyExceedingObjects": false,
                    "displayRValues": true,
                    "objectDescriptions": "string",
                    "sortBy": 4,
                    "sortOrder": "ASC",
                    "templateId": 3
                  },
                  "unitsSetting": {
                    "percentage": true,
                    "preferredUnits": "bits"
                  },
                  "workHoursSetting": {
                    "customWorkhours": [
                      {
                        "days": [
                          "wednesday",
                          "sunday",
                          "saturday",
                          "wednesday",
                          "monday",
                          "friday",
                          "monday"
                        ],
                        "startHour": 7,
                        "startMin": 9,
                        "endHour": 5,
                        "endMin": 4
                      },
                      {
                        "days": [
                          "sunday",
                          "tuesday",
                          "sunday",
                          "wednesday",
                          "saturday",
                          "tuesday"
                        ],
                        "startHour": 7,
                        "startMin": 5,
                        "endHour": 5,
                        "endMin": 1
                      },
                      {
                        "days": [
                          "tuesday",
                          "sunday",
                          "saturday",
                          "thursday"
                        ],
                        "startHour": 10,
                        "startMin": 1,
                        "endHour": 7,
                        "endMin": 6
                      },
                      {
                        "days": [
                          "friday",
                          "wednesday",
                          "tuesday",
                          "wednesday",
                          "wednesday",
                          "friday",
                          "monday"
                        ],
                        "startHour": 6,
                        "startMin": 1,
                        "endHour": 1,
                        "endMin": 2
                      },
                      {
                        "days": [
                          "wednesday",
                          "friday",
                          "tuesday",
                          "sunday",
                          "monday",
                          "thursday",
                          "saturday",
                          "wednesday",
                          "monday",
                          "sunday"
                        ],
                        "startHour": 4,
                        "startMin": 4,
                        "endHour": 1,
                        "endMin": 4
                      },
                      {
                        "days": [
                          "thursday",
                          "friday",
                          "friday",
                          "wednesday",
                          "thursday",
                          "saturday",
                          "thursday",
                          "tuesday",
                          "sunday"
                        ],
                        "startHour": 9,
                        "startMin": 2,
                        "endHour": 7,
                        "endMin": 4
                      },
                      {
                        "days": [
                          "saturday",
                          "tuesday"
                        ],
                        "startHour": 5,
                        "startMin": 9,
                        "endHour": 5,
                        "endMin": 7
                      }
                    ],
                    "type": "system",
                    "workHoursGroupId": 10
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "ReportAttachmentsTopN"
        ],
        "operationId": "updateTopNAttachmentSettings",
        "description": "The parameters and request body are for method: updateTopNAttachmentSettings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "aggregationSelectionSetting": {
                      "type": "object",
                      "properties": {
                        "aggregationType": {
                          "type": "string"
                        },
                        "aggregationUnits": {
                          "type": "string"
                        }
                      }
                    },
                    "resultLimitSetting": {
                      "type": "object",
                      "properties": {
                        "resultLimit": {
                          "type": "number"
                        }
                      }
                    },
                    "topNSetting": {
                      "type": "object",
                      "properties": {
                        "capacityThreshold": {
                          "type": "string"
                        },
                        "displayOnlyExceedingObjects": {
                          "type": "boolean"
                        },
                        "displayRValues": {
                          "type": "boolean"
                        },
                        "objectDescriptions": {
                          "type": "string"
                        },
                        "sortBy": {
                          "type": "number"
                        },
                        "sortOrder": {
                          "type": "string"
                        },
                        "templateId": {
                          "type": "number"
                        }
                      }
                    },
                    "unitsSetting": {
                      "type": "object",
                      "properties": {
                        "percentage": {
                          "type": "boolean"
                        },
                        "preferredUnits": {
                          "type": "string"
                        }
                      }
                    },
                    "workHoursSetting": {
                      "type": "object",
                      "properties": {
                        "customWorkhours": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "days": {
                                "type": "array",
                                "items": {
                                  "type": "string"
                                }
                              },
                              "startHour": {
                                "type": "number"
                              },
                              "startMin": {
                                "type": "number"
                              },
                              "endHour": {
                                "type": "number"
                              },
                              "endMin": {
                                "type": "number"
                              }
                            }
                          }
                        },
                        "type": {
                          "type": "string"
                        },
                        "workHoursGroupId": {
                          "type": "number"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "aggregationSelectionSetting": {
                    "aggregationType": "maximum",
                    "aggregationUnits": "quarterly"
                  },
                  "resultLimitSetting": {
                    "resultLimit": 10
                  },
                  "topNSetting": {
                    "capacityThreshold": "string",
                    "displayOnlyExceedingObjects": true,
                    "displayRValues": true,
                    "objectDescriptions": "string",
                    "sortBy": 9,
                    "sortOrder": "ASC",
                    "templateId": 7
                  },
                  "unitsSetting": {
                    "percentage": false,
                    "preferredUnits": "bits"
                  },
                  "workHoursSetting": {
                    "customWorkhours": [
                      {
                        "days": [
                          "friday",
                          "wednesday",
                          "thursday"
                        ],
                        "startHour": 6,
                        "startMin": 2,
                        "endHour": 5,
                        "endMin": 9
                      }
                    ],
                    "type": "custom",
                    "workHoursGroupId": 6
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "ReportAttachmentsTopN"
        ],
        "operationId": "partiallyUpdateTopNAttachmentSettings",
        "description": "The parameters and request body are for method: partiallyUpdateTopNAttachmentSettings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "aggregationSelectionSetting": {
                      "type": "object",
                      "properties": {
                        "aggregationType": {
                          "type": "string"
                        },
                        "aggregationUnits": {
                          "type": "string"
                        }
                      }
                    },
                    "resultLimitSetting": {
                      "type": "object",
                      "properties": {
                        "resultLimit": {
                          "type": "number"
                        }
                      }
                    },
                    "topNSetting": {
                      "type": "object",
                      "properties": {
                        "capacityThreshold": {
                          "type": "string"
                        },
                        "displayOnlyExceedingObjects": {
                          "type": "boolean"
                        },
                        "displayRValues": {
                          "type": "boolean"
                        },
                        "objectDescriptions": {
                          "type": "string"
                        },
                        "sortBy": {
                          "type": "number"
                        },
                        "sortOrder": {
                          "type": "string"
                        },
                        "templateId": {
                          "type": "number"
                        }
                      }
                    },
                    "unitsSetting": {
                      "type": "object",
                      "properties": {
                        "percentage": {
                          "type": "boolean"
                        },
                        "preferredUnits": {
                          "type": "string"
                        }
                      }
                    },
                    "workHoursSetting": {
                      "type": "object",
                      "properties": {
                        "customWorkhours": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "days": {
                                "type": "array",
                                "items": {
                                  "type": "string"
                                }
                              },
                              "startHour": {
                                "type": "number"
                              },
                              "startMin": {
                                "type": "number"
                              },
                              "endHour": {
                                "type": "number"
                              },
                              "endMin": {
                                "type": "number"
                              }
                            }
                          }
                        },
                        "type": {
                          "type": "string"
                        },
                        "workHoursGroupId": {
                          "type": "number"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "aggregationSelectionSetting": {
                    "aggregationType": "maximum",
                    "aggregationUnits": "monthly"
                  },
                  "resultLimitSetting": {
                    "resultLimit": 10
                  },
                  "topNSetting": {
                    "capacityThreshold": "string",
                    "displayOnlyExceedingObjects": true,
                    "displayRValues": true,
                    "objectDescriptions": "string",
                    "sortBy": 9,
                    "sortOrder": "ASC",
                    "templateId": 1
                  },
                  "unitsSetting": {
                    "percentage": true,
                    "preferredUnits": "bits"
                  },
                  "workHoursSetting": {
                    "customWorkhours": [
                      {
                        "days": [
                          "thursday",
                          "tuesday",
                          "friday",
                          "monday"
                        ],
                        "startHour": 9,
                        "startMin": 9,
                        "endHour": 5,
                        "endMin": 10
                      },
                      {
                        "days": [
                          "saturday",
                          "wednesday",
                          "friday",
                          "friday",
                          "thursday"
                        ],
                        "startHour": 8,
                        "startMin": 1,
                        "endHour": 2,
                        "endMin": 10
                      },
                      {
                        "days": [
                          "saturday",
                          "tuesday",
                          "monday",
                          "sunday",
                          "sunday",
                          "thursday"
                        ],
                        "startHour": 1,
                        "startMin": 1,
                        "endHour": 5,
                        "endMin": 3
                      },
                      {
                        "days": [
                          "thursday",
                          "wednesday",
                          "saturday",
                          "saturday",
                          "monday",
                          "thursday",
                          "saturday",
                          "monday",
                          "friday",
                          "friday"
                        ],
                        "startHour": 2,
                        "startMin": 4,
                        "endHour": 9,
                        "endMin": 10
                      },
                      {
                        "days": [
                          "monday",
                          "sunday"
                        ],
                        "startHour": 5,
                        "startMin": 1,
                        "endHour": 10,
                        "endMin": 5
                      },
                      {
                        "days": [
                          "tuesday",
                          "wednesday",
                          "tuesday",
                          "sunday",
                          "sunday",
                          "wednesday",
                          "sunday",
                          "sunday",
                          "tuesday"
                        ],
                        "startHour": 9,
                        "startMin": 7,
                        "endHour": 9,
                        "endMin": 10
                      },
                      {
                        "days": [
                          "tuesday",
                          "saturday",
                          "sunday",
                          "tuesday",
                          "sunday",
                          "monday"
                        ],
                        "startHour": 9,
                        "startMin": 4,
                        "endHour": 2,
                        "endMin": 2
                      },
                      {
                        "days": [
                          "friday",
                          "tuesday",
                          "tuesday",
                          "sunday",
                          "thursday",
                          "thursday"
                        ],
                        "startHour": 9,
                        "startMin": 9,
                        "endHour": 9,
                        "endMin": 3
                      }
                    ],
                    "type": "device",
                    "workHoursGroupId": 5
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/api/v1/reports/attachments/topn/{id}/time": {
      "get": {
        "tags": [
          "ReportAttachmentsTopN"
        ],
        "operationId": "getTopNAttachmentTimeSettings",
        "description": "The parameters and request body are for method: getTopNAttachmentTimeSettings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ranges": {
                      "type": "object",
                      "properties": {
                        "end": {
                          "type": "string"
                        },
                        "start": {
                          "type": "string"
                        },
                        "type": {
                          "type": "string"
                        }
                      }
                    },
                    "timezone": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "ranges": {
                    "end": "string",
                    "start": "string",
                    "type": "CustomWeek"
                  },
                  "timezone": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "ReportAttachmentsTopN"
        ],
        "operationId": "updateTopNAttachmentTimeSettings",
        "description": "The parameters and request body are for method: updateTopNAttachmentTimeSettings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ranges": {
                      "type": "object",
                      "properties": {
                        "end": {
                          "type": "string"
                        },
                        "start": {
                          "type": "string"
                        },
                        "type": {
                          "type": "string"
                        }
                      }
                    },
                    "timezone": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "ranges": {
                    "end": "string",
                    "start": "string",
                    "type": "RelativePeriod"
                  },
                  "timezone": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/api/v1/reports/attachments/topn/{id}/visualizations": {
      "get": {
        "tags": [
          "ReportAttachmentsTopN"
        ],
        "operationId": "getTopNAttachmentVisualizationSettings",
        "description": "The parameters and request body are for method: getTopNAttachmentVisualizationSettings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "pie": {
                      "type": "object",
                      "properties": {
                        "showAggregation": {
                          "type": "boolean"
                        },
                        "showAverage": {
                          "type": "boolean"
                        },
                        "showFrequency": {
                          "type": "boolean"
                        },
                        "showLast": {
                          "type": "boolean"
                        },
                        "showLegend": {
                          "type": "boolean"
                        },
                        "showPeak": {
                          "type": "boolean"
                        },
                        "showTimespan": {
                          "type": "boolean"
                        },
                        "showTitle": {
                          "type": "boolean"
                        },
                        "showValley": {
                          "type": "boolean"
                        }
                      }
                    },
                    "table": {
                      "type": "object",
                      "properties": {
                        "columnSetting": {
                          "type": "object",
                          "properties": {
                            "exclude": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            },
                            "include": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            }
                          }
                        },
                        "csvSetting": {
                          "type": "object",
                          "properties": {
                            "expandTimeseries": {
                              "type": "boolean"
                            },
                            "formatTimestamp": {
                              "type": "boolean"
                            }
                          }
                        },
                        "dataPresentationSetting": {
                          "type": "object",
                          "properties": {
                            "formatNumbers": {
                              "type": "boolean"
                            },
                            "precision": {
                              "type": "number"
                            }
                          }
                        },
                        "tableSetting": {
                          "type": "object",
                          "properties": {
                            "blockVis": {
                              "type": "boolean"
                            },
                            "hideHeaders": {
                              "type": "boolean"
                            },
                            "wrapCells": {
                              "type": "boolean"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "pie": {
                    "showAggregation": false,
                    "showAverage": true,
                    "showFrequency": false,
                    "showLast": false,
                    "showLegend": false,
                    "showPeak": false,
                    "showTimespan": false,
                    "showTitle": true,
                    "showValley": true
                  },
                  "table": {
                    "columnSetting": {
                      "exclude": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "include": [
                        "string",
                        "string"
                      ]
                    },
                    "csvSetting": {
                      "expandTimeseries": false,
                      "formatTimestamp": true
                    },
                    "dataPresentationSetting": {
                      "formatNumbers": true,
                      "precision": 9
                    },
                    "tableSetting": {
                      "blockVis": false,
                      "hideHeaders": false,
                      "wrapCells": true
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "ReportAttachmentsTopN"
        ],
        "operationId": "updateTopNAttachmentVisualizationSettings",
        "description": "The parameters and request body are for method: updateTopNAttachmentVisualizationSettings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "pie": {
                      "type": "object",
                      "properties": {
                        "showAggregation": {
                          "type": "boolean"
                        },
                        "showAverage": {
                          "type": "boolean"
                        },
                        "showFrequency": {
                          "type": "boolean"
                        },
                        "showLast": {
                          "type": "boolean"
                        },
                        "showLegend": {
                          "type": "boolean"
                        },
                        "showPeak": {
                          "type": "boolean"
                        },
                        "showTimespan": {
                          "type": "boolean"
                        },
                        "showTitle": {
                          "type": "boolean"
                        },
                        "showValley": {
                          "type": "boolean"
                        }
                      }
                    },
                    "table": {
                      "type": "object",
                      "properties": {
                        "columnSetting": {
                          "type": "object",
                          "properties": {
                            "exclude": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            },
                            "include": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            }
                          }
                        },
                        "csvSetting": {
                          "type": "object",
                          "properties": {
                            "expandTimeseries": {
                              "type": "boolean"
                            },
                            "formatTimestamp": {
                              "type": "boolean"
                            }
                          }
                        },
                        "dataPresentationSetting": {
                          "type": "object",
                          "properties": {
                            "formatNumbers": {
                              "type": "boolean"
                            },
                            "precision": {
                              "type": "number"
                            }
                          }
                        },
                        "tableSetting": {
                          "type": "object",
                          "properties": {
                            "blockVis": {
                              "type": "boolean"
                            },
                            "hideHeaders": {
                              "type": "boolean"
                            },
                            "wrapCells": {
                              "type": "boolean"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "pie": {
                    "showAggregation": true,
                    "showAverage": true,
                    "showFrequency": true,
                    "showLast": false,
                    "showLegend": false,
                    "showPeak": true,
                    "showTimespan": true,
                    "showTitle": true,
                    "showValley": true
                  },
                  "table": {
                    "columnSetting": {
                      "exclude": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "include": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ]
                    },
                    "csvSetting": {
                      "expandTimeseries": true,
                      "formatTimestamp": false
                    },
                    "dataPresentationSetting": {
                      "formatNumbers": true,
                      "precision": 1
                    },
                    "tableSetting": {
                      "blockVis": false,
                      "hideHeaders": true,
                      "wrapCells": false
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "ReportAttachmentsTopN"
        ],
        "operationId": "partiallyUpdateTopNAttachmentVisualizationSettings",
        "description": "The parameters and request body are for method: partiallyUpdateTopNAttachmentVisualizationSettings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "pie": {
                      "type": "object",
                      "properties": {
                        "showAggregation": {
                          "type": "boolean"
                        },
                        "showAverage": {
                          "type": "boolean"
                        },
                        "showFrequency": {
                          "type": "boolean"
                        },
                        "showLast": {
                          "type": "boolean"
                        },
                        "showLegend": {
                          "type": "boolean"
                        },
                        "showPeak": {
                          "type": "boolean"
                        },
                        "showTimespan": {
                          "type": "boolean"
                        },
                        "showTitle": {
                          "type": "boolean"
                        },
                        "showValley": {
                          "type": "boolean"
                        }
                      }
                    },
                    "table": {
                      "type": "object",
                      "properties": {
                        "columnSetting": {
                          "type": "object",
                          "properties": {
                            "exclude": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            },
                            "include": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            }
                          }
                        },
                        "csvSetting": {
                          "type": "object",
                          "properties": {
                            "expandTimeseries": {
                              "type": "boolean"
                            },
                            "formatTimestamp": {
                              "type": "boolean"
                            }
                          }
                        },
                        "dataPresentationSetting": {
                          "type": "object",
                          "properties": {
                            "formatNumbers": {
                              "type": "boolean"
                            },
                            "precision": {
                              "type": "number"
                            }
                          }
                        },
                        "tableSetting": {
                          "type": "object",
                          "properties": {
                            "blockVis": {
                              "type": "boolean"
                            },
                            "hideHeaders": {
                              "type": "boolean"
                            },
                            "wrapCells": {
                              "type": "boolean"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "pie": {
                    "showAggregation": false,
                    "showAverage": false,
                    "showFrequency": true,
                    "showLast": false,
                    "showLegend": true,
                    "showPeak": false,
                    "showTimespan": false,
                    "showTitle": false,
                    "showValley": true
                  },
                  "table": {
                    "columnSetting": {
                      "exclude": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "include": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ]
                    },
                    "csvSetting": {
                      "expandTimeseries": true,
                      "formatTimestamp": false
                    },
                    "dataPresentationSetting": {
                      "formatNumbers": true,
                      "precision": 7
                    },
                    "tableSetting": {
                      "blockVis": false,
                      "hideHeaders": true,
                      "wrapCells": false
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/api/v1/reports/{id}/attachments/topn": {
      "post": {
        "tags": [
          "ReportAttachmentsTopN"
        ],
        "operationId": "createTopNAttachment",
        "description": "The parameters and request body are for method: createTopNAttachment. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "resource": {
                      "type": "object",
                      "properties": {
                        "ids": {
                          "type": "array",
                          "items": {
                            "type": "number"
                          }
                        },
                        "type": {
                          "type": "string"
                        }
                      }
                    },
                    "settings": {
                      "type": "object",
                      "properties": {
                        "aggregationSelectionSetting": {
                          "type": "object",
                          "properties": {
                            "aggregationType": {
                              "type": "string"
                            },
                            "aggregationUnits": {
                              "type": "string"
                            }
                          }
                        },
                        "resultLimitSetting": {
                          "type": "object",
                          "properties": {
                            "resultLimit": {
                              "type": "number"
                            }
                          }
                        },
                        "topNSetting": {
                          "type": "object",
                          "properties": {
                            "capacityThreshold": {
                              "type": "string"
                            },
                            "displayOnlyExceedingObjects": {
                              "type": "boolean"
                            },
                            "displayRValues": {
                              "type": "boolean"
                            },
                            "objectDescriptions": {
                              "type": "string"
                            },
                            "sortBy": {
                              "type": "number"
                            },
                            "sortOrder": {
                              "type": "string"
                            },
                            "templateId": {
                              "type": "number"
                            }
                          }
                        },
                        "unitsSetting": {
                          "type": "object",
                          "properties": {
                            "percentage": {
                              "type": "boolean"
                            },
                            "preferredUnits": {
                              "type": "string"
                            }
                          }
                        },
                        "workHoursSetting": {
                          "type": "object",
                          "properties": {
                            "customWorkhours": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "days": {
                                    "type": "object"
                                  },
                                  "startHour": {
                                    "type": "object"
                                  },
                                  "startMin": {
                                    "type": "object"
                                  },
                                  "endHour": {
                                    "type": "object"
                                  },
                                  "endMin": {
                                    "type": "object"
                                  }
                                }
                              }
                            },
                            "type": {
                              "type": "string"
                            },
                            "workHoursGroupId": {
                              "type": "number"
                            }
                          }
                        }
                      }
                    },
                    "timeSettings": {
                      "type": "object",
                      "properties": {
                        "ranges": {
                          "type": "object",
                          "properties": {
                            "end": {
                              "type": "string"
                            },
                            "start": {
                              "type": "string"
                            },
                            "type": {
                              "type": "string"
                            }
                          }
                        },
                        "timezone": {
                          "type": "string"
                        }
                      }
                    },
                    "visualization": {
                      "type": "object",
                      "properties": {
                        "pie": {
                          "type": "object",
                          "properties": {
                            "showAggregation": {
                              "type": "boolean"
                            },
                            "showAverage": {
                              "type": "boolean"
                            },
                            "showFrequency": {
                              "type": "boolean"
                            },
                            "showLast": {
                              "type": "boolean"
                            },
                            "showLegend": {
                              "type": "boolean"
                            },
                            "showPeak": {
                              "type": "boolean"
                            },
                            "showTimespan": {
                              "type": "boolean"
                            },
                            "showTitle": {
                              "type": "boolean"
                            },
                            "showValley": {
                              "type": "boolean"
                            }
                          }
                        },
                        "table": {
                          "type": "object",
                          "properties": {
                            "columnSetting": {
                              "type": "object",
                              "properties": {
                                "exclude": {
                                  "type": "array",
                                  "items": {
                                    "type": "string"
                                  }
                                },
                                "include": {
                                  "type": "array",
                                  "items": {
                                    "type": "string"
                                  }
                                }
                              }
                            },
                            "csvSetting": {
                              "type": "object",
                              "properties": {
                                "expandTimeseries": {
                                  "type": "boolean"
                                },
                                "formatTimestamp": {
                                  "type": "boolean"
                                }
                              }
                            },
                            "dataPresentationSetting": {
                              "type": "object",
                              "properties": {
                                "formatNumbers": {
                                  "type": "boolean"
                                },
                                "precision": {
                                  "type": "number"
                                }
                              }
                            },
                            "tableSetting": {
                              "type": "object",
                              "properties": {
                                "blockVis": {
                                  "type": "boolean"
                                },
                                "hideHeaders": {
                                  "type": "boolean"
                                },
                                "wrapCells": {
                                  "type": "boolean"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "name": "string",
                  "resource": {
                    "ids": [
                      4,
                      2,
                      5,
                      1
                    ],
                    "type": "DeviceGroup"
                  },
                  "settings": {
                    "aggregationSelectionSetting": {
                      "aggregationType": "average",
                      "aggregationUnits": "yearly"
                    },
                    "resultLimitSetting": {
                      "resultLimit": 8
                    },
                    "topNSetting": {
                      "capacityThreshold": "string",
                      "displayOnlyExceedingObjects": false,
                      "displayRValues": false,
                      "objectDescriptions": "string",
                      "sortBy": 10,
                      "sortOrder": "DESC",
                      "templateId": 7
                    },
                    "unitsSetting": {
                      "percentage": true,
                      "preferredUnits": "bits"
                    },
                    "workHoursSetting": {
                      "customWorkhours": [
                        {
                          "days": {},
                          "startHour": {},
                          "startMin": {},
                          "endHour": {},
                          "endMin": {}
                        },
                        {
                          "days": {},
                          "startHour": {},
                          "startMin": {},
                          "endHour": {},
                          "endMin": {}
                        }
                      ],
                      "type": "system",
                      "workHoursGroupId": 3
                    }
                  },
                  "timeSettings": {
                    "ranges": {
                      "end": "string",
                      "start": "string",
                      "type": "CustomWeek"
                    },
                    "timezone": "string"
                  },
                  "visualization": {
                    "pie": {
                      "showAggregation": true,
                      "showAverage": false,
                      "showFrequency": false,
                      "showLast": false,
                      "showLegend": true,
                      "showPeak": true,
                      "showTimespan": false,
                      "showTitle": false,
                      "showValley": true
                    },
                    "table": {
                      "columnSetting": {
                        "exclude": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "include": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ]
                      },
                      "csvSetting": {
                        "expandTimeseries": true,
                        "formatTimestamp": true
                      },
                      "dataPresentationSetting": {
                        "formatNumbers": false,
                        "precision": 1
                      },
                      "tableSetting": {
                        "blockVis": false,
                        "hideHeaders": true,
                        "wrapCells": false
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/api/v1/peers": {
      "get": {
        "tags": [
          "Peers"
        ],
        "operationId": "getPeersUsingGET",
        "description": "The parameters and request body are for method: getPeersUsingGET. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "content": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "activeAppliance": {
                            "type": "string"
                          },
                          "capacity": {
                            "type": "number"
                          },
                          "disabled": {
                            "type": "boolean"
                          },
                          "droppedFlowsPerSecond": {
                            "type": "number"
                          },
                          "flowLimit": {
                            "type": "number"
                          },
                          "flowLoad": {
                            "type": "number"
                          },
                          "flowsPerSecond": {
                            "type": "number"
                          },
                          "interfaceLimit": {
                            "type": "number"
                          },
                          "ip": {
                            "type": "string"
                          },
                          "master": {
                            "type": "boolean"
                          },
                          "model": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "netflowDeviceCount": {
                            "type": "number"
                          },
                          "netflowInterfaceCount": {
                            "type": "number"
                          },
                          "primaryIp": {
                            "type": "string"
                          },
                          "processedFlowsPerSecond": {
                            "type": "number"
                          },
                          "secondaryIp": {
                            "type": "string"
                          },
                          "serverId": {
                            "type": "number"
                          },
                          "serverLoad": {
                            "type": "number"
                          },
                          "telephonyActiveCallsLimit": {
                            "type": "number"
                          },
                          "telephonyPhones": {
                            "type": "number"
                          },
                          "telephonyPhonesLimit": {
                            "type": "number"
                          },
                          "totalCapacity": {
                            "type": "number"
                          },
                          "totalLoad": {
                            "type": "number"
                          },
                          "virtualIp": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "pageNumber": {
                      "type": "number"
                    },
                    "pageSize": {
                      "type": "number"
                    },
                    "totalElements": {
                      "type": "number"
                    },
                    "totalPages": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "content": [
                    {
                      "activeAppliance": "PRIMARY",
                      "capacity": 1,
                      "disabled": false,
                      "droppedFlowsPerSecond": 2,
                      "flowLimit": 2,
                      "flowLoad": 8,
                      "flowsPerSecond": 6,
                      "interfaceLimit": 2,
                      "ip": "string",
                      "master": true,
                      "model": "string",
                      "name": "string",
                      "netflowDeviceCount": 2,
                      "netflowInterfaceCount": 7,
                      "primaryIp": "string",
                      "processedFlowsPerSecond": 4,
                      "secondaryIp": "string",
                      "serverId": 1,
                      "serverLoad": 2,
                      "telephonyActiveCallsLimit": 7,
                      "telephonyPhones": 5,
                      "telephonyPhonesLimit": 6,
                      "totalCapacity": 5,
                      "totalLoad": 10,
                      "virtualIp": "string"
                    },
                    {
                      "activeAppliance": "PRIMARY",
                      "capacity": 1,
                      "disabled": true,
                      "droppedFlowsPerSecond": 5,
                      "flowLimit": 7,
                      "flowLoad": 9,
                      "flowsPerSecond": 2,
                      "interfaceLimit": 9,
                      "ip": "string",
                      "master": false,
                      "model": "string",
                      "name": "string",
                      "netflowDeviceCount": 8,
                      "netflowInterfaceCount": 2,
                      "primaryIp": "string",
                      "processedFlowsPerSecond": 2,
                      "secondaryIp": "string",
                      "serverId": 3,
                      "serverLoad": 6,
                      "telephonyActiveCallsLimit": 6,
                      "telephonyPhones": 9,
                      "telephonyPhonesLimit": 2,
                      "totalCapacity": 10,
                      "totalLoad": 6,
                      "virtualIp": "string"
                    },
                    {
                      "activeAppliance": "PRIMARY",
                      "capacity": 4,
                      "disabled": true,
                      "droppedFlowsPerSecond": 3,
                      "flowLimit": 4,
                      "flowLoad": 7,
                      "flowsPerSecond": 9,
                      "interfaceLimit": 4,
                      "ip": "string",
                      "master": true,
                      "model": "string",
                      "name": "string",
                      "netflowDeviceCount": 8,
                      "netflowInterfaceCount": 6,
                      "primaryIp": "string",
                      "processedFlowsPerSecond": 2,
                      "secondaryIp": "string",
                      "serverId": 2,
                      "serverLoad": 9,
                      "telephonyActiveCallsLimit": 4,
                      "telephonyPhones": 5,
                      "telephonyPhonesLimit": 10,
                      "totalCapacity": 2,
                      "totalLoad": 9,
                      "virtualIp": "string"
                    },
                    {
                      "activeAppliance": "PRIMARY",
                      "capacity": 6,
                      "disabled": true,
                      "droppedFlowsPerSecond": 7,
                      "flowLimit": 8,
                      "flowLoad": 2,
                      "flowsPerSecond": 9,
                      "interfaceLimit": 6,
                      "ip": "string",
                      "master": true,
                      "model": "string",
                      "name": "string",
                      "netflowDeviceCount": 10,
                      "netflowInterfaceCount": 4,
                      "primaryIp": "string",
                      "processedFlowsPerSecond": 10,
                      "secondaryIp": "string",
                      "serverId": 2,
                      "serverLoad": 6,
                      "telephonyActiveCallsLimit": 6,
                      "telephonyPhones": 9,
                      "telephonyPhonesLimit": 6,
                      "totalCapacity": 6,
                      "totalLoad": 5,
                      "virtualIp": "string"
                    },
                    {
                      "activeAppliance": "SECONDARY",
                      "capacity": 6,
                      "disabled": false,
                      "droppedFlowsPerSecond": 9,
                      "flowLimit": 7,
                      "flowLoad": 9,
                      "flowsPerSecond": 2,
                      "interfaceLimit": 1,
                      "ip": "string",
                      "master": false,
                      "model": "string",
                      "name": "string",
                      "netflowDeviceCount": 5,
                      "netflowInterfaceCount": 1,
                      "primaryIp": "string",
                      "processedFlowsPerSecond": 4,
                      "secondaryIp": "string",
                      "serverId": 7,
                      "serverLoad": 10,
                      "telephonyActiveCallsLimit": 3,
                      "telephonyPhones": 1,
                      "telephonyPhonesLimit": 1,
                      "totalCapacity": 10,
                      "totalLoad": 8,
                      "virtualIp": "string"
                    },
                    {
                      "activeAppliance": "SECONDARY",
                      "capacity": 7,
                      "disabled": true,
                      "droppedFlowsPerSecond": 7,
                      "flowLimit": 9,
                      "flowLoad": 1,
                      "flowsPerSecond": 5,
                      "interfaceLimit": 8,
                      "ip": "string",
                      "master": true,
                      "model": "string",
                      "name": "string",
                      "netflowDeviceCount": 7,
                      "netflowInterfaceCount": 5,
                      "primaryIp": "string",
                      "processedFlowsPerSecond": 7,
                      "secondaryIp": "string",
                      "serverId": 10,
                      "serverLoad": 1,
                      "telephonyActiveCallsLimit": 4,
                      "telephonyPhones": 3,
                      "telephonyPhonesLimit": 4,
                      "totalCapacity": 4,
                      "totalLoad": 9,
                      "virtualIp": "string"
                    },
                    {
                      "activeAppliance": "SECONDARY",
                      "capacity": 5,
                      "disabled": true,
                      "droppedFlowsPerSecond": 8,
                      "flowLimit": 9,
                      "flowLoad": 7,
                      "flowsPerSecond": 4,
                      "interfaceLimit": 6,
                      "ip": "string",
                      "master": true,
                      "model": "string",
                      "name": "string",
                      "netflowDeviceCount": 6,
                      "netflowInterfaceCount": 8,
                      "primaryIp": "string",
                      "processedFlowsPerSecond": 10,
                      "secondaryIp": "string",
                      "serverId": 6,
                      "serverLoad": 1,
                      "telephonyActiveCallsLimit": 9,
                      "telephonyPhones": 4,
                      "telephonyPhonesLimit": 3,
                      "totalCapacity": 7,
                      "totalLoad": 10,
                      "virtualIp": "string"
                    }
                  ],
                  "pageNumber": 8,
                  "pageSize": 7,
                  "totalElements": 2,
                  "totalPages": 9
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "size",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "includeCount",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sortBy",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/api/v1/peers/clusterSettings": {
      "get": {
        "tags": [
          "Peers"
        ],
        "operationId": "getClusterSettings",
        "description": "The parameters and request body are for method: getClusterSettings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "filter",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/api/v1/peers/current": {
      "get": {
        "tags": [
          "Peers"
        ],
        "operationId": "getCurrentPeerUsingGET",
        "description": "The parameters and request body are for method: getCurrentPeerUsingGET. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "activeAppliance": {
                      "type": "string"
                    },
                    "capacity": {
                      "type": "number"
                    },
                    "disabled": {
                      "type": "boolean"
                    },
                    "droppedFlowsPerSecond": {
                      "type": "number"
                    },
                    "flowLimit": {
                      "type": "number"
                    },
                    "flowLoad": {
                      "type": "number"
                    },
                    "flowsPerSecond": {
                      "type": "number"
                    },
                    "interfaceLimit": {
                      "type": "number"
                    },
                    "ip": {
                      "type": "string"
                    },
                    "master": {
                      "type": "boolean"
                    },
                    "model": {
                      "type": "string"
                    },
                    "name": {
                      "type": "string"
                    },
                    "netflowDeviceCount": {
                      "type": "number"
                    },
                    "netflowInterfaceCount": {
                      "type": "number"
                    },
                    "primaryIp": {
                      "type": "string"
                    },
                    "processedFlowsPerSecond": {
                      "type": "number"
                    },
                    "secondaryIp": {
                      "type": "string"
                    },
                    "serverId": {
                      "type": "number"
                    },
                    "serverLoad": {
                      "type": "number"
                    },
                    "telephonyActiveCallsLimit": {
                      "type": "number"
                    },
                    "telephonyPhones": {
                      "type": "number"
                    },
                    "telephonyPhonesLimit": {
                      "type": "number"
                    },
                    "totalCapacity": {
                      "type": "number"
                    },
                    "totalLoad": {
                      "type": "number"
                    },
                    "virtualIp": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "activeAppliance": "PRIMARY",
                  "capacity": 10,
                  "disabled": true,
                  "droppedFlowsPerSecond": 10,
                  "flowLimit": 5,
                  "flowLoad": 1,
                  "flowsPerSecond": 4,
                  "interfaceLimit": 4,
                  "ip": "string",
                  "master": true,
                  "model": "string",
                  "name": "string",
                  "netflowDeviceCount": 8,
                  "netflowInterfaceCount": 9,
                  "primaryIp": "string",
                  "processedFlowsPerSecond": 9,
                  "secondaryIp": "string",
                  "serverId": 6,
                  "serverLoad": 4,
                  "telephonyActiveCallsLimit": 1,
                  "telephonyPhones": 4,
                  "telephonyPhonesLimit": 5,
                  "totalCapacity": 10,
                  "totalLoad": 5,
                  "virtualIp": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/api/v1/peers/incorporateMode": {
      "get": {
        "tags": [
          "Peers"
        ],
        "operationId": "getIncorporateModeUsingGET",
        "description": "The parameters and request body are for method: getIncorporateModeUsingGET. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "endTime": {
                      "type": "number"
                    },
                    "startTime": {
                      "type": "number"
                    },
                    "status": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "endTime": 1,
                  "startTime": 9,
                  "status": "ACTIVE"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Peers"
        ],
        "operationId": "editIncorporateModeUsingPATCH",
        "description": "The parameters and request body are for method: editIncorporateModeUsingPATCH. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "endTime": {
                      "type": "number"
                    },
                    "startTime": {
                      "type": "number"
                    },
                    "status": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "endTime": 7,
                  "startTime": 8,
                  "status": "INACTIVE"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/api/v1/peers/{id}": {
      "get": {
        "tags": [
          "Peers"
        ],
        "operationId": "getPeerUsingGET",
        "description": "The parameters and request body are for method: getPeerUsingGET. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "activeAppliance": {
                      "type": "string"
                    },
                    "capacity": {
                      "type": "number"
                    },
                    "disabled": {
                      "type": "boolean"
                    },
                    "droppedFlowsPerSecond": {
                      "type": "number"
                    },
                    "flowLimit": {
                      "type": "number"
                    },
                    "flowLoad": {
                      "type": "number"
                    },
                    "flowsPerSecond": {
                      "type": "number"
                    },
                    "interfaceLimit": {
                      "type": "number"
                    },
                    "ip": {
                      "type": "string"
                    },
                    "master": {
                      "type": "boolean"
                    },
                    "model": {
                      "type": "string"
                    },
                    "name": {
                      "type": "string"
                    },
                    "netflowDeviceCount": {
                      "type": "number"
                    },
                    "netflowInterfaceCount": {
                      "type": "number"
                    },
                    "primaryIp": {
                      "type": "string"
                    },
                    "processedFlowsPerSecond": {
                      "type": "number"
                    },
                    "secondaryIp": {
                      "type": "string"
                    },
                    "serverId": {
                      "type": "number"
                    },
                    "serverLoad": {
                      "type": "number"
                    },
                    "telephonyActiveCallsLimit": {
                      "type": "number"
                    },
                    "telephonyPhones": {
                      "type": "number"
                    },
                    "telephonyPhonesLimit": {
                      "type": "number"
                    },
                    "totalCapacity": {
                      "type": "number"
                    },
                    "totalLoad": {
                      "type": "number"
                    },
                    "virtualIp": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "activeAppliance": "PRIMARY",
                  "capacity": 9,
                  "disabled": false,
                  "droppedFlowsPerSecond": 1,
                  "flowLimit": 9,
                  "flowLoad": 8,
                  "flowsPerSecond": 1,
                  "interfaceLimit": 1,
                  "ip": "string",
                  "master": false,
                  "model": "string",
                  "name": "string",
                  "netflowDeviceCount": 9,
                  "netflowInterfaceCount": 1,
                  "primaryIp": "string",
                  "processedFlowsPerSecond": 3,
                  "secondaryIp": "string",
                  "serverId": 2,
                  "serverLoad": 2,
                  "telephonyActiveCallsLimit": 8,
                  "telephonyPhones": 3,
                  "telephonyPhonesLimit": 7,
                  "totalCapacity": 2,
                  "totalLoad": 1,
                  "virtualIp": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/api/v1/peers/{id}/settings": {
      "get": {
        "tags": [
          "Peers"
        ],
        "operationId": "getSettings",
        "description": "The parameters and request body are for method: getSettings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          },
          {
            "name": "filter",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/api/v1/reports/attachments/{id}": {
      "get": {
        "tags": [
          "ReportAttachments"
        ],
        "operationId": "getReportAttachment",
        "description": "The parameters and request body are for method: getReportAttachment. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "name": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "ReportAttachments"
        ],
        "operationId": "updateReportAttachmentById",
        "description": "The parameters and request body are for method: updateReportAttachmentById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "name": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "ReportAttachments"
        ],
        "operationId": "deleteReportAttachment",
        "description": "The parameters and request body are for method: deleteReportAttachment. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "body": {
                      "type": "object"
                    },
                    "statusCode": {
                      "type": "number"
                    },
                    "statusCodeValue": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "body": {},
                  "statusCode": 100,
                  "statusCodeValue": 10
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/api/v1/reports/attachments/{type}/endpoints": {
      "get": {
        "tags": [
          "ReportAttachments"
        ],
        "operationId": "getAllReportAttachmentEndpoints",
        "description": "The parameters and request body are for method: getAllReportAttachmentEndpoints. 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": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/api/v1/reports/{id}/attachments": {
      "get": {
        "tags": [
          "ReportAttachments"
        ],
        "operationId": "getAllReportAttachments",
        "description": "The parameters and request body are for method: getAllReportAttachments. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "content": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "name": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "pageNumber": {
                      "type": "number"
                    },
                    "pageSize": {
                      "type": "number"
                    },
                    "totalElements": {
                      "type": "number"
                    },
                    "totalPages": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "content": [
                    {
                      "name": "string"
                    },
                    {
                      "name": "string"
                    },
                    {
                      "name": "string"
                    },
                    {
                      "name": "string"
                    },
                    {
                      "name": "string"
                    },
                    {
                      "name": "string"
                    }
                  ],
                  "pageNumber": 10,
                  "pageSize": 2,
                  "totalElements": 3,
                  "totalPages": 4
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "size",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/api/v1/objectgroups/rules": {
      "get": {
        "tags": [
          "ObjectGroupRules"
        ],
        "operationId": "getObjectGroupsRules",
        "description": "The parameters and request body are for method: getObjectGroupsRules. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "content": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "attributeId": {
                            "type": "number"
                          },
                          "descriptionExpression": {
                            "type": "string"
                          },
                          "deviceGroup": {
                            "type": "number"
                          },
                          "deviceType": {
                            "type": "number"
                          },
                          "groupId": {
                            "type": "number"
                          },
                          "id": {
                            "type": "number"
                          },
                          "metadataValueExpression": {
                            "type": "string"
                          },
                          "nameExpression": {
                            "type": "string"
                          },
                          "namespaceId": {
                            "type": "number"
                          },
                          "objectTypeId": {
                            "type": "number"
                          },
                          "pluginId": {
                            "type": "number"
                          },
                          "subtypeId": {
                            "type": "number"
                          }
                        }
                      }
                    },
                    "pageNumber": {
                      "type": "number"
                    },
                    "pageSize": {
                      "type": "number"
                    },
                    "totalElements": {
                      "type": "number"
                    },
                    "totalPages": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "content": [
                    {
                      "attributeId": 10,
                      "descriptionExpression": "string",
                      "deviceGroup": 5,
                      "deviceType": 1,
                      "groupId": 4,
                      "id": 10,
                      "metadataValueExpression": "string",
                      "nameExpression": "string",
                      "namespaceId": 2,
                      "objectTypeId": 5,
                      "pluginId": 4,
                      "subtypeId": 2
                    },
                    {
                      "attributeId": 2,
                      "descriptionExpression": "string",
                      "deviceGroup": 8,
                      "deviceType": 3,
                      "groupId": 4,
                      "id": 4,
                      "metadataValueExpression": "string",
                      "nameExpression": "string",
                      "namespaceId": 8,
                      "objectTypeId": 8,
                      "pluginId": 2,
                      "subtypeId": 9
                    }
                  ],
                  "pageNumber": 6,
                  "pageSize": 6,
                  "totalElements": 2,
                  "totalPages": 4
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "page",
            "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": [
          "ObjectGroupRules"
        ],
        "operationId": "createObjectGroupRule",
        "description": "The parameters and request body are for method: createObjectGroupRule. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "attributeId": {
                      "type": "number"
                    },
                    "descriptionExpression": {
                      "type": "string"
                    },
                    "deviceGroup": {
                      "type": "number"
                    },
                    "deviceType": {
                      "type": "number"
                    },
                    "groupId": {
                      "type": "number"
                    },
                    "id": {
                      "type": "number"
                    },
                    "metadataValueExpression": {
                      "type": "string"
                    },
                    "nameExpression": {
                      "type": "string"
                    },
                    "namespaceId": {
                      "type": "number"
                    },
                    "objectTypeId": {
                      "type": "number"
                    },
                    "pluginId": {
                      "type": "number"
                    },
                    "subtypeId": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "attributeId": 5,
                  "descriptionExpression": "string",
                  "deviceGroup": 2,
                  "deviceType": 9,
                  "groupId": 3,
                  "id": 1,
                  "metadataValueExpression": "string",
                  "nameExpression": "string",
                  "namespaceId": 4,
                  "objectTypeId": 6,
                  "pluginId": 4,
                  "subtypeId": 10
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/api/v1/objectgroups/rules/{id}": {
      "get": {
        "tags": [
          "ObjectGroupRules"
        ],
        "operationId": "getObjectGroupRule",
        "description": "The parameters and request body are for method: getObjectGroupRule. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "attributeId": {
                      "type": "number"
                    },
                    "descriptionExpression": {
                      "type": "string"
                    },
                    "deviceGroup": {
                      "type": "number"
                    },
                    "deviceType": {
                      "type": "number"
                    },
                    "groupId": {
                      "type": "number"
                    },
                    "id": {
                      "type": "number"
                    },
                    "metadataValueExpression": {
                      "type": "string"
                    },
                    "nameExpression": {
                      "type": "string"
                    },
                    "namespaceId": {
                      "type": "number"
                    },
                    "objectTypeId": {
                      "type": "number"
                    },
                    "pluginId": {
                      "type": "number"
                    },
                    "subtypeId": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "attributeId": 4,
                  "descriptionExpression": "string",
                  "deviceGroup": 8,
                  "deviceType": 4,
                  "groupId": 4,
                  "id": 7,
                  "metadataValueExpression": "string",
                  "nameExpression": "string",
                  "namespaceId": 10,
                  "objectTypeId": 5,
                  "pluginId": 3,
                  "subtypeId": 10
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "ObjectGroupRules"
        ],
        "operationId": "updateObjectGroupRule",
        "description": "The parameters and request body are for method: updateObjectGroupRule. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "attributeId": {
                      "type": "number"
                    },
                    "descriptionExpression": {
                      "type": "string"
                    },
                    "deviceGroup": {
                      "type": "number"
                    },
                    "deviceType": {
                      "type": "number"
                    },
                    "groupId": {
                      "type": "number"
                    },
                    "id": {
                      "type": "number"
                    },
                    "metadataValueExpression": {
                      "type": "string"
                    },
                    "nameExpression": {
                      "type": "string"
                    },
                    "namespaceId": {
                      "type": "number"
                    },
                    "objectTypeId": {
                      "type": "number"
                    },
                    "pluginId": {
                      "type": "number"
                    },
                    "subtypeId": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "attributeId": 7,
                  "descriptionExpression": "string",
                  "deviceGroup": 6,
                  "deviceType": 10,
                  "groupId": 6,
                  "id": 8,
                  "metadataValueExpression": "string",
                  "nameExpression": "string",
                  "namespaceId": 5,
                  "objectTypeId": 4,
                  "pluginId": 7,
                  "subtypeId": 3
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "ObjectGroupRules"
        ],
        "operationId": "deleteObjectGroupRule",
        "description": "The parameters and request body are for method: deleteObjectGroupRule. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "body": {
                      "type": "object"
                    },
                    "statusCode": {
                      "type": "number"
                    },
                    "statusCodeValue": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "body": {},
                  "statusCode": 100,
                  "statusCodeValue": 3
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/api/v1/objectgroups/{id}/rules": {
      "get": {
        "tags": [
          "ObjectGroupRules"
        ],
        "operationId": "getObjectGroupRules",
        "description": "The parameters and request body are for method: getObjectGroupRules. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "content": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "attributeId": {
                            "type": "number"
                          },
                          "descriptionExpression": {
                            "type": "string"
                          },
                          "deviceGroup": {
                            "type": "number"
                          },
                          "deviceType": {
                            "type": "number"
                          },
                          "groupId": {
                            "type": "number"
                          },
                          "id": {
                            "type": "number"
                          },
                          "metadataValueExpression": {
                            "type": "string"
                          },
                          "nameExpression": {
                            "type": "string"
                          },
                          "namespaceId": {
                            "type": "number"
                          },
                          "objectTypeId": {
                            "type": "number"
                          },
                          "pluginId": {
                            "type": "number"
                          },
                          "subtypeId": {
                            "type": "number"
                          }
                        }
                      }
                    },
                    "pageNumber": {
                      "type": "number"
                    },
                    "pageSize": {
                      "type": "number"
                    },
                    "totalElements": {
                      "type": "number"
                    },
                    "totalPages": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "content": [
                    {
                      "attributeId": 6,
                      "descriptionExpression": "string",
                      "deviceGroup": 3,
                      "deviceType": 6,
                      "groupId": 5,
                      "id": 2,
                      "metadataValueExpression": "string",
                      "nameExpression": "string",
                      "namespaceId": 5,
                      "objectTypeId": 3,
                      "pluginId": 2,
                      "subtypeId": 3
                    },
                    {
                      "attributeId": 4,
                      "descriptionExpression": "string",
                      "deviceGroup": 8,
                      "deviceType": 1,
                      "groupId": 1,
                      "id": 5,
                      "metadataValueExpression": "string",
                      "nameExpression": "string",
                      "namespaceId": 8,
                      "objectTypeId": 9,
                      "pluginId": 10,
                      "subtypeId": 9
                    },
                    {
                      "attributeId": 2,
                      "descriptionExpression": "string",
                      "deviceGroup": 2,
                      "deviceType": 9,
                      "groupId": 2,
                      "id": 3,
                      "metadataValueExpression": "string",
                      "nameExpression": "string",
                      "namespaceId": 4,
                      "objectTypeId": 10,
                      "pluginId": 6,
                      "subtypeId": 1
                    },
                    {
                      "attributeId": 2,
                      "descriptionExpression": "string",
                      "deviceGroup": 8,
                      "deviceType": 5,
                      "groupId": 8,
                      "id": 9,
                      "metadataValueExpression": "string",
                      "nameExpression": "string",
                      "namespaceId": 1,
                      "objectTypeId": 1,
                      "pluginId": 7,
                      "subtypeId": 3
                    },
                    {
                      "attributeId": 4,
                      "descriptionExpression": "string",
                      "deviceGroup": 4,
                      "deviceType": 9,
                      "groupId": 8,
                      "id": 10,
                      "metadataValueExpression": "string",
                      "nameExpression": "string",
                      "namespaceId": 7,
                      "objectTypeId": 6,
                      "pluginId": 2,
                      "subtypeId": 9
                    },
                    {
                      "attributeId": 9,
                      "descriptionExpression": "string",
                      "deviceGroup": 3,
                      "deviceType": 6,
                      "groupId": 1,
                      "id": 10,
                      "metadataValueExpression": "string",
                      "nameExpression": "string",
                      "namespaceId": 2,
                      "objectTypeId": 10,
                      "pluginId": 4,
                      "subtypeId": 4
                    },
                    {
                      "attributeId": 3,
                      "descriptionExpression": "string",
                      "deviceGroup": 4,
                      "deviceType": 6,
                      "groupId": 5,
                      "id": 8,
                      "metadataValueExpression": "string",
                      "nameExpression": "string",
                      "namespaceId": 4,
                      "objectTypeId": 8,
                      "pluginId": 9,
                      "subtypeId": 8
                    },
                    {
                      "attributeId": 6,
                      "descriptionExpression": "string",
                      "deviceGroup": 1,
                      "deviceType": 2,
                      "groupId": 10,
                      "id": 1,
                      "metadataValueExpression": "string",
                      "nameExpression": "string",
                      "namespaceId": 5,
                      "objectTypeId": 1,
                      "pluginId": 3,
                      "subtypeId": 9
                    },
                    {
                      "attributeId": 6,
                      "descriptionExpression": "string",
                      "deviceGroup": 3,
                      "deviceType": 4,
                      "groupId": 2,
                      "id": 8,
                      "metadataValueExpression": "string",
                      "nameExpression": "string",
                      "namespaceId": 4,
                      "objectTypeId": 1,
                      "pluginId": 1,
                      "subtypeId": 8
                    },
                    {
                      "attributeId": 10,
                      "descriptionExpression": "string",
                      "deviceGroup": 10,
                      "deviceType": 3,
                      "groupId": 6,
                      "id": 4,
                      "metadataValueExpression": "string",
                      "nameExpression": "string",
                      "namespaceId": 1,
                      "objectTypeId": 5,
                      "pluginId": 3,
                      "subtypeId": 6
                    }
                  ],
                  "pageNumber": 3,
                  "pageSize": 1,
                  "totalElements": 5,
                  "totalPages": 1
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "size",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/api/v1/objectgroups/{id}/rules/apply": {
      "post": {
        "tags": [
          "ObjectGroupRules"
        ],
        "operationId": "applyObjectGroupRules",
        "description": "The parameters and request body are for method: applyObjectGroupRules. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "body": {
                      "type": "object"
                    },
                    "statusCode": {
                      "type": "number"
                    },
                    "statusCodeValue": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "body": {},
                  "statusCode": 100,
                  "statusCodeValue": 3
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/api/v1/users/mypreferences": {
      "get": {
        "tags": [
          "Users"
        ],
        "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": {
                  "type": "object",
                  "properties": {
                    "authentication": {
                      "type": "string"
                    },
                    "customTimeout": {
                      "type": "number"
                    },
                    "dateFormat": {
                      "type": "string"
                    },
                    "email": {
                      "type": "string"
                    },
                    "firstName": {
                      "type": "string"
                    },
                    "forcePasswordChange": {
                      "type": "boolean"
                    },
                    "id": {
                      "type": "number"
                    },
                    "isActive": {
                      "type": "boolean"
                    },
                    "lastName": {
                      "type": "string"
                    },
                    "password": {
                      "type": "string"
                    },
                    "passwordNeverExpires": {
                      "type": "boolean"
                    },
                    "roleIds": {
                      "type": "array",
                      "items": {
                        "type": "number"
                      }
                    },
                    "timezone": {
                      "type": "string"
                    },
                    "timezoneStartupCheck": {
                      "type": "boolean"
                    },
                    "username": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "authentication": "LDAP",
                  "customTimeout": 8,
                  "dateFormat": "string",
                  "email": "string",
                  "firstName": "string",
                  "forcePasswordChange": true,
                  "id": 5,
                  "isActive": true,
                  "lastName": "string",
                  "password": "string",
                  "passwordNeverExpires": true,
                  "roleIds": [
                    8,
                    9,
                    3,
                    1,
                    1,
                    5,
                    7,
                    1
                  ],
                  "timezone": "string",
                  "timezoneStartupCheck": true,
                  "username": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/api/v1/reports/attachments/object-groups/{id}/resources": {
      "get": {
        "tags": [
          "ReportAttachmentsObjectGroups"
        ],
        "operationId": "getObjectGroupAttachmentResources",
        "description": "The parameters and request body are for method: getObjectGroupAttachmentResources. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "deviceId": {
                      "type": "number"
                    },
                    "ids": {
                      "type": "array",
                      "items": {
                        "type": "number"
                      }
                    },
                    "type": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "deviceId": 6,
                  "ids": [
                    8,
                    3,
                    5,
                    2,
                    9
                  ],
                  "type": "ObjectGroup"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "ReportAttachmentsObjectGroups"
        ],
        "operationId": "updateObjectGroupAttachmentResources",
        "description": "The parameters and request body are for method: updateObjectGroupAttachmentResources. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "deviceId": {
                      "type": "number"
                    },
                    "ids": {
                      "type": "array",
                      "items": {
                        "type": "number"
                      }
                    },
                    "type": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "deviceId": 2,
                  "ids": [
                    3,
                    6,
                    10,
                    8,
                    8,
                    8,
                    10,
                    2,
                    1,
                    10
                  ],
                  "type": "ObjectGroup"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/api/v1/reports/attachments/object-groups/{id}/visualizations": {
      "get": {
        "tags": [
          "ReportAttachmentsObjectGroups"
        ],
        "operationId": "getObjectGroupAttachmentVisualizationSettings",
        "description": "The parameters and request body are for method: getObjectGroupAttachmentVisualizationSettings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "table": {
                      "type": "object",
                      "properties": {
                        "columnSetting": {
                          "type": "object",
                          "properties": {
                            "exclude": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            },
                            "include": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            }
                          }
                        },
                        "csvSetting": {
                          "type": "object",
                          "properties": {
                            "expandTimeseries": {
                              "type": "boolean"
                            },
                            "formatTimestamp": {
                              "type": "boolean"
                            }
                          }
                        },
                        "dataPresentationSetting": {
                          "type": "object",
                          "properties": {
                            "formatNumbers": {
                              "type": "boolean"
                            },
                            "precision": {
                              "type": "number"
                            }
                          }
                        },
                        "tableSetting": {
                          "type": "object",
                          "properties": {
                            "blockVis": {
                              "type": "boolean"
                            },
                            "hideHeaders": {
                              "type": "boolean"
                            },
                            "wrapCells": {
                              "type": "boolean"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "table": {
                    "columnSetting": {
                      "exclude": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "include": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ]
                    },
                    "csvSetting": {
                      "expandTimeseries": false,
                      "formatTimestamp": true
                    },
                    "dataPresentationSetting": {
                      "formatNumbers": false,
                      "precision": 6
                    },
                    "tableSetting": {
                      "blockVis": false,
                      "hideHeaders": false,
                      "wrapCells": true
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "ReportAttachmentsObjectGroups"
        ],
        "operationId": "updateObjectGroupAttachmentVisualizationSettings",
        "description": "The parameters and request body are for method: updateObjectGroupAttachmentVisualizationSettings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "table": {
                      "type": "object",
                      "properties": {
                        "columnSetting": {
                          "type": "object",
                          "properties": {
                            "exclude": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            },
                            "include": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            }
                          }
                        },
                        "csvSetting": {
                          "type": "object",
                          "properties": {
                            "expandTimeseries": {
                              "type": "boolean"
                            },
                            "formatTimestamp": {
                              "type": "boolean"
                            }
                          }
                        },
                        "dataPresentationSetting": {
                          "type": "object",
                          "properties": {
                            "formatNumbers": {
                              "type": "boolean"
                            },
                            "precision": {
                              "type": "number"
                            }
                          }
                        },
                        "tableSetting": {
                          "type": "object",
                          "properties": {
                            "blockVis": {
                              "type": "boolean"
                            },
                            "hideHeaders": {
                              "type": "boolean"
                            },
                            "wrapCells": {
                              "type": "boolean"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "table": {
                    "columnSetting": {
                      "exclude": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "include": [
                        "string",
                        "string",
                        "string",
                        "string"
                      ]
                    },
                    "csvSetting": {
                      "expandTimeseries": false,
                      "formatTimestamp": true
                    },
                    "dataPresentationSetting": {
                      "formatNumbers": true,
                      "precision": 2
                    },
                    "tableSetting": {
                      "blockVis": false,
                      "hideHeaders": false,
                      "wrapCells": false
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "ReportAttachmentsObjectGroups"
        ],
        "operationId": "partiallyUpdateObjectGroupAttachmentVisualizationSettings",
        "description": "The parameters and request body are for method: partiallyUpdateObjectGroupAttachmentVisualizationSettings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "table": {
                      "type": "object",
                      "properties": {
                        "columnSetting": {
                          "type": "object",
                          "properties": {
                            "exclude": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            },
                            "include": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            }
                          }
                        },
                        "csvSetting": {
                          "type": "object",
                          "properties": {
                            "expandTimeseries": {
                              "type": "boolean"
                            },
                            "formatTimestamp": {
                              "type": "boolean"
                            }
                          }
                        },
                        "dataPresentationSetting": {
                          "type": "object",
                          "properties": {
                            "formatNumbers": {
                              "type": "boolean"
                            },
                            "precision": {
                              "type": "number"
                            }
                          }
                        },
                        "tableSetting": {
                          "type": "object",
                          "properties": {
                            "blockVis": {
                              "type": "boolean"
                            },
                            "hideHeaders": {
                              "type": "boolean"
                            },
                            "wrapCells": {
                              "type": "boolean"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "table": {
                    "columnSetting": {
                      "exclude": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "include": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ]
                    },
                    "csvSetting": {
                      "expandTimeseries": true,
                      "formatTimestamp": true
                    },
                    "dataPresentationSetting": {
                      "formatNumbers": true,
                      "precision": 8
                    },
                    "tableSetting": {
                      "blockVis": false,
                      "hideHeaders": false,
                      "wrapCells": true
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/api/v1/reports/{id}/attachments/object-groups": {
      "post": {
        "tags": [
          "ReportAttachmentsObjectGroups"
        ],
        "operationId": "createObjectGroupAttachment",
        "description": "The parameters and request body are for method: createObjectGroupAttachment. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "resource": {
                      "type": "object",
                      "properties": {
                        "deviceId": {
                          "type": "number"
                        },
                        "ids": {
                          "type": "array",
                          "items": {
                            "type": "number"
                          }
                        },
                        "type": {
                          "type": "string"
                        }
                      }
                    },
                    "visualization": {
                      "type": "object",
                      "properties": {
                        "table": {
                          "type": "object",
                          "properties": {
                            "columnSetting": {
                              "type": "object",
                              "properties": {
                                "exclude": {
                                  "type": "array",
                                  "items": {
                                    "type": "string"
                                  }
                                },
                                "include": {
                                  "type": "array",
                                  "items": {
                                    "type": "string"
                                  }
                                }
                              }
                            },
                            "csvSetting": {
                              "type": "object",
                              "properties": {
                                "expandTimeseries": {
                                  "type": "boolean"
                                },
                                "formatTimestamp": {
                                  "type": "boolean"
                                }
                              }
                            },
                            "dataPresentationSetting": {
                              "type": "object",
                              "properties": {
                                "formatNumbers": {
                                  "type": "boolean"
                                },
                                "precision": {
                                  "type": "number"
                                }
                              }
                            },
                            "tableSetting": {
                              "type": "object",
                              "properties": {
                                "blockVis": {
                                  "type": "boolean"
                                },
                                "hideHeaders": {
                                  "type": "boolean"
                                },
                                "wrapCells": {
                                  "type": "boolean"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "name": "string",
                  "resource": {
                    "deviceId": 1,
                    "ids": [
                      7,
                      5,
                      10,
                      4,
                      7,
                      3,
                      7,
                      3
                    ],
                    "type": "ObjectGroup"
                  },
                  "visualization": {
                    "table": {
                      "columnSetting": {
                        "exclude": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "include": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ]
                      },
                      "csvSetting": {
                        "expandTimeseries": true,
                        "formatTimestamp": false
                      },
                      "dataPresentationSetting": {
                        "formatNumbers": true,
                        "precision": 9
                      },
                      "tableSetting": {
                        "blockVis": false,
                        "hideHeaders": false,
                        "wrapCells": true
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/api/v1/maps/{id}": {
      "patch": {
        "tags": [
          "map"
        ],
        "operationId": "partiallyUpdateStatusMapById",
        "description": "The parameters and request body are for method: partiallyUpdateStatusMapById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "connections": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "data": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "deviceId": {
                                  "type": "number"
                                },
                                "elementId": {
                                  "type": "number"
                                },
                                "pluginId": {
                                  "type": "number"
                                },
                                "reportId": {
                                  "type": "number"
                                }
                              }
                            }
                          },
                          "id": {
                            "type": "number"
                          },
                          "nodeAId": {
                            "type": "number"
                          },
                          "nodeBId": {
                            "type": "number"
                          },
                          "type": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "id": {
                      "type": "number"
                    },
                    "imageId": {
                      "type": "number"
                    },
                    "imageMimeType": {
                      "type": "string"
                    },
                    "imageName": {
                      "type": "string"
                    },
                    "imageSize": {
                      "type": "number"
                    },
                    "name": {
                      "type": "string"
                    },
                    "nodes": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "data": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "deviceId": {
                                  "type": "number"
                                },
                                "elementId": {
                                  "type": "number"
                                },
                                "pluginId": {
                                  "type": "number"
                                },
                                "reportId": {
                                  "type": "number"
                                }
                              }
                            }
                          },
                          "id": {
                            "type": "number"
                          },
                          "name": {
                            "type": "string"
                          },
                          "type": {
                            "type": "string"
                          },
                          "x": {
                            "type": "number"
                          },
                          "y": {
                            "type": "number"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "connections": [
                    {
                      "data": [
                        {
                          "deviceId": 8,
                          "elementId": 6,
                          "pluginId": 9,
                          "reportId": 3
                        },
                        {
                          "deviceId": 7,
                          "elementId": 9,
                          "pluginId": 1,
                          "reportId": 3
                        },
                        {
                          "deviceId": 8,
                          "elementId": 1,
                          "pluginId": 4,
                          "reportId": 10
                        },
                        {
                          "deviceId": 1,
                          "elementId": 1,
                          "pluginId": 9,
                          "reportId": 8
                        }
                      ],
                      "id": 9,
                      "nodeAId": 1,
                      "nodeBId": 8,
                      "type": "Object"
                    },
                    {
                      "data": [
                        {
                          "deviceId": 4,
                          "elementId": 3,
                          "pluginId": 8,
                          "reportId": 6
                        },
                        {
                          "deviceId": 9,
                          "elementId": 3,
                          "pluginId": 1,
                          "reportId": 8
                        },
                        {
                          "deviceId": 1,
                          "elementId": 8,
                          "pluginId": 5,
                          "reportId": 1
                        },
                        {
                          "deviceId": 5,
                          "elementId": 4,
                          "pluginId": 2,
                          "reportId": 8
                        },
                        {
                          "deviceId": 5,
                          "elementId": 3,
                          "pluginId": 9,
                          "reportId": 6
                        },
                        {
                          "deviceId": 8,
                          "elementId": 5,
                          "pluginId": 3,
                          "reportId": 1
                        },
                        {
                          "deviceId": 6,
                          "elementId": 5,
                          "pluginId": 2,
                          "reportId": 3
                        }
                      ],
                      "id": 4,
                      "nodeAId": 3,
                      "nodeBId": 5,
                      "type": "ObjectGroup"
                    },
                    {
                      "data": [
                        {
                          "deviceId": 9,
                          "elementId": 5,
                          "pluginId": 2,
                          "reportId": 9
                        },
                        {
                          "deviceId": 4,
                          "elementId": 4,
                          "pluginId": 8,
                          "reportId": 1
                        },
                        {
                          "deviceId": 3,
                          "elementId": 2,
                          "pluginId": 10,
                          "reportId": 9
                        },
                        {
                          "deviceId": 10,
                          "elementId": 9,
                          "pluginId": 9,
                          "reportId": 10
                        },
                        {
                          "deviceId": 1,
                          "elementId": 8,
                          "pluginId": 10,
                          "reportId": 9
                        },
                        {
                          "deviceId": 9,
                          "elementId": 8,
                          "pluginId": 5,
                          "reportId": 3
                        },
                        {
                          "deviceId": 9,
                          "elementId": 10,
                          "pluginId": 7,
                          "reportId": 4
                        },
                        {
                          "deviceId": 10,
                          "elementId": 2,
                          "pluginId": 4,
                          "reportId": 1
                        }
                      ],
                      "id": 4,
                      "nodeAId": 1,
                      "nodeBId": 6,
                      "type": "Object"
                    },
                    {
                      "data": [
                        {
                          "deviceId": 8,
                          "elementId": 4,
                          "pluginId": 3,
                          "reportId": 4
                        },
                        {
                          "deviceId": 9,
                          "elementId": 7,
                          "pluginId": 7,
                          "reportId": 3
                        },
                        {
                          "deviceId": 1,
                          "elementId": 9,
                          "pluginId": 5,
                          "reportId": 4
                        },
                        {
                          "deviceId": 6,
                          "elementId": 9,
                          "pluginId": 9,
                          "reportId": 9
                        },
                        {
                          "deviceId": 7,
                          "elementId": 5,
                          "pluginId": 2,
                          "reportId": 1
                        },
                        {
                          "deviceId": 8,
                          "elementId": 4,
                          "pluginId": 2,
                          "reportId": 8
                        },
                        {
                          "deviceId": 7,
                          "elementId": 10,
                          "pluginId": 10,
                          "reportId": 10
                        },
                        {
                          "deviceId": 3,
                          "elementId": 1,
                          "pluginId": 1,
                          "reportId": 7
                        },
                        {
                          "deviceId": 10,
                          "elementId": 6,
                          "pluginId": 1,
                          "reportId": 3
                        },
                        {
                          "deviceId": 8,
                          "elementId": 5,
                          "pluginId": 5,
                          "reportId": 1
                        }
                      ],
                      "id": 3,
                      "nodeAId": 10,
                      "nodeBId": 8,
                      "type": "Device"
                    },
                    {
                      "data": [
                        {
                          "deviceId": 1,
                          "elementId": 9,
                          "pluginId": 1,
                          "reportId": 5
                        }
                      ],
                      "id": 10,
                      "nodeAId": 2,
                      "nodeBId": 9,
                      "type": "Device"
                    },
                    {
                      "data": [
                        {
                          "deviceId": 3,
                          "elementId": 10,
                          "pluginId": 6,
                          "reportId": 3
                        }
                      ],
                      "id": 3,
                      "nodeAId": 10,
                      "nodeBId": 7,
                      "type": "StatusMap"
                    },
                    {
                      "data": [
                        {
                          "deviceId": 7,
                          "elementId": 9,
                          "pluginId": 2,
                          "reportId": 6
                        },
                        {
                          "deviceId": 4,
                          "elementId": 7,
                          "pluginId": 7,
                          "reportId": 3
                        },
                        {
                          "deviceId": 9,
                          "elementId": 10,
                          "pluginId": 3,
                          "reportId": 7
                        }
                      ],
                      "id": 9,
                      "nodeAId": 1,
                      "nodeBId": 2,
                      "type": "StatusMap"
                    },
                    {
                      "data": [
                        {
                          "deviceId": 7,
                          "elementId": 4,
                          "pluginId": 5,
                          "reportId": 1
                        },
                        {
                          "deviceId": 6,
                          "elementId": 7,
                          "pluginId": 3,
                          "reportId": 7
                        },
                        {
                          "deviceId": 2,
                          "elementId": 5,
                          "pluginId": 10,
                          "reportId": 6
                        }
                      ],
                      "id": 8,
                      "nodeAId": 7,
                      "nodeBId": 2,
                      "type": "StatusMap"
                    },
                    {
                      "data": [
                        {
                          "deviceId": 7,
                          "elementId": 8,
                          "pluginId": 10,
                          "reportId": 4
                        },
                        {
                          "deviceId": 6,
                          "elementId": 10,
                          "pluginId": 4,
                          "reportId": 7
                        },
                        {
                          "deviceId": 9,
                          "elementId": 8,
                          "pluginId": 4,
                          "reportId": 8
                        },
                        {
                          "deviceId": 4,
                          "elementId": 1,
                          "pluginId": 5,
                          "reportId": 2
                        },
                        {
                          "deviceId": 7,
                          "elementId": 5,
                          "pluginId": 5,
                          "reportId": 1
                        },
                        {
                          "deviceId": 7,
                          "elementId": 10,
                          "pluginId": 8,
                          "reportId": 9
                        }
                      ],
                      "id": 4,
                      "nodeAId": 9,
                      "nodeBId": 5,
                      "type": "Object"
                    }
                  ],
                  "id": 8,
                  "imageId": 5,
                  "imageMimeType": "string",
                  "imageName": "string",
                  "imageSize": 5,
                  "name": "string",
                  "nodes": [
                    {
                      "data": [
                        {
                          "deviceId": 9,
                          "elementId": 9,
                          "pluginId": 6,
                          "reportId": 5
                        },
                        {
                          "deviceId": 7,
                          "elementId": 2,
                          "pluginId": 1,
                          "reportId": 6
                        }
                      ],
                      "id": 3,
                      "name": "string",
                      "type": "StatusMap",
                      "x": 1,
                      "y": 4
                    },
                    {
                      "data": [
                        {
                          "deviceId": 5,
                          "elementId": 7,
                          "pluginId": 5,
                          "reportId": 5
                        },
                        {
                          "deviceId": 8,
                          "elementId": 6,
                          "pluginId": 3,
                          "reportId": 4
                        },
                        {
                          "deviceId": 9,
                          "elementId": 10,
                          "pluginId": 6,
                          "reportId": 6
                        },
                        {
                          "deviceId": 7,
                          "elementId": 8,
                          "pluginId": 6,
                          "reportId": 8
                        },
                        {
                          "deviceId": 4,
                          "elementId": 7,
                          "pluginId": 3,
                          "reportId": 5
                        }
                      ],
                      "id": 2,
                      "name": "string",
                      "type": "ObjectGroup",
                      "x": 1,
                      "y": 9
                    },
                    {
                      "data": [
                        {
                          "deviceId": 5,
                          "elementId": 6,
                          "pluginId": 4,
                          "reportId": 4
                        },
                        {
                          "deviceId": 4,
                          "elementId": 6,
                          "pluginId": 9,
                          "reportId": 10
                        },
                        {
                          "deviceId": 10,
                          "elementId": 3,
                          "pluginId": 9,
                          "reportId": 2
                        },
                        {
                          "deviceId": 2,
                          "elementId": 8,
                          "pluginId": 6,
                          "reportId": 2
                        },
                        {
                          "deviceId": 2,
                          "elementId": 7,
                          "pluginId": 8,
                          "reportId": 10
                        }
                      ],
                      "id": 5,
                      "name": "string",
                      "type": "DeviceGroup",
                      "x": 1,
                      "y": 7
                    },
                    {
                      "data": [
                        {
                          "deviceId": 6,
                          "elementId": 1,
                          "pluginId": 9,
                          "reportId": 7
                        },
                        {
                          "deviceId": 2,
                          "elementId": 8,
                          "pluginId": 5,
                          "reportId": 6
                        },
                        {
                          "deviceId": 8,
                          "elementId": 6,
                          "pluginId": 7,
                          "reportId": 10
                        },
                        {
                          "deviceId": 5,
                          "elementId": 5,
                          "pluginId": 5,
                          "reportId": 3
                        },
                        {
                          "deviceId": 3,
                          "elementId": 10,
                          "pluginId": 1,
                          "reportId": 8
                        },
                        {
                          "deviceId": 2,
                          "elementId": 1,
                          "pluginId": 2,
                          "reportId": 9
                        },
                        {
                          "deviceId": 9,
                          "elementId": 5,
                          "pluginId": 9,
                          "reportId": 3
                        },
                        {
                          "deviceId": 9,
                          "elementId": 5,
                          "pluginId": 3,
                          "reportId": 4
                        }
                      ],
                      "id": 4,
                      "name": "string",
                      "type": "Object",
                      "x": 2,
                      "y": 9
                    },
                    {
                      "data": [
                        {
                          "deviceId": 8,
                          "elementId": 2,
                          "pluginId": 10,
                          "reportId": 10
                        }
                      ],
                      "id": 5,
                      "name": "string",
                      "type": "StatusMap",
                      "x": 1,
                      "y": 5
                    },
                    {
                      "data": [
                        {
                          "deviceId": 9,
                          "elementId": 5,
                          "pluginId": 4,
                          "reportId": 1
                        },
                        {
                          "deviceId": 2,
                          "elementId": 9,
                          "pluginId": 8,
                          "reportId": 10
                        }
                      ],
                      "id": 10,
                      "name": "string",
                      "type": "ObjectGroup",
                      "x": 3,
                      "y": 6
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/api/v1/reports/attachments/devices/filters/schema": {
      "get": {
        "tags": [
          "ReportAttachmentsDevices"
        ],
        "operationId": "getDeviceAttachmentFilterSchema",
        "description": "The parameters and request body are for method: getDeviceAttachmentFilterSchema. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "filters": {
                      "type": "object"
                    },
                    "operations": {
                      "type": "object"
                    }
                  }
                },
                "example": {
                  "filters": {},
                  "operations": {}
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/api/v1/reports/attachments/devices/{id}/filters": {
      "get": {
        "tags": [
          "ReportAttachmentsDevices"
        ],
        "operationId": "getDeviceAttachmentFilters",
        "description": "The parameters and request body are for method: getDeviceAttachmentFilters. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "empty": {
                      "type": "boolean"
                    },
                    "expression": {
                      "type": "string"
                    },
                    "filters": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "operation": {
                            "type": "string"
                          },
                          "values": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "empty": false,
                  "expression": "string",
                  "filters": [
                    {
                      "id": "string",
                      "name": "string",
                      "operation": "string",
                      "values": [
                        "string",
                        "string",
                        "string",
                        "string"
                      ]
                    },
                    {
                      "id": "string",
                      "name": "string",
                      "operation": "string",
                      "values": [
                        "string",
                        "string"
                      ]
                    },
                    {
                      "id": "string",
                      "name": "string",
                      "operation": "string",
                      "values": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ]
                    },
                    {
                      "id": "string",
                      "name": "string",
                      "operation": "string",
                      "values": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ]
                    },
                    {
                      "id": "string",
                      "name": "string",
                      "operation": "string",
                      "values": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ]
                    },
                    {
                      "id": "string",
                      "name": "string",
                      "operation": "string",
                      "values": [
                        "string",
                        "string",
                        "string"
                      ]
                    },
                    {
                      "id": "string",
                      "name": "string",
                      "operation": "string",
                      "values": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "ReportAttachmentsDevices"
        ],
        "operationId": "updateDeviceAttachmentFilters",
        "description": "The parameters and request body are for method: updateDeviceAttachmentFilters. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "empty": {
                      "type": "boolean"
                    },
                    "expression": {
                      "type": "string"
                    },
                    "filters": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "operation": {
                            "type": "string"
                          },
                          "values": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "empty": false,
                  "expression": "string",
                  "filters": [
                    {
                      "id": "string",
                      "name": "string",
                      "operation": "string",
                      "values": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ]
                    },
                    {
                      "id": "string",
                      "name": "string",
                      "operation": "string",
                      "values": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/api/v1/reports/attachments/devices/{id}/resources": {
      "get": {
        "tags": [
          "ReportAttachmentsDevices"
        ],
        "operationId": "getDeviceAttachment",
        "description": "The parameters and request body are for method: getDeviceAttachment. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ids": {
                      "type": "array",
                      "items": {
                        "type": "number"
                      }
                    },
                    "type": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "ids": [
                    1,
                    3,
                    10,
                    10,
                    5,
                    4,
                    2
                  ],
                  "type": "Everything"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "ReportAttachmentsDevices"
        ],
        "operationId": "updateDeviceAttachment",
        "description": "The parameters and request body are for method: updateDeviceAttachment. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ids": {
                      "type": "array",
                      "items": {
                        "type": "number"
                      }
                    },
                    "type": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "ids": [
                    7
                  ],
                  "type": "DeviceGroup"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/api/v1/reports/attachments/devices/{id}/settings": {
      "get": {
        "tags": [
          "ReportAttachmentsDevices"
        ],
        "operationId": "getDeviceAttachmentSettings",
        "description": "The parameters and request body are for method: getDeviceAttachmentSettings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "resultLimitSetting": {
                      "type": "object",
                      "properties": {
                        "resultLimit": {
                          "type": "number"
                        }
                      }
                    },
                    "sourceFieldsSetting": {
                      "type": "object",
                      "properties": {
                        "fields": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        },
                        "sort": {
                          "type": "array",
                          "items": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "resultLimitSetting": {
                    "resultLimit": 8
                  },
                  "sourceFieldsSetting": {
                    "fields": [
                      "string",
                      "string",
                      "string"
                    ],
                    "sort": [
                      [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      [
                        "string"
                      ],
                      [
                        "string"
                      ],
                      [
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      [
                        "string",
                        "string"
                      ],
                      [
                        "string",
                        "string",
                        "string"
                      ]
                    ]
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "ReportAttachmentsDevices"
        ],
        "operationId": "updateDeviceAttachmentSettings",
        "description": "The parameters and request body are for method: updateDeviceAttachmentSettings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "resultLimitSetting": {
                      "type": "object",
                      "properties": {
                        "resultLimit": {
                          "type": "number"
                        }
                      }
                    },
                    "sourceFieldsSetting": {
                      "type": "object",
                      "properties": {
                        "fields": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        },
                        "sort": {
                          "type": "array",
                          "items": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "resultLimitSetting": {
                    "resultLimit": 4
                  },
                  "sourceFieldsSetting": {
                    "fields": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "sort": [
                      [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      [
                        "string",
                        "string",
                        "string"
                      ],
                      [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      [
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      [
                        "string"
                      ]
                    ]
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/api/v1/reports/attachments/devices/{id}/visualizations": {
      "get": {
        "tags": [
          "ReportAttachmentsDevices"
        ],
        "operationId": "getDeviceAttachmentVisualization",
        "description": "The parameters and request body are for method: getDeviceAttachmentVisualization. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "table": {
                      "type": "object",
                      "properties": {
                        "columnSetting": {
                          "type": "object",
                          "properties": {
                            "exclude": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            },
                            "include": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            }
                          }
                        },
                        "csvSetting": {
                          "type": "object",
                          "properties": {
                            "expandTimeseries": {
                              "type": "boolean"
                            },
                            "formatTimestamp": {
                              "type": "boolean"
                            }
                          }
                        },
                        "dataPresentationSetting": {
                          "type": "object",
                          "properties": {
                            "formatNumbers": {
                              "type": "boolean"
                            },
                            "precision": {
                              "type": "number"
                            }
                          }
                        },
                        "tableSetting": {
                          "type": "object",
                          "properties": {
                            "blockVis": {
                              "type": "boolean"
                            },
                            "hideHeaders": {
                              "type": "boolean"
                            },
                            "wrapCells": {
                              "type": "boolean"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "table": {
                    "columnSetting": {
                      "exclude": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "include": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ]
                    },
                    "csvSetting": {
                      "expandTimeseries": false,
                      "formatTimestamp": false
                    },
                    "dataPresentationSetting": {
                      "formatNumbers": false,
                      "precision": 2
                    },
                    "tableSetting": {
                      "blockVis": false,
                      "hideHeaders": true,
                      "wrapCells": false
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "ReportAttachmentsDevices"
        ],
        "operationId": "updateDeviceAttachmentVisualization",
        "description": "The parameters and request body are for method: updateDeviceAttachmentVisualization. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "table": {
                      "type": "object",
                      "properties": {
                        "columnSetting": {
                          "type": "object",
                          "properties": {
                            "exclude": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            },
                            "include": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            }
                          }
                        },
                        "csvSetting": {
                          "type": "object",
                          "properties": {
                            "expandTimeseries": {
                              "type": "boolean"
                            },
                            "formatTimestamp": {
                              "type": "boolean"
                            }
                          }
                        },
                        "dataPresentationSetting": {
                          "type": "object",
                          "properties": {
                            "formatNumbers": {
                              "type": "boolean"
                            },
                            "precision": {
                              "type": "number"
                            }
                          }
                        },
                        "tableSetting": {
                          "type": "object",
                          "properties": {
                            "blockVis": {
                              "type": "boolean"
                            },
                            "hideHeaders": {
                              "type": "boolean"
                            },
                            "wrapCells": {
                              "type": "boolean"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "table": {
                    "columnSetting": {
                      "exclude": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "include": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ]
                    },
                    "csvSetting": {
                      "expandTimeseries": true,
                      "formatTimestamp": false
                    },
                    "dataPresentationSetting": {
                      "formatNumbers": false,
                      "precision": 6
                    },
                    "tableSetting": {
                      "blockVis": true,
                      "hideHeaders": true,
                      "wrapCells": true
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/api/v1/reports/{id}/attachments/devices": {
      "post": {
        "tags": [
          "ReportAttachmentsDevices"
        ],
        "operationId": "createDeviceAttachment",
        "description": "The parameters and request body are for method: createDeviceAttachment. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "resource": {
                      "type": "object",
                      "properties": {
                        "ids": {
                          "type": "array",
                          "items": {
                            "type": "number"
                          }
                        },
                        "type": {
                          "type": "string"
                        }
                      }
                    },
                    "settings": {
                      "type": "object",
                      "properties": {
                        "resultLimitSetting": {
                          "type": "object",
                          "properties": {
                            "resultLimit": {
                              "type": "number"
                            }
                          }
                        },
                        "sourceFieldsSetting": {
                          "type": "object",
                          "properties": {
                            "fields": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            },
                            "sort": {
                              "type": "array",
                              "items": {
                                "type": "array",
                                "items": {
                                  "type": "string"
                                }
                              }
                            }
                          }
                        }
                      }
                    },
                    "visualization": {
                      "type": "object",
                      "properties": {
                        "table": {
                          "type": "object",
                          "properties": {
                            "columnSetting": {
                              "type": "object",
                              "properties": {
                                "exclude": {
                                  "type": "array",
                                  "items": {
                                    "type": "string"
                                  }
                                },
                                "include": {
                                  "type": "array",
                                  "items": {
                                    "type": "string"
                                  }
                                }
                              }
                            },
                            "csvSetting": {
                              "type": "object",
                              "properties": {
                                "expandTimeseries": {
                                  "type": "boolean"
                                },
                                "formatTimestamp": {
                                  "type": "boolean"
                                }
                              }
                            },
                            "dataPresentationSetting": {
                              "type": "object",
                              "properties": {
                                "formatNumbers": {
                                  "type": "boolean"
                                },
                                "precision": {
                                  "type": "number"
                                }
                              }
                            },
                            "tableSetting": {
                              "type": "object",
                              "properties": {
                                "blockVis": {
                                  "type": "boolean"
                                },
                                "hideHeaders": {
                                  "type": "boolean"
                                },
                                "wrapCells": {
                                  "type": "boolean"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "name": "string",
                  "resource": {
                    "ids": [
                      1,
                      6,
                      10
                    ],
                    "type": "Device"
                  },
                  "settings": {
                    "resultLimitSetting": {
                      "resultLimit": 5
                    },
                    "sourceFieldsSetting": {
                      "fields": [
                        "string"
                      ],
                      "sort": [
                        [
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        [
                          "string",
                          "string"
                        ]
                      ]
                    }
                  },
                  "visualization": {
                    "table": {
                      "columnSetting": {
                        "exclude": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "include": [
                          "string"
                        ]
                      },
                      "csvSetting": {
                        "expandTimeseries": false,
                        "formatTimestamp": true
                      },
                      "dataPresentationSetting": {
                        "formatNumbers": true,
                        "precision": 9
                      },
                      "tableSetting": {
                        "blockVis": false,
                        "hideHeaders": true,
                        "wrapCells": false
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/api/v1/reports/attachments/devicegroups/{id}/resources": {
      "get": {
        "tags": [
          "ReportAttachmentsDeviceGroups"
        ],
        "operationId": "getDeviceGroupsAttachment",
        "description": "The parameters and request body are for method: getDeviceGroupsAttachment. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ids": {
                      "type": "array",
                      "items": {
                        "type": "number"
                      }
                    },
                    "type": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "ids": [
                    6,
                    4,
                    10,
                    5,
                    5,
                    3,
                    4
                  ],
                  "type": "DeviceGroup"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "ReportAttachmentsDeviceGroups"
        ],
        "operationId": "updateDeviceGroupsAttachment",
        "description": "The parameters and request body are for method: updateDeviceGroupsAttachment. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ids": {
                      "type": "array",
                      "items": {
                        "type": "number"
                      }
                    },
                    "type": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "ids": [
                    5,
                    3,
                    9,
                    6
                  ],
                  "type": "Everything"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/api/v1/reports/attachments/devicegroups/{id}/visualizations": {
      "get": {
        "tags": [
          "ReportAttachmentsDeviceGroups"
        ],
        "operationId": "getDeviceGroupsAttachmentVisualization",
        "description": "The parameters and request body are for method: getDeviceGroupsAttachmentVisualization. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "table": {
                      "type": "object",
                      "properties": {
                        "columnSetting": {
                          "type": "object",
                          "properties": {
                            "exclude": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            },
                            "include": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            }
                          }
                        },
                        "csvSetting": {
                          "type": "object",
                          "properties": {
                            "expandTimeseries": {
                              "type": "boolean"
                            },
                            "formatTimestamp": {
                              "type": "boolean"
                            }
                          }
                        },
                        "dataPresentationSetting": {
                          "type": "object",
                          "properties": {
                            "formatNumbers": {
                              "type": "boolean"
                            },
                            "precision": {
                              "type": "number"
                            }
                          }
                        },
                        "tableSetting": {
                          "type": "object",
                          "properties": {
                            "blockVis": {
                              "type": "boolean"
                            },
                            "hideHeaders": {
                              "type": "boolean"
                            },
                            "wrapCells": {
                              "type": "boolean"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "table": {
                    "columnSetting": {
                      "exclude": [
                        "string"
                      ],
                      "include": [
                        "string",
                        "string",
                        "string",
                        "string"
                      ]
                    },
                    "csvSetting": {
                      "expandTimeseries": true,
                      "formatTimestamp": true
                    },
                    "dataPresentationSetting": {
                      "formatNumbers": true,
                      "precision": 7
                    },
                    "tableSetting": {
                      "blockVis": false,
                      "hideHeaders": false,
                      "wrapCells": false
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "ReportAttachmentsDeviceGroups"
        ],
        "operationId": "updateDeviceGroupsAttachmentVisualization",
        "description": "The parameters and request body are for method: updateDeviceGroupsAttachmentVisualization. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "table": {
                      "type": "object",
                      "properties": {
                        "columnSetting": {
                          "type": "object",
                          "properties": {
                            "exclude": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            },
                            "include": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            }
                          }
                        },
                        "csvSetting": {
                          "type": "object",
                          "properties": {
                            "expandTimeseries": {
                              "type": "boolean"
                            },
                            "formatTimestamp": {
                              "type": "boolean"
                            }
                          }
                        },
                        "dataPresentationSetting": {
                          "type": "object",
                          "properties": {
                            "formatNumbers": {
                              "type": "boolean"
                            },
                            "precision": {
                              "type": "number"
                            }
                          }
                        },
                        "tableSetting": {
                          "type": "object",
                          "properties": {
                            "blockVis": {
                              "type": "boolean"
                            },
                            "hideHeaders": {
                              "type": "boolean"
                            },
                            "wrapCells": {
                              "type": "boolean"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "table": {
                    "columnSetting": {
                      "exclude": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "include": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ]
                    },
                    "csvSetting": {
                      "expandTimeseries": true,
                      "formatTimestamp": true
                    },
                    "dataPresentationSetting": {
                      "formatNumbers": false,
                      "precision": 1
                    },
                    "tableSetting": {
                      "blockVis": false,
                      "hideHeaders": false,
                      "wrapCells": false
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/api/v1/reports/{id}/attachments/devicegroups": {
      "post": {
        "tags": [
          "ReportAttachmentsDeviceGroups"
        ],
        "operationId": "createDeviceGroupsAttachment",
        "description": "The parameters and request body are for method: createDeviceGroupsAttachment. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "resource": {
                      "type": "object",
                      "properties": {
                        "ids": {
                          "type": "array",
                          "items": {
                            "type": "number"
                          }
                        },
                        "type": {
                          "type": "string"
                        }
                      }
                    },
                    "visualization": {
                      "type": "object",
                      "properties": {
                        "table": {
                          "type": "object",
                          "properties": {
                            "columnSetting": {
                              "type": "object",
                              "properties": {
                                "exclude": {
                                  "type": "array",
                                  "items": {
                                    "type": "string"
                                  }
                                },
                                "include": {
                                  "type": "array",
                                  "items": {
                                    "type": "string"
                                  }
                                }
                              }
                            },
                            "csvSetting": {
                              "type": "object",
                              "properties": {
                                "expandTimeseries": {
                                  "type": "boolean"
                                },
                                "formatTimestamp": {
                                  "type": "boolean"
                                }
                              }
                            },
                            "dataPresentationSetting": {
                              "type": "object",
                              "properties": {
                                "formatNumbers": {
                                  "type": "boolean"
                                },
                                "precision": {
                                  "type": "number"
                                }
                              }
                            },
                            "tableSetting": {
                              "type": "object",
                              "properties": {
                                "blockVis": {
                                  "type": "boolean"
                                },
                                "hideHeaders": {
                                  "type": "boolean"
                                },
                                "wrapCells": {
                                  "type": "boolean"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "name": "string",
                  "resource": {
                    "ids": [
                      3,
                      7,
                      10,
                      4,
                      10,
                      9
                    ],
                    "type": "Device"
                  },
                  "visualization": {
                    "table": {
                      "columnSetting": {
                        "exclude": [
                          "string",
                          "string"
                        ],
                        "include": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ]
                      },
                      "csvSetting": {
                        "expandTimeseries": false,
                        "formatTimestamp": false
                      },
                      "dataPresentationSetting": {
                        "formatNumbers": true,
                        "precision": 8
                      },
                      "tableSetting": {
                        "blockVis": true,
                        "hideHeaders": false,
                        "wrapCells": true
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/api/v1/reports/attachments/metadata/{id}/resources": {
      "get": {
        "tags": [
          "ReportAttachmentsMetadata"
        ],
        "operationId": "getMetadataAttachmentResources",
        "description": "The parameters and request body are for method: getMetadataAttachmentResources. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "deviceId": {
                      "type": "number"
                    },
                    "ids": {
                      "type": "array",
                      "items": {
                        "type": "number"
                      }
                    },
                    "type": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "deviceId": 3,
                  "ids": [
                    6,
                    2,
                    8,
                    7,
                    2,
                    1
                  ],
                  "type": "ObjectGroup"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "ReportAttachmentsMetadata"
        ],
        "operationId": "updateMetadataAttachmentResources",
        "description": "The parameters and request body are for method: updateMetadataAttachmentResources. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "deviceId": {
                      "type": "number"
                    },
                    "ids": {
                      "type": "array",
                      "items": {
                        "type": "number"
                      }
                    },
                    "type": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "deviceId": 1,
                  "ids": [
                    7,
                    2,
                    6
                  ],
                  "type": "Object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/api/v1/reports/attachments/metadata/{id}/visualizations": {
      "get": {
        "tags": [
          "ReportAttachmentsMetadata"
        ],
        "operationId": "getMetadataAttachmentVisualizationSettings",
        "description": "The parameters and request body are for method: getMetadataAttachmentVisualizationSettings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "table": {
                      "type": "object",
                      "properties": {
                        "columnSetting": {
                          "type": "object",
                          "properties": {
                            "exclude": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            },
                            "include": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            }
                          }
                        },
                        "csvSetting": {
                          "type": "object",
                          "properties": {
                            "expandTimeseries": {
                              "type": "boolean"
                            },
                            "formatTimestamp": {
                              "type": "boolean"
                            }
                          }
                        },
                        "dataPresentationSetting": {
                          "type": "object",
                          "properties": {
                            "formatNumbers": {
                              "type": "boolean"
                            },
                            "precision": {
                              "type": "number"
                            }
                          }
                        },
                        "tableSetting": {
                          "type": "object",
                          "properties": {
                            "blockVis": {
                              "type": "boolean"
                            },
                            "hideHeaders": {
                              "type": "boolean"
                            },
                            "wrapCells": {
                              "type": "boolean"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "table": {
                    "columnSetting": {
                      "exclude": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "include": [
                        "string",
                        "string",
                        "string",
                        "string"
                      ]
                    },
                    "csvSetting": {
                      "expandTimeseries": true,
                      "formatTimestamp": false
                    },
                    "dataPresentationSetting": {
                      "formatNumbers": true,
                      "precision": 5
                    },
                    "tableSetting": {
                      "blockVis": true,
                      "hideHeaders": false,
                      "wrapCells": true
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "ReportAttachmentsMetadata"
        ],
        "operationId": "updateMetadataAttachmentVisualizationSettings",
        "description": "The parameters and request body are for method: updateMetadataAttachmentVisualizationSettings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "table": {
                      "type": "object",
                      "properties": {
                        "columnSetting": {
                          "type": "object",
                          "properties": {
                            "exclude": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            },
                            "include": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            }
                          }
                        },
                        "csvSetting": {
                          "type": "object",
                          "properties": {
                            "expandTimeseries": {
                              "type": "boolean"
                            },
                            "formatTimestamp": {
                              "type": "boolean"
                            }
                          }
                        },
                        "dataPresentationSetting": {
                          "type": "object",
                          "properties": {
                            "formatNumbers": {
                              "type": "boolean"
                            },
                            "precision": {
                              "type": "number"
                            }
                          }
                        },
                        "tableSetting": {
                          "type": "object",
                          "properties": {
                            "blockVis": {
                              "type": "boolean"
                            },
                            "hideHeaders": {
                              "type": "boolean"
                            },
                            "wrapCells": {
                              "type": "boolean"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "table": {
                    "columnSetting": {
                      "exclude": [
                        "string",
                        "string",
                        "string"
                      ],
                      "include": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ]
                    },
                    "csvSetting": {
                      "expandTimeseries": true,
                      "formatTimestamp": false
                    },
                    "dataPresentationSetting": {
                      "formatNumbers": false,
                      "precision": 7
                    },
                    "tableSetting": {
                      "blockVis": false,
                      "hideHeaders": false,
                      "wrapCells": true
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "ReportAttachmentsMetadata"
        ],
        "operationId": "partiallyUpdateMetadataAttachmentVisualizationSettings",
        "description": "The parameters and request body are for method: partiallyUpdateMetadataAttachmentVisualizationSettings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "table": {
                      "type": "object",
                      "properties": {
                        "columnSetting": {
                          "type": "object",
                          "properties": {
                            "exclude": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            },
                            "include": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            }
                          }
                        },
                        "csvSetting": {
                          "type": "object",
                          "properties": {
                            "expandTimeseries": {
                              "type": "boolean"
                            },
                            "formatTimestamp": {
                              "type": "boolean"
                            }
                          }
                        },
                        "dataPresentationSetting": {
                          "type": "object",
                          "properties": {
                            "formatNumbers": {
                              "type": "boolean"
                            },
                            "precision": {
                              "type": "number"
                            }
                          }
                        },
                        "tableSetting": {
                          "type": "object",
                          "properties": {
                            "blockVis": {
                              "type": "boolean"
                            },
                            "hideHeaders": {
                              "type": "boolean"
                            },
                            "wrapCells": {
                              "type": "boolean"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "table": {
                    "columnSetting": {
                      "exclude": [
                        "string",
                        "string"
                      ],
                      "include": [
                        "string",
                        "string"
                      ]
                    },
                    "csvSetting": {
                      "expandTimeseries": false,
                      "formatTimestamp": false
                    },
                    "dataPresentationSetting": {
                      "formatNumbers": false,
                      "precision": 3
                    },
                    "tableSetting": {
                      "blockVis": false,
                      "hideHeaders": true,
                      "wrapCells": true
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/api/v1/reports/{id}/attachments/metadata": {
      "post": {
        "tags": [
          "ReportAttachmentsMetadata"
        ],
        "operationId": "createMetadataAttachment",
        "description": "The parameters and request body are for method: createMetadataAttachment. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "resource": {
                      "type": "object",
                      "properties": {
                        "deviceId": {
                          "type": "number"
                        },
                        "ids": {
                          "type": "array",
                          "items": {
                            "type": "number"
                          }
                        },
                        "type": {
                          "type": "string"
                        }
                      }
                    },
                    "visualization": {
                      "type": "object",
                      "properties": {
                        "table": {
                          "type": "object",
                          "properties": {
                            "columnSetting": {
                              "type": "object",
                              "properties": {
                                "exclude": {
                                  "type": "array",
                                  "items": {
                                    "type": "string"
                                  }
                                },
                                "include": {
                                  "type": "array",
                                  "items": {
                                    "type": "string"
                                  }
                                }
                              }
                            },
                            "csvSetting": {
                              "type": "object",
                              "properties": {
                                "expandTimeseries": {
                                  "type": "boolean"
                                },
                                "formatTimestamp": {
                                  "type": "boolean"
                                }
                              }
                            },
                            "dataPresentationSetting": {
                              "type": "object",
                              "properties": {
                                "formatNumbers": {
                                  "type": "boolean"
                                },
                                "precision": {
                                  "type": "number"
                                }
                              }
                            },
                            "tableSetting": {
                              "type": "object",
                              "properties": {
                                "blockVis": {
                                  "type": "boolean"
                                },
                                "hideHeaders": {
                                  "type": "boolean"
                                },
                                "wrapCells": {
                                  "type": "boolean"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "name": "string",
                  "resource": {
                    "deviceId": 5,
                    "ids": [
                      8
                    ],
                    "type": "Object"
                  },
                  "visualization": {
                    "table": {
                      "columnSetting": {
                        "exclude": [
                          "string",
                          "string"
                        ],
                        "include": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ]
                      },
                      "csvSetting": {
                        "expandTimeseries": true,
                        "formatTimestamp": false
                      },
                      "dataPresentationSetting": {
                        "formatNumbers": false,
                        "precision": 9
                      },
                      "tableSetting": {
                        "blockVis": true,
                        "hideHeaders": false,
                        "wrapCells": true
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/api/v1/reports/attachments/performance-metrics/{id}/resources": {
      "get": {
        "tags": [
          "ReportAttachmentsPerformanceMetrics"
        ],
        "operationId": "getPerformanceMetricsAttachmentResources",
        "description": "The parameters and request body are for method: getPerformanceMetricsAttachmentResources. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "group": {
                      "type": "object",
                      "properties": {
                        "id": {
                          "type": "number"
                        },
                        "indicatorTypes": {
                          "type": "object",
                          "properties": {
                            "ids": {
                              "type": "array",
                              "items": {
                                "type": "number"
                              }
                            },
                            "objectTypeId": {
                              "type": "number"
                            },
                            "pluginId": {
                              "type": "number"
                            }
                          }
                        },
                        "type": {
                          "type": "string"
                        }
                      }
                    },
                    "indicators": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "deviceId": {
                            "type": "number"
                          },
                          "ids": {
                            "type": "array",
                            "items": {
                              "type": "number"
                            }
                          },
                          "objectId": {
                            "type": "number"
                          },
                          "pluginId": {
                            "type": "number"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "group": {
                    "id": 10,
                    "indicatorTypes": {
                      "ids": [
                        2,
                        9
                      ],
                      "objectTypeId": 7,
                      "pluginId": 6
                    },
                    "type": "DeviceGroup"
                  },
                  "indicators": [
                    {
                      "deviceId": 1,
                      "ids": [
                        2,
                        9,
                        6,
                        3,
                        4,
                        5,
                        1
                      ],
                      "objectId": 2,
                      "pluginId": 9
                    },
                    {
                      "deviceId": 6,
                      "ids": [
                        3,
                        1,
                        8,
                        3,
                        8
                      ],
                      "objectId": 10,
                      "pluginId": 1
                    },
                    {
                      "deviceId": 2,
                      "ids": [
                        7,
                        1,
                        3,
                        7
                      ],
                      "objectId": 8,
                      "pluginId": 7
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "ReportAttachmentsPerformanceMetrics"
        ],
        "operationId": "updatePerformanceMetricsAttachmentResources",
        "description": "The parameters and request body are for method: updatePerformanceMetricsAttachmentResources. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "group": {
                      "type": "object",
                      "properties": {
                        "id": {
                          "type": "number"
                        },
                        "indicatorTypes": {
                          "type": "object",
                          "properties": {
                            "ids": {
                              "type": "array",
                              "items": {
                                "type": "number"
                              }
                            },
                            "objectTypeId": {
                              "type": "number"
                            },
                            "pluginId": {
                              "type": "number"
                            }
                          }
                        },
                        "type": {
                          "type": "string"
                        }
                      }
                    },
                    "indicators": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "deviceId": {
                            "type": "number"
                          },
                          "ids": {
                            "type": "array",
                            "items": {
                              "type": "number"
                            }
                          },
                          "objectId": {
                            "type": "number"
                          },
                          "pluginId": {
                            "type": "number"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "group": {
                    "id": 6,
                    "indicatorTypes": {
                      "ids": [
                        7,
                        7,
                        10,
                        9
                      ],
                      "objectTypeId": 2,
                      "pluginId": 1
                    },
                    "type": "DeviceGroup"
                  },
                  "indicators": [
                    {
                      "deviceId": 1,
                      "ids": [
                        5,
                        10,
                        2,
                        4,
                        10,
                        10,
                        5,
                        3
                      ],
                      "objectId": 10,
                      "pluginId": 3
                    },
                    {
                      "deviceId": 7,
                      "ids": [
                        8,
                        5,
                        9,
                        5,
                        5,
                        7
                      ],
                      "objectId": 2,
                      "pluginId": 10
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/api/v1/reports/attachments/performance-metrics/{id}/settings": {
      "get": {
        "tags": [
          "ReportAttachmentsPerformanceMetrics"
        ],
        "operationId": "getPerformanceMetricsAttachmentSettings",
        "description": "The parameters and request body are for method: getPerformanceMetricsAttachmentSettings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "rawDataSetting": {
                      "type": "object",
                      "properties": {
                        "dataAggregationSetting": {
                          "type": "object",
                          "properties": {
                            "aggregationType": {
                              "type": "string"
                            },
                            "aggregationUnits": {
                              "type": "string"
                            },
                            "aggregationValue": {
                              "type": "number"
                            },
                            "useAggregation": {
                              "type": "boolean"
                            }
                          }
                        },
                        "rawDataSetting": {
                          "type": "object",
                          "properties": {
                            "fitTimeSpanTo": {
                              "type": "string"
                            },
                            "percentiles": {
                              "type": "number"
                            },
                            "projectionTime": {
                              "type": "number"
                            },
                            "reduceData": {
                              "type": "boolean"
                            },
                            "standardDeviation": {
                              "type": "number"
                            },
                            "timeOverTimeOnly": {
                              "type": "boolean"
                            },
                            "timeOverTimeType": {
                              "type": "string"
                            },
                            "timeOverTimeUnits": {
                              "type": "string"
                            },
                            "timeOverTimeValue": {
                              "type": "number"
                            },
                            "trend": {
                              "type": "string"
                            },
                            "trendType": {
                              "type": "string"
                            },
                            "useBaseline": {
                              "type": "boolean"
                            },
                            "usePercentiles": {
                              "type": "string"
                            },
                            "useTimeOverTime": {
                              "type": "boolean"
                            }
                          }
                        },
                        "unitsSetting": {
                          "type": "object",
                          "properties": {
                            "percentage": {
                              "type": "boolean"
                            },
                            "preferredUnits": {
                              "type": "string"
                            }
                          }
                        },
                        "workHoursSetting": {
                          "type": "object",
                          "properties": {
                            "customWorkhours": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "days": {
                                    "type": "object"
                                  },
                                  "startHour": {
                                    "type": "object"
                                  },
                                  "startMin": {
                                    "type": "object"
                                  },
                                  "endHour": {
                                    "type": "object"
                                  },
                                  "endMin": {
                                    "type": "object"
                                  }
                                }
                              }
                            },
                            "type": {
                              "type": "string"
                            },
                            "workHoursGroupId": {
                              "type": "number"
                            }
                          }
                        }
                      }
                    },
                    "sourceFields": {
                      "type": "object",
                      "properties": {
                        "fields": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        },
                        "sort": {
                          "type": "array",
                          "items": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "rawDataSetting": {
                    "dataAggregationSetting": {
                      "aggregationType": "autoBar",
                      "aggregationUnits": "week",
                      "aggregationValue": 3,
                      "useAggregation": false
                    },
                    "rawDataSetting": {
                      "fitTimeSpanTo": "days",
                      "percentiles": 4,
                      "projectionTime": 4,
                      "reduceData": false,
                      "standardDeviation": 3,
                      "timeOverTimeOnly": false,
                      "timeOverTimeType": "minimum",
                      "timeOverTimeUnits": "seconds",
                      "timeOverTimeValue": 3,
                      "trend": "projected",
                      "trendType": "exponential",
                      "useBaseline": false,
                      "usePercentiles": "string",
                      "useTimeOverTime": false
                    },
                    "unitsSetting": {
                      "percentage": true,
                      "preferredUnits": "bits"
                    },
                    "workHoursSetting": {
                      "customWorkhours": [
                        {
                          "days": {},
                          "startHour": {},
                          "startMin": {},
                          "endHour": {},
                          "endMin": {}
                        },
                        {
                          "days": {},
                          "startHour": {},
                          "startMin": {},
                          "endHour": {},
                          "endMin": {}
                        },
                        {
                          "days": {},
                          "startHour": {},
                          "startMin": {},
                          "endHour": {},
                          "endMin": {}
                        }
                      ],
                      "type": "system",
                      "workHoursGroupId": 6
                    }
                  },
                  "sourceFields": {
                    "fields": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "sort": [
                      [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ]
                    ]
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "ReportAttachmentsPerformanceMetrics"
        ],
        "operationId": "updatePerformanceMetricsAttachmentSettings",
        "description": "The parameters and request body are for method: updatePerformanceMetricsAttachmentSettings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "rawDataSetting": {
                      "type": "object",
                      "properties": {
                        "dataAggregationSetting": {
                          "type": "object",
                          "properties": {
                            "aggregationType": {
                              "type": "string"
                            },
                            "aggregationUnits": {
                              "type": "string"
                            },
                            "aggregationValue": {
                              "type": "number"
                            },
                            "useAggregation": {
                              "type": "boolean"
                            }
                          }
                        },
                        "rawDataSetting": {
                          "type": "object",
                          "properties": {
                            "fitTimeSpanTo": {
                              "type": "string"
                            },
                            "percentiles": {
                              "type": "number"
                            },
                            "projectionTime": {
                              "type": "number"
                            },
                            "reduceData": {
                              "type": "boolean"
                            },
                            "standardDeviation": {
                              "type": "number"
                            },
                            "timeOverTimeOnly": {
                              "type": "boolean"
                            },
                            "timeOverTimeType": {
                              "type": "string"
                            },
                            "timeOverTimeUnits": {
                              "type": "string"
                            },
                            "timeOverTimeValue": {
                              "type": "number"
                            },
                            "trend": {
                              "type": "string"
                            },
                            "trendType": {
                              "type": "string"
                            },
                            "useBaseline": {
                              "type": "boolean"
                            },
                            "usePercentiles": {
                              "type": "string"
                            },
                            "useTimeOverTime": {
                              "type": "boolean"
                            }
                          }
                        },
                        "unitsSetting": {
                          "type": "object",
                          "properties": {
                            "percentage": {
                              "type": "boolean"
                            },
                            "preferredUnits": {
                              "type": "string"
                            }
                          }
                        },
                        "workHoursSetting": {
                          "type": "object",
                          "properties": {
                            "customWorkhours": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "days": {
                                    "type": "object"
                                  },
                                  "startHour": {
                                    "type": "object"
                                  },
                                  "startMin": {
                                    "type": "object"
                                  },
                                  "endHour": {
                                    "type": "object"
                                  },
                                  "endMin": {
                                    "type": "object"
                                  }
                                }
                              }
                            },
                            "type": {
                              "type": "string"
                            },
                            "workHoursGroupId": {
                              "type": "number"
                            }
                          }
                        }
                      }
                    },
                    "sourceFields": {
                      "type": "object",
                      "properties": {
                        "fields": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        },
                        "sort": {
                          "type": "array",
                          "items": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "rawDataSetting": {
                    "dataAggregationSetting": {
                      "aggregationType": "autoStackedBar",
                      "aggregationUnits": "seconds",
                      "aggregationValue": 9,
                      "useAggregation": true
                    },
                    "rawDataSetting": {
                      "fitTimeSpanTo": "months",
                      "percentiles": 7,
                      "projectionTime": 2,
                      "reduceData": false,
                      "standardDeviation": 3,
                      "timeOverTimeOnly": true,
                      "timeOverTimeType": "none",
                      "timeOverTimeUnits": "sixhour",
                      "timeOverTimeValue": 10,
                      "trend": "projected",
                      "trendType": "linear",
                      "useBaseline": false,
                      "usePercentiles": "string",
                      "useTimeOverTime": true
                    },
                    "unitsSetting": {
                      "percentage": true,
                      "preferredUnits": "bytes"
                    },
                    "workHoursSetting": {
                      "customWorkhours": [
                        {
                          "days": {},
                          "startHour": {},
                          "startMin": {},
                          "endHour": {},
                          "endMin": {}
                        },
                        {
                          "days": {},
                          "startHour": {},
                          "startMin": {},
                          "endHour": {},
                          "endMin": {}
                        },
                        {
                          "days": {},
                          "startHour": {},
                          "startMin": {},
                          "endHour": {},
                          "endMin": {}
                        },
                        {
                          "days": {},
                          "startHour": {},
                          "startMin": {},
                          "endHour": {},
                          "endMin": {}
                        }
                      ],
                      "type": "group",
                      "workHoursGroupId": 10
                    }
                  },
                  "sourceFields": {
                    "fields": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "sort": [
                      [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      [
                        "string"
                      ],
                      [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ]
                    ]
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "ReportAttachmentsPerformanceMetrics"
        ],
        "operationId": "partiallyUpdatePerformanceMetricsAttachmentSettings",
        "description": "The parameters and request body are for method: partiallyUpdatePerformanceMetricsAttachmentSettings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "rawDataSetting": {
                      "type": "object",
                      "properties": {
                        "dataAggregationSetting": {
                          "type": "object",
                          "properties": {
                            "aggregationType": {
                              "type": "string"
                            },
                            "aggregationUnits": {
                              "type": "string"
                            },
                            "aggregationValue": {
                              "type": "number"
                            },
                            "useAggregation": {
                              "type": "boolean"
                            }
                          }
                        },
                        "rawDataSetting": {
                          "type": "object",
                          "properties": {
                            "fitTimeSpanTo": {
                              "type": "string"
                            },
                            "percentiles": {
                              "type": "number"
                            },
                            "projectionTime": {
                              "type": "number"
                            },
                            "reduceData": {
                              "type": "boolean"
                            },
                            "standardDeviation": {
                              "type": "number"
                            },
                            "timeOverTimeOnly": {
                              "type": "boolean"
                            },
                            "timeOverTimeType": {
                              "type": "string"
                            },
                            "timeOverTimeUnits": {
                              "type": "string"
                            },
                            "timeOverTimeValue": {
                              "type": "number"
                            },
                            "trend": {
                              "type": "string"
                            },
                            "trendType": {
                              "type": "string"
                            },
                            "useBaseline": {
                              "type": "boolean"
                            },
                            "usePercentiles": {
                              "type": "string"
                            },
                            "useTimeOverTime": {
                              "type": "boolean"
                            }
                          }
                        },
                        "unitsSetting": {
                          "type": "object",
                          "properties": {
                            "percentage": {
                              "type": "boolean"
                            },
                            "preferredUnits": {
                              "type": "string"
                            }
                          }
                        },
                        "workHoursSetting": {
                          "type": "object",
                          "properties": {
                            "customWorkhours": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "days": {
                                    "type": "object"
                                  },
                                  "startHour": {
                                    "type": "object"
                                  },
                                  "startMin": {
                                    "type": "object"
                                  },
                                  "endHour": {
                                    "type": "object"
                                  },
                                  "endMin": {
                                    "type": "object"
                                  }
                                }
                              }
                            },
                            "type": {
                              "type": "string"
                            },
                            "workHoursGroupId": {
                              "type": "number"
                            }
                          }
                        }
                      }
                    },
                    "sourceFields": {
                      "type": "object",
                      "properties": {
                        "fields": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        },
                        "sort": {
                          "type": "array",
                          "items": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "rawDataSetting": {
                    "dataAggregationSetting": {
                      "aggregationType": "total",
                      "aggregationUnits": "sixhours",
                      "aggregationValue": 7,
                      "useAggregation": false
                    },
                    "rawDataSetting": {
                      "fitTimeSpanTo": "second",
                      "percentiles": 6,
                      "projectionTime": 4,
                      "reduceData": false,
                      "standardDeviation": 8,
                      "timeOverTimeOnly": false,
                      "timeOverTimeType": "maximum",
                      "timeOverTimeUnits": "hours",
                      "timeOverTimeValue": 8,
                      "trend": "none",
                      "trendType": "exponential",
                      "useBaseline": false,
                      "usePercentiles": "string",
                      "useTimeOverTime": false
                    },
                    "unitsSetting": {
                      "percentage": false,
                      "preferredUnits": "bytes"
                    },
                    "workHoursSetting": {
                      "customWorkhours": [
                        {
                          "days": {},
                          "startHour": {},
                          "startMin": {},
                          "endHour": {},
                          "endMin": {}
                        },
                        {
                          "days": {},
                          "startHour": {},
                          "startMin": {},
                          "endHour": {},
                          "endMin": {}
                        },
                        {
                          "days": {},
                          "startHour": {},
                          "startMin": {},
                          "endHour": {},
                          "endMin": {}
                        },
                        {
                          "days": {},
                          "startHour": {},
                          "startMin": {},
                          "endHour": {},
                          "endMin": {}
                        }
                      ],
                      "type": "system",
                      "workHoursGroupId": 10
                    }
                  },
                  "sourceFields": {
                    "fields": [
                      "string",
                      "string"
                    ],
                    "sort": [
                      [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ]
                    ]
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/api/v1/reports/attachments/performance-metrics/{id}/time": {
      "get": {
        "tags": [
          "ReportAttachmentsPerformanceMetrics"
        ],
        "operationId": "getPerformanceMetricsAttachmentTimeSettings",
        "description": "The parameters and request body are for method: getPerformanceMetricsAttachmentTimeSettings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ranges": {
                      "type": "object",
                      "properties": {
                        "end": {
                          "type": "string"
                        },
                        "start": {
                          "type": "string"
                        },
                        "type": {
                          "type": "string"
                        }
                      }
                    },
                    "timezone": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "ranges": {
                    "end": "string",
                    "start": "string",
                    "type": "CustomWeek"
                  },
                  "timezone": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "ReportAttachmentsPerformanceMetrics"
        ],
        "operationId": "updatePerformanceMetricsAttachmentTimeSettings",
        "description": "The parameters and request body are for method: updatePerformanceMetricsAttachmentTimeSettings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ranges": {
                      "type": "object",
                      "properties": {
                        "end": {
                          "type": "string"
                        },
                        "start": {
                          "type": "string"
                        },
                        "type": {
                          "type": "string"
                        }
                      }
                    },
                    "timezone": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "ranges": {
                    "end": "string",
                    "start": "string",
                    "type": "RelativePeriod"
                  },
                  "timezone": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/api/v1/reports/attachments/performance-metrics/{id}/visualizations": {
      "get": {
        "tags": [
          "ReportAttachmentsPerformanceMetrics"
        ],
        "operationId": "getPerformanceMetricsAttachmentVisualizationSettings",
        "description": "The parameters and request body are for method: getPerformanceMetricsAttachmentVisualizationSettings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "bar": {
                      "type": "object",
                      "properties": {
                        "drawGraphOutline": {
                          "type": "boolean"
                        },
                        "prettyXAxis": {
                          "type": "boolean"
                        },
                        "prettyYAxis": {
                          "type": "boolean"
                        },
                        "scaleToMinimumValue": {
                          "type": "boolean"
                        },
                        "scaled": {
                          "type": "boolean"
                        },
                        "showAggregation": {
                          "type": "boolean"
                        },
                        "showAverage": {
                          "type": "boolean"
                        },
                        "showFrequency": {
                          "type": "boolean"
                        },
                        "showLast": {
                          "type": "boolean"
                        },
                        "showLegend": {
                          "type": "boolean"
                        },
                        "showPeak": {
                          "type": "boolean"
                        },
                        "showTimespan": {
                          "type": "boolean"
                        },
                        "showTitle": {
                          "type": "boolean"
                        },
                        "showValley": {
                          "type": "boolean"
                        }
                      }
                    },
                    "line": {
                      "type": "object",
                      "properties": {
                        "drawGraphOutline": {
                          "type": "boolean"
                        },
                        "dualYAxes": {
                          "type": "boolean"
                        },
                        "logScale": {
                          "type": "boolean"
                        },
                        "prettyXAxis": {
                          "type": "boolean"
                        },
                        "prettyYAxis": {
                          "type": "boolean"
                        },
                        "scaleToMinimumValue": {
                          "type": "boolean"
                        },
                        "scaled": {
                          "type": "boolean"
                        },
                        "showAggregation": {
                          "type": "boolean"
                        },
                        "showAverage": {
                          "type": "boolean"
                        },
                        "showFrequency": {
                          "type": "boolean"
                        },
                        "showLast": {
                          "type": "boolean"
                        },
                        "showLegend": {
                          "type": "boolean"
                        },
                        "showPeak": {
                          "type": "boolean"
                        },
                        "showTimespan": {
                          "type": "boolean"
                        },
                        "showTitle": {
                          "type": "boolean"
                        },
                        "showValley": {
                          "type": "boolean"
                        }
                      }
                    },
                    "pie": {
                      "type": "object",
                      "properties": {
                        "showAggregation": {
                          "type": "boolean"
                        },
                        "showAverage": {
                          "type": "boolean"
                        },
                        "showFrequency": {
                          "type": "boolean"
                        },
                        "showLast": {
                          "type": "boolean"
                        },
                        "showLegend": {
                          "type": "boolean"
                        },
                        "showPeak": {
                          "type": "boolean"
                        },
                        "showTimespan": {
                          "type": "boolean"
                        },
                        "showTitle": {
                          "type": "boolean"
                        },
                        "showValley": {
                          "type": "boolean"
                        }
                      }
                    },
                    "radial": {
                      "type": "object",
                      "properties": {
                        "drawGraphOutline": {
                          "type": "boolean"
                        },
                        "scaled": {
                          "type": "boolean"
                        },
                        "showAggregation": {
                          "type": "boolean"
                        },
                        "showAverage": {
                          "type": "boolean"
                        },
                        "showFrequency": {
                          "type": "boolean"
                        },
                        "showLast": {
                          "type": "boolean"
                        },
                        "showLegend": {
                          "type": "boolean"
                        },
                        "showPeak": {
                          "type": "boolean"
                        },
                        "showTimespan": {
                          "type": "boolean"
                        },
                        "showTitle": {
                          "type": "boolean"
                        },
                        "showValley": {
                          "type": "boolean"
                        }
                      }
                    },
                    "stackedBar": {
                      "type": "object",
                      "properties": {
                        "drawGraphOutline": {
                          "type": "boolean"
                        },
                        "prettyXAxis": {
                          "type": "boolean"
                        },
                        "prettyYAxis": {
                          "type": "boolean"
                        },
                        "scaled": {
                          "type": "boolean"
                        },
                        "showAggregation": {
                          "type": "boolean"
                        },
                        "showAverage": {
                          "type": "boolean"
                        },
                        "showFrequency": {
                          "type": "boolean"
                        },
                        "showLast": {
                          "type": "boolean"
                        },
                        "showLegend": {
                          "type": "boolean"
                        },
                        "showPeak": {
                          "type": "boolean"
                        },
                        "showTimespan": {
                          "type": "boolean"
                        },
                        "showTitle": {
                          "type": "boolean"
                        },
                        "showValley": {
                          "type": "boolean"
                        }
                      }
                    },
                    "stackedLine": {
                      "type": "object",
                      "properties": {
                        "drawGraphOutline": {
                          "type": "boolean"
                        },
                        "prettyXAxis": {
                          "type": "boolean"
                        },
                        "prettyYAxis": {
                          "type": "boolean"
                        },
                        "scaleToMinimumValue": {
                          "type": "boolean"
                        },
                        "scaled": {
                          "type": "boolean"
                        },
                        "sendGraphCSV": {
                          "type": "boolean"
                        },
                        "showAggregation": {
                          "type": "boolean"
                        },
                        "showAverage": {
                          "type": "boolean"
                        },
                        "showFrequency": {
                          "type": "boolean"
                        },
                        "showLast": {
                          "type": "boolean"
                        },
                        "showLegend": {
                          "type": "boolean"
                        },
                        "showPeak": {
                          "type": "boolean"
                        },
                        "showTimespan": {
                          "type": "boolean"
                        },
                        "showTitle": {
                          "type": "boolean"
                        },
                        "showValley": {
                          "type": "boolean"
                        }
                      }
                    },
                    "table": {
                      "type": "object",
                      "properties": {
                        "columnSetting": {
                          "type": "object",
                          "properties": {
                            "exclude": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            },
                            "include": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            }
                          }
                        },
                        "csvSetting": {
                          "type": "object",
                          "properties": {
                            "expandTimeseries": {
                              "type": "boolean"
                            },
                            "formatTimestamp": {
                              "type": "boolean"
                            }
                          }
                        },
                        "dataPresentationSetting": {
                          "type": "object",
                          "properties": {
                            "formatNumbers": {
                              "type": "boolean"
                            },
                            "precision": {
                              "type": "number"
                            }
                          }
                        },
                        "tableSetting": {
                          "type": "object",
                          "properties": {
                            "blockVis": {
                              "type": "boolean"
                            },
                            "hideHeaders": {
                              "type": "boolean"
                            },
                            "wrapCells": {
                              "type": "boolean"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "bar": {
                    "drawGraphOutline": false,
                    "prettyXAxis": false,
                    "prettyYAxis": true,
                    "scaleToMinimumValue": true,
                    "scaled": true,
                    "showAggregation": true,
                    "showAverage": false,
                    "showFrequency": false,
                    "showLast": true,
                    "showLegend": false,
                    "showPeak": false,
                    "showTimespan": true,
                    "showTitle": false,
                    "showValley": true
                  },
                  "line": {
                    "drawGraphOutline": false,
                    "dualYAxes": true,
                    "logScale": true,
                    "prettyXAxis": false,
                    "prettyYAxis": true,
                    "scaleToMinimumValue": true,
                    "scaled": false,
                    "showAggregation": true,
                    "showAverage": true,
                    "showFrequency": true,
                    "showLast": false,
                    "showLegend": true,
                    "showPeak": true,
                    "showTimespan": false,
                    "showTitle": false,
                    "showValley": false
                  },
                  "pie": {
                    "showAggregation": true,
                    "showAverage": true,
                    "showFrequency": true,
                    "showLast": false,
                    "showLegend": true,
                    "showPeak": false,
                    "showTimespan": true,
                    "showTitle": false,
                    "showValley": false
                  },
                  "radial": {
                    "drawGraphOutline": false,
                    "scaled": true,
                    "showAggregation": false,
                    "showAverage": false,
                    "showFrequency": false,
                    "showLast": false,
                    "showLegend": true,
                    "showPeak": true,
                    "showTimespan": true,
                    "showTitle": true,
                    "showValley": false
                  },
                  "stackedBar": {
                    "drawGraphOutline": true,
                    "prettyXAxis": false,
                    "prettyYAxis": false,
                    "scaled": true,
                    "showAggregation": false,
                    "showAverage": true,
                    "showFrequency": false,
                    "showLast": false,
                    "showLegend": false,
                    "showPeak": false,
                    "showTimespan": true,
                    "showTitle": true,
                    "showValley": false
                  },
                  "stackedLine": {
                    "drawGraphOutline": false,
                    "prettyXAxis": true,
                    "prettyYAxis": false,
                    "scaleToMinimumValue": false,
                    "scaled": false,
                    "sendGraphCSV": false,
                    "showAggregation": false,
                    "showAverage": false,
                    "showFrequency": true,
                    "showLast": false,
                    "showLegend": false,
                    "showPeak": true,
                    "showTimespan": false,
                    "showTitle": false,
                    "showValley": true
                  },
                  "table": {
                    "columnSetting": {
                      "exclude": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "include": [
                        "string",
                        "string",
                        "string"
                      ]
                    },
                    "csvSetting": {
                      "expandTimeseries": true,
                      "formatTimestamp": false
                    },
                    "dataPresentationSetting": {
                      "formatNumbers": false,
                      "precision": 2
                    },
                    "tableSetting": {
                      "blockVis": true,
                      "hideHeaders": false,
                      "wrapCells": true
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "ReportAttachmentsPerformanceMetrics"
        ],
        "operationId": "updatePerformanceMetricsAttachmentVisualizationSettings",
        "description": "The parameters and request body are for method: updatePerformanceMetricsAttachmentVisualizationSettings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "bar": {
                      "type": "object",
                      "properties": {
                        "drawGraphOutline": {
                          "type": "boolean"
                        },
                        "prettyXAxis": {
                          "type": "boolean"
                        },
                        "prettyYAxis": {
                          "type": "boolean"
                        },
                        "scaleToMinimumValue": {
                          "type": "boolean"
                        },
                        "scaled": {
                          "type": "boolean"
                        },
                        "showAggregation": {
                          "type": "boolean"
                        },
                        "showAverage": {
                          "type": "boolean"
                        },
                        "showFrequency": {
                          "type": "boolean"
                        },
                        "showLast": {
                          "type": "boolean"
                        },
                        "showLegend": {
                          "type": "boolean"
                        },
                        "showPeak": {
                          "type": "boolean"
                        },
                        "showTimespan": {
                          "type": "boolean"
                        },
                        "showTitle": {
                          "type": "boolean"
                        },
                        "showValley": {
                          "type": "boolean"
                        }
                      }
                    },
                    "line": {
                      "type": "object",
                      "properties": {
                        "drawGraphOutline": {
                          "type": "boolean"
                        },
                        "dualYAxes": {
                          "type": "boolean"
                        },
                        "logScale": {
                          "type": "boolean"
                        },
                        "prettyXAxis": {
                          "type": "boolean"
                        },
                        "prettyYAxis": {
                          "type": "boolean"
                        },
                        "scaleToMinimumValue": {
                          "type": "boolean"
                        },
                        "scaled": {
                          "type": "boolean"
                        },
                        "showAggregation": {
                          "type": "boolean"
                        },
                        "showAverage": {
                          "type": "boolean"
                        },
                        "showFrequency": {
                          "type": "boolean"
                        },
                        "showLast": {
                          "type": "boolean"
                        },
                        "showLegend": {
                          "type": "boolean"
                        },
                        "showPeak": {
                          "type": "boolean"
                        },
                        "showTimespan": {
                          "type": "boolean"
                        },
                        "showTitle": {
                          "type": "boolean"
                        },
                        "showValley": {
                          "type": "boolean"
                        }
                      }
                    },
                    "pie": {
                      "type": "object",
                      "properties": {
                        "showAggregation": {
                          "type": "boolean"
                        },
                        "showAverage": {
                          "type": "boolean"
                        },
                        "showFrequency": {
                          "type": "boolean"
                        },
                        "showLast": {
                          "type": "boolean"
                        },
                        "showLegend": {
                          "type": "boolean"
                        },
                        "showPeak": {
                          "type": "boolean"
                        },
                        "showTimespan": {
                          "type": "boolean"
                        },
                        "showTitle": {
                          "type": "boolean"
                        },
                        "showValley": {
                          "type": "boolean"
                        }
                      }
                    },
                    "radial": {
                      "type": "object",
                      "properties": {
                        "drawGraphOutline": {
                          "type": "boolean"
                        },
                        "scaled": {
                          "type": "boolean"
                        },
                        "showAggregation": {
                          "type": "boolean"
                        },
                        "showAverage": {
                          "type": "boolean"
                        },
                        "showFrequency": {
                          "type": "boolean"
                        },
                        "showLast": {
                          "type": "boolean"
                        },
                        "showLegend": {
                          "type": "boolean"
                        },
                        "showPeak": {
                          "type": "boolean"
                        },
                        "showTimespan": {
                          "type": "boolean"
                        },
                        "showTitle": {
                          "type": "boolean"
                        },
                        "showValley": {
                          "type": "boolean"
                        }
                      }
                    },
                    "stackedBar": {
                      "type": "object",
                      "properties": {
                        "drawGraphOutline": {
                          "type": "boolean"
                        },
                        "prettyXAxis": {
                          "type": "boolean"
                        },
                        "prettyYAxis": {
                          "type": "boolean"
                        },
                        "scaled": {
                          "type": "boolean"
                        },
                        "showAggregation": {
                          "type": "boolean"
                        },
                        "showAverage": {
                          "type": "boolean"
                        },
                        "showFrequency": {
                          "type": "boolean"
                        },
                        "showLast": {
                          "type": "boolean"
                        },
                        "showLegend": {
                          "type": "boolean"
                        },
                        "showPeak": {
                          "type": "boolean"
                        },
                        "showTimespan": {
                          "type": "boolean"
                        },
                        "showTitle": {
                          "type": "boolean"
                        },
                        "showValley": {
                          "type": "boolean"
                        }
                      }
                    },
                    "stackedLine": {
                      "type": "object",
                      "properties": {
                        "drawGraphOutline": {
                          "type": "boolean"
                        },
                        "prettyXAxis": {
                          "type": "boolean"
                        },
                        "prettyYAxis": {
                          "type": "boolean"
                        },
                        "scaleToMinimumValue": {
                          "type": "boolean"
                        },
                        "scaled": {
                          "type": "boolean"
                        },
                        "sendGraphCSV": {
                          "type": "boolean"
                        },
                        "showAggregation": {
                          "type": "boolean"
                        },
                        "showAverage": {
                          "type": "boolean"
                        },
                        "showFrequency": {
                          "type": "boolean"
                        },
                        "showLast": {
                          "type": "boolean"
                        },
                        "showLegend": {
                          "type": "boolean"
                        },
                        "showPeak": {
                          "type": "boolean"
                        },
                        "showTimespan": {
                          "type": "boolean"
                        },
                        "showTitle": {
                          "type": "boolean"
                        },
                        "showValley": {
                          "type": "boolean"
                        }
                      }
                    },
                    "table": {
                      "type": "object",
                      "properties": {
                        "columnSetting": {
                          "type": "object",
                          "properties": {
                            "exclude": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            },
                            "include": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            }
                          }
                        },
                        "csvSetting": {
                          "type": "object",
                          "properties": {
                            "expandTimeseries": {
                              "type": "boolean"
                            },
                            "formatTimestamp": {
                              "type": "boolean"
                            }
                          }
                        },
                        "dataPresentationSetting": {
                          "type": "object",
                          "properties": {
                            "formatNumbers": {
                              "type": "boolean"
                            },
                            "precision": {
                              "type": "number"
                            }
                          }
                        },
                        "tableSetting": {
                          "type": "object",
                          "properties": {
                            "blockVis": {
                              "type": "boolean"
                            },
                            "hideHeaders": {
                              "type": "boolean"
                            },
                            "wrapCells": {
                              "type": "boolean"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "bar": {
                    "drawGraphOutline": true,
                    "prettyXAxis": false,
                    "prettyYAxis": false,
                    "scaleToMinimumValue": false,
                    "scaled": true,
                    "showAggregation": false,
                    "showAverage": true,
                    "showFrequency": true,
                    "showLast": true,
                    "showLegend": true,
                    "showPeak": true,
                    "showTimespan": true,
                    "showTitle": true,
                    "showValley": false
                  },
                  "line": {
                    "drawGraphOutline": true,
                    "dualYAxes": true,
                    "logScale": false,
                    "prettyXAxis": false,
                    "prettyYAxis": false,
                    "scaleToMinimumValue": true,
                    "scaled": false,
                    "showAggregation": false,
                    "showAverage": true,
                    "showFrequency": true,
                    "showLast": true,
                    "showLegend": false,
                    "showPeak": true,
                    "showTimespan": false,
                    "showTitle": false,
                    "showValley": false
                  },
                  "pie": {
                    "showAggregation": true,
                    "showAverage": true,
                    "showFrequency": true,
                    "showLast": true,
                    "showLegend": true,
                    "showPeak": true,
                    "showTimespan": false,
                    "showTitle": false,
                    "showValley": false
                  },
                  "radial": {
                    "drawGraphOutline": true,
                    "scaled": false,
                    "showAggregation": true,
                    "showAverage": true,
                    "showFrequency": false,
                    "showLast": false,
                    "showLegend": true,
                    "showPeak": true,
                    "showTimespan": false,
                    "showTitle": false,
                    "showValley": false
                  },
                  "stackedBar": {
                    "drawGraphOutline": true,
                    "prettyXAxis": true,
                    "prettyYAxis": false,
                    "scaled": false,
                    "showAggregation": true,
                    "showAverage": false,
                    "showFrequency": true,
                    "showLast": true,
                    "showLegend": false,
                    "showPeak": false,
                    "showTimespan": false,
                    "showTitle": false,
                    "showValley": true
                  },
                  "stackedLine": {
                    "drawGraphOutline": false,
                    "prettyXAxis": true,
                    "prettyYAxis": true,
                    "scaleToMinimumValue": false,
                    "scaled": true,
                    "sendGraphCSV": true,
                    "showAggregation": false,
                    "showAverage": true,
                    "showFrequency": false,
                    "showLast": false,
                    "showLegend": false,
                    "showPeak": true,
                    "showTimespan": true,
                    "showTitle": true,
                    "showValley": true
                  },
                  "table": {
                    "columnSetting": {
                      "exclude": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "include": [
                        "string",
                        "string"
                      ]
                    },
                    "csvSetting": {
                      "expandTimeseries": true,
                      "formatTimestamp": false
                    },
                    "dataPresentationSetting": {
                      "formatNumbers": true,
                      "precision": 9
                    },
                    "tableSetting": {
                      "blockVis": true,
                      "hideHeaders": false,
                      "wrapCells": true
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "ReportAttachmentsPerformanceMetrics"
        ],
        "operationId": "partiallyUpdatePerformanceMetricsAttachmentVisualizationSettings",
        "description": "The parameters and request body are for method: partiallyUpdatePerformanceMetricsAttachmentVisualizationSettings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "bar": {
                      "type": "object",
                      "properties": {
                        "drawGraphOutline": {
                          "type": "boolean"
                        },
                        "prettyXAxis": {
                          "type": "boolean"
                        },
                        "prettyYAxis": {
                          "type": "boolean"
                        },
                        "scaleToMinimumValue": {
                          "type": "boolean"
                        },
                        "scaled": {
                          "type": "boolean"
                        },
                        "showAggregation": {
                          "type": "boolean"
                        },
                        "showAverage": {
                          "type": "boolean"
                        },
                        "showFrequency": {
                          "type": "boolean"
                        },
                        "showLast": {
                          "type": "boolean"
                        },
                        "showLegend": {
                          "type": "boolean"
                        },
                        "showPeak": {
                          "type": "boolean"
                        },
                        "showTimespan": {
                          "type": "boolean"
                        },
                        "showTitle": {
                          "type": "boolean"
                        },
                        "showValley": {
                          "type": "boolean"
                        }
                      }
                    },
                    "line": {
                      "type": "object",
                      "properties": {
                        "drawGraphOutline": {
                          "type": "boolean"
                        },
                        "dualYAxes": {
                          "type": "boolean"
                        },
                        "logScale": {
                          "type": "boolean"
                        },
                        "prettyXAxis": {
                          "type": "boolean"
                        },
                        "prettyYAxis": {
                          "type": "boolean"
                        },
                        "scaleToMinimumValue": {
                          "type": "boolean"
                        },
                        "scaled": {
                          "type": "boolean"
                        },
                        "showAggregation": {
                          "type": "boolean"
                        },
                        "showAverage": {
                          "type": "boolean"
                        },
                        "showFrequency": {
                          "type": "boolean"
                        },
                        "showLast": {
                          "type": "boolean"
                        },
                        "showLegend": {
                          "type": "boolean"
                        },
                        "showPeak": {
                          "type": "boolean"
                        },
                        "showTimespan": {
                          "type": "boolean"
                        },
                        "showTitle": {
                          "type": "boolean"
                        },
                        "showValley": {
                          "type": "boolean"
                        }
                      }
                    },
                    "pie": {
                      "type": "object",
                      "properties": {
                        "showAggregation": {
                          "type": "boolean"
                        },
                        "showAverage": {
                          "type": "boolean"
                        },
                        "showFrequency": {
                          "type": "boolean"
                        },
                        "showLast": {
                          "type": "boolean"
                        },
                        "showLegend": {
                          "type": "boolean"
                        },
                        "showPeak": {
                          "type": "boolean"
                        },
                        "showTimespan": {
                          "type": "boolean"
                        },
                        "showTitle": {
                          "type": "boolean"
                        },
                        "showValley": {
                          "type": "boolean"
                        }
                      }
                    },
                    "radial": {
                      "type": "object",
                      "properties": {
                        "drawGraphOutline": {
                          "type": "boolean"
                        },
                        "scaled": {
                          "type": "boolean"
                        },
                        "showAggregation": {
                          "type": "boolean"
                        },
                        "showAverage": {
                          "type": "boolean"
                        },
                        "showFrequency": {
                          "type": "boolean"
                        },
                        "showLast": {
                          "type": "boolean"
                        },
                        "showLegend": {
                          "type": "boolean"
                        },
                        "showPeak": {
                          "type": "boolean"
                        },
                        "showTimespan": {
                          "type": "boolean"
                        },
                        "showTitle": {
                          "type": "boolean"
                        },
                        "showValley": {
                          "type": "boolean"
                        }
                      }
                    },
                    "stackedBar": {
                      "type": "object",
                      "properties": {
                        "drawGraphOutline": {
                          "type": "boolean"
                        },
                        "prettyXAxis": {
                          "type": "boolean"
                        },
                        "prettyYAxis": {
                          "type": "boolean"
                        },
                        "scaled": {
                          "type": "boolean"
                        },
                        "showAggregation": {
                          "type": "boolean"
                        },
                        "showAverage": {
                          "type": "boolean"
                        },
                        "showFrequency": {
                          "type": "boolean"
                        },
                        "showLast": {
                          "type": "boolean"
                        },
                        "showLegend": {
                          "type": "boolean"
                        },
                        "showPeak": {
                          "type": "boolean"
                        },
                        "showTimespan": {
                          "type": "boolean"
                        },
                        "showTitle": {
                          "type": "boolean"
                        },
                        "showValley": {
                          "type": "boolean"
                        }
                      }
                    },
                    "stackedLine": {
                      "type": "object",
                      "properties": {
                        "drawGraphOutline": {
                          "type": "boolean"
                        },
                        "prettyXAxis": {
                          "type": "boolean"
                        },
                        "prettyYAxis": {
                          "type": "boolean"
                        },
                        "scaleToMinimumValue": {
                          "type": "boolean"
                        },
                        "scaled": {
                          "type": "boolean"
                        },
                        "sendGraphCSV": {
                          "type": "boolean"
                        },
                        "showAggregation": {
                          "type": "boolean"
                        },
                        "showAverage": {
                          "type": "boolean"
                        },
                        "showFrequency": {
                          "type": "boolean"
                        },
                        "showLast": {
                          "type": "boolean"
                        },
                        "showLegend": {
                          "type": "boolean"
                        },
                        "showPeak": {
                          "type": "boolean"
                        },
                        "showTimespan": {
                          "type": "boolean"
                        },
                        "showTitle": {
                          "type": "boolean"
                        },
                        "showValley": {
                          "type": "boolean"
                        }
                      }
                    },
                    "table": {
                      "type": "object",
                      "properties": {
                        "columnSetting": {
                          "type": "object",
                          "properties": {
                            "exclude": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            },
                            "include": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            }
                          }
                        },
                        "csvSetting": {
                          "type": "object",
                          "properties": {
                            "expandTimeseries": {
                              "type": "boolean"
                            },
                            "formatTimestamp": {
                              "type": "boolean"
                            }
                          }
                        },
                        "dataPresentationSetting": {
                          "type": "object",
                          "properties": {
                            "formatNumbers": {
                              "type": "boolean"
                            },
                            "precision": {
                              "type": "number"
                            }
                          }
                        },
                        "tableSetting": {
                          "type": "object",
                          "properties": {
                            "blockVis": {
                              "type": "boolean"
                            },
                            "hideHeaders": {
                              "type": "boolean"
                            },
                            "wrapCells": {
                              "type": "boolean"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "bar": {
                    "drawGraphOutline": true,
                    "prettyXAxis": true,
                    "prettyYAxis": true,
                    "scaleToMinimumValue": true,
                    "scaled": false,
                    "showAggregation": false,
                    "showAverage": true,
                    "showFrequency": false,
                    "showLast": true,
                    "showLegend": false,
                    "showPeak": true,
                    "showTimespan": true,
                    "showTitle": true,
                    "showValley": false
                  },
                  "line": {
                    "drawGraphOutline": false,
                    "dualYAxes": false,
                    "logScale": false,
                    "prettyXAxis": true,
                    "prettyYAxis": false,
                    "scaleToMinimumValue": false,
                    "scaled": true,
                    "showAggregation": false,
                    "showAverage": true,
                    "showFrequency": false,
                    "showLast": true,
                    "showLegend": false,
                    "showPeak": true,
                    "showTimespan": false,
                    "showTitle": false,
                    "showValley": true
                  },
                  "pie": {
                    "showAggregation": false,
                    "showAverage": true,
                    "showFrequency": false,
                    "showLast": false,
                    "showLegend": false,
                    "showPeak": false,
                    "showTimespan": false,
                    "showTitle": true,
                    "showValley": true
                  },
                  "radial": {
                    "drawGraphOutline": true,
                    "scaled": false,
                    "showAggregation": true,
                    "showAverage": true,
                    "showFrequency": true,
                    "showLast": false,
                    "showLegend": false,
                    "showPeak": true,
                    "showTimespan": true,
                    "showTitle": false,
                    "showValley": true
                  },
                  "stackedBar": {
                    "drawGraphOutline": true,
                    "prettyXAxis": true,
                    "prettyYAxis": true,
                    "scaled": false,
                    "showAggregation": true,
                    "showAverage": true,
                    "showFrequency": false,
                    "showLast": false,
                    "showLegend": true,
                    "showPeak": false,
                    "showTimespan": false,
                    "showTitle": true,
                    "showValley": false
                  },
                  "stackedLine": {
                    "drawGraphOutline": true,
                    "prettyXAxis": true,
                    "prettyYAxis": true,
                    "scaleToMinimumValue": true,
                    "scaled": true,
                    "sendGraphCSV": false,
                    "showAggregation": true,
                    "showAverage": false,
                    "showFrequency": true,
                    "showLast": true,
                    "showLegend": true,
                    "showPeak": false,
                    "showTimespan": true,
                    "showTitle": false,
                    "showValley": false
                  },
                  "table": {
                    "columnSetting": {
                      "exclude": [
                        "string",
                        "string",
                        "string"
                      ],
                      "include": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ]
                    },
                    "csvSetting": {
                      "expandTimeseries": false,
                      "formatTimestamp": true
                    },
                    "dataPresentationSetting": {
                      "formatNumbers": true,
                      "precision": 1
                    },
                    "tableSetting": {
                      "blockVis": true,
                      "hideHeaders": true,
                      "wrapCells": true
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/api/v1/reports/{id}/attachments/performance-metrics": {
      "post": {
        "tags": [
          "ReportAttachmentsPerformanceMetrics"
        ],
        "operationId": "createPerformanceMetricsAttachment",
        "description": "The parameters and request body are for method: createPerformanceMetricsAttachment. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "resource": {
                      "type": "object",
                      "properties": {
                        "group": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "indicatorTypes": {
                              "type": "object",
                              "properties": {
                                "ids": {
                                  "type": "array",
                                  "items": {
                                    "type": "number"
                                  }
                                },
                                "objectTypeId": {
                                  "type": "number"
                                },
                                "pluginId": {
                                  "type": "number"
                                }
                              }
                            },
                            "type": {
                              "type": "string"
                            }
                          }
                        },
                        "indicators": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "deviceId": {
                                "type": "number"
                              },
                              "ids": {
                                "type": "array",
                                "items": {
                                  "type": "number"
                                }
                              },
                              "objectId": {
                                "type": "number"
                              },
                              "pluginId": {
                                "type": "number"
                              }
                            }
                          }
                        }
                      }
                    },
                    "settings": {
                      "type": "object",
                      "properties": {
                        "rawDataSetting": {
                          "type": "object",
                          "properties": {
                            "dataAggregationSetting": {
                              "type": "object",
                              "properties": {
                                "aggregationType": {
                                  "type": "string"
                                },
                                "aggregationUnits": {
                                  "type": "string"
                                },
                                "aggregationValue": {
                                  "type": "number"
                                },
                                "useAggregation": {
                                  "type": "boolean"
                                }
                              }
                            },
                            "rawDataSetting": {
                              "type": "object",
                              "properties": {
                                "fitTimeSpanTo": {
                                  "type": "string"
                                },
                                "percentiles": {
                                  "type": "number"
                                },
                                "projectionTime": {
                                  "type": "number"
                                },
                                "reduceData": {
                                  "type": "boolean"
                                },
                                "standardDeviation": {
                                  "type": "number"
                                },
                                "timeOverTimeOnly": {
                                  "type": "boolean"
                                },
                                "timeOverTimeType": {
                                  "type": "string"
                                },
                                "timeOverTimeUnits": {
                                  "type": "string"
                                },
                                "timeOverTimeValue": {
                                  "type": "number"
                                },
                                "trend": {
                                  "type": "string"
                                },
                                "trendType": {
                                  "type": "string"
                                },
                                "useBaseline": {
                                  "type": "boolean"
                                },
                                "usePercentiles": {
                                  "type": "string"
                                },
                                "useTimeOverTime": {
                                  "type": "boolean"
                                }
                              }
                            },
                            "unitsSetting": {
                              "type": "object",
                              "properties": {
                                "percentage": {
                                  "type": "boolean"
                                },
                                "preferredUnits": {
                                  "type": "string"
                                }
                              }
                            },
                            "workHoursSetting": {
                              "type": "object",
                              "properties": {
                                "customWorkhours": {
                                  "type": "array",
                                  "items": {
                                    "type": "object"
                                  }
                                },
                                "type": {
                                  "type": "object"
                                },
                                "workHoursGroupId": {
                                  "type": "number"
                                }
                              }
                            }
                          }
                        },
                        "sourceFields": {
                          "type": "object",
                          "properties": {
                            "fields": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            },
                            "sort": {
                              "type": "array",
                              "items": {
                                "type": "array",
                                "items": {
                                  "type": "string"
                                }
                              }
                            }
                          }
                        }
                      }
                    },
                    "timeSettings": {
                      "type": "object",
                      "properties": {
                        "ranges": {
                          "type": "object",
                          "properties": {
                            "end": {
                              "type": "string"
                            },
                            "start": {
                              "type": "string"
                            },
                            "type": {
                              "type": "string"
                            }
                          }
                        },
                        "timezone": {
                          "type": "string"
                        }
                      }
                    },
                    "visualization": {
                      "type": "object",
                      "properties": {
                        "bar": {
                          "type": "object",
                          "properties": {
                            "drawGraphOutline": {
                              "type": "boolean"
                            },
                            "prettyXAxis": {
                              "type": "boolean"
                            },
                            "prettyYAxis": {
                              "type": "boolean"
                            },
                            "scaleToMinimumValue": {
                              "type": "boolean"
                            },
                            "scaled": {
                              "type": "boolean"
                            },
                            "showAggregation": {
                              "type": "boolean"
                            },
                            "showAverage": {
                              "type": "boolean"
                            },
                            "showFrequency": {
                              "type": "boolean"
                            },
                            "showLast": {
                              "type": "boolean"
                            },
                            "showLegend": {
                              "type": "boolean"
                            },
                            "showPeak": {
                              "type": "boolean"
                            },
                            "showTimespan": {
                              "type": "boolean"
                            },
                            "showTitle": {
                              "type": "boolean"
                            },
                            "showValley": {
                              "type": "boolean"
                            }
                          }
                        },
                        "line": {
                          "type": "object",
                          "properties": {
                            "drawGraphOutline": {
                              "type": "boolean"
                            },
                            "dualYAxes": {
                              "type": "boolean"
                            },
                            "logScale": {
                              "type": "boolean"
                            },
                            "prettyXAxis": {
                              "type": "boolean"
                            },
                            "prettyYAxis": {
                              "type": "boolean"
                            },
                            "scaleToMinimumValue": {
                              "type": "boolean"
                            },
                            "scaled": {
                              "type": "boolean"
                            },
                            "showAggregation": {
                              "type": "boolean"
                            },
                            "showAverage": {
                              "type": "boolean"
                            },
                            "showFrequency": {
                              "type": "boolean"
                            },
                            "showLast": {
                              "type": "boolean"
                            },
                            "showLegend": {
                              "type": "boolean"
                            },
                            "showPeak": {
                              "type": "boolean"
                            },
                            "showTimespan": {
                              "type": "boolean"
                            },
                            "showTitle": {
                              "type": "boolean"
                            },
                            "showValley": {
                              "type": "boolean"
                            }
                          }
                        },
                        "pie": {
                          "type": "object",
                          "properties": {
                            "showAggregation": {
                              "type": "boolean"
                            },
                            "showAverage": {
                              "type": "boolean"
                            },
                            "showFrequency": {
                              "type": "boolean"
                            },
                            "showLast": {
                              "type": "boolean"
                            },
                            "showLegend": {
                              "type": "boolean"
                            },
                            "showPeak": {
                              "type": "boolean"
                            },
                            "showTimespan": {
                              "type": "boolean"
                            },
                            "showTitle": {
                              "type": "boolean"
                            },
                            "showValley": {
                              "type": "boolean"
                            }
                          }
                        },
                        "radial": {
                          "type": "object",
                          "properties": {
                            "drawGraphOutline": {
                              "type": "boolean"
                            },
                            "scaled": {
                              "type": "boolean"
                            },
                            "showAggregation": {
                              "type": "boolean"
                            },
                            "showAverage": {
                              "type": "boolean"
                            },
                            "showFrequency": {
                              "type": "boolean"
                            },
                            "showLast": {
                              "type": "boolean"
                            },
                            "showLegend": {
                              "type": "boolean"
                            },
                            "showPeak": {
                              "type": "boolean"
                            },
                            "showTimespan": {
                              "type": "boolean"
                            },
                            "showTitle": {
                              "type": "boolean"
                            },
                            "showValley": {
                              "type": "boolean"
                            }
                          }
                        },
                        "stackedBar": {
                          "type": "object",
                          "properties": {
                            "drawGraphOutline": {
                              "type": "boolean"
                            },
                            "prettyXAxis": {
                              "type": "boolean"
                            },
                            "prettyYAxis": {
                              "type": "boolean"
                            },
                            "scaled": {
                              "type": "boolean"
                            },
                            "showAggregation": {
                              "type": "boolean"
                            },
                            "showAverage": {
                              "type": "boolean"
                            },
                            "showFrequency": {
                              "type": "boolean"
                            },
                            "showLast": {
                              "type": "boolean"
                            },
                            "showLegend": {
                              "type": "boolean"
                            },
                            "showPeak": {
                              "type": "boolean"
                            },
                            "showTimespan": {
                              "type": "boolean"
                            },
                            "showTitle": {
                              "type": "boolean"
                            },
                            "showValley": {
                              "type": "boolean"
                            }
                          }
                        },
                        "stackedLine": {
                          "type": "object",
                          "properties": {
                            "drawGraphOutline": {
                              "type": "boolean"
                            },
                            "prettyXAxis": {
                              "type": "boolean"
                            },
                            "prettyYAxis": {
                              "type": "boolean"
                            },
                            "scaleToMinimumValue": {
                              "type": "boolean"
                            },
                            "scaled": {
                              "type": "boolean"
                            },
                            "sendGraphCSV": {
                              "type": "boolean"
                            },
                            "showAggregation": {
                              "type": "boolean"
                            },
                            "showAverage": {
                              "type": "boolean"
                            },
                            "showFrequency": {
                              "type": "boolean"
                            },
                            "showLast": {
                              "type": "boolean"
                            },
                            "showLegend": {
                              "type": "boolean"
                            },
                            "showPeak": {
                              "type": "boolean"
                            },
                            "showTimespan": {
                              "type": "boolean"
                            },
                            "showTitle": {
                              "type": "boolean"
                            },
                            "showValley": {
                              "type": "boolean"
                            }
                          }
                        },
                        "table": {
                          "type": "object",
                          "properties": {
                            "columnSetting": {
                              "type": "object",
                              "properties": {
                                "exclude": {
                                  "type": "array",
                                  "items": {
                                    "type": "string"
                                  }
                                },
                                "include": {
                                  "type": "array",
                                  "items": {
                                    "type": "string"
                                  }
                                }
                              }
                            },
                            "csvSetting": {
                              "type": "object",
                              "properties": {
                                "expandTimeseries": {
                                  "type": "boolean"
                                },
                                "formatTimestamp": {
                                  "type": "boolean"
                                }
                              }
                            },
                            "dataPresentationSetting": {
                              "type": "object",
                              "properties": {
                                "formatNumbers": {
                                  "type": "boolean"
                                },
                                "precision": {
                                  "type": "number"
                                }
                              }
                            },
                            "tableSetting": {
                              "type": "object",
                              "properties": {
                                "blockVis": {
                                  "type": "boolean"
                                },
                                "hideHeaders": {
                                  "type": "boolean"
                                },
                                "wrapCells": {
                                  "type": "boolean"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "name": "string",
                  "resource": {
                    "group": {
                      "id": 1,
                      "indicatorTypes": {
                        "ids": [
                          6,
                          9,
                          3,
                          7,
                          7,
                          2
                        ],
                        "objectTypeId": 8,
                        "pluginId": 1
                      },
                      "type": "ObjectGroup"
                    },
                    "indicators": [
                      {
                        "deviceId": 4,
                        "ids": [
                          9,
                          10,
                          5,
                          8,
                          8,
                          2,
                          9,
                          1,
                          5,
                          10
                        ],
                        "objectId": 2,
                        "pluginId": 9
                      }
                    ]
                  },
                  "settings": {
                    "rawDataSetting": {
                      "dataAggregationSetting": {
                        "aggregationType": "autoStackedBar",
                        "aggregationUnits": "years",
                        "aggregationValue": 2,
                        "useAggregation": true
                      },
                      "rawDataSetting": {
                        "fitTimeSpanTo": "days",
                        "percentiles": 8,
                        "projectionTime": 2,
                        "reduceData": true,
                        "standardDeviation": 6,
                        "timeOverTimeOnly": true,
                        "timeOverTimeType": "minimum",
                        "timeOverTimeUnits": "days",
                        "timeOverTimeValue": 8,
                        "trend": "none",
                        "trendType": "power",
                        "useBaseline": false,
                        "usePercentiles": "string",
                        "useTimeOverTime": false
                      },
                      "unitsSetting": {
                        "percentage": false,
                        "preferredUnits": "bytes"
                      },
                      "workHoursSetting": {
                        "customWorkhours": [
                          {},
                          {},
                          {},
                          {},
                          {},
                          {}
                        ],
                        "type": {},
                        "workHoursGroupId": 7
                      }
                    },
                    "sourceFields": {
                      "fields": [
                        "string",
                        "string"
                      ],
                      "sort": [
                        [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        [
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        [
                          "string",
                          "string"
                        ],
                        [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        [
                          "string"
                        ],
                        [
                          "string"
                        ],
                        [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ]
                      ]
                    }
                  },
                  "timeSettings": {
                    "ranges": {
                      "end": "string",
                      "start": "string",
                      "type": "CustomWeek"
                    },
                    "timezone": "string"
                  },
                  "visualization": {
                    "bar": {
                      "drawGraphOutline": false,
                      "prettyXAxis": true,
                      "prettyYAxis": false,
                      "scaleToMinimumValue": false,
                      "scaled": false,
                      "showAggregation": true,
                      "showAverage": false,
                      "showFrequency": false,
                      "showLast": true,
                      "showLegend": true,
                      "showPeak": false,
                      "showTimespan": false,
                      "showTitle": false,
                      "showValley": false
                    },
                    "line": {
                      "drawGraphOutline": false,
                      "dualYAxes": false,
                      "logScale": false,
                      "prettyXAxis": true,
                      "prettyYAxis": true,
                      "scaleToMinimumValue": true,
                      "scaled": true,
                      "showAggregation": false,
                      "showAverage": true,
                      "showFrequency": true,
                      "showLast": true,
                      "showLegend": false,
                      "showPeak": true,
                      "showTimespan": true,
                      "showTitle": true,
                      "showValley": false
                    },
                    "pie": {
                      "showAggregation": false,
                      "showAverage": true,
                      "showFrequency": true,
                      "showLast": true,
                      "showLegend": false,
                      "showPeak": false,
                      "showTimespan": false,
                      "showTitle": false,
                      "showValley": false
                    },
                    "radial": {
                      "drawGraphOutline": false,
                      "scaled": false,
                      "showAggregation": false,
                      "showAverage": true,
                      "showFrequency": true,
                      "showLast": false,
                      "showLegend": true,
                      "showPeak": false,
                      "showTimespan": true,
                      "showTitle": false,
                      "showValley": false
                    },
                    "stackedBar": {
                      "drawGraphOutline": true,
                      "prettyXAxis": true,
                      "prettyYAxis": false,
                      "scaled": true,
                      "showAggregation": false,
                      "showAverage": true,
                      "showFrequency": false,
                      "showLast": false,
                      "showLegend": true,
                      "showPeak": false,
                      "showTimespan": false,
                      "showTitle": true,
                      "showValley": true
                    },
                    "stackedLine": {
                      "drawGraphOutline": false,
                      "prettyXAxis": false,
                      "prettyYAxis": true,
                      "scaleToMinimumValue": false,
                      "scaled": false,
                      "sendGraphCSV": true,
                      "showAggregation": false,
                      "showAverage": true,
                      "showFrequency": true,
                      "showLast": false,
                      "showLegend": false,
                      "showPeak": false,
                      "showTimespan": false,
                      "showTitle": false,
                      "showValley": false
                    },
                    "table": {
                      "columnSetting": {
                        "exclude": [
                          "string"
                        ],
                        "include": [
                          "string",
                          "string",
                          "string"
                        ]
                      },
                      "csvSetting": {
                        "expandTimeseries": false,
                        "formatTimestamp": false
                      },
                      "dataPresentationSetting": {
                        "formatNumbers": true,
                        "precision": 8
                      },
                      "tableSetting": {
                        "blockVis": true,
                        "hideHeaders": true,
                        "wrapCells": true
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/api/v1/reports/attachments/group-metrics/{id}/resources": {
      "get": {
        "tags": [
          "ReportAttachmentsGroupMetrics"
        ],
        "operationId": "getGroupMetricsAttachment",
        "description": "The parameters and request body are for method: getGroupMetricsAttachment. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ids": {
                      "type": "array",
                      "items": {
                        "type": "number"
                      }
                    },
                    "indicatorTypes": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "aggregations": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          },
                          "ids": {
                            "type": "array",
                            "items": {
                              "type": "number"
                            }
                          },
                          "objectTypeId": {
                            "type": "number"
                          },
                          "pluginId": {
                            "type": "number"
                          }
                        }
                      }
                    },
                    "type": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "ids": [
                    4,
                    3,
                    2
                  ],
                  "indicatorTypes": [
                    {
                      "aggregations": [
                        "min"
                      ],
                      "ids": [
                        2,
                        8,
                        6,
                        7
                      ],
                      "objectTypeId": 9,
                      "pluginId": 2
                    },
                    {
                      "aggregations": [
                        "max",
                        "max",
                        "maxPer",
                        "min"
                      ],
                      "ids": [
                        1,
                        10,
                        6,
                        6,
                        10,
                        6,
                        1,
                        7
                      ],
                      "objectTypeId": 6,
                      "pluginId": 10
                    },
                    {
                      "aggregations": [
                        "max",
                        "min",
                        "maxPer",
                        "min",
                        "min",
                        "avg"
                      ],
                      "ids": [
                        2,
                        9,
                        2,
                        5,
                        3,
                        1
                      ],
                      "objectTypeId": 7,
                      "pluginId": 6
                    },
                    {
                      "aggregations": [
                        "max",
                        "max",
                        "avg"
                      ],
                      "ids": [
                        10,
                        7,
                        3
                      ],
                      "objectTypeId": 8,
                      "pluginId": 9
                    },
                    {
                      "aggregations": [
                        "avgPer",
                        "maxPer",
                        "max",
                        "max"
                      ],
                      "ids": [
                        1,
                        10,
                        9,
                        9,
                        9,
                        9,
                        9,
                        4
                      ],
                      "objectTypeId": 7,
                      "pluginId": 9
                    },
                    {
                      "aggregations": [
                        "max",
                        "avg"
                      ],
                      "ids": [
                        6,
                        9,
                        4
                      ],
                      "objectTypeId": 8,
                      "pluginId": 6
                    },
                    {
                      "aggregations": [
                        "minPer",
                        "maxPer",
                        "minPer",
                        "avgPer",
                        "minPer"
                      ],
                      "ids": [
                        9,
                        9,
                        7,
                        8,
                        10,
                        6
                      ],
                      "objectTypeId": 8,
                      "pluginId": 9
                    },
                    {
                      "aggregations": [
                        "min",
                        "minPer"
                      ],
                      "ids": [
                        1,
                        7,
                        4,
                        7,
                        3,
                        1,
                        6,
                        7,
                        3
                      ],
                      "objectTypeId": 10,
                      "pluginId": 3
                    },
                    {
                      "aggregations": [
                        "minPer",
                        "avgPer",
                        "avgPer",
                        "maxPer",
                        "maxPer",
                        "avgPer",
                        "avg"
                      ],
                      "ids": [
                        7,
                        5,
                        7,
                        1,
                        1,
                        2,
                        6,
                        1,
                        9
                      ],
                      "objectTypeId": 8,
                      "pluginId": 2
                    }
                  ],
                  "type": "DeviceGroupChildren"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "ReportAttachmentsGroupMetrics"
        ],
        "operationId": "updateGroupMetricsAttachment",
        "description": "The parameters and request body are for method: updateGroupMetricsAttachment. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ids": {
                      "type": "array",
                      "items": {
                        "type": "number"
                      }
                    },
                    "indicatorTypes": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "aggregations": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          },
                          "ids": {
                            "type": "array",
                            "items": {
                              "type": "number"
                            }
                          },
                          "objectTypeId": {
                            "type": "number"
                          },
                          "pluginId": {
                            "type": "number"
                          }
                        }
                      }
                    },
                    "type": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "ids": [
                    10,
                    3,
                    8,
                    10,
                    4,
                    4,
                    8,
                    8
                  ],
                  "indicatorTypes": [
                    {
                      "aggregations": [
                        "min",
                        "maxPer",
                        "avgPer",
                        "max",
                        "maxPer",
                        "avgPer",
                        "minPer",
                        "max",
                        "max",
                        "max"
                      ],
                      "ids": [
                        2,
                        8
                      ],
                      "objectTypeId": 6,
                      "pluginId": 4
                    },
                    {
                      "aggregations": [
                        "avgPer",
                        "minPer",
                        "avg",
                        "max",
                        "maxPer",
                        "minPer",
                        "avg",
                        "min"
                      ],
                      "ids": [
                        1,
                        7,
                        3,
                        9
                      ],
                      "objectTypeId": 4,
                      "pluginId": 7
                    },
                    {
                      "aggregations": [
                        "max",
                        "avg"
                      ],
                      "ids": [
                        3,
                        1,
                        3,
                        8,
                        7,
                        10,
                        8,
                        2,
                        7,
                        9
                      ],
                      "objectTypeId": 7,
                      "pluginId": 5
                    },
                    {
                      "aggregations": [
                        "avg",
                        "max"
                      ],
                      "ids": [
                        10,
                        4,
                        5,
                        1,
                        6,
                        10,
                        5
                      ],
                      "objectTypeId": 8,
                      "pluginId": 5
                    },
                    {
                      "aggregations": [
                        "avg",
                        "maxPer"
                      ],
                      "ids": [
                        2,
                        2
                      ],
                      "objectTypeId": 10,
                      "pluginId": 8
                    },
                    {
                      "aggregations": [
                        "maxPer",
                        "maxPer",
                        "minPer",
                        "avgPer"
                      ],
                      "ids": [
                        8,
                        10,
                        9,
                        1,
                        4,
                        5,
                        10,
                        1,
                        4,
                        3
                      ],
                      "objectTypeId": 1,
                      "pluginId": 1
                    },
                    {
                      "aggregations": [
                        "avgPer",
                        "avgPer",
                        "max",
                        "maxPer",
                        "avgPer"
                      ],
                      "ids": [
                        6,
                        3,
                        2,
                        6,
                        8,
                        3,
                        4,
                        3,
                        7
                      ],
                      "objectTypeId": 6,
                      "pluginId": 1
                    },
                    {
                      "aggregations": [
                        "avgPer",
                        "maxPer",
                        "min",
                        "minPer",
                        "min",
                        "max",
                        "avg",
                        "avg",
                        "maxPer",
                        "max"
                      ],
                      "ids": [
                        5
                      ],
                      "objectTypeId": 8,
                      "pluginId": 5
                    },
                    {
                      "aggregations": [
                        "max",
                        "max",
                        "min",
                        "avg",
                        "avg",
                        "maxPer",
                        "max"
                      ],
                      "ids": [
                        1,
                        4,
                        5,
                        10,
                        4
                      ],
                      "objectTypeId": 9,
                      "pluginId": 8
                    },
                    {
                      "aggregations": [
                        "avgPer",
                        "maxPer",
                        "max",
                        "minPer",
                        "min"
                      ],
                      "ids": [
                        6,
                        1,
                        4,
                        10,
                        3,
                        9,
                        9
                      ],
                      "objectTypeId": 10,
                      "pluginId": 10
                    }
                  ],
                  "type": "DeviceGroupChildren"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/api/v1/reports/attachments/group-metrics/{id}/settings": {
      "get": {
        "tags": [
          "ReportAttachmentsGroupMetrics"
        ],
        "operationId": "getGroupMetricsAttachmentSettings",
        "description": "The parameters and request body are for method: getGroupMetricsAttachmentSettings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "childrenReport": {
                      "type": "boolean"
                    },
                    "preferredUnits": {
                      "type": "string"
                    },
                    "sourceFields": {
                      "type": "object",
                      "properties": {
                        "fields": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        },
                        "sort": {
                          "type": "array",
                          "items": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "childrenReport": false,
                  "preferredUnits": "bits",
                  "sourceFields": {
                    "fields": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "sort": [
                      [
                        "string",
                        "string",
                        "string"
                      ],
                      [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      [
                        "string",
                        "string",
                        "string"
                      ],
                      [
                        "string",
                        "string",
                        "string",
                        "string"
                      ]
                    ]
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "ReportAttachmentsGroupMetrics"
        ],
        "operationId": "updateGroupMetricsAttachmentSettings",
        "description": "The parameters and request body are for method: updateGroupMetricsAttachmentSettings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "childrenReport": {
                      "type": "boolean"
                    },
                    "preferredUnits": {
                      "type": "string"
                    },
                    "sourceFields": {
                      "type": "object",
                      "properties": {
                        "fields": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        },
                        "sort": {
                          "type": "array",
                          "items": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "childrenReport": true,
                  "preferredUnits": "bits",
                  "sourceFields": {
                    "fields": [
                      "string"
                    ],
                    "sort": [
                      [
                        "string",
                        "string",
                        "string"
                      ],
                      [
                        "string",
                        "string",
                        "string"
                      ],
                      [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      [
                        "string"
                      ]
                    ]
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/api/v1/reports/attachments/group-metrics/{id}/time": {
      "get": {
        "tags": [
          "ReportAttachmentsGroupMetrics"
        ],
        "operationId": "getGroupMetricsAttachmentTimeSettings",
        "description": "The parameters and request body are for method: getGroupMetricsAttachmentTimeSettings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ranges": {
                      "type": "object",
                      "properties": {
                        "end": {
                          "type": "string"
                        },
                        "start": {
                          "type": "string"
                        },
                        "type": {
                          "type": "string"
                        }
                      }
                    },
                    "timezone": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "ranges": {
                    "end": "string",
                    "start": "string",
                    "type": "RelativePeriod"
                  },
                  "timezone": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "ReportAttachmentsGroupMetrics"
        ],
        "operationId": "updateGroupMetricsAttachmentTimeSettings",
        "description": "The parameters and request body are for method: updateGroupMetricsAttachmentTimeSettings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ranges": {
                      "type": "object",
                      "properties": {
                        "end": {
                          "type": "string"
                        },
                        "start": {
                          "type": "string"
                        },
                        "type": {
                          "type": "string"
                        }
                      }
                    },
                    "timezone": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "ranges": {
                    "end": "string",
                    "start": "string",
                    "type": "CustomWeek"
                  },
                  "timezone": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/api/v1/reports/attachments/group-metrics/{id}/visualization": {
      "get": {
        "tags": [
          "ReportAttachmentsGroupMetrics"
        ],
        "operationId": "getGroupMetricsAttachmentVisualization",
        "description": "The parameters and request body are for method: getGroupMetricsAttachmentVisualization. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "table": {
                      "type": "object",
                      "properties": {
                        "columnSetting": {
                          "type": "object",
                          "properties": {
                            "exclude": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            },
                            "include": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            }
                          }
                        },
                        "csvSetting": {
                          "type": "object",
                          "properties": {
                            "expandTimeseries": {
                              "type": "boolean"
                            },
                            "formatTimestamp": {
                              "type": "boolean"
                            }
                          }
                        },
                        "dataPresentationSetting": {
                          "type": "object",
                          "properties": {
                            "formatNumbers": {
                              "type": "boolean"
                            },
                            "precision": {
                              "type": "number"
                            }
                          }
                        },
                        "tableSetting": {
                          "type": "object",
                          "properties": {
                            "blockVis": {
                              "type": "boolean"
                            },
                            "hideHeaders": {
                              "type": "boolean"
                            },
                            "wrapCells": {
                              "type": "boolean"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "table": {
                    "columnSetting": {
                      "exclude": [
                        "string",
                        "string",
                        "string"
                      ],
                      "include": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ]
                    },
                    "csvSetting": {
                      "expandTimeseries": false,
                      "formatTimestamp": false
                    },
                    "dataPresentationSetting": {
                      "formatNumbers": false,
                      "precision": 10
                    },
                    "tableSetting": {
                      "blockVis": true,
                      "hideHeaders": false,
                      "wrapCells": true
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "ReportAttachmentsGroupMetrics"
        ],
        "operationId": "updateGroupMetricsAttachmentVisualization",
        "description": "The parameters and request body are for method: updateGroupMetricsAttachmentVisualization. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "table": {
                      "type": "object",
                      "properties": {
                        "columnSetting": {
                          "type": "object",
                          "properties": {
                            "exclude": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            },
                            "include": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            }
                          }
                        },
                        "csvSetting": {
                          "type": "object",
                          "properties": {
                            "expandTimeseries": {
                              "type": "boolean"
                            },
                            "formatTimestamp": {
                              "type": "boolean"
                            }
                          }
                        },
                        "dataPresentationSetting": {
                          "type": "object",
                          "properties": {
                            "formatNumbers": {
                              "type": "boolean"
                            },
                            "precision": {
                              "type": "number"
                            }
                          }
                        },
                        "tableSetting": {
                          "type": "object",
                          "properties": {
                            "blockVis": {
                              "type": "boolean"
                            },
                            "hideHeaders": {
                              "type": "boolean"
                            },
                            "wrapCells": {
                              "type": "boolean"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "table": {
                    "columnSetting": {
                      "exclude": [
                        "string"
                      ],
                      "include": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ]
                    },
                    "csvSetting": {
                      "expandTimeseries": false,
                      "formatTimestamp": true
                    },
                    "dataPresentationSetting": {
                      "formatNumbers": false,
                      "precision": 6
                    },
                    "tableSetting": {
                      "blockVis": true,
                      "hideHeaders": true,
                      "wrapCells": false
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/api/v1/reports/{id}/attachments/group-metrics": {
      "post": {
        "tags": [
          "ReportAttachmentsGroupMetrics"
        ],
        "operationId": "createGroupMetricsAttachment",
        "description": "The parameters and request body are for method: createGroupMetricsAttachment. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "resource": {
                      "type": "object",
                      "properties": {
                        "ids": {
                          "type": "array",
                          "items": {
                            "type": "number"
                          }
                        },
                        "indicatorTypes": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "aggregations": {
                                "type": "array",
                                "items": {
                                  "type": "string"
                                }
                              },
                              "ids": {
                                "type": "array",
                                "items": {
                                  "type": "number"
                                }
                              },
                              "objectTypeId": {
                                "type": "number"
                              },
                              "pluginId": {
                                "type": "number"
                              }
                            }
                          }
                        },
                        "type": {
                          "type": "string"
                        }
                      }
                    },
                    "settings": {
                      "type": "object",
                      "properties": {
                        "childrenReport": {
                          "type": "boolean"
                        },
                        "preferredUnits": {
                          "type": "string"
                        },
                        "sourceFields": {
                          "type": "object",
                          "properties": {
                            "fields": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            },
                            "sort": {
                              "type": "array",
                              "items": {
                                "type": "array",
                                "items": {
                                  "type": "string"
                                }
                              }
                            }
                          }
                        }
                      }
                    },
                    "timeSettings": {
                      "type": "object",
                      "properties": {
                        "ranges": {
                          "type": "object",
                          "properties": {
                            "end": {
                              "type": "string"
                            },
                            "start": {
                              "type": "string"
                            },
                            "type": {
                              "type": "string"
                            }
                          }
                        },
                        "timezone": {
                          "type": "string"
                        }
                      }
                    },
                    "visualization": {
                      "type": "object",
                      "properties": {
                        "table": {
                          "type": "object",
                          "properties": {
                            "columnSetting": {
                              "type": "object",
                              "properties": {
                                "exclude": {
                                  "type": "array",
                                  "items": {
                                    "type": "string"
                                  }
                                },
                                "include": {
                                  "type": "array",
                                  "items": {
                                    "type": "string"
                                  }
                                }
                              }
                            },
                            "csvSetting": {
                              "type": "object",
                              "properties": {
                                "expandTimeseries": {
                                  "type": "boolean"
                                },
                                "formatTimestamp": {
                                  "type": "boolean"
                                }
                              }
                            },
                            "dataPresentationSetting": {
                              "type": "object",
                              "properties": {
                                "formatNumbers": {
                                  "type": "boolean"
                                },
                                "precision": {
                                  "type": "number"
                                }
                              }
                            },
                            "tableSetting": {
                              "type": "object",
                              "properties": {
                                "blockVis": {
                                  "type": "boolean"
                                },
                                "hideHeaders": {
                                  "type": "boolean"
                                },
                                "wrapCells": {
                                  "type": "boolean"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "name": "string",
                  "resource": {
                    "ids": [
                      1,
                      3
                    ],
                    "indicatorTypes": [
                      {
                        "aggregations": [
                          "max",
                          "minPer",
                          "maxPer",
                          "minPer",
                          "avgPer"
                        ],
                        "ids": [
                          5,
                          4,
                          8
                        ],
                        "objectTypeId": 1,
                        "pluginId": 3
                      },
                      {
                        "aggregations": [
                          "max",
                          "minPer",
                          "min",
                          "maxPer",
                          "min",
                          "avgPer"
                        ],
                        "ids": [
                          10,
                          10
                        ],
                        "objectTypeId": 5,
                        "pluginId": 3
                      },
                      {
                        "aggregations": [
                          "max",
                          "maxPer"
                        ],
                        "ids": [
                          1,
                          8,
                          6,
                          8,
                          10,
                          3
                        ],
                        "objectTypeId": 10,
                        "pluginId": 7
                      },
                      {
                        "aggregations": [
                          "max",
                          "minPer",
                          "max",
                          "min",
                          "avg",
                          "avg",
                          "max"
                        ],
                        "ids": [
                          4,
                          9,
                          5,
                          4,
                          10,
                          9
                        ],
                        "objectTypeId": 10,
                        "pluginId": 10
                      },
                      {
                        "aggregations": [
                          "avg",
                          "min",
                          "avg",
                          "min",
                          "avg",
                          "avgPer"
                        ],
                        "ids": [
                          1,
                          3,
                          8,
                          5,
                          2
                        ],
                        "objectTypeId": 2,
                        "pluginId": 6
                      },
                      {
                        "aggregations": [
                          "min",
                          "avg",
                          "min",
                          "min",
                          "avg",
                          "avgPer",
                          "maxPer",
                          "avgPer"
                        ],
                        "ids": [
                          5,
                          1,
                          7,
                          7,
                          4,
                          5,
                          6,
                          2,
                          8
                        ],
                        "objectTypeId": 4,
                        "pluginId": 9
                      }
                    ],
                    "type": "ObjectGroup"
                  },
                  "settings": {
                    "childrenReport": true,
                    "preferredUnits": "bytes",
                    "sourceFields": {
                      "fields": [
                        "string",
                        "string",
                        "string"
                      ],
                      "sort": [
                        [
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        [
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        [
                          "string",
                          "string"
                        ],
                        [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ]
                      ]
                    }
                  },
                  "timeSettings": {
                    "ranges": {
                      "end": "string",
                      "start": "string",
                      "type": "RelativePeriod"
                    },
                    "timezone": "string"
                  },
                  "visualization": {
                    "table": {
                      "columnSetting": {
                        "exclude": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "include": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ]
                      },
                      "csvSetting": {
                        "expandTimeseries": true,
                        "formatTimestamp": true
                      },
                      "dataPresentationSetting": {
                        "formatNumbers": false,
                        "precision": 6
                      },
                      "tableSetting": {
                        "blockVis": true,
                        "hideHeaders": true,
                        "wrapCells": false
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/api/v1/authentication/active-sessions": {
      "get": {
        "tags": [
          "Authentication"
        ],
        "operationId": "getActiveSessions",
        "description": "The parameters and request body are for method: getActiveSessions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "createdDate": {
                        "type": "number"
                      },
                      "expirationDate": {
                        "type": "number"
                      },
                      "numberOfApiCalls": {
                        "type": "number"
                      },
                      "phpSessionId": {
                        "type": "string"
                      },
                      "token": {
                        "type": "string"
                      },
                      "userId": {
                        "type": "number"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "createdDate": 10,
                    "expirationDate": 5,
                    "numberOfApiCalls": 6,
                    "phpSessionId": "string",
                    "token": "string",
                    "userId": 10
                  },
                  {
                    "createdDate": 9,
                    "expirationDate": 6,
                    "numberOfApiCalls": 10,
                    "phpSessionId": "string",
                    "token": "string",
                    "userId": 9
                  },
                  {
                    "createdDate": 1,
                    "expirationDate": 1,
                    "numberOfApiCalls": 8,
                    "phpSessionId": "string",
                    "token": "string",
                    "userId": 8
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/api/v1/authentication/keep-alive": {
      "get": {
        "tags": [
          "Authentication"
        ],
        "operationId": "keepAlive",
        "description": "The parameters and request body are for method: keepAlive. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/api/v1/authentication/signin": {
      "post": {
        "tags": [
          "Authentication"
        ],
        "operationId": "signIn",
        "description": "The parameters and request body are for method: signIn. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "token": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "token": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "nmsLogin",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/api/v1/authentication/signout": {
      "delete": {
        "tags": [
          "Authentication"
        ],
        "operationId": "signOut",
        "description": "The parameters and request body are for method: signOut. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/api/v1/authentication/signout-others": {
      "delete": {
        "tags": [
          "Authentication"
        ],
        "operationId": "signOutOthers",
        "description": "The parameters and request body are for method: signOutOthers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/api/v1/authentication/signout/{userId}": {
      "delete": {
        "tags": [
          "Authentication"
        ],
        "operationId": "signOutUser",
        "description": "The parameters and request body are for method: signOutUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "userId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "userId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/api/v1/devicegroups/{id}": {
      "patch": {
        "tags": [
          "DeviceGroup"
        ],
        "operationId": "partiallyUpdateDeviceGroupById",
        "description": "The parameters and request body are for method: partiallyUpdateDeviceGroupById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "number"
                    },
                    "name": {
                      "type": "string"
                    },
                    "parentId": {
                      "type": "number"
                    },
                    "devices": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "allowDelete": {
                            "type": "boolean"
                          },
                          "alternateName": {
                            "type": "string"
                          },
                          "dateAdded": {
                            "type": "number"
                          },
                          "description": {
                            "type": "string"
                          },
                          "disableConcurrentPolling": {
                            "type": "boolean"
                          },
                          "disablePolling": {
                            "type": "boolean"
                          },
                          "disableThresholding": {
                            "type": "boolean"
                          },
                          "id": {
                            "type": "number"
                          },
                          "ipAddress": {
                            "type": "string"
                          },
                          "isDeleted": {
                            "type": "boolean"
                          },
                          "isNew": {
                            "type": "boolean"
                          },
                          "lastDiscovery": {
                            "type": "number"
                          },
                          "manualIP": {
                            "type": "boolean"
                          },
                          "name": {
                            "type": "string"
                          },
                          "numElements": {
                            "type": "number"
                          },
                          "objects": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "alternateName": {
                                  "type": "string"
                                },
                                "dateAdded": {
                                  "type": "number"
                                },
                                "description": {
                                  "type": "string"
                                },
                                "deviceId": {
                                  "type": "number"
                                },
                                "enabled": {
                                  "type": "object"
                                },
                                "extendedInfo": {
                                  "type": "object"
                                },
                                "id": {
                                  "type": "number"
                                },
                                "indicators": {
                                  "type": "array",
                                  "items": {
                                    "type": "object"
                                  }
                                },
                                "isDeleted": {
                                  "type": "boolean"
                                },
                                "isEnabled": {
                                  "type": "boolean"
                                },
                                "isVisible": {
                                  "type": "boolean"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "pluginId": {
                                  "type": "number"
                                },
                                "pluginObjectTypeId": {
                                  "type": "number"
                                },
                                "subtypeId": {
                                  "type": "number"
                                }
                              }
                            }
                          },
                          "peerId": {
                            "type": "number"
                          },
                          "pluginInfo": {
                            "type": "object"
                          },
                          "pluginManagerId": {
                            "type": "number"
                          },
                          "pollFrequency": {
                            "type": "number"
                          },
                          "timezone": {
                            "type": "string"
                          },
                          "workhoursGroupId": {
                            "type": "number"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "id": 4,
                  "name": "string",
                  "parentId": 1,
                  "devices": [
                    {
                      "allowDelete": false,
                      "alternateName": "string",
                      "dateAdded": 6,
                      "description": "string",
                      "disableConcurrentPolling": false,
                      "disablePolling": true,
                      "disableThresholding": true,
                      "id": 10,
                      "ipAddress": "string",
                      "isDeleted": true,
                      "isNew": false,
                      "lastDiscovery": 7,
                      "manualIP": false,
                      "name": "string",
                      "numElements": 6,
                      "objects": [
                        {
                          "alternateName": "string",
                          "dateAdded": 1,
                          "description": "string",
                          "deviceId": 5,
                          "enabled": {},
                          "extendedInfo": {},
                          "id": 9,
                          "indicators": [
                            {},
                            {},
                            {},
                            {},
                            {},
                            {},
                            {},
                            {}
                          ],
                          "isDeleted": true,
                          "isEnabled": true,
                          "isVisible": false,
                          "name": "string",
                          "pluginId": 7,
                          "pluginObjectTypeId": 9,
                          "subtypeId": 1
                        },
                        {
                          "alternateName": "string",
                          "dateAdded": 10,
                          "description": "string",
                          "deviceId": 4,
                          "enabled": {},
                          "extendedInfo": {},
                          "id": 6,
                          "indicators": [
                            {},
                            {},
                            {}
                          ],
                          "isDeleted": false,
                          "isEnabled": false,
                          "isVisible": true,
                          "name": "string",
                          "pluginId": 4,
                          "pluginObjectTypeId": 1,
                          "subtypeId": 3
                        },
                        {
                          "alternateName": "string",
                          "dateAdded": 9,
                          "description": "string",
                          "deviceId": 2,
                          "enabled": {},
                          "extendedInfo": {},
                          "id": 1,
                          "indicators": [
                            {},
                            {},
                            {},
                            {},
                            {},
                            {},
                            {},
                            {}
                          ],
                          "isDeleted": true,
                          "isEnabled": false,
                          "isVisible": false,
                          "name": "string",
                          "pluginId": 3,
                          "pluginObjectTypeId": 6,
                          "subtypeId": 6
                        },
                        {
                          "alternateName": "string",
                          "dateAdded": 5,
                          "description": "string",
                          "deviceId": 1,
                          "enabled": {},
                          "extendedInfo": {},
                          "id": 6,
                          "indicators": [
                            {},
                            {},
                            {},
                            {},
                            {},
                            {},
                            {},
                            {},
                            {}
                          ],
                          "isDeleted": false,
                          "isEnabled": true,
                          "isVisible": false,
                          "name": "string",
                          "pluginId": 2,
                          "pluginObjectTypeId": 1,
                          "subtypeId": 9
                        },
                        {
                          "alternateName": "string",
                          "dateAdded": 8,
                          "description": "string",
                          "deviceId": 4,
                          "enabled": {},
                          "extendedInfo": {},
                          "id": 9,
                          "indicators": [
                            {},
                            {},
                            {},
                            {}
                          ],
                          "isDeleted": true,
                          "isEnabled": false,
                          "isVisible": true,
                          "name": "string",
                          "pluginId": 9,
                          "pluginObjectTypeId": 5,
                          "subtypeId": 1
                        },
                        {
                          "alternateName": "string",
                          "dateAdded": 9,
                          "description": "string",
                          "deviceId": 2,
                          "enabled": {},
                          "extendedInfo": {},
                          "id": 2,
                          "indicators": [
                            {},
                            {},
                            {},
                            {},
                            {},
                            {},
                            {},
                            {}
                          ],
                          "isDeleted": true,
                          "isEnabled": true,
                          "isVisible": true,
                          "name": "string",
                          "pluginId": 4,
                          "pluginObjectTypeId": 8,
                          "subtypeId": 10
                        },
                        {
                          "alternateName": "string",
                          "dateAdded": 6,
                          "description": "string",
                          "deviceId": 9,
                          "enabled": {},
                          "extendedInfo": {},
                          "id": 3,
                          "indicators": [
                            {},
                            {},
                            {},
                            {}
                          ],
                          "isDeleted": false,
                          "isEnabled": false,
                          "isVisible": false,
                          "name": "string",
                          "pluginId": 1,
                          "pluginObjectTypeId": 10,
                          "subtypeId": 6
                        }
                      ],
                      "peerId": 6,
                      "pluginInfo": {},
                      "pluginManagerId": 3,
                      "pollFrequency": 10,
                      "timezone": "string",
                      "workhoursGroupId": 1
                    },
                    {
                      "allowDelete": false,
                      "alternateName": "string",
                      "dateAdded": 7,
                      "description": "string",
                      "disableConcurrentPolling": false,
                      "disablePolling": true,
                      "disableThresholding": false,
                      "id": 7,
                      "ipAddress": "string",
                      "isDeleted": true,
                      "isNew": true,
                      "lastDiscovery": 10,
                      "manualIP": true,
                      "name": "string",
                      "numElements": 5,
                      "objects": [
                        {
                          "alternateName": "string",
                          "dateAdded": 3,
                          "description": "string",
                          "deviceId": 1,
                          "enabled": {},
                          "extendedInfo": {},
                          "id": 2,
                          "indicators": [
                            {},
                            {},
                            {},
                            {},
                            {},
                            {},
                            {},
                            {},
                            {},
                            {}
                          ],
                          "isDeleted": true,
                          "isEnabled": false,
                          "isVisible": true,
                          "name": "string",
                          "pluginId": 3,
                          "pluginObjectTypeId": 10,
                          "subtypeId": 6
                        },
                        {
                          "alternateName": "string",
                          "dateAdded": 6,
                          "description": "string",
                          "deviceId": 1,
                          "enabled": {},
                          "extendedInfo": {},
                          "id": 6,
                          "indicators": [
                            {}
                          ],
                          "isDeleted": false,
                          "isEnabled": true,
                          "isVisible": false,
                          "name": "string",
                          "pluginId": 1,
                          "pluginObjectTypeId": 10,
                          "subtypeId": 6
                        }
                      ],
                      "peerId": 1,
                      "pluginInfo": {},
                      "pluginManagerId": 10,
                      "pollFrequency": 3,
                      "timezone": "string",
                      "workhoursGroupId": 1
                    },
                    {
                      "allowDelete": true,
                      "alternateName": "string",
                      "dateAdded": 1,
                      "description": "string",
                      "disableConcurrentPolling": true,
                      "disablePolling": true,
                      "disableThresholding": false,
                      "id": 10,
                      "ipAddress": "string",
                      "isDeleted": false,
                      "isNew": false,
                      "lastDiscovery": 6,
                      "manualIP": false,
                      "name": "string",
                      "numElements": 10,
                      "objects": [
                        {
                          "alternateName": "string",
                          "dateAdded": 4,
                          "description": "string",
                          "deviceId": 4,
                          "enabled": {},
                          "extendedInfo": {},
                          "id": 5,
                          "indicators": [
                            {},
                            {},
                            {},
                            {},
                            {},
                            {},
                            {},
                            {}
                          ],
                          "isDeleted": false,
                          "isEnabled": false,
                          "isVisible": false,
                          "name": "string",
                          "pluginId": 1,
                          "pluginObjectTypeId": 2,
                          "subtypeId": 4
                        },
                        {
                          "alternateName": "string",
                          "dateAdded": 8,
                          "description": "string",
                          "deviceId": 1,
                          "enabled": {},
                          "extendedInfo": {},
                          "id": 3,
                          "indicators": [
                            {},
                            {},
                            {},
                            {},
                            {},
                            {},
                            {},
                            {},
                            {}
                          ],
                          "isDeleted": false,
                          "isEnabled": false,
                          "isVisible": true,
                          "name": "string",
                          "pluginId": 7,
                          "pluginObjectTypeId": 9,
                          "subtypeId": 1
                        },
                        {
                          "alternateName": "string",
                          "dateAdded": 7,
                          "description": "string",
                          "deviceId": 1,
                          "enabled": {},
                          "extendedInfo": {},
                          "id": 3,
                          "indicators": [
                            {},
                            {},
                            {}
                          ],
                          "isDeleted": true,
                          "isEnabled": false,
                          "isVisible": false,
                          "name": "string",
                          "pluginId": 1,
                          "pluginObjectTypeId": 5,
                          "subtypeId": 2
                        }
                      ],
                      "peerId": 3,
                      "pluginInfo": {},
                      "pluginManagerId": 3,
                      "pollFrequency": 5,
                      "timezone": "string",
                      "workhoursGroupId": 6
                    },
                    {
                      "allowDelete": false,
                      "alternateName": "string",
                      "dateAdded": 3,
                      "description": "string",
                      "disableConcurrentPolling": false,
                      "disablePolling": false,
                      "disableThresholding": false,
                      "id": 3,
                      "ipAddress": "string",
                      "isDeleted": false,
                      "isNew": true,
                      "lastDiscovery": 2,
                      "manualIP": true,
                      "name": "string",
                      "numElements": 1,
                      "objects": [
                        {
                          "alternateName": "string",
                          "dateAdded": 1,
                          "description": "string",
                          "deviceId": 6,
                          "enabled": {},
                          "extendedInfo": {},
                          "id": 9,
                          "indicators": [
                            {},
                            {},
                            {},
                            {},
                            {},
                            {},
                            {},
                            {}
                          ],
                          "isDeleted": false,
                          "isEnabled": false,
                          "isVisible": true,
                          "name": "string",
                          "pluginId": 4,
                          "pluginObjectTypeId": 3,
                          "subtypeId": 1
                        },
                        {
                          "alternateName": "string",
                          "dateAdded": 5,
                          "description": "string",
                          "deviceId": 1,
                          "enabled": {},
                          "extendedInfo": {},
                          "id": 7,
                          "indicators": [
                            {},
                            {},
                            {},
                            {},
                            {},
                            {},
                            {}
                          ],
                          "isDeleted": true,
                          "isEnabled": true,
                          "isVisible": false,
                          "name": "string",
                          "pluginId": 7,
                          "pluginObjectTypeId": 10,
                          "subtypeId": 7
                        },
                        {
                          "alternateName": "string",
                          "dateAdded": 10,
                          "description": "string",
                          "deviceId": 5,
                          "enabled": {},
                          "extendedInfo": {},
                          "id": 7,
                          "indicators": [
                            {}
                          ],
                          "isDeleted": true,
                          "isEnabled": true,
                          "isVisible": false,
                          "name": "string",
                          "pluginId": 8,
                          "pluginObjectTypeId": 2,
                          "subtypeId": 6
                        },
                        {
                          "alternateName": "string",
                          "dateAdded": 8,
                          "description": "string",
                          "deviceId": 10,
                          "enabled": {},
                          "extendedInfo": {},
                          "id": 10,
                          "indicators": [
                            {},
                            {},
                            {},
                            {}
                          ],
                          "isDeleted": false,
                          "isEnabled": false,
                          "isVisible": false,
                          "name": "string",
                          "pluginId": 6,
                          "pluginObjectTypeId": 5,
                          "subtypeId": 3
                        },
                        {
                          "alternateName": "string",
                          "dateAdded": 3,
                          "description": "string",
                          "deviceId": 5,
                          "enabled": {},
                          "extendedInfo": {},
                          "id": 7,
                          "indicators": [
                            {},
                            {}
                          ],
                          "isDeleted": false,
                          "isEnabled": true,
                          "isVisible": true,
                          "name": "string",
                          "pluginId": 6,
                          "pluginObjectTypeId": 3,
                          "subtypeId": 8
                        },
                        {
                          "alternateName": "string",
                          "dateAdded": 4,
                          "description": "string",
                          "deviceId": 8,
                          "enabled": {},
                          "extendedInfo": {},
                          "id": 5,
                          "indicators": [
                            {}
                          ],
                          "isDeleted": true,
                          "isEnabled": false,
                          "isVisible": false,
                          "name": "string",
                          "pluginId": 2,
                          "pluginObjectTypeId": 7,
                          "subtypeId": 7
                        },
                        {
                          "alternateName": "string",
                          "dateAdded": 10,
                          "description": "string",
                          "deviceId": 4,
                          "enabled": {},
                          "extendedInfo": {},
                          "id": 7,
                          "indicators": [
                            {},
                            {},
                            {},
                            {},
                            {},
                            {},
                            {},
                            {},
                            {},
                            {}
                          ],
                          "isDeleted": true,
                          "isEnabled": false,
                          "isVisible": true,
                          "name": "string",
                          "pluginId": 10,
                          "pluginObjectTypeId": 1,
                          "subtypeId": 10
                        }
                      ],
                      "peerId": 6,
                      "pluginInfo": {},
                      "pluginManagerId": 8,
                      "pollFrequency": 8,
                      "timezone": "string",
                      "workhoursGroupId": 10
                    },
                    {
                      "allowDelete": false,
                      "alternateName": "string",
                      "dateAdded": 9,
                      "description": "string",
                      "disableConcurrentPolling": false,
                      "disablePolling": false,
                      "disableThresholding": false,
                      "id": 4,
                      "ipAddress": "string",
                      "isDeleted": false,
                      "isNew": false,
                      "lastDiscovery": 2,
                      "manualIP": false,
                      "name": "string",
                      "numElements": 4,
                      "objects": [
                        {
                          "alternateName": "string",
                          "dateAdded": 10,
                          "description": "string",
                          "deviceId": 6,
                          "enabled": {},
                          "extendedInfo": {},
                          "id": 5,
                          "indicators": [
                            {},
                            {},
                            {},
                            {},
                            {},
                            {},
                            {},
                            {},
                            {}
                          ],
                          "isDeleted": true,
                          "isEnabled": true,
                          "isVisible": true,
                          "name": "string",
                          "pluginId": 8,
                          "pluginObjectTypeId": 1,
                          "subtypeId": 6
                        },
                        {
                          "alternateName": "string",
                          "dateAdded": 9,
                          "description": "string",
                          "deviceId": 1,
                          "enabled": {},
                          "extendedInfo": {},
                          "id": 10,
                          "indicators": [
                            {}
                          ],
                          "isDeleted": false,
                          "isEnabled": false,
                          "isVisible": false,
                          "name": "string",
                          "pluginId": 9,
                          "pluginObjectTypeId": 7,
                          "subtypeId": 4
                        },
                        {
                          "alternateName": "string",
                          "dateAdded": 9,
                          "description": "string",
                          "deviceId": 9,
                          "enabled": {},
                          "extendedInfo": {},
                          "id": 7,
                          "indicators": [
                            {},
                            {},
                            {}
                          ],
                          "isDeleted": true,
                          "isEnabled": true,
                          "isVisible": true,
                          "name": "string",
                          "pluginId": 7,
                          "pluginObjectTypeId": 4,
                          "subtypeId": 5
                        },
                        {
                          "alternateName": "string",
                          "dateAdded": 7,
                          "description": "string",
                          "deviceId": 8,
                          "enabled": {},
                          "extendedInfo": {},
                          "id": 5,
                          "indicators": [
                            {},
                            {},
                            {},
                            {},
                            {},
                            {},
                            {},
                            {},
                            {},
                            {}
                          ],
                          "isDeleted": true,
                          "isEnabled": false,
                          "isVisible": true,
                          "name": "string",
                          "pluginId": 5,
                          "pluginObjectTypeId": 7,
                          "subtypeId": 4
                        },
                        {
                          "alternateName": "string",
                          "dateAdded": 6,
                          "description": "string",
                          "deviceId": 6,
                          "enabled": {},
                          "extendedInfo": {},
                          "id": 10,
                          "indicators": [
                            {},
                            {},
                            {},
                            {},
                            {},
                            {},
                            {},
                            {},
                            {},
                            {}
                          ],
                          "isDeleted": false,
                          "isEnabled": false,
                          "isVisible": false,
                          "name": "string",
                          "pluginId": 5,
                          "pluginObjectTypeId": 9,
                          "subtypeId": 8
                        },
                        {
                          "alternateName": "string",
                          "dateAdded": 4,
                          "description": "string",
                          "deviceId": 2,
                          "enabled": {},
                          "extendedInfo": {},
                          "id": 1,
                          "indicators": [
                            {},
                            {},
                            {}
                          ],
                          "isDeleted": false,
                          "isEnabled": true,
                          "isVisible": true,
                          "name": "string",
                          "pluginId": 8,
                          "pluginObjectTypeId": 1,
                          "subtypeId": 5
                        },
                        {
                          "alternateName": "string",
                          "dateAdded": 9,
                          "description": "string",
                          "deviceId": 3,
                          "enabled": {},
                          "extendedInfo": {},
                          "id": 7,
                          "indicators": [
                            {},
                            {},
                            {}
                          ],
                          "isDeleted": true,
                          "isEnabled": true,
                          "isVisible": true,
                          "name": "string",
                          "pluginId": 7,
                          "pluginObjectTypeId": 3,
                          "subtypeId": 9
                        },
                        {
                          "alternateName": "string",
                          "dateAdded": 10,
                          "description": "string",
                          "deviceId": 8,
                          "enabled": {},
                          "extendedInfo": {},
                          "id": 10,
                          "indicators": [
                            {},
                            {}
                          ],
                          "isDeleted": false,
                          "isEnabled": false,
                          "isVisible": false,
                          "name": "string",
                          "pluginId": 2,
                          "pluginObjectTypeId": 10,
                          "subtypeId": 1
                        }
                      ],
                      "peerId": 5,
                      "pluginInfo": {},
                      "pluginManagerId": 4,
                      "pollFrequency": 4,
                      "timezone": "string",
                      "workhoursGroupId": 1
                    },
                    {
                      "allowDelete": false,
                      "alternateName": "string",
                      "dateAdded": 7,
                      "description": "string",
                      "disableConcurrentPolling": false,
                      "disablePolling": false,
                      "disableThresholding": false,
                      "id": 1,
                      "ipAddress": "string",
                      "isDeleted": true,
                      "isNew": false,
                      "lastDiscovery": 1,
                      "manualIP": false,
                      "name": "string",
                      "numElements": 6,
                      "objects": [
                        {
                          "alternateName": "string",
                          "dateAdded": 9,
                          "description": "string",
                          "deviceId": 10,
                          "enabled": {},
                          "extendedInfo": {},
                          "id": 4,
                          "indicators": [
                            {},
                            {},
                            {},
                            {},
                            {},
                            {},
                            {},
                            {},
                            {}
                          ],
                          "isDeleted": true,
                          "isEnabled": true,
                          "isVisible": true,
                          "name": "string",
                          "pluginId": 2,
                          "pluginObjectTypeId": 9,
                          "subtypeId": 2
                        },
                        {
                          "alternateName": "string",
                          "dateAdded": 9,
                          "description": "string",
                          "deviceId": 3,
                          "enabled": {},
                          "extendedInfo": {},
                          "id": 9,
                          "indicators": [
                            {}
                          ],
                          "isDeleted": true,
                          "isEnabled": true,
                          "isVisible": true,
                          "name": "string",
                          "pluginId": 4,
                          "pluginObjectTypeId": 8,
                          "subtypeId": 5
                        },
                        {
                          "alternateName": "string",
                          "dateAdded": 6,
                          "description": "string",
                          "deviceId": 10,
                          "enabled": {},
                          "extendedInfo": {},
                          "id": 5,
                          "indicators": [
                            {}
                          ],
                          "isDeleted": true,
                          "isEnabled": false,
                          "isVisible": false,
                          "name": "string",
                          "pluginId": 7,
                          "pluginObjectTypeId": 2,
                          "subtypeId": 4
                        },
                        {
                          "alternateName": "string",
                          "dateAdded": 10,
                          "description": "string",
                          "deviceId": 8,
                          "enabled": {},
                          "extendedInfo": {},
                          "id": 9,
                          "indicators": [
                            {},
                            {},
                            {},
                            {},
                            {},
                            {},
                            {},
                            {},
                            {}
                          ],
                          "isDeleted": true,
                          "isEnabled": true,
                          "isVisible": true,
                          "name": "string",
                          "pluginId": 5,
                          "pluginObjectTypeId": 4,
                          "subtypeId": 9
                        }
                      ],
                      "peerId": 5,
                      "pluginInfo": {},
                      "pluginManagerId": 2,
                      "pollFrequency": 6,
                      "timezone": "string",
                      "workhoursGroupId": 5
                    },
                    {
                      "allowDelete": true,
                      "alternateName": "string",
                      "dateAdded": 9,
                      "description": "string",
                      "disableConcurrentPolling": false,
                      "disablePolling": false,
                      "disableThresholding": true,
                      "id": 6,
                      "ipAddress": "string",
                      "isDeleted": true,
                      "isNew": true,
                      "lastDiscovery": 4,
                      "manualIP": false,
                      "name": "string",
                      "numElements": 6,
                      "objects": [
                        {
                          "alternateName": "string",
                          "dateAdded": 3,
                          "description": "string",
                          "deviceId": 10,
                          "enabled": {},
                          "extendedInfo": {},
                          "id": 2,
                          "indicators": [
                            {},
                            {},
                            {},
                            {},
                            {},
                            {},
                            {},
                            {}
                          ],
                          "isDeleted": false,
                          "isEnabled": true,
                          "isVisible": false,
                          "name": "string",
                          "pluginId": 9,
                          "pluginObjectTypeId": 7,
                          "subtypeId": 10
                        },
                        {
                          "alternateName": "string",
                          "dateAdded": 6,
                          "description": "string",
                          "deviceId": 9,
                          "enabled": {},
                          "extendedInfo": {},
                          "id": 1,
                          "indicators": [
                            {},
                            {},
                            {},
                            {},
                            {},
                            {},
                            {},
                            {}
                          ],
                          "isDeleted": false,
                          "isEnabled": false,
                          "isVisible": false,
                          "name": "string",
                          "pluginId": 10,
                          "pluginObjectTypeId": 7,
                          "subtypeId": 9
                        },
                        {
                          "alternateName": "string",
                          "dateAdded": 2,
                          "description": "string",
                          "deviceId": 6,
                          "enabled": {},
                          "extendedInfo": {},
                          "id": 5,
                          "indicators": [
                            {},
                            {}
                          ],
                          "isDeleted": true,
                          "isEnabled": false,
                          "isVisible": true,
                          "name": "string",
                          "pluginId": 2,
                          "pluginObjectTypeId": 4,
                          "subtypeId": 8
                        },
                        {
                          "alternateName": "string",
                          "dateAdded": 6,
                          "description": "string",
                          "deviceId": 1,
                          "enabled": {},
                          "extendedInfo": {},
                          "id": 4,
                          "indicators": [
                            {}
                          ],
                          "isDeleted": true,
                          "isEnabled": false,
                          "isVisible": true,
                          "name": "string",
                          "pluginId": 5,
                          "pluginObjectTypeId": 1,
                          "subtypeId": 3
                        },
                        {
                          "alternateName": "string",
                          "dateAdded": 8,
                          "description": "string",
                          "deviceId": 6,
                          "enabled": {},
                          "extendedInfo": {},
                          "id": 7,
                          "indicators": [
                            {},
                            {},
                            {},
                            {},
                            {},
                            {},
                            {},
                            {}
                          ],
                          "isDeleted": false,
                          "isEnabled": true,
                          "isVisible": true,
                          "name": "string",
                          "pluginId": 4,
                          "pluginObjectTypeId": 5,
                          "subtypeId": 2
                        },
                        {
                          "alternateName": "string",
                          "dateAdded": 2,
                          "description": "string",
                          "deviceId": 5,
                          "enabled": {},
                          "extendedInfo": {},
                          "id": 1,
                          "indicators": [
                            {},
                            {},
                            {},
                            {},
                            {},
                            {},
                            {},
                            {},
                            {}
                          ],
                          "isDeleted": true,
                          "isEnabled": false,
                          "isVisible": false,
                          "name": "string",
                          "pluginId": 5,
                          "pluginObjectTypeId": 10,
                          "subtypeId": 7
                        },
                        {
                          "alternateName": "string",
                          "dateAdded": 6,
                          "description": "string",
                          "deviceId": 7,
                          "enabled": {},
                          "extendedInfo": {},
                          "id": 10,
                          "indicators": [
                            {},
                            {},
                            {},
                            {},
                            {},
                            {},
                            {}
                          ],
                          "isDeleted": false,
                          "isEnabled": false,
                          "isVisible": true,
                          "name": "string",
                          "pluginId": 6,
                          "pluginObjectTypeId": 3,
                          "subtypeId": 6
                        },
                        {
                          "alternateName": "string",
                          "dateAdded": 8,
                          "description": "string",
                          "deviceId": 10,
                          "enabled": {},
                          "extendedInfo": {},
                          "id": 3,
                          "indicators": [
                            {}
                          ],
                          "isDeleted": true,
                          "isEnabled": true,
                          "isVisible": false,
                          "name": "string",
                          "pluginId": 2,
                          "pluginObjectTypeId": 4,
                          "subtypeId": 7
                        },
                        {
                          "alternateName": "string",
                          "dateAdded": 4,
                          "description": "string",
                          "deviceId": 3,
                          "enabled": {},
                          "extendedInfo": {},
                          "id": 1,
                          "indicators": [
                            {}
                          ],
                          "isDeleted": false,
                          "isEnabled": true,
                          "isVisible": false,
                          "name": "string",
                          "pluginId": 7,
                          "pluginObjectTypeId": 5,
                          "subtypeId": 8
                        },
                        {
                          "alternateName": "string",
                          "dateAdded": 8,
                          "description": "string",
                          "deviceId": 5,
                          "enabled": {},
                          "extendedInfo": {},
                          "id": 2,
                          "indicators": [
                            {},
                            {},
                            {},
                            {},
                            {},
                            {},
                            {},
                            {}
                          ],
                          "isDeleted": true,
                          "isEnabled": false,
                          "isVisible": false,
                          "name": "string",
                          "pluginId": 9,
                          "pluginObjectTypeId": 2,
                          "subtypeId": 3
                        }
                      ],
                      "peerId": 3,
                      "pluginInfo": {},
                      "pluginManagerId": 8,
                      "pollFrequency": 7,
                      "timezone": "string",
                      "workhoursGroupId": 4
                    },
                    {
                      "allowDelete": false,
                      "alternateName": "string",
                      "dateAdded": 3,
                      "description": "string",
                      "disableConcurrentPolling": true,
                      "disablePolling": false,
                      "disableThresholding": true,
                      "id": 9,
                      "ipAddress": "string",
                      "isDeleted": true,
                      "isNew": false,
                      "lastDiscovery": 1,
                      "manualIP": true,
                      "name": "string",
                      "numElements": 3,
                      "objects": [
                        {
                          "alternateName": "string",
                          "dateAdded": 1,
                          "description": "string",
                          "deviceId": 5,
                          "enabled": {},
                          "extendedInfo": {},
                          "id": 1,
                          "indicators": [
                            {},
                            {},
                            {},
                            {},
                            {},
                            {},
                            {},
                            {},
                            {}
                          ],
                          "isDeleted": true,
                          "isEnabled": false,
                          "isVisible": true,
                          "name": "string",
                          "pluginId": 5,
                          "pluginObjectTypeId": 2,
                          "subtypeId": 8
                        },
                        {
                          "alternateName": "string",
                          "dateAdded": 6,
                          "description": "string",
                          "deviceId": 8,
                          "enabled": {},
                          "extendedInfo": {},
                          "id": 9,
                          "indicators": [
                            {},
                            {}
                          ],
                          "isDeleted": true,
                          "isEnabled": false,
                          "isVisible": true,
                          "name": "string",
                          "pluginId": 10,
                          "pluginObjectTypeId": 9,
                          "subtypeId": 4
                        },
                        {
                          "alternateName": "string",
                          "dateAdded": 6,
                          "description": "string",
                          "deviceId": 9,
                          "enabled": {},
                          "extendedInfo": {},
                          "id": 6,
                          "indicators": [
                            {},
                            {},
                            {}
                          ],
                          "isDeleted": true,
                          "isEnabled": true,
                          "isVisible": false,
                          "name": "string",
                          "pluginId": 10,
                          "pluginObjectTypeId": 9,
                          "subtypeId": 1
                        },
                        {
                          "alternateName": "string",
                          "dateAdded": 1,
                          "description": "string",
                          "deviceId": 7,
                          "enabled": {},
                          "extendedInfo": {},
                          "id": 3,
                          "indicators": [
                            {},
                            {},
                            {},
                            {},
                            {},
                            {},
                            {}
                          ],
                          "isDeleted": true,
                          "isEnabled": false,
                          "isVisible": true,
                          "name": "string",
                          "pluginId": 1,
                          "pluginObjectTypeId": 5,
                          "subtypeId": 2
                        },
                        {
                          "alternateName": "string",
                          "dateAdded": 1,
                          "description": "string",
                          "deviceId": 9,
                          "enabled": {},
                          "extendedInfo": {},
                          "id": 3,
                          "indicators": [
                            {},
                            {},
                            {},
                            {},
                            {}
                          ],
                          "isDeleted": true,
                          "isEnabled": true,
                          "isVisible": false,
                          "name": "string",
                          "pluginId": 7,
                          "pluginObjectTypeId": 4,
                          "subtypeId": 9
                        },
                        {
                          "alternateName": "string",
                          "dateAdded": 7,
                          "description": "string",
                          "deviceId": 4,
                          "enabled": {},
                          "extendedInfo": {},
                          "id": 3,
                          "indicators": [
                            {},
                            {},
                            {},
                            {},
                            {},
                            {}
                          ],
                          "isDeleted": false,
                          "isEnabled": false,
                          "isVisible": true,
                          "name": "string",
                          "pluginId": 9,
                          "pluginObjectTypeId": 2,
                          "subtypeId": 8
                        },
                        {
                          "alternateName": "string",
                          "dateAdded": 8,
                          "description": "string",
                          "deviceId": 1,
                          "enabled": {},
                          "extendedInfo": {},
                          "id": 1,
                          "indicators": [
                            {}
                          ],
                          "isDeleted": true,
                          "isEnabled": false,
                          "isVisible": true,
                          "name": "string",
                          "pluginId": 9,
                          "pluginObjectTypeId": 1,
                          "subtypeId": 6
                        },
                        {
                          "alternateName": "string",
                          "dateAdded": 8,
                          "description": "string",
                          "deviceId": 1,
                          "enabled": {},
                          "extendedInfo": {},
                          "id": 10,
                          "indicators": [
                            {},
                            {},
                            {},
                            {},
                            {},
                            {},
                            {},
                            {}
                          ],
                          "isDeleted": false,
                          "isEnabled": false,
                          "isVisible": true,
                          "name": "string",
                          "pluginId": 3,
                          "pluginObjectTypeId": 8,
                          "subtypeId": 3
                        }
                      ],
                      "peerId": 1,
                      "pluginInfo": {},
                      "pluginManagerId": 2,
                      "pollFrequency": 1,
                      "timezone": "string",
                      "workhoursGroupId": 2
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/api/v1/devicetags/{id}": {
      "get": {
        "tags": [
          "DeviceGroup"
        ],
        "operationId": "getDeviceTagsById",
        "description": "The parameters and request body are for method: getDeviceTagsById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "number"
                    },
                    "name": {
                      "type": "string"
                    },
                    "parentId": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "id": 5,
                  "name": "string",
                  "parentId": 5
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/api/v1/reports/attachments/alerts/filters/schema": {
      "get": {
        "tags": [
          "ReportAttachmentsAlerts"
        ],
        "operationId": "getAlertAttachmentFilterSchema",
        "description": "The parameters and request body are for method: getAlertAttachmentFilterSchema. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "filters": {
                      "type": "object",
                      "properties": {
                        "alertId": {
                          "type": "object",
                          "properties": {
                            "filterExpression": {
                              "type": "string"
                            },
                            "filterExpressionText": {
                              "type": "string"
                            },
                            "group": {
                              "type": "string"
                            },
                            "id": {
                              "type": "string"
                            },
                            "operations": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            },
                            "title": {
                              "type": "string"
                            },
                            "values": {
                              "type": "object"
                            },
                            "valuesDataStore": {
                              "type": "object",
                              "properties": {
                                "keyField": {
                                  "type": "string"
                                },
                                "method": {
                                  "type": "string"
                                },
                                "parameters": {
                                  "type": "string"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "valueField": {
                                  "type": "string"
                                }
                              }
                            },
                            "valuesDescription": {
                              "type": "string"
                            }
                          }
                        },
                        "alertTypes": {
                          "type": "object",
                          "properties": {
                            "filterExpression": {
                              "type": "string"
                            },
                            "filterExpressionText": {
                              "type": "string"
                            },
                            "group": {
                              "type": "string"
                            },
                            "id": {
                              "type": "string"
                            },
                            "operations": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            },
                            "title": {
                              "type": "string"
                            },
                            "values": {
                              "type": "object"
                            },
                            "valuesDataStore": {
                              "type": "object",
                              "properties": {
                                "keyField": {
                                  "type": "string"
                                },
                                "method": {
                                  "type": "string"
                                },
                                "parameters": {
                                  "type": "string"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "valueField": {
                                  "type": "string"
                                }
                              }
                            },
                            "valuesDescription": {
                              "type": "string"
                            }
                          }
                        },
                        "assignedTo": {
                          "type": "object",
                          "properties": {
                            "filterExpression": {
                              "type": "string"
                            },
                            "filterExpressionText": {
                              "type": "string"
                            },
                            "group": {
                              "type": "string"
                            },
                            "id": {
                              "type": "string"
                            },
                            "operations": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            },
                            "title": {
                              "type": "string"
                            },
                            "values": {
                              "type": "object"
                            },
                            "valuesDataStore": {
                              "type": "object",
                              "properties": {
                                "keyField": {
                                  "type": "string"
                                },
                                "method": {
                                  "type": "string"
                                },
                                "parameters": {
                                  "type": "string"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "valueField": {
                                  "type": "string"
                                }
                              }
                            },
                            "valuesDescription": {
                              "type": "string"
                            }
                          }
                        },
                        "isClosed": {
                          "type": "object",
                          "properties": {
                            "filterExpression": {
                              "type": "string"
                            },
                            "filterExpressionText": {
                              "type": "string"
                            },
                            "group": {
                              "type": "string"
                            },
                            "id": {
                              "type": "string"
                            },
                            "operations": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            },
                            "title": {
                              "type": "string"
                            },
                            "values": {
                              "type": "object"
                            },
                            "valuesDataStore": {
                              "type": "object",
                              "properties": {
                                "keyField": {
                                  "type": "string"
                                },
                                "method": {
                                  "type": "string"
                                },
                                "parameters": {
                                  "type": "string"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "valueField": {
                                  "type": "string"
                                }
                              }
                            },
                            "valuesDescription": {
                              "type": "string"
                            }
                          }
                        },
                        "message": {
                          "type": "object",
                          "properties": {
                            "filterExpression": {
                              "type": "string"
                            },
                            "filterExpressionText": {
                              "type": "string"
                            },
                            "group": {
                              "type": "string"
                            },
                            "id": {
                              "type": "string"
                            },
                            "operations": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            },
                            "title": {
                              "type": "string"
                            },
                            "values": {
                              "type": "object"
                            },
                            "valuesDataStore": {
                              "type": "object",
                              "properties": {
                                "keyField": {
                                  "type": "string"
                                },
                                "method": {
                                  "type": "string"
                                },
                                "parameters": {
                                  "type": "string"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "valueField": {
                                  "type": "string"
                                }
                              }
                            },
                            "valuesDescription": {
                              "type": "string"
                            }
                          }
                        },
                        "policyId": {
                          "type": "object",
                          "properties": {
                            "filterExpression": {
                              "type": "string"
                            },
                            "filterExpressionText": {
                              "type": "string"
                            },
                            "group": {
                              "type": "string"
                            },
                            "id": {
                              "type": "string"
                            },
                            "operations": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            },
                            "title": {
                              "type": "string"
                            },
                            "values": {
                              "type": "object"
                            },
                            "valuesDataStore": {
                              "type": "object",
                              "properties": {
                                "keyField": {
                                  "type": "string"
                                },
                                "method": {
                                  "type": "string"
                                },
                                "parameters": {
                                  "type": "string"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "valueField": {
                                  "type": "string"
                                }
                              }
                            },
                            "valuesDescription": {
                              "type": "string"
                            }
                          }
                        },
                        "severity": {
                          "type": "object",
                          "properties": {
                            "filterExpression": {
                              "type": "string"
                            },
                            "filterExpressionText": {
                              "type": "string"
                            },
                            "group": {
                              "type": "string"
                            },
                            "id": {
                              "type": "string"
                            },
                            "operations": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            },
                            "title": {
                              "type": "string"
                            },
                            "values": {
                              "type": "object"
                            },
                            "valuesDataStore": {
                              "type": "object",
                              "properties": {
                                "keyField": {
                                  "type": "string"
                                },
                                "method": {
                                  "type": "string"
                                },
                                "parameters": {
                                  "type": "string"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "valueField": {
                                  "type": "string"
                                }
                              }
                            },
                            "valuesDescription": {
                              "type": "string"
                            }
                          }
                        },
                        "showIgnored": {
                          "type": "object",
                          "properties": {
                            "filterExpression": {
                              "type": "string"
                            },
                            "filterExpressionText": {
                              "type": "string"
                            },
                            "group": {
                              "type": "string"
                            },
                            "id": {
                              "type": "string"
                            },
                            "operations": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            },
                            "title": {
                              "type": "string"
                            },
                            "values": {
                              "type": "object"
                            },
                            "valuesDataStore": {
                              "type": "object",
                              "properties": {
                                "keyField": {
                                  "type": "string"
                                },
                                "method": {
                                  "type": "string"
                                },
                                "parameters": {
                                  "type": "string"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "valueField": {
                                  "type": "string"
                                }
                              }
                            },
                            "valuesDescription": {
                              "type": "string"
                            }
                          }
                        },
                        "thresholdId": {
                          "type": "object",
                          "properties": {
                            "filterExpression": {
                              "type": "string"
                            },
                            "filterExpressionText": {
                              "type": "string"
                            },
                            "group": {
                              "type": "string"
                            },
                            "id": {
                              "type": "string"
                            },
                            "operations": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            },
                            "title": {
                              "type": "string"
                            },
                            "values": {
                              "type": "object"
                            },
                            "valuesDataStore": {
                              "type": "object",
                              "properties": {
                                "keyField": {
                                  "type": "string"
                                },
                                "method": {
                                  "type": "string"
                                },
                                "parameters": {
                                  "type": "string"
                                },
                                "url": {
                                  "type": "string"
                                },
                                "valueField": {
                                  "type": "string"
                                }
                              }
                            },
                            "valuesDescription": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    },
                    "operations": {
                      "type": "object"
                    }
                  }
                },
                "example": {
                  "filters": {
                    "alertId": {
                      "filterExpression": "string",
                      "filterExpressionText": "string",
                      "group": "string",
                      "id": "string",
                      "operations": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "title": "string",
                      "values": {},
                      "valuesDataStore": {
                        "keyField": "string",
                        "method": "string",
                        "parameters": "string",
                        "url": "string",
                        "valueField": "string"
                      },
                      "valuesDescription": "string"
                    },
                    "alertTypes": {
                      "filterExpression": "string",
                      "filterExpressionText": "string",
                      "group": "string",
                      "id": "string",
                      "operations": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "title": "string",
                      "values": {},
                      "valuesDataStore": {
                        "keyField": "string",
                        "method": "string",
                        "parameters": "string",
                        "url": "string",
                        "valueField": "string"
                      },
                      "valuesDescription": "string"
                    },
                    "assignedTo": {
                      "filterExpression": "string",
                      "filterExpressionText": "string",
                      "group": "string",
                      "id": "string",
                      "operations": [
                        "string",
                        "string"
                      ],
                      "title": "string",
                      "values": {},
                      "valuesDataStore": {
                        "keyField": "string",
                        "method": "string",
                        "parameters": "string",
                        "url": "string",
                        "valueField": "string"
                      },
                      "valuesDescription": "string"
                    },
                    "isClosed": {
                      "filterExpression": "string",
                      "filterExpressionText": "string",
                      "group": "string",
                      "id": "string",
                      "operations": [
                        "string"
                      ],
                      "title": "string",
                      "values": {},
                      "valuesDataStore": {
                        "keyField": "string",
                        "method": "string",
                        "parameters": "string",
                        "url": "string",
                        "valueField": "string"
                      },
                      "valuesDescription": "string"
                    },
                    "message": {
                      "filterExpression": "string",
                      "filterExpressionText": "string",
                      "group": "string",
                      "id": "string",
                      "operations": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "title": "string",
                      "values": {},
                      "valuesDataStore": {
                        "keyField": "string",
                        "method": "string",
                        "parameters": "string",
                        "url": "string",
                        "valueField": "string"
                      },
                      "valuesDescription": "string"
                    },
                    "policyId": {
                      "filterExpression": "string",
                      "filterExpressionText": "string",
                      "group": "string",
                      "id": "string",
                      "operations": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "title": "string",
                      "values": {},
                      "valuesDataStore": {
                        "keyField": "string",
                        "method": "string",
                        "parameters": "string",
                        "url": "string",
                        "valueField": "string"
                      },
                      "valuesDescription": "string"
                    },
                    "severity": {
                      "filterExpression": "string",
                      "filterExpressionText": "string",
                      "group": "string",
                      "id": "string",
                      "operations": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "title": "string",
                      "values": {},
                      "valuesDataStore": {
                        "keyField": "string",
                        "method": "string",
                        "parameters": "string",
                        "url": "string",
                        "valueField": "string"
                      },
                      "valuesDescription": "string"
                    },
                    "showIgnored": {
                      "filterExpression": "string",
                      "filterExpressionText": "string",
                      "group": "string",
                      "id": "string",
                      "operations": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "title": "string",
                      "values": {},
                      "valuesDataStore": {
                        "keyField": "string",
                        "method": "string",
                        "parameters": "string",
                        "url": "string",
                        "valueField": "string"
                      },
                      "valuesDescription": "string"
                    },
                    "thresholdId": {
                      "filterExpression": "string",
                      "filterExpressionText": "string",
                      "group": "string",
                      "id": "string",
                      "operations": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "title": "string",
                      "values": {},
                      "valuesDataStore": {
                        "keyField": "string",
                        "method": "string",
                        "parameters": "string",
                        "url": "string",
                        "valueField": "string"
                      },
                      "valuesDescription": "string"
                    }
                  },
                  "operations": {}
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/api/v1/reports/attachments/alerts/{id}/aggregation": {
      "get": {
        "tags": [
          "ReportAttachmentsAlerts"
        ],
        "operationId": "getAlertAttachmentAggregation",
        "description": "The parameters and request body are for method: getAlertAttachmentAggregation. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "aggregation": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "aggregation": "None"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "ReportAttachmentsAlerts"
        ],
        "operationId": "updateAlertAttachmentAggregation",
        "description": "The parameters and request body are for method: updateAlertAttachmentAggregation. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "aggregation": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "aggregation": "None"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/api/v1/reports/attachments/alerts/{id}/filters": {
      "get": {
        "tags": [
          "ReportAttachmentsAlerts"
        ],
        "operationId": "getAlertAttachmentFilters",
        "description": "The parameters and request body are for method: getAlertAttachmentFilters. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "empty": {
                      "type": "boolean"
                    },
                    "expression": {
                      "type": "string"
                    },
                    "filters": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "operation": {
                            "type": "string"
                          },
                          "values": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "empty": false,
                  "expression": "string",
                  "filters": [
                    {
                      "id": "string",
                      "name": "string",
                      "operation": "string",
                      "values": [
                        "string",
                        "string",
                        "string",
                        "string"
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "ReportAttachmentsAlerts"
        ],
        "operationId": "updateAlertAttachmentFilters",
        "description": "The parameters and request body are for method: updateAlertAttachmentFilters. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "empty": {
                      "type": "boolean"
                    },
                    "expression": {
                      "type": "string"
                    },
                    "filters": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "operation": {
                            "type": "string"
                          },
                          "values": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "empty": false,
                  "expression": "string",
                  "filters": [
                    {
                      "id": "string",
                      "name": "string",
                      "operation": "string",
                      "values": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ]
                    },
                    {
                      "id": "string",
                      "name": "string",
                      "operation": "string",
                      "values": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ]
                    },
                    {
                      "id": "string",
                      "name": "string",
                      "operation": "string",
                      "values": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ]
                    },
                    {
                      "id": "string",
                      "name": "string",
                      "operation": "string",
                      "values": [
                        "string",
                        "string",
                        "string",
                        "string"
                      ]
                    },
                    {
                      "id": "string",
                      "name": "string",
                      "operation": "string",
                      "values": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ]
                    },
                    {
                      "id": "string",
                      "name": "string",
                      "operation": "string",
                      "values": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ]
                    },
                    {
                      "id": "string",
                      "name": "string",
                      "operation": "string",
                      "values": [
                        "string",
                        "string",
                        "string"
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/api/v1/reports/attachments/alerts/{id}/resources": {
      "get": {
        "tags": [
          "ReportAttachmentsAlerts"
        ],
        "operationId": "getAlertAttachmentResource",
        "description": "The parameters and request body are for method: getAlertAttachmentResource. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ids": {
                      "type": "array",
                      "items": {
                        "type": "number"
                      }
                    },
                    "type": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "ids": [
                    2,
                    2,
                    2,
                    5,
                    4,
                    4,
                    10,
                    4,
                    10,
                    8
                  ],
                  "type": "Everything"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "ReportAttachmentsAlerts"
        ],
        "operationId": "updateAlertAttachmentResource",
        "description": "The parameters and request body are for method: updateAlertAttachmentResource. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ids": {
                      "type": "array",
                      "items": {
                        "type": "number"
                      }
                    },
                    "type": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "ids": [
                    4,
                    1,
                    2,
                    7,
                    10
                  ],
                  "type": "DeviceGroup"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/api/v1/reports/attachments/alerts/{id}/settings": {
      "get": {
        "tags": [
          "ReportAttachmentsAlerts"
        ],
        "operationId": "getAlertAttachmentSettings",
        "description": "The parameters and request body are for method: getAlertAttachmentSettings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "alertSetting": {
                      "type": "object",
                      "properties": {
                        "defaultView": {
                          "type": "string"
                        },
                        "eventSummary": {
                          "type": "boolean"
                        },
                        "inlcudeMaintenanceWindowAlerts": {
                          "type": "boolean"
                        }
                      }
                    },
                    "resultLimitSetting": {
                      "type": "object",
                      "properties": {
                        "resultLimit": {
                          "type": "number"
                        }
                      }
                    },
                    "sourceFieldsSetting": {
                      "type": "object",
                      "properties": {
                        "fields": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        },
                        "sort": {
                          "type": "array",
                          "items": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "alertSetting": {
                    "defaultView": "devices",
                    "eventSummary": false,
                    "inlcudeMaintenanceWindowAlerts": true
                  },
                  "resultLimitSetting": {
                    "resultLimit": 1
                  },
                  "sourceFieldsSetting": {
                    "fields": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "sort": [
                      [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      [
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      [
                        "string"
                      ]
                    ]
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "ReportAttachmentsAlerts"
        ],
        "operationId": "updateAlertAttachmentSettings",
        "description": "The parameters and request body are for method: updateAlertAttachmentSettings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "alertSetting": {
                      "type": "object",
                      "properties": {
                        "defaultView": {
                          "type": "string"
                        },
                        "eventSummary": {
                          "type": "boolean"
                        },
                        "inlcudeMaintenanceWindowAlerts": {
                          "type": "boolean"
                        }
                      }
                    },
                    "resultLimitSetting": {
                      "type": "object",
                      "properties": {
                        "resultLimit": {
                          "type": "number"
                        }
                      }
                    },
                    "sourceFieldsSetting": {
                      "type": "object",
                      "properties": {
                        "fields": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        },
                        "sort": {
                          "type": "array",
                          "items": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "alertSetting": {
                    "defaultView": "groups",
                    "eventSummary": false,
                    "inlcudeMaintenanceWindowAlerts": false
                  },
                  "resultLimitSetting": {
                    "resultLimit": 7
                  },
                  "sourceFieldsSetting": {
                    "fields": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "sort": [
                      [
                        "string",
                        "string"
                      ],
                      [
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      [
                        "string"
                      ],
                      [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ]
                    ]
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/api/v1/reports/attachments/alerts/{id}/time": {
      "get": {
        "tags": [
          "ReportAttachmentsAlerts"
        ],
        "operationId": "getAlertAttachmentTimeSettings",
        "description": "The parameters and request body are for method: getAlertAttachmentTimeSettings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ranges": {
                      "type": "object",
                      "properties": {
                        "end": {
                          "type": "string"
                        },
                        "start": {
                          "type": "string"
                        },
                        "type": {
                          "type": "string"
                        }
                      }
                    },
                    "timezone": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "ranges": {
                    "end": "string",
                    "start": "string",
                    "type": "CustomWeek"
                  },
                  "timezone": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "ReportAttachmentsAlerts"
        ],
        "operationId": "updateAlertAttachmentTimeSettings",
        "description": "The parameters and request body are for method: updateAlertAttachmentTimeSettings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ranges": {
                      "type": "object",
                      "properties": {
                        "end": {
                          "type": "string"
                        },
                        "start": {
                          "type": "string"
                        },
                        "type": {
                          "type": "string"
                        }
                      }
                    },
                    "timezone": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "ranges": {
                    "end": "string",
                    "start": "string",
                    "type": "CustomWeek"
                  },
                  "timezone": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/api/v1/reports/attachments/alerts/{id}/visualizations": {
      "get": {
        "tags": [
          "ReportAttachmentsAlerts"
        ],
        "operationId": "getAlertAttachmentVisualizationSettings",
        "description": "The parameters and request body are for method: getAlertAttachmentVisualizationSettings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "bar": {
                      "type": "object",
                      "properties": {
                        "drawGraphOutline": {
                          "type": "boolean"
                        },
                        "prettyXAxis": {
                          "type": "boolean"
                        },
                        "prettyYAxis": {
                          "type": "boolean"
                        },
                        "scaleToMinimumValue": {
                          "type": "boolean"
                        },
                        "scaled": {
                          "type": "boolean"
                        },
                        "showAggregation": {
                          "type": "boolean"
                        },
                        "showAverage": {
                          "type": "boolean"
                        },
                        "showFrequency": {
                          "type": "boolean"
                        },
                        "showLast": {
                          "type": "boolean"
                        },
                        "showLegend": {
                          "type": "boolean"
                        },
                        "showPeak": {
                          "type": "boolean"
                        },
                        "showTimespan": {
                          "type": "boolean"
                        },
                        "showTitle": {
                          "type": "boolean"
                        },
                        "showValley": {
                          "type": "boolean"
                        }
                      }
                    },
                    "pie": {
                      "type": "object",
                      "properties": {
                        "showAggregation": {
                          "type": "boolean"
                        },
                        "showAverage": {
                          "type": "boolean"
                        },
                        "showFrequency": {
                          "type": "boolean"
                        },
                        "showLast": {
                          "type": "boolean"
                        },
                        "showLegend": {
                          "type": "boolean"
                        },
                        "showPeak": {
                          "type": "boolean"
                        },
                        "showTimespan": {
                          "type": "boolean"
                        },
                        "showTitle": {
                          "type": "boolean"
                        },
                        "showValley": {
                          "type": "boolean"
                        }
                      }
                    },
                    "table": {
                      "type": "object",
                      "properties": {
                        "columnSetting": {
                          "type": "object",
                          "properties": {
                            "exclude": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            },
                            "include": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            }
                          }
                        },
                        "csvSetting": {
                          "type": "object",
                          "properties": {
                            "expandTimeseries": {
                              "type": "boolean"
                            },
                            "formatTimestamp": {
                              "type": "boolean"
                            }
                          }
                        },
                        "dataPresentationSetting": {
                          "type": "object",
                          "properties": {
                            "formatNumbers": {
                              "type": "boolean"
                            },
                            "precision": {
                              "type": "number"
                            }
                          }
                        },
                        "tableSetting": {
                          "type": "object",
                          "properties": {
                            "blockVis": {
                              "type": "boolean"
                            },
                            "hideHeaders": {
                              "type": "boolean"
                            },
                            "wrapCells": {
                              "type": "boolean"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "bar": {
                    "drawGraphOutline": false,
                    "prettyXAxis": true,
                    "prettyYAxis": false,
                    "scaleToMinimumValue": true,
                    "scaled": true,
                    "showAggregation": false,
                    "showAverage": true,
                    "showFrequency": true,
                    "showLast": false,
                    "showLegend": true,
                    "showPeak": true,
                    "showTimespan": true,
                    "showTitle": false,
                    "showValley": true
                  },
                  "pie": {
                    "showAggregation": true,
                    "showAverage": true,
                    "showFrequency": true,
                    "showLast": false,
                    "showLegend": true,
                    "showPeak": false,
                    "showTimespan": false,
                    "showTitle": false,
                    "showValley": false
                  },
                  "table": {
                    "columnSetting": {
                      "exclude": [
                        "string",
                        "string",
                        "string"
                      ],
                      "include": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ]
                    },
                    "csvSetting": {
                      "expandTimeseries": true,
                      "formatTimestamp": true
                    },
                    "dataPresentationSetting": {
                      "formatNumbers": true,
                      "precision": 5
                    },
                    "tableSetting": {
                      "blockVis": true,
                      "hideHeaders": false,
                      "wrapCells": false
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "ReportAttachmentsAlerts"
        ],
        "operationId": "updateAlertAttachmentVisualizationSettings",
        "description": "The parameters and request body are for method: updateAlertAttachmentVisualizationSettings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "bar": {
                      "type": "object",
                      "properties": {
                        "drawGraphOutline": {
                          "type": "boolean"
                        },
                        "prettyXAxis": {
                          "type": "boolean"
                        },
                        "prettyYAxis": {
                          "type": "boolean"
                        },
                        "scaleToMinimumValue": {
                          "type": "boolean"
                        },
                        "scaled": {
                          "type": "boolean"
                        },
                        "showAggregation": {
                          "type": "boolean"
                        },
                        "showAverage": {
                          "type": "boolean"
                        },
                        "showFrequency": {
                          "type": "boolean"
                        },
                        "showLast": {
                          "type": "boolean"
                        },
                        "showLegend": {
                          "type": "boolean"
                        },
                        "showPeak": {
                          "type": "boolean"
                        },
                        "showTimespan": {
                          "type": "boolean"
                        },
                        "showTitle": {
                          "type": "boolean"
                        },
                        "showValley": {
                          "type": "boolean"
                        }
                      }
                    },
                    "pie": {
                      "type": "object",
                      "properties": {
                        "showAggregation": {
                          "type": "boolean"
                        },
                        "showAverage": {
                          "type": "boolean"
                        },
                        "showFrequency": {
                          "type": "boolean"
                        },
                        "showLast": {
                          "type": "boolean"
                        },
                        "showLegend": {
                          "type": "boolean"
                        },
                        "showPeak": {
                          "type": "boolean"
                        },
                        "showTimespan": {
                          "type": "boolean"
                        },
                        "showTitle": {
                          "type": "boolean"
                        },
                        "showValley": {
                          "type": "boolean"
                        }
                      }
                    },
                    "table": {
                      "type": "object",
                      "properties": {
                        "columnSetting": {
                          "type": "object",
                          "properties": {
                            "exclude": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            },
                            "include": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            }
                          }
                        },
                        "csvSetting": {
                          "type": "object",
                          "properties": {
                            "expandTimeseries": {
                              "type": "boolean"
                            },
                            "formatTimestamp": {
                              "type": "boolean"
                            }
                          }
                        },
                        "dataPresentationSetting": {
                          "type": "object",
                          "properties": {
                            "formatNumbers": {
                              "type": "boolean"
                            },
                            "precision": {
                              "type": "number"
                            }
                          }
                        },
                        "tableSetting": {
                          "type": "object",
                          "properties": {
                            "blockVis": {
                              "type": "boolean"
                            },
                            "hideHeaders": {
                              "type": "boolean"
                            },
                            "wrapCells": {
                              "type": "boolean"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "bar": {
                    "drawGraphOutline": true,
                    "prettyXAxis": false,
                    "prettyYAxis": false,
                    "scaleToMinimumValue": true,
                    "scaled": false,
                    "showAggregation": false,
                    "showAverage": false,
                    "showFrequency": true,
                    "showLast": false,
                    "showLegend": true,
                    "showPeak": false,
                    "showTimespan": false,
                    "showTitle": false,
                    "showValley": false
                  },
                  "pie": {
                    "showAggregation": true,
                    "showAverage": true,
                    "showFrequency": true,
                    "showLast": false,
                    "showLegend": false,
                    "showPeak": true,
                    "showTimespan": true,
                    "showTitle": false,
                    "showValley": true
                  },
                  "table": {
                    "columnSetting": {
                      "exclude": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "include": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ]
                    },
                    "csvSetting": {
                      "expandTimeseries": false,
                      "formatTimestamp": true
                    },
                    "dataPresentationSetting": {
                      "formatNumbers": true,
                      "precision": 9
                    },
                    "tableSetting": {
                      "blockVis": true,
                      "hideHeaders": true,
                      "wrapCells": true
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "patch": {
        "tags": [
          "ReportAttachmentsAlerts"
        ],
        "operationId": "partiallyUpdateAlertAttachmentVisualizationSettings",
        "description": "The parameters and request body are for method: partiallyUpdateAlertAttachmentVisualizationSettings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "bar": {
                      "type": "object",
                      "properties": {
                        "drawGraphOutline": {
                          "type": "boolean"
                        },
                        "prettyXAxis": {
                          "type": "boolean"
                        },
                        "prettyYAxis": {
                          "type": "boolean"
                        },
                        "scaleToMinimumValue": {
                          "type": "boolean"
                        },
                        "scaled": {
                          "type": "boolean"
                        },
                        "showAggregation": {
                          "type": "boolean"
                        },
                        "showAverage": {
                          "type": "boolean"
                        },
                        "showFrequency": {
                          "type": "boolean"
                        },
                        "showLast": {
                          "type": "boolean"
                        },
                        "showLegend": {
                          "type": "boolean"
                        },
                        "showPeak": {
                          "type": "boolean"
                        },
                        "showTimespan": {
                          "type": "boolean"
                        },
                        "showTitle": {
                          "type": "boolean"
                        },
                        "showValley": {
                          "type": "boolean"
                        }
                      }
                    },
                    "pie": {
                      "type": "object",
                      "properties": {
                        "showAggregation": {
                          "type": "boolean"
                        },
                        "showAverage": {
                          "type": "boolean"
                        },
                        "showFrequency": {
                          "type": "boolean"
                        },
                        "showLast": {
                          "type": "boolean"
                        },
                        "showLegend": {
                          "type": "boolean"
                        },
                        "showPeak": {
                          "type": "boolean"
                        },
                        "showTimespan": {
                          "type": "boolean"
                        },
                        "showTitle": {
                          "type": "boolean"
                        },
                        "showValley": {
                          "type": "boolean"
                        }
                      }
                    },
                    "table": {
                      "type": "object",
                      "properties": {
                        "columnSetting": {
                          "type": "object",
                          "properties": {
                            "exclude": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            },
                            "include": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            }
                          }
                        },
                        "csvSetting": {
                          "type": "object",
                          "properties": {
                            "expandTimeseries": {
                              "type": "boolean"
                            },
                            "formatTimestamp": {
                              "type": "boolean"
                            }
                          }
                        },
                        "dataPresentationSetting": {
                          "type": "object",
                          "properties": {
                            "formatNumbers": {
                              "type": "boolean"
                            },
                            "precision": {
                              "type": "number"
                            }
                          }
                        },
                        "tableSetting": {
                          "type": "object",
                          "properties": {
                            "blockVis": {
                              "type": "boolean"
                            },
                            "hideHeaders": {
                              "type": "boolean"
                            },
                            "wrapCells": {
                              "type": "boolean"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "bar": {
                    "drawGraphOutline": false,
                    "prettyXAxis": true,
                    "prettyYAxis": true,
                    "scaleToMinimumValue": true,
                    "scaled": false,
                    "showAggregation": false,
                    "showAverage": true,
                    "showFrequency": false,
                    "showLast": false,
                    "showLegend": true,
                    "showPeak": false,
                    "showTimespan": true,
                    "showTitle": true,
                    "showValley": true
                  },
                  "pie": {
                    "showAggregation": true,
                    "showAverage": true,
                    "showFrequency": true,
                    "showLast": true,
                    "showLegend": true,
                    "showPeak": true,
                    "showTimespan": false,
                    "showTitle": false,
                    "showValley": true
                  },
                  "table": {
                    "columnSetting": {
                      "exclude": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "include": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ]
                    },
                    "csvSetting": {
                      "expandTimeseries": true,
                      "formatTimestamp": false
                    },
                    "dataPresentationSetting": {
                      "formatNumbers": true,
                      "precision": 1
                    },
                    "tableSetting": {
                      "blockVis": true,
                      "hideHeaders": true,
                      "wrapCells": false
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/api/v1/reports/{id}/attachments/alerts": {
      "post": {
        "tags": [
          "ReportAttachmentsAlerts"
        ],
        "operationId": "createAlertAttachment",
        "description": "The parameters and request body are for method: createAlertAttachment. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "resource": {
                      "type": "object",
                      "properties": {
                        "ids": {
                          "type": "array",
                          "items": {
                            "type": "number"
                          }
                        },
                        "type": {
                          "type": "string"
                        }
                      }
                    },
                    "settings": {
                      "type": "object",
                      "properties": {
                        "alertSetting": {
                          "type": "object",
                          "properties": {
                            "defaultView": {
                              "type": "string"
                            },
                            "eventSummary": {
                              "type": "boolean"
                            },
                            "inlcudeMaintenanceWindowAlerts": {
                              "type": "boolean"
                            }
                          }
                        },
                        "resultLimitSetting": {
                          "type": "object",
                          "properties": {
                            "resultLimit": {
                              "type": "number"
                            }
                          }
                        },
                        "sourceFieldsSetting": {
                          "type": "object",
                          "properties": {
                            "fields": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            },
                            "sort": {
                              "type": "array",
                              "items": {
                                "type": "array",
                                "items": {
                                  "type": "string"
                                }
                              }
                            }
                          }
                        }
                      }
                    },
                    "timeSettings": {
                      "type": "object",
                      "properties": {
                        "ranges": {
                          "type": "object",
                          "properties": {
                            "end": {
                              "type": "string"
                            },
                            "start": {
                              "type": "string"
                            },
                            "type": {
                              "type": "string"
                            }
                          }
                        },
                        "timezone": {
                          "type": "string"
                        }
                      }
                    },
                    "visualization": {
                      "type": "object",
                      "properties": {
                        "bar": {
                          "type": "object",
                          "properties": {
                            "drawGraphOutline": {
                              "type": "boolean"
                            },
                            "prettyXAxis": {
                              "type": "boolean"
                            },
                            "prettyYAxis": {
                              "type": "boolean"
                            },
                            "scaleToMinimumValue": {
                              "type": "boolean"
                            },
                            "scaled": {
                              "type": "boolean"
                            },
                            "showAggregation": {
                              "type": "boolean"
                            },
                            "showAverage": {
                              "type": "boolean"
                            },
                            "showFrequency": {
                              "type": "boolean"
                            },
                            "showLast": {
                              "type": "boolean"
                            },
                            "showLegend": {
                              "type": "boolean"
                            },
                            "showPeak": {
                              "type": "boolean"
                            },
                            "showTimespan": {
                              "type": "boolean"
                            },
                            "showTitle": {
                              "type": "boolean"
                            },
                            "showValley": {
                              "type": "boolean"
                            }
                          }
                        },
                        "pie": {
                          "type": "object",
                          "properties": {
                            "showAggregation": {
                              "type": "boolean"
                            },
                            "showAverage": {
                              "type": "boolean"
                            },
                            "showFrequency": {
                              "type": "boolean"
                            },
                            "showLast": {
                              "type": "boolean"
                            },
                            "showLegend": {
                              "type": "boolean"
                            },
                            "showPeak": {
                              "type": "boolean"
                            },
                            "showTimespan": {
                              "type": "boolean"
                            },
                            "showTitle": {
                              "type": "boolean"
                            },
                            "showValley": {
                              "type": "boolean"
                            }
                          }
                        },
                        "table": {
                          "type": "object",
                          "properties": {
                            "columnSetting": {
                              "type": "object",
                              "properties": {
                                "exclude": {
                                  "type": "array",
                                  "items": {
                                    "type": "string"
                                  }
                                },
                                "include": {
                                  "type": "array",
                                  "items": {
                                    "type": "string"
                                  }
                                }
                              }
                            },
                            "csvSetting": {
                              "type": "object",
                              "properties": {
                                "expandTimeseries": {
                                  "type": "boolean"
                                },
                                "formatTimestamp": {
                                  "type": "boolean"
                                }
                              }
                            },
                            "dataPresentationSetting": {
                              "type": "object",
                              "properties": {
                                "formatNumbers": {
                                  "type": "boolean"
                                },
                                "precision": {
                                  "type": "number"
                                }
                              }
                            },
                            "tableSetting": {
                              "type": "object",
                              "properties": {
                                "blockVis": {
                                  "type": "boolean"
                                },
                                "hideHeaders": {
                                  "type": "boolean"
                                },
                                "wrapCells": {
                                  "type": "boolean"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "name": "string",
                  "resource": {
                    "ids": [
                      8,
                      1,
                      10,
                      9,
                      8,
                      8
                    ],
                    "type": "Device"
                  },
                  "settings": {
                    "alertSetting": {
                      "defaultView": "groups",
                      "eventSummary": true,
                      "inlcudeMaintenanceWindowAlerts": true
                    },
                    "resultLimitSetting": {
                      "resultLimit": 10
                    },
                    "sourceFieldsSetting": {
                      "fields": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "sort": [
                        [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ]
                      ]
                    }
                  },
                  "timeSettings": {
                    "ranges": {
                      "end": "string",
                      "start": "string",
                      "type": "CustomWeek"
                    },
                    "timezone": "string"
                  },
                  "visualization": {
                    "bar": {
                      "drawGraphOutline": true,
                      "prettyXAxis": false,
                      "prettyYAxis": false,
                      "scaleToMinimumValue": true,
                      "scaled": true,
                      "showAggregation": false,
                      "showAverage": false,
                      "showFrequency": false,
                      "showLast": true,
                      "showLegend": true,
                      "showPeak": true,
                      "showTimespan": true,
                      "showTitle": false,
                      "showValley": false
                    },
                    "pie": {
                      "showAggregation": false,
                      "showAverage": false,
                      "showFrequency": false,
                      "showLast": false,
                      "showLegend": false,
                      "showPeak": true,
                      "showTimespan": false,
                      "showTitle": false,
                      "showValley": false
                    },
                    "table": {
                      "columnSetting": {
                        "exclude": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "include": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ]
                      },
                      "csvSetting": {
                        "expandTimeseries": true,
                        "formatTimestamp": false
                      },
                      "dataPresentationSetting": {
                        "formatNumbers": true,
                        "precision": 5
                      },
                      "tableSetting": {
                        "blockVis": true,
                        "hideHeaders": true,
                        "wrapCells": false
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/api/v1/plugins": {
      "get": {
        "tags": [
          "Plugins"
        ],
        "operationId": "getAllPlugins",
        "description": "The parameters and request body are for method: getAllPlugins. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "content": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "dir": {
                            "type": "string"
                          },
                          "id": {
                            "type": "number"
                          },
                          "name": {
                            "type": "string"
                          },
                          "objectName": {
                            "type": "string"
                          },
                          "plottable": {
                            "type": "number"
                          }
                        }
                      }
                    },
                    "pageNumber": {
                      "type": "number"
                    },
                    "pageSize": {
                      "type": "number"
                    },
                    "totalElements": {
                      "type": "number"
                    },
                    "totalPages": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "content": [
                    {
                      "dir": "string",
                      "id": 6,
                      "name": "string",
                      "objectName": "string",
                      "plottable": 7
                    },
                    {
                      "dir": "string",
                      "id": 6,
                      "name": "string",
                      "objectName": "string",
                      "plottable": 5
                    },
                    {
                      "dir": "string",
                      "id": 1,
                      "name": "string",
                      "objectName": "string",
                      "plottable": 9
                    }
                  ],
                  "pageNumber": 1,
                  "pageSize": 8,
                  "totalElements": 1,
                  "totalPages": 9
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "size",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "objectName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/api/v1/plugins/device/schema": {
      "get": {
        "tags": [
          "Plugins"
        ],
        "operationId": "getDevicePluginInfoSchema",
        "description": "The parameters and request body are for method: getDevicePluginInfoSchema. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/api/v1/plugins/indicator/schema/{pluginId}": {
      "get": {
        "tags": [
          "Plugins"
        ],
        "operationId": "getIndicatorExtendedInfoSchema",
        "description": "The parameters and request body are for method: getIndicatorExtendedInfoSchema. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pluginId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pluginId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/api/v1/plugins/indicatortypes": {
      "get": {
        "tags": [
          "Plugins"
        ],
        "operationId": "getAllPluginIndicatorTypes",
        "description": "The parameters and request body are for method: getAllPluginIndicatorTypes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "content": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "allowMaximumValue": {
                            "type": "boolean"
                          },
                          "dataUnits": {
                            "type": "string"
                          },
                          "description": {
                            "type": "string"
                          },
                          "displayUnits": {
                            "type": "string"
                          },
                          "extendedInfo": {
                            "type": "object"
                          },
                          "format": {
                            "type": "string"
                          },
                          "id": {
                            "type": "number"
                          },
                          "isDefault": {
                            "type": "boolean"
                          },
                          "isEnabled": {
                            "type": "boolean"
                          },
                          "name": {
                            "type": "string"
                          },
                          "pluginId": {
                            "type": "number"
                          },
                          "pluginObjectTypeId": {
                            "type": "number"
                          },
                          "syntheticExpression": {
                            "type": "string"
                          },
                          "syntheticMaximumExpression": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "pageNumber": {
                      "type": "number"
                    },
                    "pageSize": {
                      "type": "number"
                    },
                    "totalElements": {
                      "type": "number"
                    },
                    "totalPages": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "content": [
                    {
                      "allowMaximumValue": true,
                      "dataUnits": "string",
                      "description": "string",
                      "displayUnits": "string",
                      "extendedInfo": {},
                      "format": "COUNTER32",
                      "id": 3,
                      "isDefault": false,
                      "isEnabled": true,
                      "name": "string",
                      "pluginId": 9,
                      "pluginObjectTypeId": 4,
                      "syntheticExpression": "string",
                      "syntheticMaximumExpression": "string"
                    },
                    {
                      "allowMaximumValue": true,
                      "dataUnits": "string",
                      "description": "string",
                      "displayUnits": "string",
                      "extendedInfo": {},
                      "format": "GAUGE",
                      "id": 9,
                      "isDefault": true,
                      "isEnabled": true,
                      "name": "string",
                      "pluginId": 8,
                      "pluginObjectTypeId": 9,
                      "syntheticExpression": "string",
                      "syntheticMaximumExpression": "string"
                    },
                    {
                      "allowMaximumValue": true,
                      "dataUnits": "string",
                      "description": "string",
                      "displayUnits": "string",
                      "extendedInfo": {},
                      "format": "GAUGE",
                      "id": 3,
                      "isDefault": false,
                      "isEnabled": true,
                      "name": "string",
                      "pluginId": 8,
                      "pluginObjectTypeId": 10,
                      "syntheticExpression": "string",
                      "syntheticMaximumExpression": "string"
                    },
                    {
                      "allowMaximumValue": false,
                      "dataUnits": "string",
                      "description": "string",
                      "displayUnits": "string",
                      "extendedInfo": {},
                      "format": "GAUGE",
                      "id": 1,
                      "isDefault": true,
                      "isEnabled": true,
                      "name": "string",
                      "pluginId": 10,
                      "pluginObjectTypeId": 5,
                      "syntheticExpression": "string",
                      "syntheticMaximumExpression": "string"
                    }
                  ],
                  "pageNumber": 5,
                  "pageSize": 8,
                  "totalElements": 1,
                  "totalPages": 1
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "size",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "includeExtendedInfo",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Plugins"
        ],
        "operationId": "createPluginIndicatorType",
        "description": "The parameters and request body are for method: createPluginIndicatorType. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "allowMaximumValue": {
                      "type": "boolean"
                    },
                    "dataUnits": {
                      "type": "string"
                    },
                    "description": {
                      "type": "string"
                    },
                    "displayUnits": {
                      "type": "string"
                    },
                    "extendedInfo": {
                      "type": "object"
                    },
                    "format": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "isDefault": {
                      "type": "boolean"
                    },
                    "isEnabled": {
                      "type": "boolean"
                    },
                    "name": {
                      "type": "string"
                    },
                    "pluginId": {
                      "type": "number"
                    },
                    "pluginObjectTypeId": {
                      "type": "number"
                    },
                    "syntheticExpression": {
                      "type": "string"
                    },
                    "syntheticMaximumExpression": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "allowMaximumValue": true,
                  "dataUnits": "string",
                  "description": "string",
                  "displayUnits": "string",
                  "extendedInfo": {},
                  "format": "GAUGE",
                  "id": 7,
                  "isDefault": true,
                  "isEnabled": false,
                  "name": "string",
                  "pluginId": 5,
                  "pluginObjectTypeId": 9,
                  "syntheticExpression": "string",
                  "syntheticMaximumExpression": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/api/v1/plugins/indicatortypes/filter": {
      "post": {
        "tags": [
          "Plugins"
        ],
        "operationId": "filterPluginIndicatorTypes",
        "description": "The parameters and request body are for method: filterPluginIndicatorTypes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "content": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "allowMaximumValue": {
                            "type": "boolean"
                          },
                          "dataUnits": {
                            "type": "string"
                          },
                          "description": {
                            "type": "string"
                          },
                          "displayUnits": {
                            "type": "string"
                          },
                          "extendedInfo": {
                            "type": "object"
                          },
                          "format": {
                            "type": "string"
                          },
                          "id": {
                            "type": "number"
                          },
                          "isDefault": {
                            "type": "boolean"
                          },
                          "isEnabled": {
                            "type": "boolean"
                          },
                          "name": {
                            "type": "string"
                          },
                          "pluginId": {
                            "type": "number"
                          },
                          "pluginObjectTypeId": {
                            "type": "number"
                          },
                          "syntheticExpression": {
                            "type": "string"
                          },
                          "syntheticMaximumExpression": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "pageNumber": {
                      "type": "number"
                    },
                    "pageSize": {
                      "type": "number"
                    },
                    "totalElements": {
                      "type": "number"
                    },
                    "totalPages": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "content": [
                    {
                      "allowMaximumValue": true,
                      "dataUnits": "string",
                      "description": "string",
                      "displayUnits": "string",
                      "extendedInfo": {},
                      "format": "COUNTER64",
                      "id": 9,
                      "isDefault": false,
                      "isEnabled": false,
                      "name": "string",
                      "pluginId": 6,
                      "pluginObjectTypeId": 10,
                      "syntheticExpression": "string",
                      "syntheticMaximumExpression": "string"
                    },
                    {
                      "allowMaximumValue": false,
                      "dataUnits": "string",
                      "description": "string",
                      "displayUnits": "string",
                      "extendedInfo": {},
                      "format": "COUNTER32",
                      "id": 10,
                      "isDefault": false,
                      "isEnabled": false,
                      "name": "string",
                      "pluginId": 10,
                      "pluginObjectTypeId": 3,
                      "syntheticExpression": "string",
                      "syntheticMaximumExpression": "string"
                    },
                    {
                      "allowMaximumValue": true,
                      "dataUnits": "string",
                      "description": "string",
                      "displayUnits": "string",
                      "extendedInfo": {},
                      "format": "GAUGE",
                      "id": 1,
                      "isDefault": true,
                      "isEnabled": false,
                      "name": "string",
                      "pluginId": 7,
                      "pluginObjectTypeId": 2,
                      "syntheticExpression": "string",
                      "syntheticMaximumExpression": "string"
                    },
                    {
                      "allowMaximumValue": false,
                      "dataUnits": "string",
                      "description": "string",
                      "displayUnits": "string",
                      "extendedInfo": {},
                      "format": "GAUGE",
                      "id": 10,
                      "isDefault": false,
                      "isEnabled": false,
                      "name": "string",
                      "pluginId": 9,
                      "pluginObjectTypeId": 5,
                      "syntheticExpression": "string",
                      "syntheticMaximumExpression": "string"
                    },
                    {
                      "allowMaximumValue": false,
                      "dataUnits": "string",
                      "description": "string",
                      "displayUnits": "string",
                      "extendedInfo": {},
                      "format": "GAUGE",
                      "id": 6,
                      "isDefault": true,
                      "isEnabled": true,
                      "name": "string",
                      "pluginId": 10,
                      "pluginObjectTypeId": 1,
                      "syntheticExpression": "string",
                      "syntheticMaximumExpression": "string"
                    }
                  ],
                  "pageNumber": 10,
                  "pageSize": 5,
                  "totalElements": 1,
                  "totalPages": 5
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "size",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "includeExtendedInfo",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/api/v1/plugins/indicatortypes/schema/{pluginId}": {
      "get": {
        "tags": [
          "Plugins"
        ],
        "operationId": "getSchemaForAllPluginIndicatorTypes",
        "description": "The parameters and request body are for method: getSchemaForAllPluginIndicatorTypes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pluginId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pluginId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/api/v1/plugins/indicatortypes/{id}": {
      "put": {
        "tags": [
          "Plugins"
        ],
        "operationId": "updatePluginIndicatorType",
        "description": "The parameters and request body are for method: updatePluginIndicatorType. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "allowMaximumValue": {
                      "type": "boolean"
                    },
                    "dataUnits": {
                      "type": "string"
                    },
                    "description": {
                      "type": "string"
                    },
                    "displayUnits": {
                      "type": "string"
                    },
                    "extendedInfo": {
                      "type": "object"
                    },
                    "format": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "isDefault": {
                      "type": "boolean"
                    },
                    "isEnabled": {
                      "type": "boolean"
                    },
                    "name": {
                      "type": "string"
                    },
                    "pluginId": {
                      "type": "number"
                    },
                    "pluginObjectTypeId": {
                      "type": "number"
                    },
                    "syntheticExpression": {
                      "type": "string"
                    },
                    "syntheticMaximumExpression": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "allowMaximumValue": false,
                  "dataUnits": "string",
                  "description": "string",
                  "displayUnits": "string",
                  "extendedInfo": {},
                  "format": "COUNTER32",
                  "id": 7,
                  "isDefault": true,
                  "isEnabled": true,
                  "name": "string",
                  "pluginId": 1,
                  "pluginObjectTypeId": 3,
                  "syntheticExpression": "string",
                  "syntheticMaximumExpression": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/api/v1/plugins/object/schema/{pluginId}": {
      "get": {
        "tags": [
          "Plugins"
        ],
        "operationId": "getObjectExtendedInfoSchema",
        "description": "The parameters and request body are for method: getObjectExtendedInfoSchema. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pluginId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pluginId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/api/v1/plugins/objecttypes": {
      "get": {
        "tags": [
          "Plugins"
        ],
        "operationId": "getAllPluginObjectTypes",
        "description": "The parameters and request body are for method: getAllPluginObjectTypes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "content": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "extendedInfo": {
                            "type": "object"
                          },
                          "id": {
                            "type": "number"
                          },
                          "isEditable": {
                            "type": "boolean"
                          },
                          "isEnabled": {
                            "type": "boolean"
                          },
                          "name": {
                            "type": "string"
                          },
                          "parentObjectTypeId": {
                            "type": "number"
                          },
                          "pluginId": {
                            "type": "number"
                          }
                        }
                      }
                    },
                    "pageNumber": {
                      "type": "number"
                    },
                    "pageSize": {
                      "type": "number"
                    },
                    "totalElements": {
                      "type": "number"
                    },
                    "totalPages": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "content": [
                    {
                      "extendedInfo": {},
                      "id": 5,
                      "isEditable": true,
                      "isEnabled": false,
                      "name": "string",
                      "parentObjectTypeId": 6,
                      "pluginId": 10
                    },
                    {
                      "extendedInfo": {},
                      "id": 3,
                      "isEditable": true,
                      "isEnabled": true,
                      "name": "string",
                      "parentObjectTypeId": 2,
                      "pluginId": 5
                    },
                    {
                      "extendedInfo": {},
                      "id": 9,
                      "isEditable": false,
                      "isEnabled": false,
                      "name": "string",
                      "parentObjectTypeId": 1,
                      "pluginId": 9
                    }
                  ],
                  "pageNumber": 6,
                  "pageSize": 8,
                  "totalElements": 5,
                  "totalPages": 7
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "size",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "includeExtendedInfo",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Plugins"
        ],
        "operationId": "createPluginObjectType",
        "description": "The parameters and request body are for method: createPluginObjectType. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "extendedInfo": {
                      "type": "object"
                    },
                    "id": {
                      "type": "number"
                    },
                    "isEditable": {
                      "type": "boolean"
                    },
                    "isEnabled": {
                      "type": "boolean"
                    },
                    "name": {
                      "type": "string"
                    },
                    "parentObjectTypeId": {
                      "type": "number"
                    },
                    "pluginId": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "extendedInfo": {},
                  "id": 3,
                  "isEditable": true,
                  "isEnabled": true,
                  "name": "string",
                  "parentObjectTypeId": 6,
                  "pluginId": 2
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/api/v1/plugins/objecttypes/filter": {
      "post": {
        "tags": [
          "Plugins"
        ],
        "operationId": "filterPluginObjectTypes",
        "description": "The parameters and request body are for method: filterPluginObjectTypes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "content": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "extendedInfo": {
                            "type": "object"
                          },
                          "id": {
                            "type": "number"
                          },
                          "isEditable": {
                            "type": "boolean"
                          },
                          "isEnabled": {
                            "type": "boolean"
                          },
                          "name": {
                            "type": "string"
                          },
                          "parentObjectTypeId": {
                            "type": "number"
                          },
                          "pluginId": {
                            "type": "number"
                          }
                        }
                      }
                    },
                    "pageNumber": {
                      "type": "number"
                    },
                    "pageSize": {
                      "type": "number"
                    },
                    "totalElements": {
                      "type": "number"
                    },
                    "totalPages": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "content": [
                    {
                      "extendedInfo": {},
                      "id": 5,
                      "isEditable": true,
                      "isEnabled": false,
                      "name": "string",
                      "parentObjectTypeId": 3,
                      "pluginId": 7
                    },
                    {
                      "extendedInfo": {},
                      "id": 6,
                      "isEditable": false,
                      "isEnabled": true,
                      "name": "string",
                      "parentObjectTypeId": 7,
                      "pluginId": 8
                    },
                    {
                      "extendedInfo": {},
                      "id": 5,
                      "isEditable": true,
                      "isEnabled": false,
                      "name": "string",
                      "parentObjectTypeId": 8,
                      "pluginId": 2
                    },
                    {
                      "extendedInfo": {},
                      "id": 1,
                      "isEditable": true,
                      "isEnabled": false,
                      "name": "string",
                      "parentObjectTypeId": 8,
                      "pluginId": 1
                    },
                    {
                      "extendedInfo": {},
                      "id": 7,
                      "isEditable": true,
                      "isEnabled": false,
                      "name": "string",
                      "parentObjectTypeId": 7,
                      "pluginId": 6
                    },
                    {
                      "extendedInfo": {},
                      "id": 7,
                      "isEditable": true,
                      "isEnabled": true,
                      "name": "string",
                      "parentObjectTypeId": 8,
                      "pluginId": 4
                    },
                    {
                      "extendedInfo": {},
                      "id": 4,
                      "isEditable": false,
                      "isEnabled": true,
                      "name": "string",
                      "parentObjectTypeId": 7,
                      "pluginId": 8
                    },
                    {
                      "extendedInfo": {},
                      "id": 4,
                      "isEditable": false,
                      "isEnabled": false,
                      "name": "string",
                      "parentObjectTypeId": 9,
                      "pluginId": 10
                    },
                    {
                      "extendedInfo": {},
                      "id": 8,
                      "isEditable": true,
                      "isEnabled": false,
                      "name": "string",
                      "parentObjectTypeId": 10,
                      "pluginId": 5
                    },
                    {
                      "extendedInfo": {},
                      "id": 1,
                      "isEditable": true,
                      "isEnabled": false,
                      "name": "string",
                      "parentObjectTypeId": 5,
                      "pluginId": 3
                    }
                  ],
                  "pageNumber": 1,
                  "pageSize": 1,
                  "totalElements": 5,
                  "totalPages": 9
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "size",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "includeExtendedInfo",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/api/v1/plugins/objecttypes/schema/{pluginId}": {
      "get": {
        "tags": [
          "Plugins"
        ],
        "operationId": "getSchemaForAllPluginObjectTypes",
        "description": "The parameters and request body are for method: getSchemaForAllPluginObjectTypes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pluginId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pluginId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/api/v1/plugins/objecttypes/{id}": {
      "put": {
        "tags": [
          "Plugins"
        ],
        "operationId": "updatePluginObjectType",
        "description": "The parameters and request body are for method: updatePluginObjectType. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "extendedInfo": {
                      "type": "object"
                    },
                    "id": {
                      "type": "number"
                    },
                    "isEditable": {
                      "type": "boolean"
                    },
                    "isEnabled": {
                      "type": "boolean"
                    },
                    "name": {
                      "type": "string"
                    },
                    "parentObjectTypeId": {
                      "type": "number"
                    },
                    "pluginId": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "extendedInfo": {},
                  "id": 9,
                  "isEditable": false,
                  "isEnabled": true,
                  "name": "string",
                  "parentObjectTypeId": 3,
                  "pluginId": 1
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/api/v1/alerts/force": {
      "post": {
        "tags": [
          "alert"
        ],
        "operationId": "createAlertForced",
        "description": "The parameters and request body are for method: createAlertForced. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "alertFlowFalcon": {
                      "type": "object",
                      "properties": {
                        "alertId": {
                          "type": "number"
                        },
                        "directionId": {
                          "type": "number"
                        },
                        "filterId": {
                          "type": "number"
                        },
                        "id": {
                          "type": "number"
                        },
                        "interfaceId": {
                          "type": "number"
                        },
                        "netflowDeviceId": {
                          "type": "number"
                        },
                        "viewId": {
                          "type": "number"
                        }
                      }
                    },
                    "clearTime": {
                      "type": "number"
                    },
                    "deviceId": {
                      "type": "number"
                    },
                    "endTime": {
                      "type": "number"
                    },
                    "id": {
                      "type": "number"
                    },
                    "ignoreComment": {
                      "type": "string"
                    },
                    "ignoreUid": {
                      "type": "number"
                    },
                    "ignoreUntil": {
                      "type": "number"
                    },
                    "message": {
                      "type": "string"
                    },
                    "number": {
                      "type": "number"
                    },
                    "objectId": {
                      "type": "number"
                    },
                    "origin": {
                      "type": "string"
                    },
                    "pluginName": {
                      "type": "string"
                    },
                    "pollId": {
                      "type": "number"
                    },
                    "severity": {
                      "type": "number"
                    },
                    "startTime": {
                      "type": "number"
                    },
                    "thresholdId": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "alertFlowFalcon": {
                    "alertId": 6,
                    "directionId": 9,
                    "filterId": 3,
                    "id": 1,
                    "interfaceId": 1,
                    "netflowDeviceId": 4,
                    "viewId": 1
                  },
                  "clearTime": 7,
                  "deviceId": 6,
                  "endTime": 6,
                  "id": 9,
                  "ignoreComment": "string",
                  "ignoreUid": 3,
                  "ignoreUntil": 6,
                  "message": "string",
                  "number": 6,
                  "objectId": 7,
                  "origin": "trap",
                  "pluginName": "string",
                  "pollId": 7,
                  "severity": 8,
                  "startTime": 9,
                  "thresholdId": 8
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/api/v1/alerts/netflow-device/{id}": {
      "get": {
        "tags": [
          "alert"
        ],
        "operationId": "getFlowFalconDeviceAlerts",
        "description": "The parameters and request body are for method: getFlowFalconDeviceAlerts. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "alerts": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "acknowledgedBy": {
                            "type": "string"
                          },
                          "alertFlowFalcon": {
                            "type": "object",
                            "properties": {
                              "alertId": {
                                "type": "number"
                              },
                              "directionId": {
                                "type": "number"
                              },
                              "filterId": {
                                "type": "number"
                              },
                              "id": {
                                "type": "number"
                              },
                              "interfaceId": {
                                "type": "number"
                              },
                              "netflowDeviceId": {
                                "type": "number"
                              },
                              "viewId": {
                                "type": "number"
                              }
                            }
                          },
                          "assignedTo": {
                            "type": "number"
                          },
                          "clearMessage": {
                            "type": "string"
                          },
                          "clearTime": {
                            "type": "number"
                          },
                          "closed": {
                            "type": "number"
                          },
                          "closedKey": {
                            "type": "number"
                          },
                          "comments": {
                            "type": "string"
                          },
                          "deviceId": {
                            "type": "number"
                          },
                          "endTime": {
                            "type": "number"
                          },
                          "id": {
                            "type": "number"
                          },
                          "ignoreComment": {
                            "type": "string"
                          },
                          "ignoreUid": {
                            "type": "number"
                          },
                          "ignoreUntil": {
                            "type": "number"
                          },
                          "indicatorId": {
                            "type": "number"
                          },
                          "isMaintenanceAlert": {
                            "type": "boolean"
                          },
                          "lastProcessed": {
                            "type": "number"
                          },
                          "message": {
                            "type": "string"
                          },
                          "number": {
                            "type": "number"
                          },
                          "objectId": {
                            "type": "number"
                          },
                          "origin": {
                            "type": "string"
                          },
                          "pluginName": {
                            "type": "string"
                          },
                          "pollId": {
                            "type": "number"
                          },
                          "severity": {
                            "type": "number"
                          },
                          "startTime": {
                            "type": "number"
                          },
                          "thresholdId": {
                            "type": "number"
                          }
                        }
                      }
                    },
                    "id": {
                      "type": "number"
                    },
                    "name": {
                      "type": "string"
                    },
                    "originIp": {
                      "type": "string"
                    },
                    "overrideName": {
                      "type": "number"
                    },
                    "peer": {
                      "type": "number"
                    },
                    "systemName": {
                      "type": "string"
                    },
                    "versions": {
                      "type": "string"
                    },
                    "visible": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "alerts": [
                    {
                      "acknowledgedBy": "string",
                      "alertFlowFalcon": {
                        "alertId": 9,
                        "directionId": 1,
                        "filterId": 2,
                        "id": 6,
                        "interfaceId": 9,
                        "netflowDeviceId": 10,
                        "viewId": 9
                      },
                      "assignedTo": 3,
                      "clearMessage": "string",
                      "clearTime": 4,
                      "closed": 10,
                      "closedKey": 8,
                      "comments": "string",
                      "deviceId": 1,
                      "endTime": 1,
                      "id": 6,
                      "ignoreComment": "string",
                      "ignoreUid": 2,
                      "ignoreUntil": 5,
                      "indicatorId": 3,
                      "isMaintenanceAlert": false,
                      "lastProcessed": 4,
                      "message": "string",
                      "number": 8,
                      "objectId": 8,
                      "origin": "system",
                      "pluginName": "string",
                      "pollId": 5,
                      "severity": 3,
                      "startTime": 8,
                      "thresholdId": 9
                    }
                  ],
                  "id": 5,
                  "name": "string",
                  "originIp": "string",
                  "overrideName": 3,
                  "peer": 7,
                  "systemName": "string",
                  "versions": "string",
                  "visible": 5
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "size",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "includeCount",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sortBy",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/api/v1/alerts/objects": {
      "post": {
        "tags": [
          "alert"
        ],
        "operationId": "getMaxSeverityAlertForObjects",
        "description": "The parameters and request body are for method: getMaxSeverityAlertForObjects. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "active": {
                        "type": "boolean"
                      },
                      "alertId": {
                        "type": "number"
                      },
                      "assigned": {
                        "type": "boolean"
                      },
                      "clearTime": {
                        "type": "number"
                      },
                      "deviceId": {
                        "type": "number"
                      },
                      "endTime": {
                        "type": "number"
                      },
                      "numAlerts": {
                        "type": "number"
                      },
                      "objectId": {
                        "type": "number"
                      },
                      "severity": {
                        "type": "number"
                      },
                      "startTime": {
                        "type": "number"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "active": true,
                    "alertId": 7,
                    "assigned": true,
                    "clearTime": 2,
                    "deviceId": 5,
                    "endTime": 4,
                    "numAlerts": 2,
                    "objectId": 4,
                    "severity": 3,
                    "startTime": 10
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/api/v1/alerts/{id}": {
      "patch": {
        "tags": [
          "alert"
        ],
        "operationId": "patchAlert",
        "description": "The parameters and request body are for method: patchAlert. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "acknowledgedBy": {
                      "type": "string"
                    },
                    "alertFlowFalcon": {
                      "type": "object",
                      "properties": {
                        "alertId": {
                          "type": "number"
                        },
                        "directionId": {
                          "type": "number"
                        },
                        "filterId": {
                          "type": "number"
                        },
                        "id": {
                          "type": "number"
                        },
                        "interfaceId": {
                          "type": "number"
                        },
                        "netflowDeviceId": {
                          "type": "number"
                        },
                        "viewId": {
                          "type": "number"
                        }
                      }
                    },
                    "assignedTo": {
                      "type": "number"
                    },
                    "clearMessage": {
                      "type": "string"
                    },
                    "clearTime": {
                      "type": "number"
                    },
                    "closed": {
                      "type": "number"
                    },
                    "closedKey": {
                      "type": "number"
                    },
                    "comments": {
                      "type": "string"
                    },
                    "deviceId": {
                      "type": "number"
                    },
                    "endTime": {
                      "type": "number"
                    },
                    "id": {
                      "type": "number"
                    },
                    "ignoreComment": {
                      "type": "string"
                    },
                    "ignoreUid": {
                      "type": "number"
                    },
                    "ignoreUntil": {
                      "type": "number"
                    },
                    "indicatorId": {
                      "type": "number"
                    },
                    "isMaintenanceAlert": {
                      "type": "boolean"
                    },
                    "lastProcessed": {
                      "type": "number"
                    },
                    "message": {
                      "type": "string"
                    },
                    "number": {
                      "type": "number"
                    },
                    "objectId": {
                      "type": "number"
                    },
                    "origin": {
                      "type": "string"
                    },
                    "pluginName": {
                      "type": "string"
                    },
                    "pollId": {
                      "type": "number"
                    },
                    "severity": {
                      "type": "number"
                    },
                    "startTime": {
                      "type": "number"
                    },
                    "thresholdId": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "acknowledgedBy": "string",
                  "alertFlowFalcon": {
                    "alertId": 4,
                    "directionId": 7,
                    "filterId": 9,
                    "id": 6,
                    "interfaceId": 8,
                    "netflowDeviceId": 9,
                    "viewId": 3
                  },
                  "assignedTo": 9,
                  "clearMessage": "string",
                  "clearTime": 9,
                  "closed": 1,
                  "closedKey": 9,
                  "comments": "string",
                  "deviceId": 2,
                  "endTime": 3,
                  "id": 2,
                  "ignoreComment": "string",
                  "ignoreUid": 7,
                  "ignoreUntil": 9,
                  "indicatorId": 3,
                  "isMaintenanceAlert": true,
                  "lastProcessed": 7,
                  "message": "string",
                  "number": 7,
                  "objectId": 6,
                  "origin": "trap",
                  "pluginName": "string",
                  "pollId": 8,
                  "severity": 9,
                  "startTime": 8,
                  "thresholdId": 5
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/api/v1/countries/timezones": {
      "get": {
        "tags": [
          "CountriesAndTimezones"
        ],
        "operationId": "getTimezonesByCountries",
        "description": "The parameters and request body are for method: getTimezonesByCountries. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "country": {
                        "type": "string"
                      },
                      "countryCode": {
                        "type": "string"
                      },
                      "displayName": {
                        "type": "string"
                      },
                      "offset": {
                        "type": "number"
                      },
                      "timezone": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "country": "string",
                    "countryCode": "string",
                    "displayName": "string",
                    "offset": 10,
                    "timezone": "string"
                  },
                  {
                    "country": "string",
                    "countryCode": "string",
                    "displayName": "string",
                    "offset": 1,
                    "timezone": "string"
                  },
                  {
                    "country": "string",
                    "countryCode": "string",
                    "displayName": "string",
                    "offset": 6,
                    "timezone": "string"
                  },
                  {
                    "country": "string",
                    "countryCode": "string",
                    "displayName": "string",
                    "offset": 2,
                    "timezone": "string"
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/api/v1/policies": {
      "get": {
        "tags": [
          "Policies"
        ],
        "operationId": "getPolicies",
        "description": "The parameters and request body are for method: getPolicies. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "content": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "appendConditionMessages": {
                            "type": "boolean"
                          },
                          "clearConditions": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "aggregation": {
                                  "type": "object"
                                },
                                "comparison": {
                                  "type": "object"
                                },
                                "duration": {
                                  "type": "object"
                                },
                                "id": {
                                  "type": "object"
                                },
                                "indicatorTypeId": {
                                  "type": "object"
                                },
                                "isTrigger": {
                                  "type": "object"
                                },
                                "message": {
                                  "type": "object"
                                },
                                "policyId": {
                                  "type": "object"
                                },
                                "sigmaDirection": {
                                  "type": "object"
                                },
                                "type": {
                                  "type": "object"
                                },
                                "unit": {
                                  "type": "object"
                                },
                                "value": {
                                  "type": "object"
                                }
                              }
                            }
                          },
                          "clearExpression": {
                            "type": "string"
                          },
                          "clearMessage": {
                            "type": "string"
                          },
                          "description": {
                            "type": "string"
                          },
                          "flow": {
                            "type": "object",
                            "properties": {
                              "direction": {
                                "type": "number"
                              },
                              "filterId": {
                                "type": "number"
                              },
                              "id": {
                                "type": "number"
                              },
                              "viewId": {
                                "type": "number"
                              }
                            }
                          },
                          "folderId": {
                            "type": "number"
                          },
                          "groupId": {
                            "type": "number"
                          },
                          "groupIdList": {
                            "type": "array",
                            "items": {
                              "type": "number"
                            }
                          },
                          "id": {
                            "type": "number"
                          },
                          "isDeviceGroup": {
                            "type": "boolean"
                          },
                          "isMemberOfAny": {
                            "type": "boolean"
                          },
                          "lastUpdated": {
                            "type": "number"
                          },
                          "mailOnce": {
                            "type": "boolean"
                          },
                          "mailPeriod": {
                            "type": "number"
                          },
                          "mailTo": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "objectSubTypeId": {
                            "type": "number"
                          },
                          "objectTypeId": {
                            "type": "number"
                          },
                          "pluginId": {
                            "type": "number"
                          },
                          "severity": {
                            "type": "number"
                          },
                          "triggerConditions": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "aggregation": {
                                  "type": "object"
                                },
                                "comparison": {
                                  "type": "object"
                                },
                                "duration": {
                                  "type": "object"
                                },
                                "id": {
                                  "type": "object"
                                },
                                "indicatorTypeId": {
                                  "type": "object"
                                },
                                "isTrigger": {
                                  "type": "object"
                                },
                                "message": {
                                  "type": "object"
                                },
                                "policyId": {
                                  "type": "object"
                                },
                                "sigmaDirection": {
                                  "type": "object"
                                },
                                "type": {
                                  "type": "object"
                                },
                                "unit": {
                                  "type": "object"
                                },
                                "value": {
                                  "type": "object"
                                }
                              }
                            }
                          },
                          "triggerExpression": {
                            "type": "string"
                          },
                          "triggerMessage": {
                            "type": "string"
                          },
                          "type": {
                            "type": "string"
                          },
                          "useCustomTraps": {
                            "type": "boolean"
                          },
                          "useDefaultTraps": {
                            "type": "boolean"
                          },
                          "useDeviceTraps": {
                            "type": "boolean"
                          },
                          "userEnabled": {
                            "type": "number"
                          }
                        }
                      }
                    },
                    "pageNumber": {
                      "type": "number"
                    },
                    "pageSize": {
                      "type": "number"
                    },
                    "totalElements": {
                      "type": "number"
                    },
                    "totalPages": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "content": [
                    {
                      "appendConditionMessages": true,
                      "clearConditions": [
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        }
                      ],
                      "clearExpression": "string",
                      "clearMessage": "string",
                      "description": "string",
                      "flow": {
                        "direction": 10,
                        "filterId": 7,
                        "id": 7,
                        "viewId": 2
                      },
                      "folderId": 2,
                      "groupId": 6,
                      "groupIdList": [
                        7,
                        8,
                        4,
                        3,
                        7,
                        9
                      ],
                      "id": 1,
                      "isDeviceGroup": true,
                      "isMemberOfAny": true,
                      "lastUpdated": 5,
                      "mailOnce": true,
                      "mailPeriod": 9,
                      "mailTo": "string",
                      "name": "string",
                      "objectSubTypeId": 9,
                      "objectTypeId": 7,
                      "pluginId": 6,
                      "severity": 3,
                      "triggerConditions": [
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        }
                      ],
                      "triggerExpression": "string",
                      "triggerMessage": "string",
                      "type": "flow",
                      "useCustomTraps": false,
                      "useDefaultTraps": true,
                      "useDeviceTraps": false,
                      "userEnabled": 1
                    },
                    {
                      "appendConditionMessages": false,
                      "clearConditions": [
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        }
                      ],
                      "clearExpression": "string",
                      "clearMessage": "string",
                      "description": "string",
                      "flow": {
                        "direction": 4,
                        "filterId": 6,
                        "id": 3,
                        "viewId": 8
                      },
                      "folderId": 8,
                      "groupId": 1,
                      "groupIdList": [
                        3,
                        9,
                        6,
                        7,
                        6,
                        4
                      ],
                      "id": 5,
                      "isDeviceGroup": false,
                      "isMemberOfAny": false,
                      "lastUpdated": 9,
                      "mailOnce": true,
                      "mailPeriod": 9,
                      "mailTo": "string",
                      "name": "string",
                      "objectSubTypeId": 7,
                      "objectTypeId": 10,
                      "pluginId": 9,
                      "severity": 7,
                      "triggerConditions": [
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        }
                      ],
                      "triggerExpression": "string",
                      "triggerMessage": "string",
                      "type": "other",
                      "useCustomTraps": true,
                      "useDefaultTraps": true,
                      "useDeviceTraps": false,
                      "userEnabled": 7
                    },
                    {
                      "appendConditionMessages": true,
                      "clearConditions": [
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        }
                      ],
                      "clearExpression": "string",
                      "clearMessage": "string",
                      "description": "string",
                      "flow": {
                        "direction": 8,
                        "filterId": 6,
                        "id": 4,
                        "viewId": 2
                      },
                      "folderId": 4,
                      "groupId": 2,
                      "groupIdList": [
                        3,
                        1,
                        5
                      ],
                      "id": 6,
                      "isDeviceGroup": false,
                      "isMemberOfAny": false,
                      "lastUpdated": 10,
                      "mailOnce": false,
                      "mailPeriod": 7,
                      "mailTo": "string",
                      "name": "string",
                      "objectSubTypeId": 5,
                      "objectTypeId": 1,
                      "pluginId": 4,
                      "severity": 10,
                      "triggerConditions": [
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        }
                      ],
                      "triggerExpression": "string",
                      "triggerMessage": "string",
                      "type": "other",
                      "useCustomTraps": true,
                      "useDefaultTraps": true,
                      "useDeviceTraps": true,
                      "userEnabled": 6
                    },
                    {
                      "appendConditionMessages": true,
                      "clearConditions": [
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        }
                      ],
                      "clearExpression": "string",
                      "clearMessage": "string",
                      "description": "string",
                      "flow": {
                        "direction": 5,
                        "filterId": 4,
                        "id": 3,
                        "viewId": 6
                      },
                      "folderId": 4,
                      "groupId": 4,
                      "groupIdList": [
                        4,
                        4,
                        2,
                        8,
                        10,
                        1,
                        1,
                        7,
                        4
                      ],
                      "id": 4,
                      "isDeviceGroup": true,
                      "isMemberOfAny": true,
                      "lastUpdated": 5,
                      "mailOnce": false,
                      "mailPeriod": 4,
                      "mailTo": "string",
                      "name": "string",
                      "objectSubTypeId": 7,
                      "objectTypeId": 7,
                      "pluginId": 1,
                      "severity": 5,
                      "triggerConditions": [
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        }
                      ],
                      "triggerExpression": "string",
                      "triggerMessage": "string",
                      "type": "flow",
                      "useCustomTraps": true,
                      "useDefaultTraps": true,
                      "useDeviceTraps": true,
                      "userEnabled": 5
                    },
                    {
                      "appendConditionMessages": false,
                      "clearConditions": [
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        }
                      ],
                      "clearExpression": "string",
                      "clearMessage": "string",
                      "description": "string",
                      "flow": {
                        "direction": 4,
                        "filterId": 1,
                        "id": 9,
                        "viewId": 2
                      },
                      "folderId": 9,
                      "groupId": 1,
                      "groupIdList": [
                        10,
                        7,
                        4,
                        2,
                        4
                      ],
                      "id": 1,
                      "isDeviceGroup": true,
                      "isMemberOfAny": false,
                      "lastUpdated": 6,
                      "mailOnce": false,
                      "mailPeriod": 3,
                      "mailTo": "string",
                      "name": "string",
                      "objectSubTypeId": 10,
                      "objectTypeId": 1,
                      "pluginId": 10,
                      "severity": 9,
                      "triggerConditions": [
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        }
                      ],
                      "triggerExpression": "string",
                      "triggerMessage": "string",
                      "type": "flow",
                      "useCustomTraps": false,
                      "useDefaultTraps": false,
                      "useDeviceTraps": false,
                      "userEnabled": 2
                    },
                    {
                      "appendConditionMessages": false,
                      "clearConditions": [
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        }
                      ],
                      "clearExpression": "string",
                      "clearMessage": "string",
                      "description": "string",
                      "flow": {
                        "direction": 8,
                        "filterId": 4,
                        "id": 10,
                        "viewId": 3
                      },
                      "folderId": 3,
                      "groupId": 7,
                      "groupIdList": [
                        10,
                        1,
                        8,
                        3,
                        2,
                        9,
                        8,
                        5
                      ],
                      "id": 2,
                      "isDeviceGroup": false,
                      "isMemberOfAny": true,
                      "lastUpdated": 9,
                      "mailOnce": false,
                      "mailPeriod": 4,
                      "mailTo": "string",
                      "name": "string",
                      "objectSubTypeId": 6,
                      "objectTypeId": 1,
                      "pluginId": 10,
                      "severity": 2,
                      "triggerConditions": [
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        }
                      ],
                      "triggerExpression": "string",
                      "triggerMessage": "string",
                      "type": "other",
                      "useCustomTraps": true,
                      "useDefaultTraps": false,
                      "useDeviceTraps": false,
                      "userEnabled": 7
                    },
                    {
                      "appendConditionMessages": true,
                      "clearConditions": [
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        }
                      ],
                      "clearExpression": "string",
                      "clearMessage": "string",
                      "description": "string",
                      "flow": {
                        "direction": 2,
                        "filterId": 4,
                        "id": 3,
                        "viewId": 10
                      },
                      "folderId": 1,
                      "groupId": 6,
                      "groupIdList": [
                        1,
                        8,
                        3,
                        1,
                        2,
                        10
                      ],
                      "id": 9,
                      "isDeviceGroup": false,
                      "isMemberOfAny": false,
                      "lastUpdated": 4,
                      "mailOnce": true,
                      "mailPeriod": 4,
                      "mailTo": "string",
                      "name": "string",
                      "objectSubTypeId": 7,
                      "objectTypeId": 5,
                      "pluginId": 8,
                      "severity": 1,
                      "triggerConditions": [
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        }
                      ],
                      "triggerExpression": "string",
                      "triggerMessage": "string",
                      "type": "other",
                      "useCustomTraps": false,
                      "useDefaultTraps": false,
                      "useDeviceTraps": false,
                      "userEnabled": 3
                    }
                  ],
                  "pageNumber": 5,
                  "pageSize": 2,
                  "totalElements": 6,
                  "totalPages": 1
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "type",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "size",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "includeCount",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sortBy",
            "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": [
          "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": {
                  "type": "object",
                  "properties": {
                    "appendConditionMessages": {
                      "type": "boolean"
                    },
                    "clearConditions": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "aggregation": {
                            "type": "number"
                          },
                          "comparison": {
                            "type": "number"
                          },
                          "duration": {
                            "type": "number"
                          },
                          "id": {
                            "type": "number"
                          },
                          "indicatorTypeId": {
                            "type": "number"
                          },
                          "isTrigger": {
                            "type": "boolean"
                          },
                          "message": {
                            "type": "string"
                          },
                          "policyId": {
                            "type": "number"
                          },
                          "sigmaDirection": {
                            "type": "number"
                          },
                          "type": {
                            "type": "number"
                          },
                          "unit": {
                            "type": "string"
                          },
                          "value": {
                            "type": "number"
                          }
                        }
                      }
                    },
                    "clearExpression": {
                      "type": "string"
                    },
                    "clearMessage": {
                      "type": "string"
                    },
                    "description": {
                      "type": "string"
                    },
                    "flow": {
                      "type": "object",
                      "properties": {
                        "direction": {
                          "type": "number"
                        },
                        "filterId": {
                          "type": "number"
                        },
                        "id": {
                          "type": "number"
                        },
                        "viewId": {
                          "type": "number"
                        }
                      }
                    },
                    "folderId": {
                      "type": "number"
                    },
                    "groupId": {
                      "type": "number"
                    },
                    "groupIdList": {
                      "type": "array",
                      "items": {
                        "type": "number"
                      }
                    },
                    "id": {
                      "type": "number"
                    },
                    "isDeviceGroup": {
                      "type": "boolean"
                    },
                    "isMemberOfAny": {
                      "type": "boolean"
                    },
                    "lastUpdated": {
                      "type": "number"
                    },
                    "mailOnce": {
                      "type": "boolean"
                    },
                    "mailPeriod": {
                      "type": "number"
                    },
                    "mailTo": {
                      "type": "string"
                    },
                    "name": {
                      "type": "string"
                    },
                    "objectSubTypeId": {
                      "type": "number"
                    },
                    "objectTypeId": {
                      "type": "number"
                    },
                    "pluginId": {
                      "type": "number"
                    },
                    "severity": {
                      "type": "number"
                    },
                    "triggerConditions": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "aggregation": {
                            "type": "number"
                          },
                          "comparison": {
                            "type": "number"
                          },
                          "duration": {
                            "type": "number"
                          },
                          "id": {
                            "type": "number"
                          },
                          "indicatorTypeId": {
                            "type": "number"
                          },
                          "isTrigger": {
                            "type": "boolean"
                          },
                          "message": {
                            "type": "string"
                          },
                          "policyId": {
                            "type": "number"
                          },
                          "sigmaDirection": {
                            "type": "number"
                          },
                          "type": {
                            "type": "number"
                          },
                          "unit": {
                            "type": "string"
                          },
                          "value": {
                            "type": "number"
                          }
                        }
                      }
                    },
                    "triggerExpression": {
                      "type": "string"
                    },
                    "triggerMessage": {
                      "type": "string"
                    },
                    "type": {
                      "type": "string"
                    },
                    "useCustomTraps": {
                      "type": "boolean"
                    },
                    "useDefaultTraps": {
                      "type": "boolean"
                    },
                    "useDeviceTraps": {
                      "type": "boolean"
                    },
                    "userEnabled": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "appendConditionMessages": true,
                  "clearConditions": [
                    {
                      "aggregation": 9,
                      "comparison": 7,
                      "duration": 9,
                      "id": 8,
                      "indicatorTypeId": 10,
                      "isTrigger": false,
                      "message": "string",
                      "policyId": 6,
                      "sigmaDirection": 5,
                      "type": 9,
                      "unit": "string",
                      "value": 3
                    },
                    {
                      "aggregation": 7,
                      "comparison": 4,
                      "duration": 4,
                      "id": 2,
                      "indicatorTypeId": 2,
                      "isTrigger": true,
                      "message": "string",
                      "policyId": 2,
                      "sigmaDirection": 7,
                      "type": 7,
                      "unit": "string",
                      "value": 6
                    },
                    {
                      "aggregation": 8,
                      "comparison": 8,
                      "duration": 4,
                      "id": 8,
                      "indicatorTypeId": 10,
                      "isTrigger": true,
                      "message": "string",
                      "policyId": 9,
                      "sigmaDirection": 10,
                      "type": 6,
                      "unit": "string",
                      "value": 5
                    },
                    {
                      "aggregation": 7,
                      "comparison": 7,
                      "duration": 1,
                      "id": 8,
                      "indicatorTypeId": 6,
                      "isTrigger": true,
                      "message": "string",
                      "policyId": 9,
                      "sigmaDirection": 2,
                      "type": 1,
                      "unit": "string",
                      "value": 5
                    },
                    {
                      "aggregation": 9,
                      "comparison": 7,
                      "duration": 6,
                      "id": 3,
                      "indicatorTypeId": 6,
                      "isTrigger": true,
                      "message": "string",
                      "policyId": 2,
                      "sigmaDirection": 5,
                      "type": 10,
                      "unit": "string",
                      "value": 6
                    },
                    {
                      "aggregation": 10,
                      "comparison": 5,
                      "duration": 1,
                      "id": 3,
                      "indicatorTypeId": 5,
                      "isTrigger": false,
                      "message": "string",
                      "policyId": 6,
                      "sigmaDirection": 6,
                      "type": 7,
                      "unit": "string",
                      "value": 2
                    },
                    {
                      "aggregation": 10,
                      "comparison": 7,
                      "duration": 8,
                      "id": 6,
                      "indicatorTypeId": 3,
                      "isTrigger": false,
                      "message": "string",
                      "policyId": 6,
                      "sigmaDirection": 1,
                      "type": 7,
                      "unit": "string",
                      "value": 7
                    },
                    {
                      "aggregation": 9,
                      "comparison": 8,
                      "duration": 6,
                      "id": 6,
                      "indicatorTypeId": 7,
                      "isTrigger": false,
                      "message": "string",
                      "policyId": 2,
                      "sigmaDirection": 10,
                      "type": 3,
                      "unit": "string",
                      "value": 9
                    }
                  ],
                  "clearExpression": "string",
                  "clearMessage": "string",
                  "description": "string",
                  "flow": {
                    "direction": 9,
                    "filterId": 4,
                    "id": 9,
                    "viewId": 6
                  },
                  "folderId": 7,
                  "groupId": 1,
                  "groupIdList": [
                    4,
                    7,
                    5,
                    2,
                    2,
                    8,
                    4
                  ],
                  "id": 7,
                  "isDeviceGroup": true,
                  "isMemberOfAny": false,
                  "lastUpdated": 1,
                  "mailOnce": false,
                  "mailPeriod": 7,
                  "mailTo": "string",
                  "name": "string",
                  "objectSubTypeId": 2,
                  "objectTypeId": 5,
                  "pluginId": 8,
                  "severity": 5,
                  "triggerConditions": [
                    {
                      "aggregation": 2,
                      "comparison": 3,
                      "duration": 9,
                      "id": 7,
                      "indicatorTypeId": 8,
                      "isTrigger": false,
                      "message": "string",
                      "policyId": 6,
                      "sigmaDirection": 9,
                      "type": 4,
                      "unit": "string",
                      "value": 6
                    },
                    {
                      "aggregation": 9,
                      "comparison": 4,
                      "duration": 3,
                      "id": 8,
                      "indicatorTypeId": 4,
                      "isTrigger": true,
                      "message": "string",
                      "policyId": 7,
                      "sigmaDirection": 8,
                      "type": 3,
                      "unit": "string",
                      "value": 2
                    },
                    {
                      "aggregation": 3,
                      "comparison": 3,
                      "duration": 3,
                      "id": 8,
                      "indicatorTypeId": 8,
                      "isTrigger": false,
                      "message": "string",
                      "policyId": 10,
                      "sigmaDirection": 10,
                      "type": 9,
                      "unit": "string",
                      "value": 9
                    },
                    {
                      "aggregation": 8,
                      "comparison": 6,
                      "duration": 5,
                      "id": 7,
                      "indicatorTypeId": 8,
                      "isTrigger": false,
                      "message": "string",
                      "policyId": 7,
                      "sigmaDirection": 2,
                      "type": 5,
                      "unit": "string",
                      "value": 2
                    },
                    {
                      "aggregation": 8,
                      "comparison": 5,
                      "duration": 2,
                      "id": 7,
                      "indicatorTypeId": 2,
                      "isTrigger": true,
                      "message": "string",
                      "policyId": 1,
                      "sigmaDirection": 9,
                      "type": 2,
                      "unit": "string",
                      "value": 7
                    },
                    {
                      "aggregation": 1,
                      "comparison": 3,
                      "duration": 2,
                      "id": 2,
                      "indicatorTypeId": 7,
                      "isTrigger": true,
                      "message": "string",
                      "policyId": 6,
                      "sigmaDirection": 6,
                      "type": 2,
                      "unit": "string",
                      "value": 4
                    },
                    {
                      "aggregation": 4,
                      "comparison": 7,
                      "duration": 3,
                      "id": 3,
                      "indicatorTypeId": 5,
                      "isTrigger": false,
                      "message": "string",
                      "policyId": 9,
                      "sigmaDirection": 9,
                      "type": 4,
                      "unit": "string",
                      "value": 4
                    },
                    {
                      "aggregation": 6,
                      "comparison": 5,
                      "duration": 10,
                      "id": 5,
                      "indicatorTypeId": 3,
                      "isTrigger": false,
                      "message": "string",
                      "policyId": 6,
                      "sigmaDirection": 9,
                      "type": 2,
                      "unit": "string",
                      "value": 6
                    },
                    {
                      "aggregation": 6,
                      "comparison": 10,
                      "duration": 3,
                      "id": 7,
                      "indicatorTypeId": 4,
                      "isTrigger": false,
                      "message": "string",
                      "policyId": 2,
                      "sigmaDirection": 7,
                      "type": 5,
                      "unit": "string",
                      "value": 8
                    },
                    {
                      "aggregation": 3,
                      "comparison": 10,
                      "duration": 3,
                      "id": 8,
                      "indicatorTypeId": 3,
                      "isTrigger": false,
                      "message": "string",
                      "policyId": 6,
                      "sigmaDirection": 5,
                      "type": 2,
                      "unit": "string",
                      "value": 3
                    }
                  ],
                  "triggerExpression": "string",
                  "triggerMessage": "string",
                  "type": "flow",
                  "useCustomTraps": true,
                  "useDefaultTraps": true,
                  "useDeviceTraps": false,
                  "userEnabled": 9
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/api/v1/policies/filter": {
      "post": {
        "tags": [
          "Policies"
        ],
        "operationId": "filterPolicies",
        "description": "The parameters and request body are for method: filterPolicies. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "content": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "appendConditionMessages": {
                            "type": "boolean"
                          },
                          "clearConditions": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "aggregation": {
                                  "type": "object"
                                },
                                "comparison": {
                                  "type": "object"
                                },
                                "duration": {
                                  "type": "object"
                                },
                                "id": {
                                  "type": "object"
                                },
                                "indicatorTypeId": {
                                  "type": "object"
                                },
                                "isTrigger": {
                                  "type": "object"
                                },
                                "message": {
                                  "type": "object"
                                },
                                "policyId": {
                                  "type": "object"
                                },
                                "sigmaDirection": {
                                  "type": "object"
                                },
                                "type": {
                                  "type": "object"
                                },
                                "unit": {
                                  "type": "object"
                                },
                                "value": {
                                  "type": "object"
                                }
                              }
                            }
                          },
                          "clearExpression": {
                            "type": "string"
                          },
                          "clearMessage": {
                            "type": "string"
                          },
                          "description": {
                            "type": "string"
                          },
                          "flow": {
                            "type": "object",
                            "properties": {
                              "direction": {
                                "type": "number"
                              },
                              "filterId": {
                                "type": "number"
                              },
                              "id": {
                                "type": "number"
                              },
                              "viewId": {
                                "type": "number"
                              }
                            }
                          },
                          "folderId": {
                            "type": "number"
                          },
                          "groupId": {
                            "type": "number"
                          },
                          "groupIdList": {
                            "type": "array",
                            "items": {
                              "type": "number"
                            }
                          },
                          "id": {
                            "type": "number"
                          },
                          "isDeviceGroup": {
                            "type": "boolean"
                          },
                          "isMemberOfAny": {
                            "type": "boolean"
                          },
                          "lastUpdated": {
                            "type": "number"
                          },
                          "mailOnce": {
                            "type": "boolean"
                          },
                          "mailPeriod": {
                            "type": "number"
                          },
                          "mailTo": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "objectSubTypeId": {
                            "type": "number"
                          },
                          "objectTypeId": {
                            "type": "number"
                          },
                          "pluginId": {
                            "type": "number"
                          },
                          "severity": {
                            "type": "number"
                          },
                          "triggerConditions": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "aggregation": {
                                  "type": "object"
                                },
                                "comparison": {
                                  "type": "object"
                                },
                                "duration": {
                                  "type": "object"
                                },
                                "id": {
                                  "type": "object"
                                },
                                "indicatorTypeId": {
                                  "type": "object"
                                },
                                "isTrigger": {
                                  "type": "object"
                                },
                                "message": {
                                  "type": "object"
                                },
                                "policyId": {
                                  "type": "object"
                                },
                                "sigmaDirection": {
                                  "type": "object"
                                },
                                "type": {
                                  "type": "object"
                                },
                                "unit": {
                                  "type": "object"
                                },
                                "value": {
                                  "type": "object"
                                }
                              }
                            }
                          },
                          "triggerExpression": {
                            "type": "string"
                          },
                          "triggerMessage": {
                            "type": "string"
                          },
                          "type": {
                            "type": "string"
                          },
                          "useCustomTraps": {
                            "type": "boolean"
                          },
                          "useDefaultTraps": {
                            "type": "boolean"
                          },
                          "useDeviceTraps": {
                            "type": "boolean"
                          },
                          "userEnabled": {
                            "type": "number"
                          }
                        }
                      }
                    },
                    "pageNumber": {
                      "type": "number"
                    },
                    "pageSize": {
                      "type": "number"
                    },
                    "totalElements": {
                      "type": "number"
                    },
                    "totalPages": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "content": [
                    {
                      "appendConditionMessages": true,
                      "clearConditions": [
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        }
                      ],
                      "clearExpression": "string",
                      "clearMessage": "string",
                      "description": "string",
                      "flow": {
                        "direction": 1,
                        "filterId": 8,
                        "id": 5,
                        "viewId": 1
                      },
                      "folderId": 3,
                      "groupId": 2,
                      "groupIdList": [
                        7
                      ],
                      "id": 8,
                      "isDeviceGroup": false,
                      "isMemberOfAny": false,
                      "lastUpdated": 1,
                      "mailOnce": true,
                      "mailPeriod": 3,
                      "mailTo": "string",
                      "name": "string",
                      "objectSubTypeId": 4,
                      "objectTypeId": 10,
                      "pluginId": 6,
                      "severity": 6,
                      "triggerConditions": [
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        }
                      ],
                      "triggerExpression": "string",
                      "triggerMessage": "string",
                      "type": "other",
                      "useCustomTraps": true,
                      "useDefaultTraps": false,
                      "useDeviceTraps": false,
                      "userEnabled": 3
                    },
                    {
                      "appendConditionMessages": false,
                      "clearConditions": [
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        }
                      ],
                      "clearExpression": "string",
                      "clearMessage": "string",
                      "description": "string",
                      "flow": {
                        "direction": 8,
                        "filterId": 4,
                        "id": 2,
                        "viewId": 9
                      },
                      "folderId": 7,
                      "groupId": 4,
                      "groupIdList": [
                        1,
                        3,
                        10,
                        8,
                        4,
                        9,
                        8,
                        6,
                        9,
                        3
                      ],
                      "id": 7,
                      "isDeviceGroup": false,
                      "isMemberOfAny": false,
                      "lastUpdated": 6,
                      "mailOnce": false,
                      "mailPeriod": 7,
                      "mailTo": "string",
                      "name": "string",
                      "objectSubTypeId": 6,
                      "objectTypeId": 6,
                      "pluginId": 6,
                      "severity": 8,
                      "triggerConditions": [
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        }
                      ],
                      "triggerExpression": "string",
                      "triggerMessage": "string",
                      "type": "flow",
                      "useCustomTraps": true,
                      "useDefaultTraps": false,
                      "useDeviceTraps": true,
                      "userEnabled": 10
                    },
                    {
                      "appendConditionMessages": false,
                      "clearConditions": [
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        }
                      ],
                      "clearExpression": "string",
                      "clearMessage": "string",
                      "description": "string",
                      "flow": {
                        "direction": 5,
                        "filterId": 10,
                        "id": 1,
                        "viewId": 7
                      },
                      "folderId": 7,
                      "groupId": 9,
                      "groupIdList": [
                        10,
                        1
                      ],
                      "id": 3,
                      "isDeviceGroup": true,
                      "isMemberOfAny": false,
                      "lastUpdated": 5,
                      "mailOnce": true,
                      "mailPeriod": 9,
                      "mailTo": "string",
                      "name": "string",
                      "objectSubTypeId": 2,
                      "objectTypeId": 2,
                      "pluginId": 8,
                      "severity": 7,
                      "triggerConditions": [
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        }
                      ],
                      "triggerExpression": "string",
                      "triggerMessage": "string",
                      "type": "flow",
                      "useCustomTraps": false,
                      "useDefaultTraps": false,
                      "useDeviceTraps": true,
                      "userEnabled": 7
                    },
                    {
                      "appendConditionMessages": false,
                      "clearConditions": [
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        }
                      ],
                      "clearExpression": "string",
                      "clearMessage": "string",
                      "description": "string",
                      "flow": {
                        "direction": 2,
                        "filterId": 3,
                        "id": 6,
                        "viewId": 5
                      },
                      "folderId": 9,
                      "groupId": 8,
                      "groupIdList": [
                        3,
                        10,
                        10,
                        5,
                        4,
                        9,
                        10
                      ],
                      "id": 1,
                      "isDeviceGroup": false,
                      "isMemberOfAny": false,
                      "lastUpdated": 9,
                      "mailOnce": true,
                      "mailPeriod": 6,
                      "mailTo": "string",
                      "name": "string",
                      "objectSubTypeId": 2,
                      "objectTypeId": 2,
                      "pluginId": 3,
                      "severity": 2,
                      "triggerConditions": [
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        }
                      ],
                      "triggerExpression": "string",
                      "triggerMessage": "string",
                      "type": "other",
                      "useCustomTraps": true,
                      "useDefaultTraps": true,
                      "useDeviceTraps": true,
                      "userEnabled": 7
                    },
                    {
                      "appendConditionMessages": true,
                      "clearConditions": [
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        }
                      ],
                      "clearExpression": "string",
                      "clearMessage": "string",
                      "description": "string",
                      "flow": {
                        "direction": 6,
                        "filterId": 4,
                        "id": 10,
                        "viewId": 5
                      },
                      "folderId": 7,
                      "groupId": 4,
                      "groupIdList": [
                        10,
                        3,
                        9,
                        3,
                        3,
                        3,
                        8,
                        1
                      ],
                      "id": 1,
                      "isDeviceGroup": false,
                      "isMemberOfAny": false,
                      "lastUpdated": 1,
                      "mailOnce": false,
                      "mailPeriod": 3,
                      "mailTo": "string",
                      "name": "string",
                      "objectSubTypeId": 9,
                      "objectTypeId": 5,
                      "pluginId": 3,
                      "severity": 5,
                      "triggerConditions": [
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        }
                      ],
                      "triggerExpression": "string",
                      "triggerMessage": "string",
                      "type": "other",
                      "useCustomTraps": true,
                      "useDefaultTraps": false,
                      "useDeviceTraps": true,
                      "userEnabled": 1
                    },
                    {
                      "appendConditionMessages": true,
                      "clearConditions": [
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        }
                      ],
                      "clearExpression": "string",
                      "clearMessage": "string",
                      "description": "string",
                      "flow": {
                        "direction": 9,
                        "filterId": 7,
                        "id": 7,
                        "viewId": 7
                      },
                      "folderId": 5,
                      "groupId": 1,
                      "groupIdList": [
                        9,
                        2,
                        10,
                        8
                      ],
                      "id": 3,
                      "isDeviceGroup": false,
                      "isMemberOfAny": false,
                      "lastUpdated": 9,
                      "mailOnce": false,
                      "mailPeriod": 9,
                      "mailTo": "string",
                      "name": "string",
                      "objectSubTypeId": 10,
                      "objectTypeId": 9,
                      "pluginId": 4,
                      "severity": 3,
                      "triggerConditions": [
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        }
                      ],
                      "triggerExpression": "string",
                      "triggerMessage": "string",
                      "type": "other",
                      "useCustomTraps": false,
                      "useDefaultTraps": false,
                      "useDeviceTraps": false,
                      "userEnabled": 3
                    },
                    {
                      "appendConditionMessages": true,
                      "clearConditions": [
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        }
                      ],
                      "clearExpression": "string",
                      "clearMessage": "string",
                      "description": "string",
                      "flow": {
                        "direction": 6,
                        "filterId": 5,
                        "id": 2,
                        "viewId": 5
                      },
                      "folderId": 4,
                      "groupId": 2,
                      "groupIdList": [
                        5,
                        10,
                        8,
                        8,
                        9,
                        8,
                        1,
                        2,
                        6,
                        10
                      ],
                      "id": 9,
                      "isDeviceGroup": false,
                      "isMemberOfAny": false,
                      "lastUpdated": 5,
                      "mailOnce": true,
                      "mailPeriod": 8,
                      "mailTo": "string",
                      "name": "string",
                      "objectSubTypeId": 4,
                      "objectTypeId": 6,
                      "pluginId": 6,
                      "severity": 1,
                      "triggerConditions": [
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        }
                      ],
                      "triggerExpression": "string",
                      "triggerMessage": "string",
                      "type": "other",
                      "useCustomTraps": true,
                      "useDefaultTraps": false,
                      "useDeviceTraps": true,
                      "userEnabled": 8
                    },
                    {
                      "appendConditionMessages": false,
                      "clearConditions": [
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        }
                      ],
                      "clearExpression": "string",
                      "clearMessage": "string",
                      "description": "string",
                      "flow": {
                        "direction": 5,
                        "filterId": 7,
                        "id": 7,
                        "viewId": 4
                      },
                      "folderId": 1,
                      "groupId": 2,
                      "groupIdList": [
                        5,
                        3,
                        8
                      ],
                      "id": 10,
                      "isDeviceGroup": true,
                      "isMemberOfAny": true,
                      "lastUpdated": 2,
                      "mailOnce": false,
                      "mailPeriod": 9,
                      "mailTo": "string",
                      "name": "string",
                      "objectSubTypeId": 9,
                      "objectTypeId": 8,
                      "pluginId": 3,
                      "severity": 1,
                      "triggerConditions": [
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        },
                        {
                          "aggregation": {},
                          "comparison": {},
                          "duration": {},
                          "id": {},
                          "indicatorTypeId": {},
                          "isTrigger": {},
                          "message": {},
                          "policyId": {},
                          "sigmaDirection": {},
                          "type": {},
                          "unit": {},
                          "value": {}
                        }
                      ],
                      "triggerExpression": "string",
                      "triggerMessage": "string",
                      "type": "other",
                      "useCustomTraps": false,
                      "useDefaultTraps": false,
                      "useDeviceTraps": false,
                      "userEnabled": 4
                    }
                  ],
                  "pageNumber": 5,
                  "pageSize": 9,
                  "totalElements": 4,
                  "totalPages": 9
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "size",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "includeCount",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sortBy",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/api/v1/policies/folders": {
      "get": {
        "tags": [
          "Policies"
        ],
        "operationId": "getPolicyFolders",
        "description": "The parameters and request body are for method: getPolicyFolders. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "content": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "name": {
                            "type": "string"
                          },
                          "parentId": {
                            "type": "number"
                          }
                        }
                      }
                    },
                    "pageNumber": {
                      "type": "number"
                    },
                    "pageSize": {
                      "type": "number"
                    },
                    "totalElements": {
                      "type": "number"
                    },
                    "totalPages": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "content": [
                    {
                      "id": 3,
                      "name": "string",
                      "parentId": 10
                    }
                  ],
                  "pageNumber": 6,
                  "pageSize": 2,
                  "totalElements": 7,
                  "totalPages": 4
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "size",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "includeCount",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sortBy",
            "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": [
          "Policies"
        ],
        "operationId": "createPolicyFolder",
        "description": "The parameters and request body are for method: createPolicyFolder. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "number"
                    },
                    "name": {
                      "type": "string"
                    },
                    "parentId": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "id": 2,
                  "name": "string",
                  "parentId": 1
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/api/v1/policies/folders/{id}": {
      "put": {
        "tags": [
          "Policies"
        ],
        "operationId": "updatePolicyFolder",
        "description": "The parameters and request body are for method: updatePolicyFolder. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "number"
                    },
                    "name": {
                      "type": "string"
                    },
                    "parentId": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "id": 4,
                  "name": "string",
                  "parentId": 8
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Policies"
        ],
        "operationId": "deletePolicyFolderById",
        "description": "The parameters and request body are for method: deletePolicyFolderById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "body": {
                      "type": "object"
                    },
                    "statusCode": {
                      "type": "number"
                    },
                    "statusCodeValue": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "body": {},
                  "statusCode": 100,
                  "statusCodeValue": 7
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/api/v1/policies/{id}": {
      "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": {
                  "type": "object",
                  "properties": {
                    "appendConditionMessages": {
                      "type": "boolean"
                    },
                    "clearConditions": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "aggregation": {
                            "type": "number"
                          },
                          "comparison": {
                            "type": "number"
                          },
                          "duration": {
                            "type": "number"
                          },
                          "id": {
                            "type": "number"
                          },
                          "indicatorTypeId": {
                            "type": "number"
                          },
                          "isTrigger": {
                            "type": "boolean"
                          },
                          "message": {
                            "type": "string"
                          },
                          "policyId": {
                            "type": "number"
                          },
                          "sigmaDirection": {
                            "type": "number"
                          },
                          "type": {
                            "type": "number"
                          },
                          "unit": {
                            "type": "string"
                          },
                          "value": {
                            "type": "number"
                          }
                        }
                      }
                    },
                    "clearExpression": {
                      "type": "string"
                    },
                    "clearMessage": {
                      "type": "string"
                    },
                    "description": {
                      "type": "string"
                    },
                    "flow": {
                      "type": "object",
                      "properties": {
                        "direction": {
                          "type": "number"
                        },
                        "filterId": {
                          "type": "number"
                        },
                        "id": {
                          "type": "number"
                        },
                        "viewId": {
                          "type": "number"
                        }
                      }
                    },
                    "folderId": {
                      "type": "number"
                    },
                    "groupId": {
                      "type": "number"
                    },
                    "groupIdList": {
                      "type": "array",
                      "items": {
                        "type": "number"
                      }
                    },
                    "id": {
                      "type": "number"
                    },
                    "isDeviceGroup": {
                      "type": "boolean"
                    },
                    "isMemberOfAny": {
                      "type": "boolean"
                    },
                    "lastUpdated": {
                      "type": "number"
                    },
                    "mailOnce": {
                      "type": "boolean"
                    },
                    "mailPeriod": {
                      "type": "number"
                    },
                    "mailTo": {
                      "type": "string"
                    },
                    "name": {
                      "type": "string"
                    },
                    "objectSubTypeId": {
                      "type": "number"
                    },
                    "objectTypeId": {
                      "type": "number"
                    },
                    "pluginId": {
                      "type": "number"
                    },
                    "severity": {
                      "type": "number"
                    },
                    "triggerConditions": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "aggregation": {
                            "type": "number"
                          },
                          "comparison": {
                            "type": "number"
                          },
                          "duration": {
                            "type": "number"
                          },
                          "id": {
                            "type": "number"
                          },
                          "indicatorTypeId": {
                            "type": "number"
                          },
                          "isTrigger": {
                            "type": "boolean"
                          },
                          "message": {
                            "type": "string"
                          },
                          "policyId": {
                            "type": "number"
                          },
                          "sigmaDirection": {
                            "type": "number"
                          },
                          "type": {
                            "type": "number"
                          },
                          "unit": {
                            "type": "string"
                          },
                          "value": {
                            "type": "number"
                          }
                        }
                      }
                    },
                    "triggerExpression": {
                      "type": "string"
                    },
                    "triggerMessage": {
                      "type": "string"
                    },
                    "type": {
                      "type": "string"
                    },
                    "useCustomTraps": {
                      "type": "boolean"
                    },
                    "useDefaultTraps": {
                      "type": "boolean"
                    },
                    "useDeviceTraps": {
                      "type": "boolean"
                    },
                    "userEnabled": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "appendConditionMessages": true,
                  "clearConditions": [
                    {
                      "aggregation": 8,
                      "comparison": 5,
                      "duration": 9,
                      "id": 7,
                      "indicatorTypeId": 9,
                      "isTrigger": true,
                      "message": "string",
                      "policyId": 9,
                      "sigmaDirection": 9,
                      "type": 1,
                      "unit": "string",
                      "value": 4
                    }
                  ],
                  "clearExpression": "string",
                  "clearMessage": "string",
                  "description": "string",
                  "flow": {
                    "direction": 7,
                    "filterId": 2,
                    "id": 7,
                    "viewId": 6
                  },
                  "folderId": 5,
                  "groupId": 10,
                  "groupIdList": [
                    5,
                    1,
                    3,
                    2,
                    6,
                    2
                  ],
                  "id": 6,
                  "isDeviceGroup": true,
                  "isMemberOfAny": true,
                  "lastUpdated": 3,
                  "mailOnce": false,
                  "mailPeriod": 9,
                  "mailTo": "string",
                  "name": "string",
                  "objectSubTypeId": 9,
                  "objectTypeId": 10,
                  "pluginId": 3,
                  "severity": 3,
                  "triggerConditions": [
                    {
                      "aggregation": 8,
                      "comparison": 2,
                      "duration": 8,
                      "id": 7,
                      "indicatorTypeId": 4,
                      "isTrigger": true,
                      "message": "string",
                      "policyId": 9,
                      "sigmaDirection": 10,
                      "type": 8,
                      "unit": "string",
                      "value": 1
                    }
                  ],
                  "triggerExpression": "string",
                  "triggerMessage": "string",
                  "type": "other",
                  "useCustomTraps": true,
                  "useDefaultTraps": true,
                  "useDeviceTraps": true,
                  "userEnabled": 9
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Policies"
        ],
        "operationId": "updatePolicy",
        "description": "The parameters and request body are for method: updatePolicy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "appendConditionMessages": {
                      "type": "boolean"
                    },
                    "clearConditions": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "aggregation": {
                            "type": "number"
                          },
                          "comparison": {
                            "type": "number"
                          },
                          "duration": {
                            "type": "number"
                          },
                          "id": {
                            "type": "number"
                          },
                          "indicatorTypeId": {
                            "type": "number"
                          },
                          "isTrigger": {
                            "type": "boolean"
                          },
                          "message": {
                            "type": "string"
                          },
                          "policyId": {
                            "type": "number"
                          },
                          "sigmaDirection": {
                            "type": "number"
                          },
                          "type": {
                            "type": "number"
                          },
                          "unit": {
                            "type": "string"
                          },
                          "value": {
                            "type": "number"
                          }
                        }
                      }
                    },
                    "clearExpression": {
                      "type": "string"
                    },
                    "clearMessage": {
                      "type": "string"
                    },
                    "description": {
                      "type": "string"
                    },
                    "flow": {
                      "type": "object",
                      "properties": {
                        "direction": {
                          "type": "number"
                        },
                        "filterId": {
                          "type": "number"
                        },
                        "id": {
                          "type": "number"
                        },
                        "viewId": {
                          "type": "number"
                        }
                      }
                    },
                    "folderId": {
                      "type": "number"
                    },
                    "groupId": {
                      "type": "number"
                    },
                    "groupIdList": {
                      "type": "array",
                      "items": {
                        "type": "number"
                      }
                    },
                    "id": {
                      "type": "number"
                    },
                    "isDeviceGroup": {
                      "type": "boolean"
                    },
                    "isMemberOfAny": {
                      "type": "boolean"
                    },
                    "lastUpdated": {
                      "type": "number"
                    },
                    "mailOnce": {
                      "type": "boolean"
                    },
                    "mailPeriod": {
                      "type": "number"
                    },
                    "mailTo": {
                      "type": "string"
                    },
                    "name": {
                      "type": "string"
                    },
                    "objectSubTypeId": {
                      "type": "number"
                    },
                    "objectTypeId": {
                      "type": "number"
                    },
                    "pluginId": {
                      "type": "number"
                    },
                    "severity": {
                      "type": "number"
                    },
                    "triggerConditions": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "aggregation": {
                            "type": "number"
                          },
                          "comparison": {
                            "type": "number"
                          },
                          "duration": {
                            "type": "number"
                          },
                          "id": {
                            "type": "number"
                          },
                          "indicatorTypeId": {
                            "type": "number"
                          },
                          "isTrigger": {
                            "type": "boolean"
                          },
                          "message": {
                            "type": "string"
                          },
                          "policyId": {
                            "type": "number"
                          },
                          "sigmaDirection": {
                            "type": "number"
                          },
                          "type": {
                            "type": "number"
                          },
                          "unit": {
                            "type": "string"
                          },
                          "value": {
                            "type": "number"
                          }
                        }
                      }
                    },
                    "triggerExpression": {
                      "type": "string"
                    },
                    "triggerMessage": {
                      "type": "string"
                    },
                    "type": {
                      "type": "string"
                    },
                    "useCustomTraps": {
                      "type": "boolean"
                    },
                    "useDefaultTraps": {
                      "type": "boolean"
                    },
                    "useDeviceTraps": {
                      "type": "boolean"
                    },
                    "userEnabled": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "appendConditionMessages": true,
                  "clearConditions": [
                    {
                      "aggregation": 3,
                      "comparison": 10,
                      "duration": 2,
                      "id": 3,
                      "indicatorTypeId": 6,
                      "isTrigger": true,
                      "message": "string",
                      "policyId": 7,
                      "sigmaDirection": 5,
                      "type": 1,
                      "unit": "string",
                      "value": 10
                    }
                  ],
                  "clearExpression": "string",
                  "clearMessage": "string",
                  "description": "string",
                  "flow": {
                    "direction": 2,
                    "filterId": 2,
                    "id": 3,
                    "viewId": 6
                  },
                  "folderId": 1,
                  "groupId": 1,
                  "groupIdList": [
                    5,
                    1
                  ],
                  "id": 8,
                  "isDeviceGroup": false,
                  "isMemberOfAny": true,
                  "lastUpdated": 5,
                  "mailOnce": true,
                  "mailPeriod": 7,
                  "mailTo": "string",
                  "name": "string",
                  "objectSubTypeId": 5,
                  "objectTypeId": 7,
                  "pluginId": 8,
                  "severity": 5,
                  "triggerConditions": [
                    {
                      "aggregation": 7,
                      "comparison": 8,
                      "duration": 5,
                      "id": 8,
                      "indicatorTypeId": 7,
                      "isTrigger": false,
                      "message": "string",
                      "policyId": 9,
                      "sigmaDirection": 5,
                      "type": 5,
                      "unit": "string",
                      "value": 5
                    },
                    {
                      "aggregation": 10,
                      "comparison": 5,
                      "duration": 9,
                      "id": 2,
                      "indicatorTypeId": 7,
                      "isTrigger": false,
                      "message": "string",
                      "policyId": 7,
                      "sigmaDirection": 2,
                      "type": 8,
                      "unit": "string",
                      "value": 7
                    },
                    {
                      "aggregation": 4,
                      "comparison": 4,
                      "duration": 1,
                      "id": 6,
                      "indicatorTypeId": 4,
                      "isTrigger": false,
                      "message": "string",
                      "policyId": 3,
                      "sigmaDirection": 6,
                      "type": 9,
                      "unit": "string",
                      "value": 9
                    }
                  ],
                  "triggerExpression": "string",
                  "triggerMessage": "string",
                  "type": "flow",
                  "useCustomTraps": true,
                  "useDefaultTraps": false,
                  "useDeviceTraps": true,
                  "userEnabled": 9
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Policies"
        ],
        "operationId": "deletePolicyById",
        "description": "The parameters and request body are for method: deletePolicyById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "body": {
                      "type": "object"
                    },
                    "statusCode": {
                      "type": "number"
                    },
                    "statusCodeValue": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "body": {},
                  "statusCode": 100,
                  "statusCodeValue": 2
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/api/v1/policies/{policyId}/actions": {
      "get": {
        "tags": [
          "Policies"
        ],
        "operationId": "getActionsUsingGET",
        "description": "The parameters and request body are for method: getActionsUsingGET. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "mailAction": {
                      "type": "object",
                      "properties": {
                        "mails": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        },
                        "repeated": {
                          "type": "boolean"
                        },
                        "repeatedPeriod": {
                          "type": "number"
                        },
                        "roleIds": {
                          "type": "array",
                          "items": {
                            "type": "number"
                          }
                        },
                        "userIds": {
                          "type": "array",
                          "items": {
                            "type": "number"
                          }
                        }
                      }
                    },
                    "trapAction": {
                      "type": "object",
                      "properties": {
                        "trapDestinations": {
                          "type": "array",
                          "items": {
                            "type": "number"
                          }
                        },
                        "useCustomTraps": {
                          "type": "boolean"
                        },
                        "useDefaultTraps": {
                          "type": "boolean"
                        },
                        "useDeviceTraps": {
                          "type": "boolean"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "mailAction": {
                    "mails": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "repeated": false,
                    "repeatedPeriod": 5,
                    "roleIds": [
                      7,
                      5,
                      7,
                      10,
                      3,
                      8,
                      1,
                      3
                    ],
                    "userIds": [
                      5,
                      4,
                      2,
                      6,
                      4,
                      5,
                      9,
                      6,
                      7,
                      10
                    ]
                  },
                  "trapAction": {
                    "trapDestinations": [
                      1,
                      7,
                      8,
                      9,
                      9,
                      1,
                      4,
                      10
                    ],
                    "useCustomTraps": true,
                    "useDefaultTraps": true,
                    "useDeviceTraps": true
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "policyId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "policyId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Policies"
        ],
        "operationId": "updatePolicyAction",
        "description": "The parameters and request body are for method: updatePolicyAction. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "mailAction": {
                      "type": "object",
                      "properties": {
                        "mails": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          }
                        },
                        "repeated": {
                          "type": "boolean"
                        },
                        "repeatedPeriod": {
                          "type": "number"
                        },
                        "roleIds": {
                          "type": "array",
                          "items": {
                            "type": "number"
                          }
                        },
                        "userIds": {
                          "type": "array",
                          "items": {
                            "type": "number"
                          }
                        }
                      }
                    },
                    "trapAction": {
                      "type": "object",
                      "properties": {
                        "trapDestinations": {
                          "type": "array",
                          "items": {
                            "type": "number"
                          }
                        },
                        "useCustomTraps": {
                          "type": "boolean"
                        },
                        "useDefaultTraps": {
                          "type": "boolean"
                        },
                        "useDeviceTraps": {
                          "type": "boolean"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "mailAction": {
                    "mails": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "repeated": false,
                    "repeatedPeriod": 7,
                    "roleIds": [
                      8
                    ],
                    "userIds": [
                      1,
                      9,
                      3,
                      4,
                      8,
                      4,
                      3,
                      5,
                      9,
                      5
                    ]
                  },
                  "trapAction": {
                    "trapDestinations": [
                      7,
                      9,
                      7,
                      6,
                      2
                    ],
                    "useCustomTraps": false,
                    "useDefaultTraps": true,
                    "useDeviceTraps": true
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "policyId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "policyId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Policies"
        ],
        "operationId": "deletePolicyActionById",
        "description": "The parameters and request body are for method: deletePolicyActionById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "body": {
                      "type": "object"
                    },
                    "statusCode": {
                      "type": "number"
                    },
                    "statusCodeValue": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "body": {},
                  "statusCode": 100,
                  "statusCodeValue": 9
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "policyId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "policyId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/api/v1/policies/{policyId}/conditions": {
      "get": {
        "tags": [
          "Policies"
        ],
        "operationId": "findAllUsingGET",
        "description": "The parameters and request body are for method: findAllUsingGET. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "content": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "aggregation": {
                            "type": "number"
                          },
                          "comparison": {
                            "type": "number"
                          },
                          "duration": {
                            "type": "number"
                          },
                          "id": {
                            "type": "number"
                          },
                          "indicatorTypeId": {
                            "type": "number"
                          },
                          "isTrigger": {
                            "type": "boolean"
                          },
                          "message": {
                            "type": "string"
                          },
                          "policyId": {
                            "type": "number"
                          },
                          "sigmaDirection": {
                            "type": "number"
                          },
                          "type": {
                            "type": "number"
                          },
                          "unit": {
                            "type": "string"
                          },
                          "value": {
                            "type": "number"
                          }
                        }
                      }
                    },
                    "pageNumber": {
                      "type": "number"
                    },
                    "pageSize": {
                      "type": "number"
                    },
                    "totalElements": {
                      "type": "number"
                    },
                    "totalPages": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "content": [
                    {
                      "aggregation": 3,
                      "comparison": 5,
                      "duration": 4,
                      "id": 6,
                      "indicatorTypeId": 2,
                      "isTrigger": false,
                      "message": "string",
                      "policyId": 2,
                      "sigmaDirection": 8,
                      "type": 5,
                      "unit": "string",
                      "value": 2
                    },
                    {
                      "aggregation": 3,
                      "comparison": 3,
                      "duration": 8,
                      "id": 9,
                      "indicatorTypeId": 5,
                      "isTrigger": true,
                      "message": "string",
                      "policyId": 9,
                      "sigmaDirection": 8,
                      "type": 6,
                      "unit": "string",
                      "value": 6
                    },
                    {
                      "aggregation": 1,
                      "comparison": 3,
                      "duration": 6,
                      "id": 3,
                      "indicatorTypeId": 3,
                      "isTrigger": false,
                      "message": "string",
                      "policyId": 3,
                      "sigmaDirection": 5,
                      "type": 9,
                      "unit": "string",
                      "value": 1
                    },
                    {
                      "aggregation": 9,
                      "comparison": 5,
                      "duration": 6,
                      "id": 8,
                      "indicatorTypeId": 9,
                      "isTrigger": false,
                      "message": "string",
                      "policyId": 2,
                      "sigmaDirection": 10,
                      "type": 8,
                      "unit": "string",
                      "value": 1
                    },
                    {
                      "aggregation": 8,
                      "comparison": 2,
                      "duration": 3,
                      "id": 1,
                      "indicatorTypeId": 10,
                      "isTrigger": true,
                      "message": "string",
                      "policyId": 8,
                      "sigmaDirection": 2,
                      "type": 5,
                      "unit": "string",
                      "value": 7
                    },
                    {
                      "aggregation": 10,
                      "comparison": 1,
                      "duration": 10,
                      "id": 7,
                      "indicatorTypeId": 6,
                      "isTrigger": true,
                      "message": "string",
                      "policyId": 1,
                      "sigmaDirection": 2,
                      "type": 5,
                      "unit": "string",
                      "value": 9
                    },
                    {
                      "aggregation": 4,
                      "comparison": 3,
                      "duration": 10,
                      "id": 2,
                      "indicatorTypeId": 8,
                      "isTrigger": true,
                      "message": "string",
                      "policyId": 7,
                      "sigmaDirection": 9,
                      "type": 7,
                      "unit": "string",
                      "value": 10
                    }
                  ],
                  "pageNumber": 4,
                  "pageSize": 4,
                  "totalElements": 5,
                  "totalPages": 3
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "policyId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "policyId",
              "type": "number"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "size",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "includeCount",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sortBy",
            "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": [
          "Policies"
        ],
        "operationId": "createPolicyCondition",
        "description": "The parameters and request body are for method: createPolicyCondition. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "aggregation": {
                      "type": "number"
                    },
                    "comparison": {
                      "type": "number"
                    },
                    "duration": {
                      "type": "number"
                    },
                    "id": {
                      "type": "number"
                    },
                    "indicatorTypeId": {
                      "type": "number"
                    },
                    "isTrigger": {
                      "type": "boolean"
                    },
                    "message": {
                      "type": "string"
                    },
                    "policyId": {
                      "type": "number"
                    },
                    "sigmaDirection": {
                      "type": "number"
                    },
                    "type": {
                      "type": "number"
                    },
                    "unit": {
                      "type": "string"
                    },
                    "value": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "aggregation": 1,
                  "comparison": 9,
                  "duration": 3,
                  "id": 3,
                  "indicatorTypeId": 1,
                  "isTrigger": true,
                  "message": "string",
                  "policyId": 7,
                  "sigmaDirection": 3,
                  "type": 1,
                  "unit": "string",
                  "value": 9
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "policyId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "policyId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/api/v1/policies/{policyId}/conditions/{conditionId}": {
      "get": {
        "tags": [
          "Policies"
        ],
        "operationId": "getPolicyConditionById",
        "description": "The parameters and request body are for method: getPolicyConditionById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "aggregation": {
                      "type": "number"
                    },
                    "comparison": {
                      "type": "number"
                    },
                    "duration": {
                      "type": "number"
                    },
                    "id": {
                      "type": "number"
                    },
                    "indicatorTypeId": {
                      "type": "number"
                    },
                    "isTrigger": {
                      "type": "boolean"
                    },
                    "message": {
                      "type": "string"
                    },
                    "policyId": {
                      "type": "number"
                    },
                    "sigmaDirection": {
                      "type": "number"
                    },
                    "type": {
                      "type": "number"
                    },
                    "unit": {
                      "type": "string"
                    },
                    "value": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "aggregation": 8,
                  "comparison": 10,
                  "duration": 5,
                  "id": 5,
                  "indicatorTypeId": 1,
                  "isTrigger": false,
                  "message": "string",
                  "policyId": 3,
                  "sigmaDirection": 7,
                  "type": 1,
                  "unit": "string",
                  "value": 9
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "policyId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "policyId",
              "type": "number"
            }
          },
          {
            "name": "conditionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "conditionId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Policies"
        ],
        "operationId": "updatePolicyCondition",
        "description": "The parameters and request body are for method: updatePolicyCondition. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "aggregation": {
                      "type": "number"
                    },
                    "comparison": {
                      "type": "number"
                    },
                    "duration": {
                      "type": "number"
                    },
                    "id": {
                      "type": "number"
                    },
                    "indicatorTypeId": {
                      "type": "number"
                    },
                    "isTrigger": {
                      "type": "boolean"
                    },
                    "message": {
                      "type": "string"
                    },
                    "policyId": {
                      "type": "number"
                    },
                    "sigmaDirection": {
                      "type": "number"
                    },
                    "type": {
                      "type": "number"
                    },
                    "unit": {
                      "type": "string"
                    },
                    "value": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "aggregation": 6,
                  "comparison": 3,
                  "duration": 7,
                  "id": 1,
                  "indicatorTypeId": 4,
                  "isTrigger": true,
                  "message": "string",
                  "policyId": 10,
                  "sigmaDirection": 4,
                  "type": 6,
                  "unit": "string",
                  "value": 9
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "policyId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "policyId",
              "type": "number"
            }
          },
          {
            "name": "conditionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "conditionId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Policies"
        ],
        "operationId": "deletePolicyConditionById",
        "description": "The parameters and request body are for method: deletePolicyConditionById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "body": {
                      "type": "object"
                    },
                    "statusCode": {
                      "type": "number"
                    },
                    "statusCodeValue": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "body": {},
                  "statusCode": 100,
                  "statusCodeValue": 10
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "policyId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "policyId",
              "type": "number"
            }
          },
          {
            "name": "conditionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "conditionId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/api/v1/reports": {
      "get": {
        "tags": [
          "Reports"
        ],
        "operationId": "getAllReports",
        "description": "The parameters and request body are for method: getAllReports. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "content": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "description": {
                            "type": "string"
                          },
                          "emailTo": {
                            "type": "string"
                          },
                          "folderId": {
                            "type": "number"
                          },
                          "id": {
                            "type": "number"
                          },
                          "isEmailed": {
                            "type": "boolean"
                          },
                          "isFtped": {
                            "type": "boolean"
                          },
                          "isPrivate": {
                            "type": "boolean"
                          },
                          "isReadOnly": {
                            "type": "boolean"
                          },
                          "isTemporary": {
                            "type": "boolean"
                          },
                          "lastAccessed": {
                            "type": "number"
                          },
                          "lastModified": {
                            "type": "number"
                          },
                          "message": {
                            "type": "string"
                          },
                          "migrated": {
                            "type": "number"
                          },
                          "name": {
                            "type": "string"
                          },
                          "nextRun": {
                            "type": "number"
                          },
                          "numberOfColumns": {
                            "type": "number"
                          },
                          "runUnit": {
                            "type": "string"
                          },
                          "runValue": {
                            "type": "number"
                          },
                          "templateType": {
                            "type": "string"
                          },
                          "timezone": {
                            "type": "string"
                          },
                          "userId": {
                            "type": "number"
                          },
                          "userRoleId": {
                            "type": "number"
                          }
                        }
                      }
                    },
                    "pageNumber": {
                      "type": "number"
                    },
                    "pageSize": {
                      "type": "number"
                    },
                    "totalElements": {
                      "type": "number"
                    },
                    "totalPages": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "content": [
                    {
                      "description": "string",
                      "emailTo": "string",
                      "folderId": 2,
                      "id": 7,
                      "isEmailed": true,
                      "isFtped": false,
                      "isPrivate": false,
                      "isReadOnly": false,
                      "isTemporary": false,
                      "lastAccessed": 10,
                      "lastModified": 8,
                      "message": "string",
                      "migrated": 10,
                      "name": "string",
                      "nextRun": 10,
                      "numberOfColumns": 6,
                      "runUnit": "string",
                      "runValue": 9,
                      "templateType": "string",
                      "timezone": "string",
                      "userId": 5,
                      "userRoleId": 6
                    }
                  ],
                  "pageNumber": 8,
                  "pageSize": 7,
                  "totalElements": 5,
                  "totalPages": 4
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "size",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "userId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "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": {
                  "type": "object",
                  "properties": {
                    "description": {
                      "type": "string"
                    },
                    "emailTo": {
                      "type": "string"
                    },
                    "folderId": {
                      "type": "number"
                    },
                    "id": {
                      "type": "number"
                    },
                    "isEmailed": {
                      "type": "boolean"
                    },
                    "isFtped": {
                      "type": "boolean"
                    },
                    "isPrivate": {
                      "type": "boolean"
                    },
                    "isReadOnly": {
                      "type": "boolean"
                    },
                    "isTemporary": {
                      "type": "boolean"
                    },
                    "lastAccessed": {
                      "type": "number"
                    },
                    "lastModified": {
                      "type": "number"
                    },
                    "message": {
                      "type": "string"
                    },
                    "migrated": {
                      "type": "number"
                    },
                    "name": {
                      "type": "string"
                    },
                    "nextRun": {
                      "type": "number"
                    },
                    "numberOfColumns": {
                      "type": "number"
                    },
                    "runUnit": {
                      "type": "string"
                    },
                    "runValue": {
                      "type": "number"
                    },
                    "templateType": {
                      "type": "string"
                    },
                    "timezone": {
                      "type": "string"
                    },
                    "userId": {
                      "type": "number"
                    },
                    "userRoleId": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "description": "string",
                  "emailTo": "string",
                  "folderId": 8,
                  "id": 1,
                  "isEmailed": false,
                  "isFtped": false,
                  "isPrivate": false,
                  "isReadOnly": true,
                  "isTemporary": false,
                  "lastAccessed": 6,
                  "lastModified": 9,
                  "message": "string",
                  "migrated": 1,
                  "name": "string",
                  "nextRun": 6,
                  "numberOfColumns": 1,
                  "runUnit": "string",
                  "runValue": 6,
                  "templateType": "string",
                  "timezone": "string",
                  "userId": 1,
                  "userRoleId": 5
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/api/v1/reports/folders": {
      "get": {
        "tags": [
          "Reports"
        ],
        "operationId": "getAllReportFolders",
        "description": "The parameters and request body are for method: getAllReportFolders. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "content": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "name": {
                            "type": "string"
                          },
                          "parentId": {
                            "type": "number"
                          }
                        }
                      }
                    },
                    "pageNumber": {
                      "type": "number"
                    },
                    "pageSize": {
                      "type": "number"
                    },
                    "totalElements": {
                      "type": "number"
                    },
                    "totalPages": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "content": [
                    {
                      "id": 10,
                      "name": "string",
                      "parentId": 7
                    },
                    {
                      "id": 5,
                      "name": "string",
                      "parentId": 7
                    },
                    {
                      "id": 3,
                      "name": "string",
                      "parentId": 9
                    },
                    {
                      "id": 5,
                      "name": "string",
                      "parentId": 7
                    },
                    {
                      "id": 2,
                      "name": "string",
                      "parentId": 2
                    },
                    {
                      "id": 4,
                      "name": "string",
                      "parentId": 10
                    },
                    {
                      "id": 3,
                      "name": "string",
                      "parentId": 5
                    },
                    {
                      "id": 10,
                      "name": "string",
                      "parentId": 7
                    }
                  ],
                  "pageNumber": 5,
                  "pageSize": 9,
                  "totalElements": 2,
                  "totalPages": 4
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "page",
            "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": "createReportFolder",
        "description": "The parameters and request body are for method: createReportFolder. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "number"
                    },
                    "name": {
                      "type": "string"
                    },
                    "parentId": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "id": 1,
                  "name": "string",
                  "parentId": 9
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/api/v1/reports/folders/{id}": {
      "put": {
        "tags": [
          "Reports"
        ],
        "operationId": "updateReportFolderById",
        "description": "The parameters and request body are for method: updateReportFolderById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "number"
                    },
                    "name": {
                      "type": "string"
                    },
                    "parentId": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "id": 5,
                  "name": "string",
                  "parentId": 8
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Reports"
        ],
        "operationId": "deleteReportFolderById",
        "description": "The parameters and request body are for method: deleteReportFolderById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "body": {
                      "type": "object"
                    },
                    "statusCode": {
                      "type": "number"
                    },
                    "statusCodeValue": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "body": {},
                  "statusCode": 100,
                  "statusCodeValue": 9
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/api/v1/reports/{id}": {
      "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": {
                  "type": "object",
                  "properties": {
                    "description": {
                      "type": "string"
                    },
                    "emailTo": {
                      "type": "string"
                    },
                    "folderId": {
                      "type": "number"
                    },
                    "id": {
                      "type": "number"
                    },
                    "isEmailed": {
                      "type": "boolean"
                    },
                    "isFtped": {
                      "type": "boolean"
                    },
                    "isPrivate": {
                      "type": "boolean"
                    },
                    "isReadOnly": {
                      "type": "boolean"
                    },
                    "isTemporary": {
                      "type": "boolean"
                    },
                    "lastAccessed": {
                      "type": "number"
                    },
                    "lastModified": {
                      "type": "number"
                    },
                    "message": {
                      "type": "string"
                    },
                    "migrated": {
                      "type": "number"
                    },
                    "name": {
                      "type": "string"
                    },
                    "nextRun": {
                      "type": "number"
                    },
                    "numberOfColumns": {
                      "type": "number"
                    },
                    "runUnit": {
                      "type": "string"
                    },
                    "runValue": {
                      "type": "number"
                    },
                    "templateType": {
                      "type": "string"
                    },
                    "timezone": {
                      "type": "string"
                    },
                    "userId": {
                      "type": "number"
                    },
                    "userRoleId": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "description": "string",
                  "emailTo": "string",
                  "folderId": 8,
                  "id": 8,
                  "isEmailed": false,
                  "isFtped": false,
                  "isPrivate": true,
                  "isReadOnly": true,
                  "isTemporary": false,
                  "lastAccessed": 10,
                  "lastModified": 10,
                  "message": "string",
                  "migrated": 1,
                  "name": "string",
                  "nextRun": 2,
                  "numberOfColumns": 8,
                  "runUnit": "string",
                  "runValue": 3,
                  "templateType": "string",
                  "timezone": "string",
                  "userId": 6,
                  "userRoleId": 7
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Reports"
        ],
        "operationId": "updateReportById",
        "description": "The parameters and request body are for method: updateReportById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "description": {
                      "type": "string"
                    },
                    "emailTo": {
                      "type": "string"
                    },
                    "folderId": {
                      "type": "number"
                    },
                    "id": {
                      "type": "number"
                    },
                    "isEmailed": {
                      "type": "boolean"
                    },
                    "isFtped": {
                      "type": "boolean"
                    },
                    "isPrivate": {
                      "type": "boolean"
                    },
                    "isReadOnly": {
                      "type": "boolean"
                    },
                    "isTemporary": {
                      "type": "boolean"
                    },
                    "lastAccessed": {
                      "type": "number"
                    },
                    "lastModified": {
                      "type": "number"
                    },
                    "message": {
                      "type": "string"
                    },
                    "migrated": {
                      "type": "number"
                    },
                    "name": {
                      "type": "string"
                    },
                    "nextRun": {
                      "type": "number"
                    },
                    "numberOfColumns": {
                      "type": "number"
                    },
                    "runUnit": {
                      "type": "string"
                    },
                    "runValue": {
                      "type": "number"
                    },
                    "templateType": {
                      "type": "string"
                    },
                    "timezone": {
                      "type": "string"
                    },
                    "userId": {
                      "type": "number"
                    },
                    "userRoleId": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "description": "string",
                  "emailTo": "string",
                  "folderId": 9,
                  "id": 10,
                  "isEmailed": false,
                  "isFtped": false,
                  "isPrivate": true,
                  "isReadOnly": false,
                  "isTemporary": true,
                  "lastAccessed": 7,
                  "lastModified": 6,
                  "message": "string",
                  "migrated": 3,
                  "name": "string",
                  "nextRun": 5,
                  "numberOfColumns": 10,
                  "runUnit": "string",
                  "runValue": 10,
                  "templateType": "string",
                  "timezone": "string",
                  "userId": 1,
                  "userRoleId": 10
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Reports"
        ],
        "operationId": "deleteReportById",
        "description": "The parameters and request body are for method: deleteReportById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "body": {
                      "type": "object"
                    },
                    "statusCode": {
                      "type": "number"
                    },
                    "statusCodeValue": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "body": {},
                  "statusCode": 100,
                  "statusCodeValue": 5
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/api/v1/reports/attachments/telephony/{id}/aggregation": {
      "get": {
        "tags": [
          "ReportAttachmentsTelephony"
        ],
        "operationId": "getTelephonyAttachmentAggregation",
        "description": "The parameters and request body are for method: getTelephonyAttachmentAggregation. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "aggregation": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "aggregation": "DestinationIP"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "ReportAttachmentsTelephony"
        ],
        "operationId": "updateTelephonyAttachmentAggregation",
        "description": "The parameters and request body are for method: updateTelephonyAttachmentAggregation. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "aggregation": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "aggregation": "Domain"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/api/v1/reports/attachments/telephony/{id}/settings": {
      "get": {
        "tags": [
          "ReportAttachmentsTelephony"
        ],
        "operationId": "getTelephonyAttachmentSettings",
        "description": "The parameters and request body are for method: getTelephonyAttachmentSettings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "resultLimitSetting": {
                      "type": "object",
                      "properties": {
                        "resultLimit": {
                          "type": "number"
                        }
                      }
                    },
                    "telephonySetting": {
                      "type": "object",
                      "properties": {
                        "sortBy": {
                          "type": "string"
                        },
                        "sortOrder": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "resultLimitSetting": {
                    "resultLimit": 9
                  },
                  "telephonySetting": {
                    "sortBy": "jitter",
                    "sortOrder": "ASC"
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "ReportAttachmentsTelephony"
        ],
        "operationId": "updateTelephonyAttachmentSettings",
        "description": "The parameters and request body are for method: updateTelephonyAttachmentSettings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "resultLimitSetting": {
                      "type": "object",
                      "properties": {
                        "resultLimit": {
                          "type": "number"
                        }
                      }
                    },
                    "telephonySetting": {
                      "type": "object",
                      "properties": {
                        "sortBy": {
                          "type": "string"
                        },
                        "sortOrder": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "example": {
                  "resultLimitSetting": {
                    "resultLimit": 10
                  },
                  "telephonySetting": {
                    "sortBy": "duration",
                    "sortOrder": "ASC"
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/api/v1/reports/attachments/telephony/{id}/time": {
      "get": {
        "tags": [
          "ReportAttachmentsTelephony"
        ],
        "operationId": "getTelephonyAttachmentTimeSettings",
        "description": "The parameters and request body are for method: getTelephonyAttachmentTimeSettings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ranges": {
                      "type": "object",
                      "properties": {
                        "end": {
                          "type": "string"
                        },
                        "start": {
                          "type": "string"
                        },
                        "type": {
                          "type": "string"
                        }
                      }
                    },
                    "timezone": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "ranges": {
                    "end": "string",
                    "start": "string",
                    "type": "SpecificInterval"
                  },
                  "timezone": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "ReportAttachmentsTelephony"
        ],
        "operationId": "updateTelephonyAttachmentTimeSettings",
        "description": "The parameters and request body are for method: updateTelephonyAttachmentTimeSettings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ranges": {
                      "type": "object",
                      "properties": {
                        "end": {
                          "type": "string"
                        },
                        "start": {
                          "type": "string"
                        },
                        "type": {
                          "type": "string"
                        }
                      }
                    },
                    "timezone": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "ranges": {
                    "end": "string",
                    "start": "string",
                    "type": "SpecificInterval"
                  },
                  "timezone": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/api/v1/reports/attachments/telephony/{id}/visualizations": {
      "get": {
        "tags": [
          "ReportAttachmentsTelephony"
        ],
        "operationId": "getTelephonyAttachmentVisualizationSettings",
        "description": "The parameters and request body are for method: getTelephonyAttachmentVisualizationSettings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "table": {
                      "type": "object",
                      "properties": {
                        "columnSetting": {
                          "type": "object",
                          "properties": {
                            "exclude": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            },
                            "include": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            }
                          }
                        },
                        "csvSetting": {
                          "type": "object",
                          "properties": {
                            "expandTimeseries": {
                              "type": "boolean"
                            },
                            "formatTimestamp": {
                              "type": "boolean"
                            }
                          }
                        },
                        "dataPresentationSetting": {
                          "type": "object",
                          "properties": {
                            "formatNumbers": {
                              "type": "boolean"
                            },
                            "precision": {
                              "type": "number"
                            }
                          }
                        },
                        "tableSetting": {
                          "type": "object",
                          "properties": {
                            "blockVis": {
                              "type": "boolean"
                            },
                            "hideHeaders": {
                              "type": "boolean"
                            },
                            "wrapCells": {
                              "type": "boolean"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "table": {
                    "columnSetting": {
                      "exclude": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "include": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ]
                    },
                    "csvSetting": {
                      "expandTimeseries": false,
                      "formatTimestamp": false
                    },
                    "dataPresentationSetting": {
                      "formatNumbers": false,
                      "precision": 5
                    },
                    "tableSetting": {
                      "blockVis": false,
                      "hideHeaders": false,
                      "wrapCells": true
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "ReportAttachmentsTelephony"
        ],
        "operationId": "updateTelephonyAttachmentVisualizationSettings",
        "description": "The parameters and request body are for method: updateTelephonyAttachmentVisualizationSettings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "table": {
                      "type": "object",
                      "properties": {
                        "columnSetting": {
                          "type": "object",
                          "properties": {
                            "exclude": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            },
                            "include": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            }
                          }
                        },
                        "csvSetting": {
                          "type": "object",
                          "properties": {
                            "expandTimeseries": {
                              "type": "boolean"
                            },
                            "formatTimestamp": {
                              "type": "boolean"
                            }
                          }
                        },
                        "dataPresentationSetting": {
                          "type": "object",
                          "properties": {
                            "formatNumbers": {
                              "type": "boolean"
                            },
                            "precision": {
                              "type": "number"
                            }
                          }
                        },
                        "tableSetting": {
                          "type": "object",
                          "properties": {
                            "blockVis": {
                              "type": "boolean"
                            },
                            "hideHeaders": {
                              "type": "boolean"
                            },
                            "wrapCells": {
                              "type": "boolean"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "table": {
                    "columnSetting": {
                      "exclude": [
                        "string",
                        "string",
                        "string"
                      ],
                      "include": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ]
                    },
                    "csvSetting": {
                      "expandTimeseries": false,
                      "formatTimestamp": false
                    },
                    "dataPresentationSetting": {
                      "formatNumbers": true,
                      "precision": 6
                    },
                    "tableSetting": {
                      "blockVis": false,
                      "hideHeaders": false,
                      "wrapCells": false
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/api/v1/reports/{id}/attachments/telephony": {
      "post": {
        "tags": [
          "ReportAttachmentsTelephony"
        ],
        "operationId": "createTelephonyAttachment",
        "description": "The parameters and request body are for method: createTelephonyAttachment. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "settings": {
                      "type": "object",
                      "properties": {
                        "resultLimitSetting": {
                          "type": "object",
                          "properties": {
                            "resultLimit": {
                              "type": "number"
                            }
                          }
                        },
                        "telephonySetting": {
                          "type": "object",
                          "properties": {
                            "sortBy": {
                              "type": "string"
                            },
                            "sortOrder": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    },
                    "timeSettings": {
                      "type": "object",
                      "properties": {
                        "ranges": {
                          "type": "object",
                          "properties": {
                            "end": {
                              "type": "string"
                            },
                            "start": {
                              "type": "string"
                            },
                            "type": {
                              "type": "string"
                            }
                          }
                        },
                        "timezone": {
                          "type": "string"
                        }
                      }
                    },
                    "visualization": {
                      "type": "object",
                      "properties": {
                        "table": {
                          "type": "object",
                          "properties": {
                            "columnSetting": {
                              "type": "object",
                              "properties": {
                                "exclude": {
                                  "type": "array",
                                  "items": {
                                    "type": "string"
                                  }
                                },
                                "include": {
                                  "type": "array",
                                  "items": {
                                    "type": "string"
                                  }
                                }
                              }
                            },
                            "csvSetting": {
                              "type": "object",
                              "properties": {
                                "expandTimeseries": {
                                  "type": "boolean"
                                },
                                "formatTimestamp": {
                                  "type": "boolean"
                                }
                              }
                            },
                            "dataPresentationSetting": {
                              "type": "object",
                              "properties": {
                                "formatNumbers": {
                                  "type": "boolean"
                                },
                                "precision": {
                                  "type": "number"
                                }
                              }
                            },
                            "tableSetting": {
                              "type": "object",
                              "properties": {
                                "blockVis": {
                                  "type": "boolean"
                                },
                                "hideHeaders": {
                                  "type": "boolean"
                                },
                                "wrapCells": {
                                  "type": "boolean"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "name": "string",
                  "settings": {
                    "resultLimitSetting": {
                      "resultLimit": 2
                    },
                    "telephonySetting": {
                      "sortBy": "mos",
                      "sortOrder": "DESC"
                    }
                  },
                  "timeSettings": {
                    "ranges": {
                      "end": "string",
                      "start": "string",
                      "type": "SpecificInterval"
                    },
                    "timezone": "string"
                  },
                  "visualization": {
                    "table": {
                      "columnSetting": {
                        "exclude": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "include": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ]
                      },
                      "csvSetting": {
                        "expandTimeseries": false,
                        "formatTimestamp": false
                      },
                      "dataPresentationSetting": {
                        "formatNumbers": true,
                        "precision": 8
                      },
                      "tableSetting": {
                        "blockVis": false,
                        "hideHeaders": true,
                        "wrapCells": false
                      }
                    }
                  }
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/api/v1/pluginmanager/register": {
      "post": {
        "tags": [
          "DynamicPlugin"
        ],
        "operationId": "registerDynamicPluginManager",
        "description": "The parameters and request body are for method: registerDynamicPluginManager. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "number"
                    },
                    "identifier": {
                      "type": "string"
                    },
                    "lastSeen": {
                      "type": "number"
                    },
                    "name": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "id": 5,
                  "identifier": "string",
                  "lastSeen": 1,
                  "name": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/api/v1/pluginmanager/{id}/plugin/register": {
      "post": {
        "tags": [
          "DynamicPlugin"
        ],
        "operationId": "registerDynamicPlugin",
        "description": "The parameters and request body are for method: registerDynamicPlugin. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "fields": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "defaultEntry": {
                            "type": "string"
                          },
                          "description": {
                            "type": "string"
                          },
                          "enumList": {
                            "type": "string"
                          },
                          "maxLength": {
                            "type": "number"
                          },
                          "name": {
                            "type": "string"
                          },
                          "type": {
                            "type": "string"
                          },
                          "valueRange": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "name": {
                      "type": "string"
                    },
                    "technology": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "fields": [
                    {
                      "defaultEntry": "string",
                      "description": "string",
                      "enumList": "string",
                      "maxLength": 4,
                      "name": "string",
                      "type": "FLOAT",
                      "valueRange": "string"
                    },
                    {
                      "defaultEntry": "string",
                      "description": "string",
                      "enumList": "string",
                      "maxLength": 7,
                      "name": "string",
                      "type": "SECRET",
                      "valueRange": "string"
                    },
                    {
                      "defaultEntry": "string",
                      "description": "string",
                      "enumList": "string",
                      "maxLength": 10,
                      "name": "string",
                      "type": "SECRET",
                      "valueRange": "string"
                    },
                    {
                      "defaultEntry": "string",
                      "description": "string",
                      "enumList": "string",
                      "maxLength": 5,
                      "name": "string",
                      "type": "INTEGER",
                      "valueRange": "string"
                    }
                  ],
                  "name": "string",
                  "technology": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/api/v1/objectgroups/{id}": {
      "patch": {
        "tags": [
          "DeviceComponentGroup"
        ],
        "operationId": "partiallyUpdateObjectGroupById",
        "description": "The parameters and request body are for method: partiallyUpdateObjectGroupById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "number"
                    },
                    "members": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "alternateName": {
                            "type": "string"
                          },
                          "dateAdded": {
                            "type": "number"
                          },
                          "description": {
                            "type": "string"
                          },
                          "deviceId": {
                            "type": "number"
                          },
                          "enabled": {
                            "type": "string"
                          },
                          "extendedInfo": {
                            "type": "object"
                          },
                          "id": {
                            "type": "number"
                          },
                          "indicators": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "dataUnits": {
                                  "type": "string"
                                },
                                "description": {
                                  "type": "string"
                                },
                                "deviceId": {
                                  "type": "number"
                                },
                                "displayUnits": {
                                  "type": "string"
                                },
                                "evaluationOrder": {
                                  "type": "number"
                                },
                                "extendedInfo": {
                                  "type": "object"
                                },
                                "firstSeen": {
                                  "type": "number"
                                },
                                "format": {
                                  "type": "string"
                                },
                                "id": {
                                  "type": "number"
                                },
                                "isBaselining": {
                                  "type": "boolean"
                                },
                                "isDeleted": {
                                  "type": "boolean"
                                },
                                "isEnabled": {
                                  "type": "boolean"
                                },
                                "lastInvalidationTime": {
                                  "type": "number"
                                },
                                "lastSeen": {
                                  "type": "number"
                                },
                                "maxValue": {
                                  "type": "number"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "objectId": {
                                  "type": "number"
                                },
                                "pluginId": {
                                  "type": "number"
                                },
                                "pluginIndicatorTypeId": {
                                  "type": "number"
                                },
                                "syntheticExpression": {
                                  "type": "string"
                                },
                                "systemIsBaselining": {
                                  "type": "boolean"
                                },
                                "systemIsEnabled": {
                                  "type": "boolean"
                                },
                                "systemMaxValue": {
                                  "type": "number"
                                }
                              }
                            }
                          },
                          "isDeleted": {
                            "type": "boolean"
                          },
                          "isEnabled": {
                            "type": "boolean"
                          },
                          "isVisible": {
                            "type": "boolean"
                          },
                          "name": {
                            "type": "string"
                          },
                          "pluginId": {
                            "type": "number"
                          },
                          "pluginObjectTypeId": {
                            "type": "number"
                          },
                          "subtypeId": {
                            "type": "number"
                          }
                        }
                      }
                    },
                    "name": {
                      "type": "string"
                    },
                    "parentId": {
                      "type": "number"
                    },
                    "readOnly": {
                      "type": "boolean"
                    }
                  }
                },
                "example": {
                  "id": 9,
                  "members": [
                    {
                      "alternateName": "string",
                      "dateAdded": 1,
                      "description": "string",
                      "deviceId": 6,
                      "enabled": "DISABLED",
                      "extendedInfo": {},
                      "id": 2,
                      "indicators": [
                        {
                          "dataUnits": "string",
                          "description": "string",
                          "deviceId": 6,
                          "displayUnits": "string",
                          "evaluationOrder": 2,
                          "extendedInfo": {},
                          "firstSeen": 4,
                          "format": "COUNTER32",
                          "id": 1,
                          "isBaselining": true,
                          "isDeleted": true,
                          "isEnabled": true,
                          "lastInvalidationTime": 6,
                          "lastSeen": 7,
                          "maxValue": 3,
                          "name": "string",
                          "objectId": 3,
                          "pluginId": 9,
                          "pluginIndicatorTypeId": 5,
                          "syntheticExpression": "string",
                          "systemIsBaselining": true,
                          "systemIsEnabled": false,
                          "systemMaxValue": 9
                        }
                      ],
                      "isDeleted": false,
                      "isEnabled": true,
                      "isVisible": false,
                      "name": "string",
                      "pluginId": 6,
                      "pluginObjectTypeId": 3,
                      "subtypeId": 6
                    },
                    {
                      "alternateName": "string",
                      "dateAdded": 10,
                      "description": "string",
                      "deviceId": 9,
                      "enabled": "DISABLED",
                      "extendedInfo": {},
                      "id": 5,
                      "indicators": [
                        {
                          "dataUnits": "string",
                          "description": "string",
                          "deviceId": 1,
                          "displayUnits": "string",
                          "evaluationOrder": 3,
                          "extendedInfo": {},
                          "firstSeen": 2,
                          "format": "COUNTER64",
                          "id": 1,
                          "isBaselining": false,
                          "isDeleted": true,
                          "isEnabled": false,
                          "lastInvalidationTime": 5,
                          "lastSeen": 9,
                          "maxValue": 2,
                          "name": "string",
                          "objectId": 10,
                          "pluginId": 3,
                          "pluginIndicatorTypeId": 6,
                          "syntheticExpression": "string",
                          "systemIsBaselining": false,
                          "systemIsEnabled": false,
                          "systemMaxValue": 8
                        },
                        {
                          "dataUnits": "string",
                          "description": "string",
                          "deviceId": 4,
                          "displayUnits": "string",
                          "evaluationOrder": 8,
                          "extendedInfo": {},
                          "firstSeen": 2,
                          "format": "GAUGE",
                          "id": 9,
                          "isBaselining": true,
                          "isDeleted": true,
                          "isEnabled": false,
                          "lastInvalidationTime": 9,
                          "lastSeen": 10,
                          "maxValue": 6,
                          "name": "string",
                          "objectId": 3,
                          "pluginId": 3,
                          "pluginIndicatorTypeId": 10,
                          "syntheticExpression": "string",
                          "systemIsBaselining": false,
                          "systemIsEnabled": true,
                          "systemMaxValue": 4
                        },
                        {
                          "dataUnits": "string",
                          "description": "string",
                          "deviceId": 10,
                          "displayUnits": "string",
                          "evaluationOrder": 6,
                          "extendedInfo": {},
                          "firstSeen": 2,
                          "format": "COUNTER32",
                          "id": 3,
                          "isBaselining": false,
                          "isDeleted": false,
                          "isEnabled": true,
                          "lastInvalidationTime": 9,
                          "lastSeen": 4,
                          "maxValue": 6,
                          "name": "string",
                          "objectId": 5,
                          "pluginId": 7,
                          "pluginIndicatorTypeId": 2,
                          "syntheticExpression": "string",
                          "systemIsBaselining": false,
                          "systemIsEnabled": false,
                          "systemMaxValue": 8
                        },
                        {
                          "dataUnits": "string",
                          "description": "string",
                          "deviceId": 10,
                          "displayUnits": "string",
                          "evaluationOrder": 1,
                          "extendedInfo": {},
                          "firstSeen": 10,
                          "format": "COUNTER64",
                          "id": 1,
                          "isBaselining": true,
                          "isDeleted": true,
                          "isEnabled": false,
                          "lastInvalidationTime": 6,
                          "lastSeen": 2,
                          "maxValue": 5,
                          "name": "string",
                          "objectId": 9,
                          "pluginId": 5,
                          "pluginIndicatorTypeId": 2,
                          "syntheticExpression": "string",
                          "systemIsBaselining": false,
                          "systemIsEnabled": true,
                          "systemMaxValue": 1
                        },
                        {
                          "dataUnits": "string",
                          "description": "string",
                          "deviceId": 10,
                          "displayUnits": "string",
                          "evaluationOrder": 6,
                          "extendedInfo": {},
                          "firstSeen": 2,
                          "format": "GAUGE",
                          "id": 4,
                          "isBaselining": true,
                          "isDeleted": true,
                          "isEnabled": false,
                          "lastInvalidationTime": 6,
                          "lastSeen": 1,
                          "maxValue": 2,
                          "name": "string",
                          "objectId": 4,
                          "pluginId": 8,
                          "pluginIndicatorTypeId": 3,
                          "syntheticExpression": "string",
                          "systemIsBaselining": false,
                          "systemIsEnabled": false,
                          "systemMaxValue": 2
                        },
                        {
                          "dataUnits": "string",
                          "description": "string",
                          "deviceId": 1,
                          "displayUnits": "string",
                          "evaluationOrder": 10,
                          "extendedInfo": {},
                          "firstSeen": 7,
                          "format": "GAUGE",
                          "id": 6,
                          "isBaselining": true,
                          "isDeleted": true,
                          "isEnabled": true,
                          "lastInvalidationTime": 3,
                          "lastSeen": 1,
                          "maxValue": 1,
                          "name": "string",
                          "objectId": 5,
                          "pluginId": 6,
                          "pluginIndicatorTypeId": 3,
                          "syntheticExpression": "string",
                          "systemIsBaselining": true,
                          "systemIsEnabled": true,
                          "systemMaxValue": 8
                        },
                        {
                          "dataUnits": "string",
                          "description": "string",
                          "deviceId": 10,
                          "displayUnits": "string",
                          "evaluationOrder": 6,
                          "extendedInfo": {},
                          "firstSeen": 3,
                          "format": "COUNTER32",
                          "id": 9,
                          "isBaselining": false,
                          "isDeleted": true,
                          "isEnabled": false,
                          "lastInvalidationTime": 1,
                          "lastSeen": 3,
                          "maxValue": 2,
                          "name": "string",
                          "objectId": 6,
                          "pluginId": 6,
                          "pluginIndicatorTypeId": 3,
                          "syntheticExpression": "string",
                          "systemIsBaselining": false,
                          "systemIsEnabled": false,
                          "systemMaxValue": 6
                        },
                        {
                          "dataUnits": "string",
                          "description": "string",
                          "deviceId": 5,
                          "displayUnits": "string",
                          "evaluationOrder": 10,
                          "extendedInfo": {},
                          "firstSeen": 10,
                          "format": "COUNTER64",
                          "id": 10,
                          "isBaselining": true,
                          "isDeleted": false,
                          "isEnabled": true,
                          "lastInvalidationTime": 6,
                          "lastSeen": 7,
                          "maxValue": 2,
                          "name": "string",
                          "objectId": 5,
                          "pluginId": 1,
                          "pluginIndicatorTypeId": 5,
                          "syntheticExpression": "string",
                          "systemIsBaselining": true,
                          "systemIsEnabled": false,
                          "systemMaxValue": 3
                        },
                        {
                          "dataUnits": "string",
                          "description": "string",
                          "deviceId": 10,
                          "displayUnits": "string",
                          "evaluationOrder": 9,
                          "extendedInfo": {},
                          "firstSeen": 8,
                          "format": "COUNTER32",
                          "id": 10,
                          "isBaselining": true,
                          "isDeleted": false,
                          "isEnabled": false,
                          "lastInvalidationTime": 8,
                          "lastSeen": 10,
                          "maxValue": 10,
                          "name": "string",
                          "objectId": 4,
                          "pluginId": 2,
                          "pluginIndicatorTypeId": 4,
                          "syntheticExpression": "string",
                          "systemIsBaselining": false,
                          "systemIsEnabled": true,
                          "systemMaxValue": 5
                        },
                        {
                          "dataUnits": "string",
                          "description": "string",
                          "deviceId": 10,
                          "displayUnits": "string",
                          "evaluationOrder": 8,
                          "extendedInfo": {},
                          "firstSeen": 5,
                          "format": "COUNTER64",
                          "id": 3,
                          "isBaselining": true,
                          "isDeleted": false,
                          "isEnabled": true,
                          "lastInvalidationTime": 8,
                          "lastSeen": 3,
                          "maxValue": 4,
                          "name": "string",
                          "objectId": 6,
                          "pluginId": 4,
                          "pluginIndicatorTypeId": 7,
                          "syntheticExpression": "string",
                          "systemIsBaselining": true,
                          "systemIsEnabled": false,
                          "systemMaxValue": 4
                        }
                      ],
                      "isDeleted": false,
                      "isEnabled": true,
                      "isVisible": true,
                      "name": "string",
                      "pluginId": 2,
                      "pluginObjectTypeId": 7,
                      "subtypeId": 5
                    },
                    {
                      "alternateName": "string",
                      "dateAdded": 1,
                      "description": "string",
                      "deviceId": 4,
                      "enabled": "ENABLED",
                      "extendedInfo": {},
                      "id": 10,
                      "indicators": [
                        {
                          "dataUnits": "string",
                          "description": "string",
                          "deviceId": 9,
                          "displayUnits": "string",
                          "evaluationOrder": 1,
                          "extendedInfo": {},
                          "firstSeen": 2,
                          "format": "GAUGE",
                          "id": 9,
                          "isBaselining": false,
                          "isDeleted": true,
                          "isEnabled": true,
                          "lastInvalidationTime": 4,
                          "lastSeen": 10,
                          "maxValue": 1,
                          "name": "string",
                          "objectId": 8,
                          "pluginId": 3,
                          "pluginIndicatorTypeId": 8,
                          "syntheticExpression": "string",
                          "systemIsBaselining": true,
                          "systemIsEnabled": false,
                          "systemMaxValue": 1
                        }
                      ],
                      "isDeleted": false,
                      "isEnabled": true,
                      "isVisible": true,
                      "name": "string",
                      "pluginId": 9,
                      "pluginObjectTypeId": 4,
                      "subtypeId": 7
                    },
                    {
                      "alternateName": "string",
                      "dateAdded": 6,
                      "description": "string",
                      "deviceId": 5,
                      "enabled": "DISABLED",
                      "extendedInfo": {},
                      "id": 1,
                      "indicators": [
                        {
                          "dataUnits": "string",
                          "description": "string",
                          "deviceId": 7,
                          "displayUnits": "string",
                          "evaluationOrder": 7,
                          "extendedInfo": {},
                          "firstSeen": 6,
                          "format": "COUNTER64",
                          "id": 10,
                          "isBaselining": false,
                          "isDeleted": true,
                          "isEnabled": true,
                          "lastInvalidationTime": 7,
                          "lastSeen": 8,
                          "maxValue": 3,
                          "name": "string",
                          "objectId": 8,
                          "pluginId": 5,
                          "pluginIndicatorTypeId": 10,
                          "syntheticExpression": "string",
                          "systemIsBaselining": false,
                          "systemIsEnabled": false,
                          "systemMaxValue": 6
                        },
                        {
                          "dataUnits": "string",
                          "description": "string",
                          "deviceId": 5,
                          "displayUnits": "string",
                          "evaluationOrder": 6,
                          "extendedInfo": {},
                          "firstSeen": 4,
                          "format": "GAUGE",
                          "id": 2,
                          "isBaselining": true,
                          "isDeleted": true,
                          "isEnabled": true,
                          "lastInvalidationTime": 8,
                          "lastSeen": 4,
                          "maxValue": 9,
                          "name": "string",
                          "objectId": 9,
                          "pluginId": 7,
                          "pluginIndicatorTypeId": 3,
                          "syntheticExpression": "string",
                          "systemIsBaselining": true,
                          "systemIsEnabled": true,
                          "systemMaxValue": 7
                        },
                        {
                          "dataUnits": "string",
                          "description": "string",
                          "deviceId": 2,
                          "displayUnits": "string",
                          "evaluationOrder": 6,
                          "extendedInfo": {},
                          "firstSeen": 5,
                          "format": "COUNTER32",
                          "id": 4,
                          "isBaselining": true,
                          "isDeleted": false,
                          "isEnabled": true,
                          "lastInvalidationTime": 10,
                          "lastSeen": 10,
                          "maxValue": 7,
                          "name": "string",
                          "objectId": 7,
                          "pluginId": 8,
                          "pluginIndicatorTypeId": 8,
                          "syntheticExpression": "string",
                          "systemIsBaselining": false,
                          "systemIsEnabled": true,
                          "systemMaxValue": 4
                        },
                        {
                          "dataUnits": "string",
                          "description": "string",
                          "deviceId": 10,
                          "displayUnits": "string",
                          "evaluationOrder": 9,
                          "extendedInfo": {},
                          "firstSeen": 7,
                          "format": "COUNTER32",
                          "id": 8,
                          "isBaselining": true,
                          "isDeleted": false,
                          "isEnabled": false,
                          "lastInvalidationTime": 5,
                          "lastSeen": 8,
                          "maxValue": 1,
                          "name": "string",
                          "objectId": 3,
                          "pluginId": 6,
                          "pluginIndicatorTypeId": 10,
                          "syntheticExpression": "string",
                          "systemIsBaselining": true,
                          "systemIsEnabled": true,
                          "systemMaxValue": 10
                        }
                      ],
                      "isDeleted": false,
                      "isEnabled": false,
                      "isVisible": true,
                      "name": "string",
                      "pluginId": 3,
                      "pluginObjectTypeId": 7,
                      "subtypeId": 3
                    },
                    {
                      "alternateName": "string",
                      "dateAdded": 1,
                      "description": "string",
                      "deviceId": 3,
                      "enabled": "ENABLED",
                      "extendedInfo": {},
                      "id": 9,
                      "indicators": [
                        {
                          "dataUnits": "string",
                          "description": "string",
                          "deviceId": 1,
                          "displayUnits": "string",
                          "evaluationOrder": 1,
                          "extendedInfo": {},
                          "firstSeen": 8,
                          "format": "COUNTER32",
                          "id": 3,
                          "isBaselining": true,
                          "isDeleted": false,
                          "isEnabled": true,
                          "lastInvalidationTime": 3,
                          "lastSeen": 4,
                          "maxValue": 8,
                          "name": "string",
                          "objectId": 9,
                          "pluginId": 7,
                          "pluginIndicatorTypeId": 2,
                          "syntheticExpression": "string",
                          "systemIsBaselining": true,
                          "systemIsEnabled": true,
                          "systemMaxValue": 2
                        },
                        {
                          "dataUnits": "string",
                          "description": "string",
                          "deviceId": 6,
                          "displayUnits": "string",
                          "evaluationOrder": 5,
                          "extendedInfo": {},
                          "firstSeen": 7,
                          "format": "COUNTER64",
                          "id": 7,
                          "isBaselining": true,
                          "isDeleted": true,
                          "isEnabled": false,
                          "lastInvalidationTime": 7,
                          "lastSeen": 3,
                          "maxValue": 5,
                          "name": "string",
                          "objectId": 6,
                          "pluginId": 6,
                          "pluginIndicatorTypeId": 5,
                          "syntheticExpression": "string",
                          "systemIsBaselining": false,
                          "systemIsEnabled": false,
                          "systemMaxValue": 7
                        },
                        {
                          "dataUnits": "string",
                          "description": "string",
                          "deviceId": 7,
                          "displayUnits": "string",
                          "evaluationOrder": 10,
                          "extendedInfo": {},
                          "firstSeen": 4,
                          "format": "GAUGE",
                          "id": 2,
                          "isBaselining": false,
                          "isDeleted": false,
                          "isEnabled": false,
                          "lastInvalidationTime": 6,
                          "lastSeen": 4,
                          "maxValue": 3,
                          "name": "string",
                          "objectId": 1,
                          "pluginId": 9,
                          "pluginIndicatorTypeId": 6,
                          "syntheticExpression": "string",
                          "systemIsBaselining": true,
                          "systemIsEnabled": true,
                          "systemMaxValue": 8
                        },
                        {
                          "dataUnits": "string",
                          "description": "string",
                          "deviceId": 4,
                          "displayUnits": "string",
                          "evaluationOrder": 10,
                          "extendedInfo": {},
                          "firstSeen": 6,
                          "format": "COUNTER32",
                          "id": 5,
                          "isBaselining": false,
                          "isDeleted": false,
                          "isEnabled": true,
                          "lastInvalidationTime": 2,
                          "lastSeen": 1,
                          "maxValue": 6,
                          "name": "string",
                          "objectId": 3,
                          "pluginId": 2,
                          "pluginIndicatorTypeId": 8,
                          "syntheticExpression": "string",
                          "systemIsBaselining": false,
                          "systemIsEnabled": true,
                          "systemMaxValue": 2
                        },
                        {
                          "dataUnits": "string",
                          "description": "string",
                          "deviceId": 10,
                          "displayUnits": "string",
                          "evaluationOrder": 2,
                          "extendedInfo": {},
                          "firstSeen": 2,
                          "format": "COUNTER32",
                          "id": 1,
                          "isBaselining": false,
                          "isDeleted": false,
                          "isEnabled": false,
                          "lastInvalidationTime": 4,
                          "lastSeen": 10,
                          "maxValue": 1,
                          "name": "string",
                          "objectId": 2,
                          "pluginId": 3,
                          "pluginIndicatorTypeId": 10,
                          "syntheticExpression": "string",
                          "systemIsBaselining": true,
                          "systemIsEnabled": false,
                          "systemMaxValue": 10
                        },
                        {
                          "dataUnits": "string",
                          "description": "string",
                          "deviceId": 1,
                          "displayUnits": "string",
                          "evaluationOrder": 8,
                          "extendedInfo": {},
                          "firstSeen": 2,
                          "format": "COUNTER32",
                          "id": 1,
                          "isBaselining": true,
                          "isDeleted": true,
                          "isEnabled": false,
                          "lastInvalidationTime": 10,
                          "lastSeen": 3,
                          "maxValue": 3,
                          "name": "string",
                          "objectId": 9,
                          "pluginId": 5,
                          "pluginIndicatorTypeId": 1,
                          "syntheticExpression": "string",
                          "systemIsBaselining": false,
                          "systemIsEnabled": false,
                          "systemMaxValue": 4
                        },
                        {
                          "dataUnits": "string",
                          "description": "string",
                          "deviceId": 7,
                          "displayUnits": "string",
                          "evaluationOrder": 2,
                          "extendedInfo": {},
                          "firstSeen": 9,
                          "format": "GAUGE",
                          "id": 8,
                          "isBaselining": false,
                          "isDeleted": false,
                          "isEnabled": false,
                          "lastInvalidationTime": 9,
                          "lastSeen": 7,
                          "maxValue": 1,
                          "name": "string",
                          "objectId": 1,
                          "pluginId": 5,
                          "pluginIndicatorTypeId": 5,
                          "syntheticExpression": "string",
                          "systemIsBaselining": true,
                          "systemIsEnabled": true,
                          "systemMaxValue": 4
                        },
                        {
                          "dataUnits": "string",
                          "description": "string",
                          "deviceId": 10,
                          "displayUnits": "string",
                          "evaluationOrder": 5,
                          "extendedInfo": {},
                          "firstSeen": 7,
                          "format": "GAUGE",
                          "id": 1,
                          "isBaselining": false,
                          "isDeleted": true,
                          "isEnabled": false,
                          "lastInvalidationTime": 8,
                          "lastSeen": 7,
                          "maxValue": 8,
                          "name": "string",
                          "objectId": 8,
                          "pluginId": 4,
                          "pluginIndicatorTypeId": 9,
                          "syntheticExpression": "string",
                          "systemIsBaselining": false,
                          "systemIsEnabled": false,
                          "systemMaxValue": 8
                        }
                      ],
                      "isDeleted": false,
                      "isEnabled": true,
                      "isVisible": true,
                      "name": "string",
                      "pluginId": 3,
                      "pluginObjectTypeId": 9,
                      "subtypeId": 1
                    },
                    {
                      "alternateName": "string",
                      "dateAdded": 9,
                      "description": "string",
                      "deviceId": 3,
                      "enabled": "AUTO",
                      "extendedInfo": {},
                      "id": 3,
                      "indicators": [
                        {
                          "dataUnits": "string",
                          "description": "string",
                          "deviceId": 9,
                          "displayUnits": "string",
                          "evaluationOrder": 6,
                          "extendedInfo": {},
                          "firstSeen": 5,
                          "format": "GAUGE",
                          "id": 10,
                          "isBaselining": true,
                          "isDeleted": true,
                          "isEnabled": false,
                          "lastInvalidationTime": 9,
                          "lastSeen": 3,
                          "maxValue": 8,
                          "name": "string",
                          "objectId": 2,
                          "pluginId": 6,
                          "pluginIndicatorTypeId": 10,
                          "syntheticExpression": "string",
                          "systemIsBaselining": true,
                          "systemIsEnabled": false,
                          "systemMaxValue": 6
                        },
                        {
                          "dataUnits": "string",
                          "description": "string",
                          "deviceId": 10,
                          "displayUnits": "string",
                          "evaluationOrder": 2,
                          "extendedInfo": {},
                          "firstSeen": 1,
                          "format": "COUNTER32",
                          "id": 6,
                          "isBaselining": false,
                          "isDeleted": false,
                          "isEnabled": false,
                          "lastInvalidationTime": 3,
                          "lastSeen": 4,
                          "maxValue": 3,
                          "name": "string",
                          "objectId": 10,
                          "pluginId": 8,
                          "pluginIndicatorTypeId": 5,
                          "syntheticExpression": "string",
                          "systemIsBaselining": false,
                          "systemIsEnabled": false,
                          "systemMaxValue": 3
                        },
                        {
                          "dataUnits": "string",
                          "description": "string",
                          "deviceId": 9,
                          "displayUnits": "string",
                          "evaluationOrder": 1,
                          "extendedInfo": {},
                          "firstSeen": 1,
                          "format": "COUNTER32",
                          "id": 10,
                          "isBaselining": true,
                          "isDeleted": true,
                          "isEnabled": false,
                          "lastInvalidationTime": 9,
                          "lastSeen": 8,
                          "maxValue": 3,
                          "name": "string",
                          "objectId": 1,
                          "pluginId": 3,
                          "pluginIndicatorTypeId": 1,
                          "syntheticExpression": "string",
                          "systemIsBaselining": false,
                          "systemIsEnabled": false,
                          "systemMaxValue": 9
                        },
                        {
                          "dataUnits": "string",
                          "description": "string",
                          "deviceId": 1,
                          "displayUnits": "string",
                          "evaluationOrder": 3,
                          "extendedInfo": {},
                          "firstSeen": 4,
                          "format": "GAUGE",
                          "id": 1,
                          "isBaselining": false,
                          "isDeleted": false,
                          "isEnabled": false,
                          "lastInvalidationTime": 10,
                          "lastSeen": 7,
                          "maxValue": 9,
                          "name": "string",
                          "objectId": 2,
                          "pluginId": 8,
                          "pluginIndicatorTypeId": 10,
                          "syntheticExpression": "string",
                          "systemIsBaselining": true,
                          "systemIsEnabled": false,
                          "systemMaxValue": 1
                        }
                      ],
                      "isDeleted": true,
                      "isEnabled": true,
                      "isVisible": false,
                      "name": "string",
                      "pluginId": 5,
                      "pluginObjectTypeId": 1,
                      "subtypeId": 8
                    },
                    {
                      "alternateName": "string",
                      "dateAdded": 1,
                      "description": "string",
                      "deviceId": 3,
                      "enabled": "ENABLED",
                      "extendedInfo": {},
                      "id": 1,
                      "indicators": [
                        {
                          "dataUnits": "string",
                          "description": "string",
                          "deviceId": 6,
                          "displayUnits": "string",
                          "evaluationOrder": 2,
                          "extendedInfo": {},
                          "firstSeen": 9,
                          "format": "COUNTER32",
                          "id": 8,
                          "isBaselining": true,
                          "isDeleted": true,
                          "isEnabled": false,
                          "lastInvalidationTime": 5,
                          "lastSeen": 6,
                          "maxValue": 5,
                          "name": "string",
                          "objectId": 9,
                          "pluginId": 6,
                          "pluginIndicatorTypeId": 8,
                          "syntheticExpression": "string",
                          "systemIsBaselining": true,
                          "systemIsEnabled": false,
                          "systemMaxValue": 5
                        },
                        {
                          "dataUnits": "string",
                          "description": "string",
                          "deviceId": 7,
                          "displayUnits": "string",
                          "evaluationOrder": 1,
                          "extendedInfo": {},
                          "firstSeen": 10,
                          "format": "COUNTER64",
                          "id": 8,
                          "isBaselining": false,
                          "isDeleted": false,
                          "isEnabled": false,
                          "lastInvalidationTime": 10,
                          "lastSeen": 4,
                          "maxValue": 9,
                          "name": "string",
                          "objectId": 9,
                          "pluginId": 2,
                          "pluginIndicatorTypeId": 1,
                          "syntheticExpression": "string",
                          "systemIsBaselining": false,
                          "systemIsEnabled": false,
                          "systemMaxValue": 9
                        },
                        {
                          "dataUnits": "string",
                          "description": "string",
                          "deviceId": 7,
                          "displayUnits": "string",
                          "evaluationOrder": 3,
                          "extendedInfo": {},
                          "firstSeen": 4,
                          "format": "COUNTER64",
                          "id": 10,
                          "isBaselining": true,
                          "isDeleted": false,
                          "isEnabled": false,
                          "lastInvalidationTime": 1,
                          "lastSeen": 10,
                          "maxValue": 3,
                          "name": "string",
                          "objectId": 4,
                          "pluginId": 4,
                          "pluginIndicatorTypeId": 5,
                          "syntheticExpression": "string",
                          "systemIsBaselining": true,
                          "systemIsEnabled": true,
                          "systemMaxValue": 4
                        },
                        {
                          "dataUnits": "string",
                          "description": "string",
                          "deviceId": 2,
                          "displayUnits": "string",
                          "evaluationOrder": 4,
                          "extendedInfo": {},
                          "firstSeen": 5,
                          "format": "COUNTER32",
                          "id": 2,
                          "isBaselining": true,
                          "isDeleted": false,
                          "isEnabled": false,
                          "lastInvalidationTime": 3,
                          "lastSeen": 1,
                          "maxValue": 2,
                          "name": "string",
                          "objectId": 4,
                          "pluginId": 5,
                          "pluginIndicatorTypeId": 10,
                          "syntheticExpression": "string",
                          "systemIsBaselining": false,
                          "systemIsEnabled": true,
                          "systemMaxValue": 2
                        },
                        {
                          "dataUnits": "string",
                          "description": "string",
                          "deviceId": 9,
                          "displayUnits": "string",
                          "evaluationOrder": 1,
                          "extendedInfo": {},
                          "firstSeen": 6,
                          "format": "GAUGE",
                          "id": 10,
                          "isBaselining": true,
                          "isDeleted": false,
                          "isEnabled": true,
                          "lastInvalidationTime": 5,
                          "lastSeen": 8,
                          "maxValue": 6,
                          "name": "string",
                          "objectId": 9,
                          "pluginId": 2,
                          "pluginIndicatorTypeId": 8,
                          "syntheticExpression": "string",
                          "systemIsBaselining": true,
                          "systemIsEnabled": true,
                          "systemMaxValue": 5
                        },
                        {
                          "dataUnits": "string",
                          "description": "string",
                          "deviceId": 8,
                          "displayUnits": "string",
                          "evaluationOrder": 7,
                          "extendedInfo": {},
                          "firstSeen": 1,
                          "format": "COUNTER32",
                          "id": 1,
                          "isBaselining": false,
                          "isDeleted": true,
                          "isEnabled": true,
                          "lastInvalidationTime": 5,
                          "lastSeen": 4,
                          "maxValue": 9,
                          "name": "string",
                          "objectId": 1,
                          "pluginId": 3,
                          "pluginIndicatorTypeId": 9,
                          "syntheticExpression": "string",
                          "systemIsBaselining": true,
                          "systemIsEnabled": true,
                          "systemMaxValue": 1
                        }
                      ],
                      "isDeleted": true,
                      "isEnabled": false,
                      "isVisible": true,
                      "name": "string",
                      "pluginId": 7,
                      "pluginObjectTypeId": 6,
                      "subtypeId": 7
                    },
                    {
                      "alternateName": "string",
                      "dateAdded": 3,
                      "description": "string",
                      "deviceId": 8,
                      "enabled": "ENABLED",
                      "extendedInfo": {},
                      "id": 4,
                      "indicators": [
                        {
                          "dataUnits": "string",
                          "description": "string",
                          "deviceId": 8,
                          "displayUnits": "string",
                          "evaluationOrder": 1,
                          "extendedInfo": {},
                          "firstSeen": 4,
                          "format": "GAUGE",
                          "id": 10,
                          "isBaselining": true,
                          "isDeleted": true,
                          "isEnabled": true,
                          "lastInvalidationTime": 3,
                          "lastSeen": 2,
                          "maxValue": 1,
                          "name": "string",
                          "objectId": 3,
                          "pluginId": 6,
                          "pluginIndicatorTypeId": 5,
                          "syntheticExpression": "string",
                          "systemIsBaselining": false,
                          "systemIsEnabled": false,
                          "systemMaxValue": 5
                        },
                        {
                          "dataUnits": "string",
                          "description": "string",
                          "deviceId": 6,
                          "displayUnits": "string",
                          "evaluationOrder": 1,
                          "extendedInfo": {},
                          "firstSeen": 1,
                          "format": "COUNTER32",
                          "id": 2,
                          "isBaselining": true,
                          "isDeleted": false,
                          "isEnabled": false,
                          "lastInvalidationTime": 1,
                          "lastSeen": 8,
                          "maxValue": 9,
                          "name": "string",
                          "objectId": 4,
                          "pluginId": 7,
                          "pluginIndicatorTypeId": 9,
                          "syntheticExpression": "string",
                          "systemIsBaselining": false,
                          "systemIsEnabled": true,
                          "systemMaxValue": 10
                        },
                        {
                          "dataUnits": "string",
                          "description": "string",
                          "deviceId": 10,
                          "displayUnits": "string",
                          "evaluationOrder": 9,
                          "extendedInfo": {},
                          "firstSeen": 1,
                          "format": "COUNTER32",
                          "id": 8,
                          "isBaselining": false,
                          "isDeleted": false,
                          "isEnabled": true,
                          "lastInvalidationTime": 8,
                          "lastSeen": 1,
                          "maxValue": 6,
                          "name": "string",
                          "objectId": 3,
                          "pluginId": 5,
                          "pluginIndicatorTypeId": 1,
                          "syntheticExpression": "string",
                          "systemIsBaselining": true,
                          "systemIsEnabled": true,
                          "systemMaxValue": 5
                        },
                        {
                          "dataUnits": "string",
                          "description": "string",
                          "deviceId": 2,
                          "displayUnits": "string",
                          "evaluationOrder": 4,
                          "extendedInfo": {},
                          "firstSeen": 1,
                          "format": "COUNTER32",
                          "id": 1,
                          "isBaselining": true,
                          "isDeleted": true,
                          "isEnabled": false,
                          "lastInvalidationTime": 8,
                          "lastSeen": 3,
                          "maxValue": 3,
                          "name": "string",
                          "objectId": 6,
                          "pluginId": 3,
                          "pluginIndicatorTypeId": 6,
                          "syntheticExpression": "string",
                          "systemIsBaselining": false,
                          "systemIsEnabled": true,
                          "systemMaxValue": 3
                        },
                        {
                          "dataUnits": "string",
                          "description": "string",
                          "deviceId": 7,
                          "displayUnits": "string",
                          "evaluationOrder": 3,
                          "extendedInfo": {},
                          "firstSeen": 4,
                          "format": "COUNTER32",
                          "id": 9,
                          "isBaselining": true,
                          "isDeleted": true,
                          "isEnabled": false,
                          "lastInvalidationTime": 6,
                          "lastSeen": 8,
                          "maxValue": 3,
                          "name": "string",
                          "objectId": 8,
                          "pluginId": 8,
                          "pluginIndicatorTypeId": 1,
                          "syntheticExpression": "string",
                          "systemIsBaselining": true,
                          "systemIsEnabled": false,
                          "systemMaxValue": 2
                        },
                        {
                          "dataUnits": "string",
                          "description": "string",
                          "deviceId": 6,
                          "displayUnits": "string",
                          "evaluationOrder": 9,
                          "extendedInfo": {},
                          "firstSeen": 10,
                          "format": "COUNTER32",
                          "id": 7,
                          "isBaselining": true,
                          "isDeleted": true,
                          "isEnabled": false,
                          "lastInvalidationTime": 7,
                          "lastSeen": 2,
                          "maxValue": 1,
                          "name": "string",
                          "objectId": 2,
                          "pluginId": 3,
                          "pluginIndicatorTypeId": 8,
                          "syntheticExpression": "string",
                          "systemIsBaselining": false,
                          "systemIsEnabled": true,
                          "systemMaxValue": 4
                        },
                        {
                          "dataUnits": "string",
                          "description": "string",
                          "deviceId": 3,
                          "displayUnits": "string",
                          "evaluationOrder": 9,
                          "extendedInfo": {},
                          "firstSeen": 3,
                          "format": "GAUGE",
                          "id": 3,
                          "isBaselining": false,
                          "isDeleted": false,
                          "isEnabled": false,
                          "lastInvalidationTime": 3,
                          "lastSeen": 2,
                          "maxValue": 5,
                          "name": "string",
                          "objectId": 5,
                          "pluginId": 2,
                          "pluginIndicatorTypeId": 2,
                          "syntheticExpression": "string",
                          "systemIsBaselining": false,
                          "systemIsEnabled": true,
                          "systemMaxValue": 8
                        },
                        {
                          "dataUnits": "string",
                          "description": "string",
                          "deviceId": 5,
                          "displayUnits": "string",
                          "evaluationOrder": 9,
                          "extendedInfo": {},
                          "firstSeen": 7,
                          "format": "COUNTER64",
                          "id": 4,
                          "isBaselining": true,
                          "isDeleted": true,
                          "isEnabled": false,
                          "lastInvalidationTime": 3,
                          "lastSeen": 10,
                          "maxValue": 9,
                          "name": "string",
                          "objectId": 8,
                          "pluginId": 10,
                          "pluginIndicatorTypeId": 1,
                          "syntheticExpression": "string",
                          "systemIsBaselining": false,
                          "systemIsEnabled": false,
                          "systemMaxValue": 1
                        },
                        {
                          "dataUnits": "string",
                          "description": "string",
                          "deviceId": 4,
                          "displayUnits": "string",
                          "evaluationOrder": 5,
                          "extendedInfo": {},
                          "firstSeen": 10,
                          "format": "COUNTER64",
                          "id": 5,
                          "isBaselining": true,
                          "isDeleted": true,
                          "isEnabled": true,
                          "lastInvalidationTime": 2,
                          "lastSeen": 3,
                          "maxValue": 1,
                          "name": "string",
                          "objectId": 7,
                          "pluginId": 2,
                          "pluginIndicatorTypeId": 9,
                          "syntheticExpression": "string",
                          "systemIsBaselining": false,
                          "systemIsEnabled": true,
                          "systemMaxValue": 1
                        }
                      ],
                      "isDeleted": false,
                      "isEnabled": false,
                      "isVisible": true,
                      "name": "string",
                      "pluginId": 10,
                      "pluginObjectTypeId": 10,
                      "subtypeId": 8
                    }
                  ],
                  "name": "string",
                  "parentId": 6,
                  "readOnly": false
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/api/v1/devices/{id}": {
      "patch": {
        "tags": [
          "device"
        ],
        "operationId": "partiallyUpdateDeviceById",
        "description": "The parameters and request body are for method: partiallyUpdateDeviceById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "allowDelete": {
                      "type": "boolean"
                    },
                    "alternateName": {
                      "type": "string"
                    },
                    "dateAdded": {
                      "type": "number"
                    },
                    "description": {
                      "type": "string"
                    },
                    "disableConcurrentPolling": {
                      "type": "boolean"
                    },
                    "disablePolling": {
                      "type": "boolean"
                    },
                    "disableThresholding": {
                      "type": "boolean"
                    },
                    "id": {
                      "type": "number"
                    },
                    "ipAddress": {
                      "type": "string"
                    },
                    "isDeleted": {
                      "type": "boolean"
                    },
                    "isNew": {
                      "type": "boolean"
                    },
                    "lastDiscovery": {
                      "type": "number"
                    },
                    "manualIP": {
                      "type": "boolean"
                    },
                    "name": {
                      "type": "string"
                    },
                    "numElements": {
                      "type": "number"
                    },
                    "objects": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "alternateName": {
                            "type": "string"
                          },
                          "dateAdded": {
                            "type": "number"
                          },
                          "description": {
                            "type": "string"
                          },
                          "deviceId": {
                            "type": "number"
                          },
                          "enabled": {
                            "type": "object"
                          },
                          "extendedInfo": {
                            "type": "object"
                          },
                          "id": {
                            "type": "number"
                          },
                          "indicators": {
                            "type": "array",
                            "items": {
                              "type": "object"
                            }
                          },
                          "isDeleted": {
                            "type": "boolean"
                          },
                          "isEnabled": {
                            "type": "boolean"
                          },
                          "isVisible": {
                            "type": "boolean"
                          },
                          "name": {
                            "type": "string"
                          },
                          "pluginId": {
                            "type": "number"
                          },
                          "pluginObjectTypeId": {
                            "type": "number"
                          },
                          "subtypeId": {
                            "type": "number"
                          }
                        }
                      }
                    },
                    "peerId": {
                      "type": "number"
                    },
                    "pluginInfo": {
                      "type": "object"
                    },
                    "pluginManagerId": {
                      "type": "number"
                    },
                    "pollFrequency": {
                      "type": "number"
                    },
                    "timezone": {
                      "type": "string"
                    },
                    "workhoursGroupId": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "allowDelete": false,
                  "alternateName": "string",
                  "dateAdded": 1,
                  "description": "string",
                  "disableConcurrentPolling": true,
                  "disablePolling": false,
                  "disableThresholding": true,
                  "id": 9,
                  "ipAddress": "string",
                  "isDeleted": false,
                  "isNew": true,
                  "lastDiscovery": 5,
                  "manualIP": true,
                  "name": "string",
                  "numElements": 8,
                  "objects": [
                    {
                      "alternateName": "string",
                      "dateAdded": 9,
                      "description": "string",
                      "deviceId": 5,
                      "enabled": {},
                      "extendedInfo": {},
                      "id": 7,
                      "indicators": [
                        {},
                        {},
                        {},
                        {},
                        {},
                        {},
                        {},
                        {},
                        {}
                      ],
                      "isDeleted": false,
                      "isEnabled": false,
                      "isVisible": false,
                      "name": "string",
                      "pluginId": 6,
                      "pluginObjectTypeId": 1,
                      "subtypeId": 2
                    },
                    {
                      "alternateName": "string",
                      "dateAdded": 1,
                      "description": "string",
                      "deviceId": 5,
                      "enabled": {},
                      "extendedInfo": {},
                      "id": 1,
                      "indicators": [
                        {},
                        {},
                        {},
                        {},
                        {},
                        {}
                      ],
                      "isDeleted": false,
                      "isEnabled": true,
                      "isVisible": true,
                      "name": "string",
                      "pluginId": 10,
                      "pluginObjectTypeId": 2,
                      "subtypeId": 9
                    },
                    {
                      "alternateName": "string",
                      "dateAdded": 4,
                      "description": "string",
                      "deviceId": 3,
                      "enabled": {},
                      "extendedInfo": {},
                      "id": 10,
                      "indicators": [
                        {},
                        {},
                        {},
                        {},
                        {},
                        {},
                        {},
                        {},
                        {}
                      ],
                      "isDeleted": false,
                      "isEnabled": true,
                      "isVisible": false,
                      "name": "string",
                      "pluginId": 2,
                      "pluginObjectTypeId": 9,
                      "subtypeId": 4
                    }
                  ],
                  "peerId": 6,
                  "pluginInfo": {},
                  "pluginManagerId": 10,
                  "pollFrequency": 5,
                  "timezone": "string",
                  "workhoursGroupId": 9
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/api/v1/mapimages": {
      "get": {
        "tags": [
          "StatusMapImages"
        ],
        "operationId": "getMapImages",
        "description": "The parameters and request body are for method: getMapImages. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "content": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "imageMimeType": {
                            "type": "string"
                          },
                          "imageSize": {
                            "type": "number"
                          },
                          "name": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "pageNumber": {
                      "type": "number"
                    },
                    "pageSize": {
                      "type": "number"
                    },
                    "totalElements": {
                      "type": "number"
                    },
                    "totalPages": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "content": [
                    {
                      "id": 2,
                      "imageMimeType": "string",
                      "imageSize": 1,
                      "name": "string"
                    }
                  ],
                  "pageNumber": 1,
                  "pageSize": 8,
                  "totalElements": 2,
                  "totalPages": 5
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "size",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "includeCount",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sortBy",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/api/v1/mapimages/{id}": {
      "get": {
        "tags": [
          "StatusMapImages"
        ],
        "operationId": "getMapImageById",
        "description": "The parameters and request body are for method: getMapImageById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/api/v1/application/logger": {
      "post": {
        "tags": [
          "Application"
        ],
        "operationId": "postLoggingLevel",
        "description": "The parameters and request body are for method: postLoggingLevel. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "body": {
                      "type": "object"
                    },
                    "statusCode": {
                      "type": "number"
                    },
                    "statusCodeValue": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "body": {},
                  "statusCode": 100,
                  "statusCodeValue": 9
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/api/v1/application/metrics": {
      "get": {
        "tags": [
          "Application"
        ],
        "operationId": "getPublicMetrics",
        "description": "The parameters and request body are for method: getPublicMetrics. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "filter",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/api/v1/application/version": {
      "get": {
        "tags": [
          "Application"
        ],
        "operationId": "getVersion",
        "description": "The parameters and request body are for method: getVersion. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "buildTime": {
                      "type": "string"
                    },
                    "buildVersion": {
                      "type": "string"
                    },
                    "commitIdAbbrev": {
                      "type": "string"
                    },
                    "commitTime": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "buildTime": "string",
                  "buildVersion": "string",
                  "commitIdAbbrev": "string",
                  "commitTime": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/api/v1/devicegroups/rules": {
      "get": {
        "tags": [
          "DeviceGroupRules"
        ],
        "operationId": "getDeviceGroupsRules",
        "description": "The parameters and request body are for method: getDeviceGroupsRules. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "content": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "attributeId": {
                            "type": "number"
                          },
                          "descriptionExpression": {
                            "type": "string"
                          },
                          "groupId": {
                            "type": "number"
                          },
                          "id": {
                            "type": "number"
                          },
                          "metadataValueExpression": {
                            "type": "string"
                          },
                          "mgtIpExpression": {
                            "type": "string"
                          },
                          "nameExpression": {
                            "type": "string"
                          },
                          "namespaceId": {
                            "type": "number"
                          },
                          "sysContactExpression": {
                            "type": "string"
                          },
                          "sysDescrExpression": {
                            "type": "string"
                          },
                          "sysLocationExpression": {
                            "type": "string"
                          },
                          "sysNameExpression": {
                            "type": "string"
                          },
                          "sysObjectIdExpression": {
                            "type": "string"
                          },
                          "walkCheckOid": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "pageNumber": {
                      "type": "number"
                    },
                    "pageSize": {
                      "type": "number"
                    },
                    "totalElements": {
                      "type": "number"
                    },
                    "totalPages": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "content": [
                    {
                      "attributeId": 8,
                      "descriptionExpression": "string",
                      "groupId": 9,
                      "id": 8,
                      "metadataValueExpression": "string",
                      "mgtIpExpression": "string",
                      "nameExpression": "string",
                      "namespaceId": 4,
                      "sysContactExpression": "string",
                      "sysDescrExpression": "string",
                      "sysLocationExpression": "string",
                      "sysNameExpression": "string",
                      "sysObjectIdExpression": "string",
                      "walkCheckOid": "string"
                    },
                    {
                      "attributeId": 2,
                      "descriptionExpression": "string",
                      "groupId": 2,
                      "id": 6,
                      "metadataValueExpression": "string",
                      "mgtIpExpression": "string",
                      "nameExpression": "string",
                      "namespaceId": 8,
                      "sysContactExpression": "string",
                      "sysDescrExpression": "string",
                      "sysLocationExpression": "string",
                      "sysNameExpression": "string",
                      "sysObjectIdExpression": "string",
                      "walkCheckOid": "string"
                    },
                    {
                      "attributeId": 10,
                      "descriptionExpression": "string",
                      "groupId": 3,
                      "id": 7,
                      "metadataValueExpression": "string",
                      "mgtIpExpression": "string",
                      "nameExpression": "string",
                      "namespaceId": 3,
                      "sysContactExpression": "string",
                      "sysDescrExpression": "string",
                      "sysLocationExpression": "string",
                      "sysNameExpression": "string",
                      "sysObjectIdExpression": "string",
                      "walkCheckOid": "string"
                    },
                    {
                      "attributeId": 5,
                      "descriptionExpression": "string",
                      "groupId": 4,
                      "id": 10,
                      "metadataValueExpression": "string",
                      "mgtIpExpression": "string",
                      "nameExpression": "string",
                      "namespaceId": 5,
                      "sysContactExpression": "string",
                      "sysDescrExpression": "string",
                      "sysLocationExpression": "string",
                      "sysNameExpression": "string",
                      "sysObjectIdExpression": "string",
                      "walkCheckOid": "string"
                    },
                    {
                      "attributeId": 5,
                      "descriptionExpression": "string",
                      "groupId": 5,
                      "id": 7,
                      "metadataValueExpression": "string",
                      "mgtIpExpression": "string",
                      "nameExpression": "string",
                      "namespaceId": 2,
                      "sysContactExpression": "string",
                      "sysDescrExpression": "string",
                      "sysLocationExpression": "string",
                      "sysNameExpression": "string",
                      "sysObjectIdExpression": "string",
                      "walkCheckOid": "string"
                    },
                    {
                      "attributeId": 4,
                      "descriptionExpression": "string",
                      "groupId": 7,
                      "id": 3,
                      "metadataValueExpression": "string",
                      "mgtIpExpression": "string",
                      "nameExpression": "string",
                      "namespaceId": 6,
                      "sysContactExpression": "string",
                      "sysDescrExpression": "string",
                      "sysLocationExpression": "string",
                      "sysNameExpression": "string",
                      "sysObjectIdExpression": "string",
                      "walkCheckOid": "string"
                    },
                    {
                      "attributeId": 3,
                      "descriptionExpression": "string",
                      "groupId": 8,
                      "id": 1,
                      "metadataValueExpression": "string",
                      "mgtIpExpression": "string",
                      "nameExpression": "string",
                      "namespaceId": 2,
                      "sysContactExpression": "string",
                      "sysDescrExpression": "string",
                      "sysLocationExpression": "string",
                      "sysNameExpression": "string",
                      "sysObjectIdExpression": "string",
                      "walkCheckOid": "string"
                    },
                    {
                      "attributeId": 3,
                      "descriptionExpression": "string",
                      "groupId": 5,
                      "id": 3,
                      "metadataValueExpression": "string",
                      "mgtIpExpression": "string",
                      "nameExpression": "string",
                      "namespaceId": 10,
                      "sysContactExpression": "string",
                      "sysDescrExpression": "string",
                      "sysLocationExpression": "string",
                      "sysNameExpression": "string",
                      "sysObjectIdExpression": "string",
                      "walkCheckOid": "string"
                    },
                    {
                      "attributeId": 9,
                      "descriptionExpression": "string",
                      "groupId": 8,
                      "id": 8,
                      "metadataValueExpression": "string",
                      "mgtIpExpression": "string",
                      "nameExpression": "string",
                      "namespaceId": 4,
                      "sysContactExpression": "string",
                      "sysDescrExpression": "string",
                      "sysLocationExpression": "string",
                      "sysNameExpression": "string",
                      "sysObjectIdExpression": "string",
                      "walkCheckOid": "string"
                    },
                    {
                      "attributeId": 5,
                      "descriptionExpression": "string",
                      "groupId": 1,
                      "id": 1,
                      "metadataValueExpression": "string",
                      "mgtIpExpression": "string",
                      "nameExpression": "string",
                      "namespaceId": 9,
                      "sysContactExpression": "string",
                      "sysDescrExpression": "string",
                      "sysLocationExpression": "string",
                      "sysNameExpression": "string",
                      "sysObjectIdExpression": "string",
                      "walkCheckOid": "string"
                    }
                  ],
                  "pageNumber": 7,
                  "pageSize": 8,
                  "totalElements": 1,
                  "totalPages": 8
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "size",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "includeCount",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sortBy",
            "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": [
          "DeviceGroupRules"
        ],
        "operationId": "createDeviceGroupRule",
        "description": "The parameters and request body are for method: createDeviceGroupRule. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "attributeId": {
                      "type": "number"
                    },
                    "descriptionExpression": {
                      "type": "string"
                    },
                    "groupId": {
                      "type": "number"
                    },
                    "id": {
                      "type": "number"
                    },
                    "metadataValueExpression": {
                      "type": "string"
                    },
                    "mgtIpExpression": {
                      "type": "string"
                    },
                    "nameExpression": {
                      "type": "string"
                    },
                    "namespaceId": {
                      "type": "number"
                    },
                    "sysContactExpression": {
                      "type": "string"
                    },
                    "sysDescrExpression": {
                      "type": "string"
                    },
                    "sysLocationExpression": {
                      "type": "string"
                    },
                    "sysNameExpression": {
                      "type": "string"
                    },
                    "sysObjectIdExpression": {
                      "type": "string"
                    },
                    "walkCheckOid": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "attributeId": 4,
                  "descriptionExpression": "string",
                  "groupId": 7,
                  "id": 9,
                  "metadataValueExpression": "string",
                  "mgtIpExpression": "string",
                  "nameExpression": "string",
                  "namespaceId": 7,
                  "sysContactExpression": "string",
                  "sysDescrExpression": "string",
                  "sysLocationExpression": "string",
                  "sysNameExpression": "string",
                  "sysObjectIdExpression": "string",
                  "walkCheckOid": "string"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/api/v1/devicegroups/rules/{id}": {
      "get": {
        "tags": [
          "DeviceGroupRules"
        ],
        "operationId": "getDeviceGroupRule",
        "description": "The parameters and request body are for method: getDeviceGroupRule. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "attributeId": {
                      "type": "number"
                    },
                    "descriptionExpression": {
                      "type": "string"
                    },
                    "groupId": {
                      "type": "number"
                    },
                    "id": {
                      "type": "number"
                    },
                    "metadataValueExpression": {
                      "type": "string"
                    },
                    "mgtIpExpression": {
                      "type": "string"
                    },
                    "nameExpression": {
                      "type": "string"
                    },
                    "namespaceId": {
                      "type": "number"
                    },
                    "sysContactExpression": {
                      "type": "string"
                    },
                    "sysDescrExpression": {
                      "type": "string"
                    },
                    "sysLocationExpression": {
                      "type": "string"
                    },
                    "sysNameExpression": {
                      "type": "string"
                    },
                    "sysObjectIdExpression": {
                      "type": "string"
                    },
                    "walkCheckOid": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "attributeId": 4,
                  "descriptionExpression": "string",
                  "groupId": 1,
                  "id": 6,
                  "metadataValueExpression": "string",
                  "mgtIpExpression": "string",
                  "nameExpression": "string",
                  "namespaceId": 4,
                  "sysContactExpression": "string",
                  "sysDescrExpression": "string",
                  "sysLocationExpression": "string",
                  "sysNameExpression": "string",
                  "sysObjectIdExpression": "string",
                  "walkCheckOid": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "DeviceGroupRules"
        ],
        "operationId": "updateDeviceGroupRule",
        "description": "The parameters and request body are for method: updateDeviceGroupRule. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "attributeId": {
                      "type": "number"
                    },
                    "descriptionExpression": {
                      "type": "string"
                    },
                    "groupId": {
                      "type": "number"
                    },
                    "id": {
                      "type": "number"
                    },
                    "metadataValueExpression": {
                      "type": "string"
                    },
                    "mgtIpExpression": {
                      "type": "string"
                    },
                    "nameExpression": {
                      "type": "string"
                    },
                    "namespaceId": {
                      "type": "number"
                    },
                    "sysContactExpression": {
                      "type": "string"
                    },
                    "sysDescrExpression": {
                      "type": "string"
                    },
                    "sysLocationExpression": {
                      "type": "string"
                    },
                    "sysNameExpression": {
                      "type": "string"
                    },
                    "sysObjectIdExpression": {
                      "type": "string"
                    },
                    "walkCheckOid": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "attributeId": 2,
                  "descriptionExpression": "string",
                  "groupId": 9,
                  "id": 9,
                  "metadataValueExpression": "string",
                  "mgtIpExpression": "string",
                  "nameExpression": "string",
                  "namespaceId": 3,
                  "sysContactExpression": "string",
                  "sysDescrExpression": "string",
                  "sysLocationExpression": "string",
                  "sysNameExpression": "string",
                  "sysObjectIdExpression": "string",
                  "walkCheckOid": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "DeviceGroupRules"
        ],
        "operationId": "deleteDeviceGroupRule",
        "description": "The parameters and request body are for method: deleteDeviceGroupRule. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "body": {
                      "type": "object"
                    },
                    "statusCode": {
                      "type": "number"
                    },
                    "statusCodeValue": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "body": {},
                  "statusCode": 100,
                  "statusCodeValue": 10
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/api/v1/devicegroups/{id}/rules": {
      "get": {
        "tags": [
          "DeviceGroupRules"
        ],
        "operationId": "getDeviceGroupRules",
        "description": "The parameters and request body are for method: getDeviceGroupRules. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "content": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "attributeId": {
                            "type": "number"
                          },
                          "descriptionExpression": {
                            "type": "string"
                          },
                          "groupId": {
                            "type": "number"
                          },
                          "id": {
                            "type": "number"
                          },
                          "metadataValueExpression": {
                            "type": "string"
                          },
                          "mgtIpExpression": {
                            "type": "string"
                          },
                          "nameExpression": {
                            "type": "string"
                          },
                          "namespaceId": {
                            "type": "number"
                          },
                          "sysContactExpression": {
                            "type": "string"
                          },
                          "sysDescrExpression": {
                            "type": "string"
                          },
                          "sysLocationExpression": {
                            "type": "string"
                          },
                          "sysNameExpression": {
                            "type": "string"
                          },
                          "sysObjectIdExpression": {
                            "type": "string"
                          },
                          "walkCheckOid": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "pageNumber": {
                      "type": "number"
                    },
                    "pageSize": {
                      "type": "number"
                    },
                    "totalElements": {
                      "type": "number"
                    },
                    "totalPages": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "content": [
                    {
                      "attributeId": 9,
                      "descriptionExpression": "string",
                      "groupId": 6,
                      "id": 4,
                      "metadataValueExpression": "string",
                      "mgtIpExpression": "string",
                      "nameExpression": "string",
                      "namespaceId": 6,
                      "sysContactExpression": "string",
                      "sysDescrExpression": "string",
                      "sysLocationExpression": "string",
                      "sysNameExpression": "string",
                      "sysObjectIdExpression": "string",
                      "walkCheckOid": "string"
                    },
                    {
                      "attributeId": 5,
                      "descriptionExpression": "string",
                      "groupId": 1,
                      "id": 5,
                      "metadataValueExpression": "string",
                      "mgtIpExpression": "string",
                      "nameExpression": "string",
                      "namespaceId": 6,
                      "sysContactExpression": "string",
                      "sysDescrExpression": "string",
                      "sysLocationExpression": "string",
                      "sysNameExpression": "string",
                      "sysObjectIdExpression": "string",
                      "walkCheckOid": "string"
                    },
                    {
                      "attributeId": 1,
                      "descriptionExpression": "string",
                      "groupId": 7,
                      "id": 9,
                      "metadataValueExpression": "string",
                      "mgtIpExpression": "string",
                      "nameExpression": "string",
                      "namespaceId": 2,
                      "sysContactExpression": "string",
                      "sysDescrExpression": "string",
                      "sysLocationExpression": "string",
                      "sysNameExpression": "string",
                      "sysObjectIdExpression": "string",
                      "walkCheckOid": "string"
                    },
                    {
                      "attributeId": 2,
                      "descriptionExpression": "string",
                      "groupId": 10,
                      "id": 9,
                      "metadataValueExpression": "string",
                      "mgtIpExpression": "string",
                      "nameExpression": "string",
                      "namespaceId": 9,
                      "sysContactExpression": "string",
                      "sysDescrExpression": "string",
                      "sysLocationExpression": "string",
                      "sysNameExpression": "string",
                      "sysObjectIdExpression": "string",
                      "walkCheckOid": "string"
                    },
                    {
                      "attributeId": 7,
                      "descriptionExpression": "string",
                      "groupId": 1,
                      "id": 2,
                      "metadataValueExpression": "string",
                      "mgtIpExpression": "string",
                      "nameExpression": "string",
                      "namespaceId": 7,
                      "sysContactExpression": "string",
                      "sysDescrExpression": "string",
                      "sysLocationExpression": "string",
                      "sysNameExpression": "string",
                      "sysObjectIdExpression": "string",
                      "walkCheckOid": "string"
                    }
                  ],
                  "pageNumber": 10,
                  "pageSize": 7,
                  "totalElements": 3,
                  "totalPages": 10
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "size",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "includeCount",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sortBy",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    }
  },
  "components": {
    "schemas": {}
  }
}