[
  {
    "tag": "Admin",
    "endpoints": [
      {
        "method": "GET",
        "path": "/prime/webui/admin/all",
        "title": "Get accounts",
        "description": "Get accounts. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/admin/all' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n             \"tags\": [\n                \"Admin\"\n             ],\n             \"summary\": \"Get accounts\",\n             \"responses\": {\n                \"200\": {\n                  \"description\": \"Success\",\n                  \"content\": {\n                    \"text/plain\": {\n                       \"schema\": {\n                         \"type\": \"array\",\n                         \"items\": {\n                           \"$ref\": \"#/components/schemas/AccountViewResource\"\n                         }\n                       }\n                    },\n                    \"application/json\": {\n                       \"schema\": {\n                         \"type\": \"array\",\n                         \"items\": {\n                           \"$ref\": \"#/components/schemas/AccountViewResource\"\n                         }\n                       }\n                    },\n                    \"text/json\": {\n                       \"schema\": {\n                         \"type\": \"array\",\n                         \"items\": {\n                           \"$ref\": \"#/components/schemas/AccountViewResource\"\n                         }\n                       }\n                    }\n                  }\n                }\n             }\n           }"
      },
      {
        "method": "GET",
        "path": "/prime/webui/admin/getuploadcustomerlogo",
        "title": "Get customer logo",
        "description": "Get customer logo. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/admin/getuploadcustomerlogo' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n             \"tags\": [\n                \"Admin\"\n             ],\n             \"summary\": \"Get customer logo\",\n\n\n                                                                                 11\n\n               \"responses\": {\n                 \"200\": {\n                   \"description\": \"Success\"\n                 }\n               }\n           }"
      },
      {
        "method": "GET",
        "path": "/prime/webui/admin/SubsystemHealth",
        "title": "Get subsystem health",
        "description": "Get subsystem health. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/admin/SubsystemHealth' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n             \"tags\": [\n                \"Admin\"\n             ],\n             \"summary\": \"Get subsystem health\",\n             \"responses\": {\n                \"200\": {\n                  \"description\": \"Success\"\n                }\n             }\n           }"
      },
      {
        "method": "GET",
        "path": "/prime/webui/admin/systemstatus",
        "title": "Get system status",
        "description": "Get system status. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/admin/systemstatus' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n             \"tags\": [\n                \"Admin\"\n             ],\n             \"summary\": \"Get system status\",\n             \"responses\": {\n                \"200\": {\n                  \"description\": \"Success\"\n                }\n             }\n           }"
      },
      {
        "method": "GET",
        "path": "/prime/webui/admin/getuserdetails",
        "title": "Get user details",
        "description": "Get user details. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/admin/getuserdetails' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n             \"tags\": [\n                \"Admin\"\n             ],\n\n\n\n                                                                           12\n\n               \"summary\": \"Get user details\",\n               \"responses\": {\n                 \"200\": {\n                   \"description\": \"Success\",\n                   \"content\": {\n                     \"text/plain\": {\n                        \"schema\": {\n                          \"$ref\": \"#/components/schemas/AccountViewResource\"\n                        }\n                     },\n                     \"application/json\": {\n                        \"schema\": {\n                          \"$ref\": \"#/components/schemas/AccountViewResource\"\n                        }\n                     },\n                     \"text/json\": {\n                        \"schema\": {\n                          \"$ref\": \"#/components/schemas/AccountViewResource\"\n                        }\n                     }\n                   }\n                 }\n               }\n           }"
      },
      {
        "method": "GET",
        "path": "/prime/webui/admin/profile",
        "title": "Get user profile",
        "description": "Get user profile. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/admin/profile' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n             \"tags\": [\n                \"Admin\"\n             ],\n             \"summary\": \"Get user profile\",\n             \"responses\": {\n                \"200\": {\n                  \"description\": \"Success\"\n                }\n             }\n           }"
      },
      {
        "method": "GET",
        "path": "/prime/webui/admin/PrimeVersion",
        "title": "Get version",
        "description": "Get version. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/admin/PrimeVersion' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n             \"tags\": [\n                \"Admin\"\n             ],\n             \"summary\": \"Get version\",\n             \"responses\": {\n                \"200\": {\n                  \"description\": \"Success\"\n                }\n\n\n                                                                               13\n\n              }\n          }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/admin/adduser",
        "title": "Add user",
        "description": "Add user. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/admin/adduser' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{\"$ref\":\"#/components/schemas/AccountViewResource\"}'",
        "spec": "\"post\": {\n            \"tags\": [\n               \"Admin\"\n            ],\n            \"summary\": \"Add user\",\n            \"requestBody\": {\n               \"content\": {\n                 \"application/json -patch+json\": {\n                    \"schema\": {\n                      \"$ref\": \"#/components/schemas/AccountViewResource\"\n                    }\n                 },\n                 \"application/json\": {\n                    \"schema\": {\n                      \"$ref\": \"#/components/schemas/AccountViewResource\"\n                    }\n                 },\n                 \"text/json\": {\n                    \"schema\": {\n                      \"$ref\": \"#/components/schemas/AccountViewResource\"\n                    }\n                 },\n                 \"application/*+json\": {\n                    \"schema\": {\n                      \"$ref\": \"#/components/schemas/AccountViewResource\"\n                    }\n                 }\n               }\n            },\n            \"responses\": {\n               \"200\": {\n                 \"description\": \"Success\"\n               }\n            }\n          }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/admin/deleteUsers",
        "title": "Delete users",
        "description": "Delete users. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/admin/deleteUsers' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{}'",
        "spec": "\"post\": {\n            \"tags\": [\n              \"Admin\"\n\n\n                                                                           14\n\n              ],\n              \"summary\": \"Delete users\",\n              \"requestBody\": {\n                 \"content\": {\n                   \"application/json -patch+json\": {\n                      \"schema\": {\n                        \"type\": \"array\",\n                        \"items\": {\n                           \"type\": \"string\"\n                        },\n                        \"nullable\": true\n                      }\n                   },\n                   \"application/json\": {\n                      \"schema\": {\n                        \"type\": \"array\",\n                        \"items\": {\n                           \"type\": \"string\"\n                        },\n                        \"nullable\": true\n                      }\n                   },\n                   \"text/json\": {\n                      \"schema\": {\n                        \"type\": \"array\",\n                        \"items\": {\n                           \"type\": \"string\"\n                        },\n                        \"nullable\": true\n                      }\n                   },\n                   \"application/*+json\": {\n                      \"schema\": {\n                        \"type\": \"array\",\n                        \"items\": {\n                           \"type\": \"string\"\n                        },\n                        \"nullable\": true\n                      }\n                   }\n                 }\n              },\n              \"responses\": {\n                 \"200\": {\n                   \"description\": \"Success\"\n                 }\n              }\n          }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/admin/updateuser",
        "title": "Update user",
        "description": "Update user. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/admin/updateuser' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{\"$ref\":\"#/components/schemas/AccountViewResource\"}'",
        "spec": "\"post\": {\n            \"tags\": [\n               \"Admin\"\n            ],\n            \"summary\": \"Update user\",\n\n\n                                                                      15\n\n              \"requestBody\": {\n                 \"content\": {\n                   \"application/json -patch+json\": {\n                      \"schema\": {\n                        \"$ref\": \"#/components/schemas/AccountViewResource\"\n                      }\n                   },\n                   \"application/json\": {\n                      \"schema\": {\n                        \"$ref\": \"#/components/schemas/AccountViewResource\"\n                      }\n                   },\n                   \"text/json\": {\n                      \"schema\": {\n                        \"$ref\": \"#/components/schemas/AccountViewResource\"\n                      }\n                   },\n                   \"application/*+json\": {\n                      \"schema\": {\n                        \"$ref\": \"#/components/schemas/AccountViewResource\"\n                      }\n                   }\n                 }\n              },\n              \"responses\": {\n                 \"200\": {\n                   \"description\": \"Success\"\n                 }\n              }\n          }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/admin/updateuserdetails",
        "title": "Update user details",
        "description": "Update user details. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/admin/updateuserdetails' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{\"$ref\":\"#/components/schemas/MyAccountUpdateResource\"}'",
        "spec": "\"post\": {\n            \"tags\": [\n               \"Admin\"\n            ],\n            \"summary\": \"Update user details\",\n            \"requestBody\": {\n               \"content\": {\n                 \"application/json -patch+json\": {\n                    \"schema\": {\n                      \"$ref\": \"#/components/schemas/MyAccountUpdateResource\"\n                    }\n                 },\n                 \"application/json\": {\n                    \"schema\": {\n                      \"$ref\": \"#/components/schemas/MyAccountUpdateResource\"\n                    }\n                 },\n                 \"text/json\": {\n                    \"schema\": {\n                      \"$ref\": \"#/components/schemas/MyAccountUpdateResource\"\n                    }\n                 },\n                 \"application/*+json\": {\n\n\n                                                                               16\n\n                         \"schema\": {\n                           \"$ref\": \"#/components/schemas/MyAccountUpdateResource\"\n                         }\n                     }\n                 }\n               },\n               \"responses\": {\n                  \"200\": {\n                    \"description\": \"Success\"\n                  }\n               }\n           }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/admin/uploadcustomerlogo",
        "title": "Upload customer logo",
        "description": "Upload customer logo. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/admin/uploadcustomerlogo' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{}'",
        "spec": "\"post\": {\n             \"tags\": [\n                \"Admin\"\n             ],\n             \"summary\": \"Upload customer logo\",\n             \"requestBody\": {\n                \"content\": {\n                  \"multipart/form -data\": {\n                    \"schema\": {\n                       \"type\": \"object\",\n                       \"properties\": {\n                         \"file\": {\n                           \"type\": \"string\",\n                           \"format\": \"binary\",\n                           \"nullable\": true\n                         }\n                       }\n                    },\n                    \"encoding\": {\n                       \"file\": {\n                         \"style\": \"form\"\n                       }\n                    }\n                  }\n                }\n             },\n             \"responses\": {\n                \"200\": {\n                  \"description\": \"Success\"\n                }\n             }\n           }"
      }
    ]
  },
  {
    "tag": "Agents",
    "endpoints": [
      {
        "method": "DELETE",
        "path": "/prime/webui/agents/agentless/connectiondetails",
        "title": "DELETE /prime/webui/agents/agentless/connectiondetails",
        "description": "",
        "curl": "",
        "spec": ""
      },
      {
        "method": "DELETE",
        "path": "/prime/webui/agents/agentless/workerpollerdetails",
        "title": "Delete worker poller",
        "description": "Delete worker poller. Use this to delete data.",
        "curl": "",
        "spec": ""
      },
      {
        "method": "GET",
        "path": "/prime/webui/agents/AgentExportFile",
        "title": "Export agents",
        "description": "Export agents. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/agents/AgentExportFile' \\",
        "spec": ""
      },
      {
        "method": "GET",
        "path": "/prime/webui/agents/agent/{agentId}",
        "title": "Get agent",
        "description": "Get agent. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/agents/agent/{agentId}' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n             \"tags\": [\n                \"Agents\"\n             ],\n             \"summary\": \"Get agent\",\n             \"parameters\": [\n                {\n                  \"name\": \"agentId\",\n                  \"in\": \"path\",\n                  \"required\": true,\n                  \"schema\": {\n                    \"type\": \"string\",\n                    \"nullable\": true\n                  }\n                }\n             ],\n             \"responses\": {\n                \"200\": {\n                  \"description\": \"Success\"\n                }\n             }\n           }"
      },
      {
        "method": "GET",
        "path": "/prime/webui/agents",
        "title": "Get Agents",
        "description": "Get Agents. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/agents' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n             \"tags\": [\n                \"Agents\"\n             ],\n             \"summary\": \"Get Agents\",\n             \"parameters\": [\n                {\n                  \"name\": \"Uuid\",\n                  \"in\": \"query\",\n\n\n\n                                                                            20\n\n     \"schema\": {\n       \"type\": \"string\",\n       \"nullable\": true\n     }\n},\n{\n     \"name\": \"HostIdentifier\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"string\",\n       \"nullable\": true\n     }\n},\n{\n     \"name\": \"IpAddress\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"string\",\n       \"nullable\": true\n     }\n},\n{\n     \"name\": \"Status\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"string\",\n       \"nullable\": true\n     }\n},\n{\n     \"name\": \"ContainsVulnerablePeripheralOrWLV\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"string\",\n       \"nullable\": true\n     }\n},\n{\n     \"name\": \"LastConfiguration\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"string\",\n       \"nullable\": true\n     }\n},\n{\n     \"name\": \"Version\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"string\",\n       \"nullable\": true\n     }\n},\n{\n     \"name\": \"License\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"string\",\n       \"nullable\": true\n     }\n},\n{\n     \"name\": \"OsVersion\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"string\",\n\n\n\n                                                    21\n\n         \"nullable\": true\n     }\n},\n{\n     \"name\": \"LastUpdated\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"string\",\n       \"nullable\": true\n     }\n},\n{\n     \"name\": \"Hashtags\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"string\",\n       \"nullable\": true\n     }\n},\n{\n     \"name\": \"ExpirationDate\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"string\",\n       \"nullable\": true\n     }\n},\n{\n     \"name\": \"Severity\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"string\",\n       \"nullable\": true\n     }\n},\n{\n     \"name\": \"HasUnapprovedPeripherals\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"string\",\n       \"nullable\": true\n     }\n},\n{\n     \"name\": \"HasVulnerablePeripherals\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"string\",\n       \"nullable\": true\n     }\n},\n{\n     \"name\": \"HasKnownAttackTools\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"string\",\n       \"nullable\": true\n     }\n},\n{\n     \"name\": \"DeploymentMode\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"string\",\n       \"nullable\": true\n     }\n\n\n\n                                           22\n\n                },\n                {\n                     \"name\": \"SortBy\",\n                     \"in\": \"query\",\n                     \"schema\": {\n                       \"type\": \"string\",\n                       \"nullable\": true\n                     }\n                },\n                {\n                     \"name\": \"PageNumber\",\n                     \"in\": \"query\",\n                     \"schema\": {\n                       \"type\": \"integer\",\n                       \"format\": \"int32\"\n                     }\n                },\n                {\n                     \"name\": \"PageSize\",\n                     \"in\": \"query\",\n                     \"schema\": {\n                       \"type\": \"integer\",\n                       \"format\": \"int32\"\n                     }\n                },\n                {\n                     \"name\": \"GlobalSearch\",\n                     \"in\": \"query\",\n                     \"schema\": {\n                       \"type\": \"string\",\n                       \"nullable\": true\n                     }\n                 }\n              ],\n              \"responses\": {\n                 \"200\": {\n                   \"description\": \"Success\",\n                   \"content\": {\n                     \"text/plain\": {\n                        \"schema\": {\n                          \"$ref\": \"#/components/schemas/AgentsViewDataWrapper\"\n                        }\n                     },\n                     \"application/json\": {\n                        \"schema\": {\n                          \"$ref\": \"#/components/schemas/AgentsViewDataWrapper\"\n                        }\n                     },\n                     \"text/json\": {\n                        \"schema\": {\n                          \"$ref\": \"#/components/schemas/AgentsViewDataWrapper\"\n                        }\n                     }\n                   }\n                 }\n              }\n          }"
      },
      {
        "method": "GET",
        "path": "/prime/webui/agents/AgentsClassificationSummary",
        "title": "Get agents classification summary",
        "description": "Get agents classification summary. Use this to fetch data.",
        "curl": "",
        "spec": ""
      },
      {
        "method": "GET",
        "path": "/prime/webui/agents/getloggedagents",
        "title": "Get agents with logs",
        "description": "Get agents with logs. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/agents/getloggedagents' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n             \"tags\": [\n                \"Agents\"\n             ],\n             \"summary\": \"Get agents with logs\",\n             \"responses\": {\n                \"200\": {\n                  \"description\": \"Success\"\n                }\n             }\n           }"
      },
      {
        "method": "GET",
        "path": "/prime/webui/agents/agentless/connectiondetailsstatus",
        "title": "Get agents worker status",
        "description": "Get agents worker status. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/agents/agentless/connectiondetailsstatus' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n             \"tags\": [\n                \"Agents\"\n             ],\n             \"summary\": \"Get agents worker status\",\n             \"parameters\": [\n                {\n                   \"name\": \"ComputerName\",\n                   \"in\": \"query\",\n                   \"schema\": {\n                     \"type\": \"string\",\n                     \"nullable\": true\n                   }\n                },\n                {\n                   \"name\": \"StatusString\",\n                   \"in\": \"query\",\n                   \"schema\": {\n                     \"type\": \"string\",\n\n\n\n                                                                                              24\n\n         \"nullable\": true\n     }\n},\n{\n     \"name\": \"StatusDescription\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"string\",\n       \"nullable\": true\n     }\n},\n{\n     \"name\": \"StatusErrorDescription\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"string\",\n       \"nullable\": true\n     }\n},\n{\n     \"name\": \"PrevRunningErrors\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"string\",\n       \"nullable\": true\n     }\n},\n{\n     \"name\": \"StartTime\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"string\",\n       \"format\": \"date -time\",\n       \"nullable\": true\n     }\n},\n{\n     \"name\": \"FromTimeStart\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"string\",\n       \"format\": \"date -time\",\n       \"nullable\": true\n     }\n},\n{\n     \"name\": \"ToTimeStart\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"string\",\n       \"format\": \"date -time\",\n       \"nullable\": true\n     }\n},\n{\n     \"name\": \"EndTime\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"string\",\n       \"format\": \"date -time\",\n       \"nullable\": true\n     }\n},\n{\n     \"name\": \"FromTimeEnd\",\n     \"in\": \"query\",\n\n\n\n                                         25\n\n       \"schema\": {\n         \"type\": \"string\",\n         \"format\": \"date -time\",\n         \"nullable\": true\n       }\n  },\n  {\n       \"name\": \"ToTimeEnd\",\n       \"in\": \"query\",\n       \"schema\": {\n         \"type\": \"string\",\n         \"format\": \"date -time\",\n         \"nullable\": true\n       }\n  },\n  {\n       \"name\": \"IsOverrideDefaults\",\n       \"in\": \"query\",\n       \"schema\": {\n         \"type\": \"boolean\",\n         \"nullable\": true\n       }\n  },\n  {\n       \"name\": \"SortBy\",\n       \"in\": \"query\",\n       \"schema\": {\n         \"type\": \"string\",\n         \"nullable\": true\n       }\n  },\n  {\n       \"name\": \"PageNumber\",\n       \"in\": \"query\",\n       \"schema\": {\n         \"type\": \"integer\",\n         \"format\": \"int32\"\n       }\n  },\n  {\n       \"name\": \"PageSize\",\n       \"in\": \"query\",\n       \"schema\": {\n         \"type\": \"integer\",\n         \"format\": \"int32\"\n       }\n  },\n  {\n       \"name\": \"GlobalSearch\",\n       \"in\": \"query\",\n       \"schema\": {\n         \"type\": \"string\",\n         \"nullable\": true\n       }\n   }\n],\n\"responses\": {\n   \"200\": {\n     \"description\": \"Success\",\n     \"content\": {\n       \"text/plain\": {\n          \"schema\": {\n            \"$ref\": \"#/components/schemas/AgentslessRsStatusGetResponse\"\n          }\n       },\n       \"application/json\": {\n\n\n\n                                                                           26\n\n                             \"schema\": {\n                               \"$ref\": \"#/components/schemas/AgentslessRsStatusGetResponse\"\n                             }\n                           },\n                           \"text/json\": {\n                              \"schema\": {\n                                \"$ref\": \"#/components/schemas/AgentslessRsStatusGetResponse\"\n                              }\n                           }\n                       }\n                   }\n               }\n           }"
      },
      {
        "method": "GET",
        "path": "/prime/webui/agents/getPolicyTest",
        "title": "Get policy test",
        "description": "Get policy test. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/agents/getPolicyTest' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n             \"tags\": [\n                \"Agents\"\n             ],\n             \"summary\": \"Get policy test\",\n             \"responses\": {\n                \"200\": {\n                  \"description\": \"Success\"\n                }\n             }\n           }"
      },
      {
        "method": "GET",
        "path": "/prime/webui/agents/errorTotal",
        "title": "Get total errors",
        "description": "Get total errors. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/agents/errorTotal' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n             \"tags\": [\n                \"Agents\"\n             ],\n             \"summary\": \"Get total errors\",\n             \"parameters\": [\n                {\n                   \"name\": \"FromDate\",\n                   \"in\": \"query\",\n                   \"schema\": {\n                     \"type\": \"string\",\n                     \"nullable\": true\n                   }\n                },\n                {\n                   \"name\": \"ToDate\",\n                   \"in\": \"query\",\n                   \"schema\": {\n                     \"type\": \"string\",\n                     \"nullable\": true\n\n\n                                                                                               27\n\n                    }\n                }\n              ],\n              \"responses\": {\n                 \"200\": {\n                   \"description\": \"Success\",\n                   \"content\": {\n                     \"text/plain\": {\n                        \"schema\": {\n                          \"$ref\": \"#/components/schemas/AgentsErrorDataWrapper\"\n                        }\n                     },\n                     \"application/json\": {\n                        \"schema\": {\n                          \"$ref\": \"#/components/schemas/AgentsErrorDataWrapper\"\n                        }\n                     },\n                     \"text/json\": {\n                        \"schema\": {\n                          \"$ref\": \"#/components/schemas/AgentsErrorDataWrapper\"\n                        }\n                     }\n                   }\n                 }\n              }\n          }"
      },
      {
        "method": "GET",
        "path": "/prime/webui/agents/RiskInsights/UncommonPeripherals",
        "title": "Get uncommon peripherals",
        "description": "Get uncommon peripherals. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/agents/RiskInsights/UncommonPeripherals' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n            \"tags\": [\n               \"Agents\"\n            ],\n            \"summary\": \"Get uncommon peripherals\",\n            \"responses\": {\n               \"200\": {\n                 \"description\": \"Success\"\n               }\n            }\n          }"
      },
      {
        "method": "GET",
        "path": "/prime/webui/agents/UniqueWhitelistViolation",
        "title": "Get unique white list violation",
        "description": "Get unique white list violation. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/agents/UniqueWhitelistViolation' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n            \"tags\": [\n               \"Agents\"\n            ],\n            \"summary\": \"Get unique white list violation\",\n            \"responses\": {\n               \"200\": {\n\n\n                                                                                             28\n\n                      \"description\": \"Success\"\n                  }\n              }\n          }"
      },
      {
        "method": "GET",
        "path": "/prime/webui/agents/RiskInsights/VulnerablePeripherals",
        "title": "Get vulnerable peripherals",
        "description": "Get vulnerable peripherals. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/agents/RiskInsights/VulnerablePeripherals' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n            \"tags\": [\n               \"Agents\"\n            ],\n            \"summary\": \"Get vulnerable peripherals\",\n            \"responses\": {\n               \"200\": {\n                 \"description\": \"Success\"\n               }\n            }\n          }"
      },
      {
        "method": "GET",
        "path": "/prime/webui/agents/agentless/workerpollerdetails",
        "title": "Get worker poller",
        "description": "Get worker poller. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/agents/agentless/workerpollerdetails' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n            \"tags\": [\n               \"Agents\"\n            ],\n            \"summary\": \"Get worker poller\",\n            \"responses\": {\n               \"200\": {\n                 \"description\": \"Success\",\n                 \"content\": {\n                   \"text/plain\": {\n                      \"schema\": {\n                        \"$ref\": \"#/components/schemas/WorkerPollerDetails\"\n                      }\n                   },\n                   \"application/json\": {\n                      \"schema\": {\n                        \"$ref\": \"#/components/schemas/WorkerPollerDetails\"\n                      }\n                   },\n                   \"text/json\": {\n                      \"schema\": {\n                        \"$ref\": \"#/components/schemas/WorkerPollerDetails\"\n                      }\n                   }\n                 }\n               }\n            }\n          }"
      },
      {
        "method": "GET",
        "path": "/prime/webui/agents/RiskInsights/UncommonPeripherals/Reload",
        "title": "Reload uncommon peripherals",
        "description": "Reload uncommon peripherals. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/agents/RiskInsights/UncommonPeripherals/Reload' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n            \"tags\": [\n               \"Agents\"\n            ],\n            \"summary\": \"Reload uncommon peripherals\",\n            \"responses\": {\n               \"200\": {\n                 \"description\": \"Success\"\n               }\n            }\n          }"
      },
      {
        "method": "GET",
        "path": "/prime/webui/agents/RiskInsights/VulnerablePeripherals/Reload",
        "title": "Reload vulnerable peripherals",
        "description": "Reload vulnerable peripherals. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/agents/RiskInsights/VulnerablePeripherals/Reload' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n            \"tags\": [\n               \"Agents\"\n            ],\n            \"summary\": \"Reload vulnerable peripherals\",\n            \"responses\": {\n               \"200\": {\n                 \"description\": \"Success\"\n               }\n            }\n          }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/agents/agentless/connectiondetails",
        "title": "Add agentless connection details",
        "description": "Add agentless connection details. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/agents/agentless/connectiondetails' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{\"$ref\":\"#/components/schemas/AgentlessRsConnectionDetailsPostRequest\"}'",
        "spec": "\"post\": {\n            \"tags\": [\n               \"Agents\"\n            ],\n            \"summary\": \"Add agentless connection details\",\n            \"requestBody\": {\n               \"content\": {\n                 \"application/json -patch+json\": {\n\n\n\n                                                                                               30\n\n                     \"schema\": {\n                       \"$ref\": \"#/components/schemas/AgentlessRsConnectionDetailsPostRequest\"\n                     }\n                   },\n                   \"application/json\": {\n                      \"schema\": {\n                        \"$ref\": \"#/components/schemas/AgentlessRsConnectionDetailsPostRequest\"\n                      }\n                   },\n                   \"text/json\": {\n                      \"schema\": {\n                        \"$ref\": \"#/components/schemas/AgentlessRsConnectionDetailsPostRequest\"\n                      }\n                   },\n                   \"application/*+json\": {\n                      \"schema\": {\n                        \"$ref\": \"#/components/schemas/AgentlessRsConnectionDetailsPostRequest\"\n                      }\n                   }\n                  }\n               },\n               \"responses\": {\n                  \"200\": {\n                    \"description\": \"Success\"\n                  }\n               }\n          },"
      },
      {
        "method": "POST",
        "path": "/prime/webui/agents/agentless/registration",
        "title": "Agentless registration",
        "description": "Agentless registration. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/agents/agentless/registration' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{\"$ref\":\"#/components/schemas/AgentlessRsConnectionDetailsRegistrationPostRequest\"}'",
        "spec": "\"post\": {\n             \"tags\": [\n                \"Agents\"\n             ],\n             \"summary\": \"Agentless registration\",\n             \"requestBody\": {\n                \"content\": {\n                  \"application/json -patch+json\": {\n                     \"schema\": {\n                       \"$ref\":\n     \"#/components/schemas/AgentlessRsConnectionDetailsRegistrationPostRequest\"\n                     }\n                  },\n                  \"application/json\": {\n                     \"schema\": {\n                       \"$ref\":\n     \"#/components/schemas/AgentlessRsConnectionDetailsRegistrationPostRequest\"\n                     }\n                  },\n                  \"text/json\": {\n                     \"schema\": {\n                       \"$ref\":\n     \"#/components/schemas/AgentlessRsConnectionDetailsRegistrationPostRequest\"\n                     }\n                  },\n                  \"application/*+json\": {\n\n\n                                                                                                 31\n\n                    \"schema\": {\n                      \"$ref\":\n     \"#/components/schemas/AgentlessRsConnectionDetailsRegistrationPostRequest\"\n                    }\n                  }\n                }\n             },\n             \"responses\": {\n                \"200\": {\n                  \"description\": \"Success\"\n                }\n             }\n           }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/agents/agentless/unregistration",
        "title": "Agentless unregistration",
        "description": "Agentless unregistration. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/agents/agentless/unregistration' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{\"$ref\":\"#/components/schemas/AgentlessRsConnectionDetailsRegistrationPostRequest\"}'",
        "spec": "\"post\": {\n             \"tags\": [\n                \"Agents\"\n             ],\n             \"summary\": \"Agentless unregistration\",\n             \"requestBody\": {\n                \"content\": {\n                  \"application/json -patch+json\": {\n                     \"schema\": {\n                       \"$ref\":\n     \"#/components/schemas/AgentlessRsConnectionDetailsRegistrationPostRequest\"\n                     }\n                  },\n                  \"application/json\": {\n                     \"schema\": {\n                       \"$ref\":\n     \"#/components/schemas/AgentlessRsConnectionDetailsRegistrationPostRequest\"\n                     }\n                  },\n                  \"text/json\": {\n                     \"schema\": {\n                       \"$ref\":\n     \"#/components/schemas/AgentlessRsConnectionDetailsRegistrationPostRequest\"\n                     }\n                  },\n                  \"application/*+json\": {\n                     \"schema\": {\n                       \"$ref\":\n     \"#/components/schemas/AgentlessRsConnectionDetailsRegistrationPostRequest\"\n                     }\n                  }\n                }\n             },\n             \"responses\": {\n                \"200\": {\n                  \"description\": \"Success\"\n                }\n             }\n           }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/agents/configuration",
        "title": "Configure agents settings (set to armed or free and approve all)",
        "description": "Configure agents settings (set to armed or free and approve all). Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/agents/configuration' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{}'",
        "spec": "\"post\": {\n            \"tags\": [\n               \"Agents\"\n            ],\n            \"summary\": \"Configure agents settings (set to armed or free and approve all)\",\n            \"requestBody\": {\n               \"description\": \"List of agents configurations to be done\",\n               \"content\": {\n                 \"application/json -patch+json\": {\n                    \"schema\": {\n                      \"type\": \"array\",\n                      \"items\": {\n                         \"$ref\": \"#/components/schemas/AgentPendingConfigurationWrapper\"\n                      },\n                      \"description\": \"List of agents configurations to be done\",\n                      \"nullable\": true\n                    }\n                 },\n                 \"application/json\": {\n                    \"schema\": {\n                      \"type\": \"array\",\n                      \"items\": {\n                         \"$ref\": \"#/components/schemas/AgentPendingConfigurationWrapper\"\n                      },\n                      \"description\": \"List of agents configurations to be done\",\n                      \"nullable\": true\n                    }\n                 },\n                 \"text/json\": {\n                    \"schema\": {\n                      \"type\": \"array\",\n                      \"items\": {\n                         \"$ref\": \"#/components/schemas/AgentPendingConfigurationWrapper\"\n                      },\n                      \"description\": \"List of agents configurations to be done\",\n                      \"nullable\": true\n                    }\n                 },\n                 \"application/*+json\": {\n                    \"schema\": {\n                      \"type\": \"array\",\n                      \"items\": {\n                         \"$ref\": \"#/components/schemas/AgentPendingConfigurationWrapper\"\n                      },\n                      \"description\": \"List of agents configurations to be done\",\n                      \"nullable\": true\n                    }\n                 }\n               }\n            },\n            \"responses\": {\n               \"200\": {\n                 \"description\": \"Success\"\n\n\n                                                                                               33\n\n                  }\n              }\n          }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/agents/deleteAgents",
        "title": "Delete agents",
        "description": "Delete agents. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/agents/deleteAgents' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{}'",
        "spec": "\"post\": {\n            \"tags\": [\n               \"Agents\"\n            ],\n            \"summary\": \"Delete agents\",\n            \"requestBody\": {\n               \"description\": \"List of agents Uuids to be deleted\",\n               \"content\": {\n                 \"application/json -patch+json\": {\n                    \"schema\": {\n                      \"type\": \"array\",\n                      \"items\": {\n                         \"type\": \"string\"\n                      },\n                      \"description\": \"List of agents Uuids to be deleted\",\n                      \"nullable\": true\n                    }\n                 },\n                 \"application/json\": {\n                    \"schema\": {\n                      \"type\": \"array\",\n                      \"items\": {\n                         \"type\": \"string\"\n                      },\n                      \"description\": \"List of agents Uuids to be deleted\",\n                      \"nullable\": true\n                    }\n                 },\n                 \"text/json\": {\n                    \"schema\": {\n                      \"type\": \"array\",\n                      \"items\": {\n                         \"type\": \"string\"\n                      },\n                      \"description\": \"List of agents Uuids to be deleted\",\n                      \"nullable\": true\n                    }\n                 },\n                 \"application/*+json\": {\n                    \"schema\": {\n                      \"type\": \"array\",\n                      \"items\": {\n                         \"type\": \"string\"\n                      },\n                      \"description\": \"List of agents Uuids to be deleted\",\n                      \"nullable\": true\n                    }\n                 }\n               }\n            },\n\n\n                                                                             34\n\n             \"responses\": {\n               \"200\": {\n                 \"description\": \"Success\"\n               }\n             }\n         }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/agents/deleteAgentsCommands",
        "title": "Delete agents commands",
        "description": "Delete agents commands. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/agents/deleteAgentsCommands' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{}'",
        "spec": "\"post\": {\n           \"tags\": [\n              \"Agents\"\n           ],\n           \"summary\": \"Delete agents commands\",\n           \"requestBody\": {\n              \"content\": {\n                \"application/json -patch+json\": {\n                   \"schema\": {\n                     \"type\": \"array\",\n                     \"items\": {\n                        \"type\": \"string\"\n                     },\n                     \"nullable\": true\n                   }\n                },\n                \"application/json\": {\n                   \"schema\": {\n                     \"type\": \"array\",\n                     \"items\": {\n                        \"type\": \"string\"\n                     },\n                     \"nullable\": true\n                   }\n                },\n                \"text/json\": {\n                   \"schema\": {\n                     \"type\": \"array\",\n                     \"items\": {\n                        \"type\": \"string\"\n                     },\n                     \"nullable\": true\n                   }\n                },\n                \"application/*+json\": {\n                   \"schema\": {\n                     \"type\": \"array\",\n                     \"items\": {\n                        \"type\": \"string\"\n                     },\n                     \"nullable\": true\n                   }\n                }\n              }\n           },\n           \"responses\": {\n              \"200\": {\n\n\n                                                                                 35\n\n                       \"description\": \"Success\"\n                   }\n               }\n           }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/agents/exportagentcsv",
        "title": "Export agent csv",
        "description": "Export agent csv. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/agents/exportagentcsv' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{}'",
        "spec": "\"post\": {\n             \"tags\": [\n                \"Agents\"\n             ],\n             \"summary\": \"Export agent csv\",\n             \"requestBody\": {\n                \"content\": {\n                  \"application/json -patch+json\": {\n                     \"schema\": {\n                       \"type\": \"object\",\n                       \"nullable\": true\n                     }\n                  },\n                  \"application/json\": {\n                     \"schema\": {\n                       \"type\": \"object\",\n                       \"nullable\": true\n                     }\n                  },\n                  \"text/json\": {\n                     \"schema\": {\n                       \"type\": \"object\",\n                       \"nullable\": true\n                     }\n                  },\n                  \"application/*+json\": {\n                     \"schema\": {\n                       \"type\": \"object\",\n                       \"nullable\": true\n                     }\n                  }\n                }\n             },\n             \"responses\": {\n                \"200\": {\n                  \"description\": \"Success\"\n                }\n             }\n           }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/agents/exportagentpdf/exportpdf",
        "title": "Export agent pdf",
        "description": "Export agent pdf. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/agents/exportagentpdf/exportpdf' \\",
        "spec": ""
      },
      {
        "method": "POST",
        "path": "/prime/webui/agents/agentless/exportagentlesspdf",
        "title": "Export agentless pdf connections",
        "description": "Export agentless pdf connections. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/agents/agentless/exportagentlesspdf' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{}'",
        "spec": "\"post\": {\n             \"tags\": [\n                \"Agents\"\n             ],\n             \"summary\": \"Export agentless pdf connections\",\n             \"requestBody\": {\n                \"content\": {\n                  \"application/json -patch+json\": {\n                    \"schema\": {\n                      \"type\": \"object\",\n\n\n\n                                                                                          37\n\n                        \"nullable\": true\n                    }\n                  },\n                  \"application/json\": {\n                     \"schema\": {\n                       \"type\": \"object\",\n                       \"nullable\": true\n                     }\n                  },\n                  \"text/json\": {\n                     \"schema\": {\n                       \"type\": \"object\",\n                       \"nullable\": true\n                     }\n                  },\n                  \"application/*+json\": {\n                     \"schema\": {\n                       \"type\": \"object\",\n                       \"nullable\": true\n                     }\n                  }\n                 }\n              },\n              \"responses\": {\n                 \"200\": {\n                   \"description\": \"Success\"\n                 }\n              }\n          }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/agents/agentless/exportagentlesscsv",
        "title": "Export agentless pdf connections",
        "description": "Export agentless pdf connections. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/agents/agentless/exportagentlesscsv' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{}'",
        "spec": "\"post\": {\n            \"tags\": [\n               \"Agents\"\n            ],\n            \"summary\": \"Export agentless pdf connections\",\n            \"requestBody\": {\n               \"content\": {\n                 \"application/json -patch+json\": {\n                    \"schema\": {\n                      \"type\": \"object\",\n                      \"nullable\": true\n                    }\n                 },\n                 \"application/json\": {\n                    \"schema\": {\n                      \"type\": \"object\",\n                      \"nullable\": true\n                    }\n                 },\n                 \"text/json\": {\n                    \"schema\": {\n                      \"type\": \"object\",\n                      \"nullable\": true\n                    }\n\n\n                                                                                          38\n\n                 },\n                 \"application/*+json\": {\n                    \"schema\": {\n                      \"type\": \"object\",\n                      \"nullable\": true\n                    }\n                 }\n                }\n             },\n             \"responses\": {\n                \"200\": {\n                  \"description\": \"Success\"\n                }\n             }\n         }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/agents/agentless/exportcsvconnections",
        "title": "Export agents worker status",
        "description": "Export agents worker status. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/agents/agentless/exportcsvconnections' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{}'",
        "spec": "\"post\": {\n           \"tags\": [\n              \"Agents\"\n           ],\n           \"summary\": \"Export agents worker status\",\n           \"requestBody\": {\n              \"content\": {\n                \"application/json -patch+json\": {\n                   \"schema\": {\n                     \"type\": \"object\",\n                     \"nullable\": true\n                   }\n                },\n                \"application/json\": {\n                   \"schema\": {\n                     \"type\": \"object\",\n                     \"nullable\": true\n                   }\n                },\n                \"text/json\": {\n                   \"schema\": {\n                     \"type\": \"object\",\n                     \"nullable\": true\n                   }\n                },\n                \"application/*+json\": {\n                   \"schema\": {\n                     \"type\": \"object\",\n                     \"nullable\": true\n                   }\n                }\n              }\n           },\n           \"responses\": {\n              \"200\": {\n                \"description\": \"Success\"\n              }\n           }\n\n\n                                                                                           39\n\n         }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/agents/peripheralsAggExport",
        "title": "Export aggregated peripherals csv",
        "description": "Export aggregated peripherals csv. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/agents/peripheralsAggExport' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{}'",
        "spec": "\"post\": {\n           \"tags\": [\n              \"Agents\"\n           ],\n           \"summary\": \"Export aggregated peripherals csv\",\n           \"requestBody\": {\n              \"content\": {\n                \"application/json -patch+json\": {\n                   \"schema\": {\n                     \"type\": \"object\",\n                     \"nullable\": true\n                   }\n                },\n                \"application/json\": {\n                   \"schema\": {\n                     \"type\": \"object\",\n                     \"nullable\": true\n                   }\n                },\n                \"text/json\": {\n                   \"schema\": {\n                     \"type\": \"object\",\n                     \"nullable\": true\n                   }\n                },\n                \"application/*+json\": {\n                   \"schema\": {\n                     \"type\": \"object\",\n                     \"nullable\": true\n                   }\n                }\n              }\n           },\n           \"responses\": {\n              \"200\": {\n                \"description\": \"Success\"\n              }\n           }\n         }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/agents/peripheralsAggExportpdf/exportpdf",
        "title": "Export aggregated peripherals pdf",
        "description": "Export aggregated peripherals pdf. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/agents/peripheralsAggExportpdf/exportpdf' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{}'",
        "spec": ""
      },
      {
        "method": "POST",
        "path": "/prime/webui/agents/fetchagentsdebuglogs",
        "title": "Fetch agents debug logs",
        "description": "Fetch agents debug logs. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/agents/fetchagentsdebuglogs' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{}'",
        "spec": "\"post\": {\n           \"tags\": [\n              \"Agents\"\n           ],\n           \"summary\": \"Fetch agents debug logs\",\n           \"requestBody\": {\n              \"content\": {\n                \"application/json -patch+json\": {\n                  \"schema\": {\n                    \"type\": \"array\",\n                    \"items\": {\n                       \"type\": \"string\"\n                    },\n                    \"nullable\": true\n\n\n                                                                                 41\n\n                     }\n                  },\n                  \"application/json\": {\n                     \"schema\": {\n                       \"type\": \"array\",\n                       \"items\": {\n                          \"type\": \"string\"\n                       },\n                       \"nullable\": true\n                     }\n                  },\n                  \"text/json\": {\n                     \"schema\": {\n                       \"type\": \"array\",\n                       \"items\": {\n                          \"type\": \"string\"\n                       },\n                       \"nullable\": true\n                     }\n                  },\n                  \"application/*+json\": {\n                     \"schema\": {\n                       \"type\": \"array\",\n                       \"items\": {\n                          \"type\": \"string\"\n                       },\n                       \"nullable\": true\n                     }\n                  }\n                 }\n              },\n              \"responses\": {\n                 \"200\": {\n                   \"description\": \"Success\"\n                 }\n              }\n          }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/agents/updateAgents",
        "title": "Update agents",
        "description": "Update agents. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/agents/updateAgents' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{}'",
        "spec": "\"post\": {\n            \"tags\": [\n               \"Agents\"\n            ],\n            \"summary\": \"Update agents\",\n            \"requestBody\": {\n               \"content\": {\n                 \"application/json -patch+json\": {\n                    \"schema\": {\n                      \"type\": \"array\",\n                      \"items\": {\n                         \"type\": \"string\"\n                      },\n                      \"nullable\": true\n                    }\n                 },\n\n\n                                                                         42\n\n                  \"application/json\": {\n                     \"schema\": {\n                       \"type\": \"array\",\n                       \"items\": {\n                          \"type\": \"string\"\n                       },\n                       \"nullable\": true\n                     }\n                  },\n                  \"text/json\": {\n                     \"schema\": {\n                       \"type\": \"array\",\n                       \"items\": {\n                          \"type\": \"string\"\n                       },\n                       \"nullable\": true\n                     }\n                  },\n                  \"application/*+json\": {\n                     \"schema\": {\n                       \"type\": \"array\",\n                       \"items\": {\n                          \"type\": \"string\"\n                       },\n                       \"nullable\": true\n                     }\n                  }\n                 }\n              },\n              \"responses\": {\n                 \"200\": {\n                   \"description\": \"Success\"\n                 }\n              }\n          }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/agents/agentless/uploadconnectiondetailsfile",
        "title": "Upload agentless connection details file",
        "description": "Upload agentless connection details file. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/agents/agentless/uploadconnectiondetailsfile' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{}'",
        "spec": "\"post\": {\n            \"tags\": [\n               \"Agents\"\n            ],\n            \"summary\": \"Upload agentless connection details file\",\n            \"requestBody\": {\n               \"content\": {\n                 \"multipart/form -data\": {\n                   \"schema\": {\n                      \"type\": \"object\",\n                      \"properties\": {\n                        \"file\": {\n                          \"type\": \"string\",\n                          \"format\": \"binary\",\n                          \"nullable\": true\n                        }\n                      }\n                   },\n\n\n                                                                                               43\n\n                        \"encoding\": {\n                          \"file\": {\n                            \"style\": \"form\"\n                          }\n                        }\n                    }\n                }\n              },\n              \"responses\": {\n                 \"200\": {\n                   \"description\": \"Success\"\n                 }\n              }\n          }"
      },
      {
        "method": "PUT",
        "path": "/prime/webui/agents/agentless/workerpollerdetails/activatedstatus",
        "title": "Activate worker poller",
        "description": "Activate worker poller. Use this to update data.",
        "curl": "curl -X PUT 'https://<host>/prime/webui/agents/agentless/workerpollerdetails/activatedstatus' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{\"$ref\":\"#/components/schemas/WorkerAppActivatePollerPutRequest\"}'",
        "spec": "\"put\": {\n            \"tags\": [\n               \"Agents\"\n            ],\n            \"summary\": \"Activate worker poller\",\n            \"requestBody\": {\n               \"content\": {\n                 \"application/json -patch+json\": {\n                    \"schema\": {\n                      \"$ref\": \"#/components/schemas/WorkerAppActivatePollerPutRequest\"\n                    }\n                 },\n                 \"application/json\": {\n                    \"schema\": {\n                      \"$ref\": \"#/components/schemas/WorkerAppActivatePollerPutRequest\"\n                    }\n                 },\n                 \"text/json\": {\n                    \"schema\": {\n                      \"$ref\": \"#/components/schemas/WorkerAppActivatePollerPutRequest\"\n                    }\n                 },\n                 \"application/*+json\": {\n                    \"schema\": {\n                      \"$ref\": \"#/components/schemas/WorkerAppActivatePollerPutRequest\"\n                    }\n                 }\n               }\n            },\n            \"responses\": {\n               \"200\": {\n                 \"description\": \"Success\"\n               }\n            }\n          }"
      },
      {
        "method": "PUT",
        "path": "/prime/webui/agents/agentless/connectiondetails",
        "title": "Update agentless connection details",
        "description": "Update agentless connection details. Use this to update data.",
        "curl": "curl -X PUT 'https://<host>/prime/webui/agents/agentless/connectiondetails' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{\"$ref\":\"#/components/schemas/AgentlessRsConnectionDetailsUpdateRequest\"}'",
        "spec": "\"put\": {\n             \"tags\": [\n                \"Agents\"\n             ],\n             \"summary\": \"Update agentless connection details\",\n             \"requestBody\": {\n                \"content\": {\n                  \"application/json -patch+json\": {\n                     \"schema\": {\n                       \"$ref\": \"#/components/schemas/AgentlessRsConnectionDetailsUpdateRequest\"\n                     }\n                  },\n                  \"application/json\": {\n                     \"schema\": {\n                       \"$ref\": \"#/components/schemas/AgentlessRsConnectionDetailsUpdateRequest\"\n                     }\n                  },\n                  \"text/json\": {\n                     \"schema\": {\n                       \"$ref\": \"#/components/schemas/AgentlessRsConnectionDetailsUpdateRequest\"\n                     }\n                  },\n                  \"application/*+json\": {\n                     \"schema\": {\n                       \"$ref\": \"#/components/schemas/AgentlessRsConnectionDetailsUpdateRequest\"\n                     }\n                  }\n                }\n             },\n             \"responses\": {\n                \"200\": {\n                  \"description\": \"Success\"\n                }\n             }\n          },"
      }
    ]
  },
  {
    "tag": "AssetProducer",
    "endpoints": [
      {
        "method": "POST",
        "path": "/prime/webui/assetproducer/ReplayAll",
        "title": "prime webui assetproducer ReplayAll",
        "description": "Calls POST /prime/webui/assetproducer/ReplayAll. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/assetproducer/ReplayAll' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"post\": {\n            \"tags\": [\n               \"AssetProducer\"\n            ],\n            \"responses\": {\n               \"200\": {\n\n\n                                                                                                  45\n\n                      \"description\": \"Success\"\n                  }\n              }\n          }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/assetproducer/SendMonitorOldLocation",
        "title": "prime webui assetproducer SendMonitorOldLocation",
        "description": "Calls POST /prime/webui/assetproducer/SendMonitorOldLocation. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/assetproducer/SendMonitorOldLocation' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{\"$ref\":\"#/components/schemas/MonitorOldLocationViewResource\"}'",
        "spec": "\"post\": {\n            \"tags\": [\n               \"AssetProducer\"\n            ],\n            \"requestBody\": {\n               \"content\": {\n                 \"application/json -patch+json\": {\n                    \"schema\": {\n                      \"$ref\": \"#/components/schemas/MonitorOldLocationViewResource\"\n                    }\n                 },\n                 \"application/json\": {\n                    \"schema\": {\n                      \"$ref\": \"#/components/schemas/MonitorOldLocationViewResource\"\n                    }\n                 },\n                 \"text/json\": {\n                    \"schema\": {\n                      \"$ref\": \"#/components/schemas/MonitorOldLocationViewResource\"\n                    }\n                 },\n                 \"application/*+json\": {\n                    \"schema\": {\n                      \"$ref\": \"#/components/schemas/MonitorOldLocationViewResource\"\n                    }\n                 }\n               }\n            },\n            \"responses\": {\n               \"200\": {\n                 \"description\": \"Success\"\n               }\n            }\n          }"
      }
    ]
  },
  {
    "tag": "Auth",
    "endpoints": [
      {
        "method": "POST",
        "path": "/prime/webui/Auth/LocalLogin",
        "title": "Login with Sepio user",
        "description": "Login with Sepio user. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/Auth/LocalLogin' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\",
        "spec": ""
      },
      {
        "method": "POST",
        "path": "/prime/webui/Auth/LdapLogin",
        "title": "prime webui Auth LdapLogin",
        "description": "Calls POST /prime/webui/Auth/LdapLogin. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/Auth/LdapLogin' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\",
        "spec": ""
      }
    ]
  },
  {
    "tag": "Bom",
    "endpoints": [
      {
        "method": "GET",
        "path": "/prime/webui/bomcomponents/{uuid}",
        "title": "prime webui bomcomponents uuid",
        "description": "Calls GET /prime/webui/bomcomponents/{uuid}. Use this to fetch data.",
        "curl": "",
        "spec": ""
      }
    ]
  },
  {
    "tag": "Config",
    "endpoints": [
      {
        "method": "GET",
        "path": "/prime/webui/configuration",
        "title": "prime webui configuration",
        "description": "Calls GET /prime/webui/configuration. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/configuration' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n              \"tags\": [\n                 \"Config\"\n              ],\n              \"responses\": {\n                 \"200\": {\n                   \"description\": \"Success\"\n                 }\n              }\n           },"
      },
      {
        "method": "GET",
        "path": "/prime/webui/configuration/GetConfigurationKey",
        "title": "prime webui configuration GetConfigurationKey",
        "description": "Calls GET /prime/webui/configuration/GetConfigurationKey. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/configuration/GetConfigurationKey' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n             \"tags\": [\n                \"Config\"\n             ],\n             \"parameters\": [\n                {\n                  \"name\": \"key\",\n                  \"in\": \"query\",\n                  \"schema\": {\n                    \"type\": \"string\",\n                    \"nullable\": true\n                  }\n                }\n             ],\n             \"responses\": {\n                \"200\": {\n                  \"description\": \"Success\"\n\n\n\n                                                                                            51\n\n                   }\n               }\n           }"
      },
      {
        "method": "GET",
        "path": "/prime/webui/configuration/GetFieldMapping",
        "title": "prime webui configuration GetFieldMapping",
        "description": "Calls GET /prime/webui/configuration/GetFieldMapping. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/configuration/GetFieldMapping' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n             \"tags\": [\n                \"Config\"\n             ],\n             \"responses\": {\n                \"200\": {\n                  \"description\": \"Success\"\n                }\n             }\n           }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/configuration",
        "title": "prime webui configuration",
        "description": "Calls POST /prime/webui/configuration. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/configuration' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{\"$ref\":\"#/components/schemas/ConfigEntryView\"}'",
        "spec": "\"post\": {\n             \"tags\": [\n                \"Config\"\n             ],\n             \"requestBody\": {\n                \"content\": {\n                  \"application/json -patch+json\": {\n                     \"schema\": {\n                       \"$ref\": \"#/components/schemas/ConfigEntryView\"\n                     }\n                  },\n                  \"application/json\": {\n                     \"schema\": {\n                       \"$ref\": \"#/components/schemas/ConfigEntryView\"\n                     }\n                  },\n                  \"text/json\": {\n                     \"schema\": {\n                       \"$ref\": \"#/components/schemas/ConfigEntryView\"\n                     }\n                  },\n                  \"application/*+json\": {\n                     \"schema\": {\n                       \"$ref\": \"#/components/schemas/ConfigEntryView\"\n                     }\n                  }\n                }\n             },\n             \"responses\": {\n\n\n                                                                                        52\n\n                 \"200\": {\n                   \"description\": \"Success\"\n                 }\n             }\n         }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/configuration/GetConfigurationByKeys",
        "title": "prime webui configuration GetConfigurationByKeys",
        "description": "Calls POST /prime/webui/configuration/GetConfigurationByKeys. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/configuration/GetConfigurationByKeys' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{}'",
        "spec": "\"post\": {\n           \"tags\": [\n              \"Config\"\n           ],\n           \"requestBody\": {\n              \"content\": {\n                \"application/json -patch+json\": {\n                   \"schema\": {\n                     \"type\": \"array\",\n                     \"items\": {\n                        \"type\": \"string\"\n                     },\n                     \"nullable\": true\n                   }\n                },\n                \"application/json\": {\n                   \"schema\": {\n                     \"type\": \"array\",\n                     \"items\": {\n                        \"type\": \"string\"\n                     },\n                     \"nullable\": true\n                   }\n                },\n                \"text/json\": {\n                   \"schema\": {\n                     \"type\": \"array\",\n                     \"items\": {\n                        \"type\": \"string\"\n                     },\n                     \"nullable\": true\n                   }\n                },\n                \"application/*+json\": {\n                   \"schema\": {\n                     \"type\": \"array\",\n                     \"items\": {\n                        \"type\": \"string\"\n                     },\n                     \"nullable\": true\n                   }\n                }\n              }\n           },\n           \"responses\": {\n              \"200\": {\n                \"description\": \"Success\"\n              }\n\n\n                                                                                                53\n\n              }\n          }"
      }
    ]
  },
  {
    "tag": "CrowdstrikeIntegration",
    "endpoints": [
      {
        "method": "GET",
        "path": "/prime/integrations/crowdstrike/GetConfigs",
        "title": "Get Crowdstrike Configs",
        "description": "Get Crowdstrike Configs. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/integrations/crowdstrike/GetConfigs' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n            \"tags\": [\n               \"CrowdstrikeIntegration\"\n            ],\n            \"summary\": \"Get Crowdstrike Configs\",\n            \"responses\": {\n               \"200\": {\n                 \"description\": \"Success\",\n                 \"content\": {\n                   \"text/plain\": {\n                      \"schema\": {\n                        \"$ref\": \"#/components/schemas/PrimeEventViewWrapperIntegration\"\n                      }\n                   },\n                   \"application/json\": {\n                      \"schema\": {\n                        \"$ref\": \"#/components/schemas/PrimeEventViewWrapperIntegration\"\n                      }\n                   },\n                   \"text/json\": {\n                      \"schema\": {\n                        \"$ref\": \"#/components/schemas/PrimeEventViewWrapperIntegration\"\n                      }\n                   }\n                 }\n               }\n            }\n          }"
      }
    ]
  },
  {
    "tag": "DataApi",
    "endpoints": [
      {
        "method": "GET",
        "path": "/prime/webui/dataApi/GetIndicatorsType",
        "title": "prime webui dataApi GetIndicatorsType",
        "description": "Calls GET /prime/webui/dataApi/GetIndicatorsType. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/dataApi/GetIndicatorsType' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n            \"tags\": [\n               \"DataApi\"\n            ],\n            \"responses\": {\n               \"200\": {\n                 \"description\": \"Success\"\n\n\n                                                                                          54\n\n                  }\n              }\n          }"
      },
      {
        "method": "GET",
        "path": "/prime/webui/dataApi/GetSubIndicatorsType",
        "title": "prime webui dataApi GetSubIndicatorsType",
        "description": "Calls GET /prime/webui/dataApi/GetSubIndicatorsType. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/dataApi/GetSubIndicatorsType' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n            \"tags\": [\n               \"DataApi\"\n            ],\n            \"responses\": {\n               \"200\": {\n                 \"description\": \"Success\"\n               }\n            }\n          }"
      }
    ]
  },
  {
    "tag": "Elements",
    "endpoints": [
      {
        "method": "POST",
        "path": "/prime/webui/elements/exportelementscsv",
        "title": "Export all elements CSV",
        "description": "Export all elements CSV. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/elements/exportelementscsv' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{}'",
        "spec": "\"post\": {\n            \"tags\": [\n               \"Elements\"\n            ],\n            \"summary\": \"Export all elements CSV\",\n            \"requestBody\": {\n               \"content\": {\n                 \"application/json -patch+json\": {\n                    \"schema\": {\n                      \"type\": \"object\",\n                      \"nullable\": true\n                    }\n                 },\n                 \"application/json\": {\n                    \"schema\": {\n                      \"type\": \"object\",\n                      \"nullable\": true\n                    }\n                 },\n                 \"text/json\": {\n                    \"schema\": {\n                      \"type\": \"object\",\n                      \"nullable\": true\n                    }\n                 },\n\n\n\n                                                                                      55\n\n                 \"application/*+json\": {\n                   \"schema\": {\n                     \"type\": \"object\",\n                     \"nullable\": true\n                   }\n                 }\n                }\n             },\n             \"responses\": {\n                \"200\": {\n                  \"description\": \"Success\"\n                }\n             }\n         }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/elements/exportelementspdf/exportpdf",
        "title": "Export all elements PDF",
        "description": "Export all elements PDF. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/elements/exportelementspdf/exportpdf' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{}'",
        "spec": "\"post\": {\n           \"tags\": [\n              \"Elements\"\n           ],\n           \"summary\": \"Export all elements PDF\",\n           \"requestBody\": {\n              \"content\": {\n                \"application/json -patch+json\": {\n                   \"schema\": {\n                     \"type\": \"object\",\n                     \"nullable\": true\n                   }\n                },\n                \"application/json\": {\n                   \"schema\": {\n                     \"type\": \"object\",\n                     \"nullable\": true\n                   }\n                },\n                \"text/json\": {\n                   \"schema\": {\n                     \"type\": \"object\",\n                     \"nullable\": true\n                   }\n                },\n                \"application/*+json\": {\n                   \"schema\": {\n                     \"type\": \"object\",\n                     \"nullable\": true\n                   }\n                }\n              }\n           },\n           \"responses\": {\n              \"200\": {\n                \"description\": \"Success\"\n              }\n           }\n         }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/elements/exportallelementscsv",
        "title": "prime webui elements exportallelementscsv",
        "description": "Calls POST /prime/webui/elements/exportallelementscsv. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/elements/exportallelementscsv' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{}'",
        "spec": "\"post\": {\n            \"tags\": [\n               \"Elements\"\n            ],\n            \"requestBody\": {\n               \"content\": {\n                 \"application/json -patch+json\": {\n                    \"schema\": {\n                      \"type\": \"object\",\n                      \"nullable\": true\n                    }\n                 },\n                 \"application/json\": {\n                    \"schema\": {\n                      \"type\": \"object\",\n                      \"nullable\": true\n                    }\n                 },\n                 \"text/json\": {\n                    \"schema\": {\n                      \"type\": \"object\",\n                      \"nullable\": true\n                    }\n                 },\n                 \"application/*+json\": {\n                    \"schema\": {\n                      \"type\": \"object\",\n                      \"nullable\": true\n                    }\n                 }\n               }\n            },\n            \"responses\": {\n               \"200\": {\n                 \"description\": \"Success\"\n               }\n            }\n          }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/elements/exportallelementspdf/exportpdf",
        "title": "prime webui elements exportallelementspdf exportpdf",
        "description": "Calls POST /prime/webui/elements/exportallelementspdf/exportpdf. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/elements/exportallelementspdf/exportpdf' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{}'",
        "spec": "\"post\": {\n            \"tags\": [\n\n\n                                                                                               57\n\n                 \"Elements\"\n              ],\n              \"requestBody\": {\n                 \"content\": {\n                   \"application/json -patch+json\": {\n                      \"schema\": {\n                        \"type\": \"object\",\n                        \"nullable\": true\n                      }\n                   },\n                   \"application/json\": {\n                      \"schema\": {\n                        \"type\": \"object\",\n                        \"nullable\": true\n                      }\n                   },\n                   \"text/json\": {\n                      \"schema\": {\n                        \"type\": \"object\",\n                        \"nullable\": true\n                      }\n                   },\n                   \"application/*+json\": {\n                      \"schema\": {\n                        \"type\": \"object\",\n                        \"nullable\": true\n                      }\n                   }\n                 }\n              },\n              \"responses\": {\n                 \"200\": {\n                   \"description\": \"Success\"\n                 }\n              }\n          }"
      }
    ]
  },
  {
    "tag": "EmergencyKey",
    "endpoints": [
      {
        "method": "GET",
        "path": "/prime/webui/emergencykey/details",
        "title": "Get emergency key details",
        "description": "Get emergency key details. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/emergencykey/details' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n            \"tags\": [\n               \"EmergencyKey\"\n            ],\n            \"summary\": \"Get emergency key details\",\n            \"responses\": {\n               \"200\": {\n                 \"description\": \"Success\",\n                 \"content\": {\n                   \"text/plain\": {\n                      \"schema\": {\n                        \"$ref\": \"#/components/schemas/EmergencyKeyDetailsResponse\"\n                      }\n                   },\n                   \"application/json\": {\n\n\n\n                                                                                     58\n\n                            \"schema\": {\n                              \"$ref\": \"#/components/schemas/EmergencyKeyDetailsResponse\"\n                            }\n                          },\n                          \"text/json\": {\n                             \"schema\": {\n                               \"$ref\": \"#/components/schemas/EmergencyKeyDetailsResponse\"\n                             }\n                          }\n                      }\n                  }\n              }\n          }"
      },
      {
        "method": "GET",
        "path": "/prime/webui/emergencykey/agentstatus",
        "title": "Get emergency key statuses",
        "description": "Get emergency key statuses. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/emergencykey/agentstatus' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{\"$ref\":\"#/components/schemas/EmergencyKeyGetAgentsRequest\"}'",
        "spec": "\"get\": {\n            \"tags\": [\n               \"EmergencyKey\"\n            ],\n            \"summary\": \"Get emergency key statuses\",\n            \"requestBody\": {\n               \"description\": \"\",\n               \"content\": {\n                 \"application/json -patch+json\": {\n                    \"schema\": {\n                       \"$ref\": \"#/components/schemas/EmergencyKeyGetAgentsRequest\"\n                    }\n                 },\n                 \"application/json\": {\n                    \"schema\": {\n                       \"$ref\": \"#/components/schemas/EmergencyKeyGetAgentsRequest\"\n                    }\n                 },\n                 \"text/json\": {\n                    \"schema\": {\n                       \"$ref\": \"#/components/schemas/EmergencyKeyGetAgentsRequest\"\n                    }\n                 },\n                 \"application/*+json\": {\n                    \"schema\": {\n                       \"$ref\": \"#/components/schemas/EmergencyKeyGetAgentsRequest\"\n                    }\n                 }\n               }\n            },\n            \"responses\": {\n               \"200\": {\n                 \"description\": \"Success\",\n                 \"content\": {\n                    \"text/plain\": {\n                       \"schema\": {\n                         \"$ref\": \"#/components/schemas/EmergencyKeyAgentsStatusResponse\"\n                       }\n                    },\n                    \"application/json\": {\n\n\n                                                                                            59\n\n                           \"schema\": {\n                             \"$ref\": \"#/components/schemas/EmergencyKeyAgentsStatusResponse\"\n                           }\n                         },\n                         \"text/json\": {\n                            \"schema\": {\n                              \"$ref\": \"#/components/schemas/EmergencyKeyAgentsStatusResponse\"\n                            }\n                         }\n                     }\n                 }\n             }\n         }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/emergencykey/exportagentstatuscsv",
        "title": "Export agents status csv",
        "description": "Export agents status csv. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/emergencykey/exportagentstatuscsv' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{}'",
        "spec": "\"post\": {\n           \"tags\": [\n              \"EmergencyKey\"\n           ],\n           \"summary\": \"Export agents status csv\",\n           \"requestBody\": {\n              \"content\": {\n                \"application/json -patch+json\": {\n                   \"schema\": {\n                     \"type\": \"object\",\n                     \"nullable\": true\n                   }\n                },\n                \"application/json\": {\n                   \"schema\": {\n                     \"type\": \"object\",\n                     \"nullable\": true\n                   }\n                },\n                \"text/json\": {\n                   \"schema\": {\n                     \"type\": \"object\",\n                     \"nullable\": true\n                   }\n                },\n                \"application/*+json\": {\n                   \"schema\": {\n                     \"type\": \"object\",\n                     \"nullable\": true\n                   }\n                }\n              }\n           },\n           \"responses\": {\n              \"200\": {\n                \"description\": \"Success\"\n              }\n           }\n         }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/emergencykey/exportagentstatuspdf/exportpdf",
        "title": "Export agents status pdf",
        "description": "Export agents status pdf. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/emergencykey/exportagentstatuspdf/exportpdf' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{}'",
        "spec": "\"post\": {\n            \"tags\": [\n               \"EmergencyKey\"\n            ],\n            \"summary\": \"Export agents status pdf\",\n            \"requestBody\": {\n               \"content\": {\n                 \"application/json -patch+json\": {\n                    \"schema\": {\n                      \"type\": \"object\",\n                      \"nullable\": true\n                    }\n                 },\n                 \"application/json\": {\n                    \"schema\": {\n                      \"type\": \"object\",\n                      \"nullable\": true\n                    }\n                 },\n                 \"text/json\": {\n                    \"schema\": {\n                      \"type\": \"object\",\n                      \"nullable\": true\n                    }\n                 },\n                 \"application/*+json\": {\n                    \"schema\": {\n                      \"type\": \"object\",\n                      \"nullable\": true\n                    }\n                 }\n               }\n            },\n            \"responses\": {\n               \"200\": {\n                 \"description\": \"Success\"\n               }\n            }\n          }"
      }
    ]
  },
  {
    "tag": "EventApi",
    "endpoints": [
      {
        "method": "GET",
        "path": "/prime/webui/Events/GetAlarmDests",
        "title": "Get alarm destinations",
        "description": "Get alarm destinations. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/Events/GetAlarmDests' \\\n-H 'Authorization: Bearer <token>'",
        "spec": ""
      },
      {
        "method": "GET",
        "path": "/prime/webui/Events/GetAuditTrails",
        "title": "Get Audit Trails",
        "description": "Get Audit Trails. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/Events/GetAuditTrails' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n             \"tags\": [\n                \"EventApi\"\n             ],\n             \"summary\": \"Get Audit Trails\",\n             \"parameters\": [\n                {\n                   \"name\": \"Date\",\n                   \"in\": \"query\",\n                   \"schema\": {\n                     \"type\": \"string\",\n                     \"nullable\": true\n                   }\n                },\n                {\n                   \"name\": \"Severity\",\n                   \"in\": \"query\",\n                   \"schema\": {\n                     \"type\": \"string\",\n                     \"nullable\": true\n                   }\n                },\n                {\n                   \"name\": \"Category\",\n                   \"in\": \"query\",\n                   \"schema\": {\n                     \"type\": \"string\",\n                     \"nullable\": true\n                   }\n                },\n                {\n                   \"name\": \"User\",\n                   \"in\": \"query\",\n                   \"schema\": {\n                     \"type\": \"string\",\n                     \"nullable\": true\n                   }\n                },\n                {\n                   \"name\": \"Description\",\n                   \"in\": \"query\",\n                   \"schema\": {\n                     \"type\": \"string\",\n\n\n\n                                                                           62\n\n         \"nullable\": true\n     }\n},\n{\n     \"name\": \"Details\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"string\",\n       \"nullable\": true\n     }\n},\n{\n     \"name\": \"AssetReference.Key\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"string\",\n       \"nullable\": true\n     }\n},\n{\n     \"name\": \"AssetReference.Name\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"string\",\n       \"nullable\": true\n     }\n},\n{\n     \"name\": \"AssetReference.Type\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"$ref\": \"#/components/schemas/ElementType\"\n     }\n},\n{\n     \"name\": \"AssetReference.SubType\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"$ref\": \"#/components/schemas/NetworkElementSubType\"\n     }\n},\n{\n     \"name\": \"AssetReference.AllAssetTypeDetail\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"$ref\": \"#/components/schemas/AllAssetTypeDetail\"\n     }\n},\n{\n     \"name\": \"AssetReference.Icon\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"integer\",\n       \"format\": \"int32\"\n     }\n},\n{\n     \"name\": \"AssetReference.ParentID\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"string\",\n       \"nullable\": true\n     }\n},\n{\n     \"name\": \"AssetReference.IpAddress\",\n\n\n\n                                                              63\n\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"string\",\n       \"nullable\": true\n     }\n},\n{\n     \"name\": \"Asset\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"string\",\n       \"nullable\": true\n     }\n},\n{\n     \"name\": \"SortBy\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"string\",\n       \"nullable\": true\n     }\n},\n{\n     \"name\": \"PageNumber\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"integer\",\n       \"format\": \"int32\"\n     }\n},\n{\n     \"name\": \"PageSize\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"integer\",\n       \"format\": \"int32\"\n     }\n},\n{\n     \"name\": \"GlobalSearch\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"string\",\n       \"nullable\": true\n     }\n},\n{\n     \"name\": \"FromDate\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"string\",\n       \"nullable\": true\n     }\n},\n{\n     \"name\": \"ToDate\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"string\",\n       \"nullable\": true\n     }\n},\n{\n     \"name\": \"FromAuditTrailId\",\n     \"in\": \"query\",\n     \"schema\": {\n\n\n\n                                   64\n\n                          \"type\": \"integer\",\n                          \"format\": \"int64\"\n                      }\n                 },\n                 {\n                      \"name\": \"ToAuditTrailId\",\n                      \"in\": \"query\",\n                      \"schema\": {\n                        \"type\": \"integer\",\n                        \"format\": \"int64\"\n                      }\n                 },\n                 {\n                      \"name\": \"MinimumSeverity\",\n                      \"in\": \"query\",\n                      \"schema\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                      }\n                  }\n               ],\n               \"responses\": {\n                  \"200\": {\n                    \"description\": \"Success\",\n                    \"content\": {\n                      \"text/plain\": {\n                         \"schema\": {\n                           \"$ref\": \"#/components/schemas/AuditTrailViewWrapper\"\n                         }\n                      },\n                      \"application/json\": {\n                         \"schema\": {\n                           \"$ref\": \"#/components/schemas/AuditTrailViewWrapper\"\n                         }\n                      },\n                      \"text/json\": {\n                         \"schema\": {\n                           \"$ref\": \"#/components/schemas/AuditTrailViewWrapper\"\n                         }\n                      }\n                    }\n                  }\n               }\n           }"
      },
      {
        "method": "GET",
        "path": "/prime/webui/Events/GetAuditsIntegration",
        "title": "Get Audits for integration",
        "description": "Get Audits for integration. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/Events/GetAuditsIntegration' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n             \"tags\": [\n                \"EventApi\"\n             ],\n             \"summary\": \"Get Audits for integration\",\n             \"responses\": {\n                \"200\": {\n                  \"description\": \"Success\",\n                  \"content\": {\n                    \"text/plain\": {\n                      \"schema\": {\n\n\n                                                                                  65\n\n                                \"$ref\": \"#/components/schemas/AuditTrailViewWrapperIntegration\"\n                            }\n                          },\n                          \"application/json\": {\n                             \"schema\": {\n                               \"$ref\": \"#/components/schemas/AuditTrailViewWrapperIntegration\"\n                             }\n                          },\n                          \"text/json\": {\n                             \"schema\": {\n                               \"$ref\": \"#/components/schemas/AuditTrailViewWrapperIntegration\"\n                             }\n                          }\n                      }\n                  }\n              }\n          }"
      },
      {
        "method": "GET",
        "path": "/prime/webui/Events/GetEvents",
        "title": "Get Events",
        "description": "Get Events. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/Events/GetEvents' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n            \"tags\": [\n               \"EventApi\"\n            ],\n            \"summary\": \"Get Events\",\n            \"parameters\": [\n               {\n                  \"name\": \"Date\",\n                  \"in\": \"query\",\n                  \"schema\": {\n                    \"type\": \"string\",\n                    \"nullable\": true\n                  }\n               },\n               {\n                  \"name\": \"Severity\",\n                  \"in\": \"query\",\n                  \"schema\": {\n                    \"type\": \"string\",\n                    \"nullable\": true\n                  }\n               },\n               {\n                  \"name\": \"Category\",\n                  \"in\": \"query\",\n                  \"schema\": {\n                    \"type\": \"string\",\n                    \"nullable\": true\n                  }\n               },\n               {\n                  \"name\": \"Source\",\n                  \"in\": \"query\",\n                  \"schema\": {\n                    \"type\": \"string\",\n                    \"nullable\": true\n                  }\n               },\n\n\n                                                                                                  66\n\n{\n     \"name\": \"Description\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"string\",\n       \"nullable\": true\n     }\n},\n{\n     \"name\": \"Details\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"string\",\n       \"nullable\": true\n     }\n},\n{\n     \"name\": \"MinimumSeverity\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"string\",\n       \"nullable\": true\n     }\n},\n{\n     \"name\": \"FromDate\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"string\",\n       \"nullable\": true\n     }\n},\n{\n     \"name\": \"ToDate\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"string\",\n       \"nullable\": true\n     }\n},\n{\n     \"name\": \"PeripheralIcon\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"string\",\n       \"nullable\": true\n     }\n},\n{\n     \"name\": \"SortBy\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"string\",\n       \"nullable\": true\n     }\n},\n{\n     \"name\": \"PageNumber\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"integer\",\n       \"format\": \"int32\"\n     }\n},\n{\n     \"name\": \"PageSize\",\n\n\n\n                                  67\n\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"integer\",\n       \"format\": \"int32\"\n     }\n},\n{\n     \"name\": \"GlobalSearch\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"string\",\n       \"nullable\": true\n     }\n},\n{\n     \"name\": \"FromEventId\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"integer\",\n       \"format\": \"int64\"\n     }\n},\n{\n     \"name\": \"ToEventId\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"integer\",\n       \"format\": \"int64\"\n     }\n},\n{\n     \"name\": \"FromCreationTimeEpoch\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"integer\",\n       \"format\": \"int64\"\n     }\n},\n{\n     \"name\": \"ToCreationTimeEpoch\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"integer\",\n       \"format\": \"int64\"\n     }\n},\n{\n     \"name\": \"AssetKey\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"string\",\n       \"nullable\": true\n     }\n},\n{\n     \"name\": \"AssetName\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"string\",\n       \"nullable\": true\n     }\n},\n{\n     \"name\": \"PeripheralAssetId\",\n     \"in\": \"query\",\n     \"schema\": {\n\n\n\n                                        68\n\n                         \"type\": \"string\",\n                         \"nullable\": true\n                     }\n                 }\n               ],\n               \"responses\": {\n                  \"200\": {\n                    \"description\": \"Success\",\n                    \"content\": {\n                      \"text/plain\": {\n                         \"schema\": {\n                           \"$ref\": \"#/components/schemas/PrimeEventViewWrapper\"\n                         }\n                      },\n                      \"application/json\": {\n                         \"schema\": {\n                           \"$ref\": \"#/components/schemas/PrimeEventViewWrapper\"\n                         }\n                      },\n                      \"text/json\": {\n                         \"schema\": {\n                           \"$ref\": \"#/components/schemas/PrimeEventViewWrapper\"\n                         }\n                      }\n                    }\n                  }\n               }\n           }"
      },
      {
        "method": "GET",
        "path": "/prime/webui/Events/GetEventsIntegration",
        "title": "Get Events",
        "description": "Get Events. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/Events/GetEventsIntegration' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n             \"tags\": [\n                \"EventApi\"\n             ],\n             \"summary\": \"Get Events\",\n             \"parameters\": [\n                {\n                   \"name\": \"Date\",\n                   \"in\": \"query\",\n                   \"schema\": {\n                     \"type\": \"string\",\n                     \"nullable\": true\n                   }\n                },\n                {\n                   \"name\": \"Severity\",\n                   \"in\": \"query\",\n                   \"schema\": {\n                     \"type\": \"string\",\n                     \"nullable\": true\n                   }\n                },\n                {\n                   \"name\": \"Category\",\n                   \"in\": \"query\",\n                   \"schema\": {\n                     \"type\": \"string\",\n\n\n                                                                                  69\n\n         \"nullable\": true\n     }\n},\n{\n     \"name\": \"Source\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"string\",\n       \"nullable\": true\n     }\n},\n{\n     \"name\": \"Description\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"string\",\n       \"nullable\": true\n     }\n},\n{\n     \"name\": \"Details\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"string\",\n       \"nullable\": true\n     }\n},\n{\n     \"name\": \"MinimumSeverity\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"string\",\n       \"nullable\": true\n     }\n},\n{\n     \"name\": \"FromDate\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"string\",\n       \"nullable\": true\n     }\n},\n{\n     \"name\": \"ToDate\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"string\",\n       \"nullable\": true\n     }\n},\n{\n     \"name\": \"PeripheralIcon\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"string\",\n       \"nullable\": true\n     }\n},\n{\n     \"name\": \"SortBy\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"string\",\n       \"nullable\": true\n     }\n\n\n\n                                  70\n\n},\n{\n     \"name\": \"PageNumber\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"integer\",\n       \"format\": \"int32\"\n     }\n},\n{\n     \"name\": \"PageSize\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"integer\",\n       \"format\": \"int32\"\n     }\n},\n{\n     \"name\": \"GlobalSearch\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"string\",\n       \"nullable\": true\n     }\n},\n{\n     \"name\": \"FromEventId\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"integer\",\n       \"format\": \"int64\"\n     }\n},\n{\n     \"name\": \"ToEventId\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"integer\",\n       \"format\": \"int64\"\n     }\n},\n{\n     \"name\": \"FromCreationTimeEpoch\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"integer\",\n       \"format\": \"int64\"\n     }\n},\n{\n     \"name\": \"ToCreationTimeEpoch\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"integer\",\n       \"format\": \"int64\"\n     }\n},\n{\n     \"name\": \"AssetKey\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"string\",\n       \"nullable\": true\n     }\n},\n{\n\n\n\n                                        71\n\n                    \"name\": \"AssetName\",\n                    \"in\": \"query\",\n                    \"schema\": {\n                      \"type\": \"string\",\n                      \"nullable\": true\n                    }\n               },\n               {\n                    \"name\": \"PeripheralAssetId\",\n                    \"in\": \"query\",\n                    \"schema\": {\n                      \"type\": \"string\",\n                      \"nullable\": true\n                    }\n                }\n             ],\n             \"responses\": {\n                \"200\": {\n                  \"description\": \"Success\",\n                  \"content\": {\n                    \"text/plain\": {\n                       \"schema\": {\n                         \"$ref\": \"#/components/schemas/PrimeEventViewWrapperIntegration\"\n                       }\n                    },\n                    \"application/json\": {\n                       \"schema\": {\n                         \"$ref\": \"#/components/schemas/PrimeEventViewWrapperIntegration\"\n                       }\n                    },\n                    \"text/json\": {\n                       \"schema\": {\n                         \"$ref\": \"#/components/schemas/PrimeEventViewWrapperIntegration\"\n                       }\n                    }\n                  }\n                }\n             }\n         }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/Events/AddOrUpdateAlarmDest",
        "title": "Add or update alarm destination",
        "description": "Add or update alarm destination. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/Events/AddOrUpdateAlarmDest' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{\"$ref\":\"#/components/schemas/AlarmDestinationView\"}'",
        "spec": "\"post\": {\n           \"tags\": [\n              \"EventApi\"\n           ],\n           \"summary\": \"Add or update alarm destination\",\n           \"requestBody\": {\n              \"content\": {\n                \"application/json -patch+json\": {\n                   \"schema\": {\n                     \"$ref\": \"#/components/schemas/AlarmDestinationView\"\n                   }\n                },\n                \"application/json\": {\n                   \"schema\": {\n\n\n                                                                                           72\n\n                        \"$ref\": \"#/components/schemas/AlarmDestinationView\"\n                    }\n                  },\n                  \"text/json\": {\n                     \"schema\": {\n                       \"$ref\": \"#/components/schemas/AlarmDestinationView\"\n                     }\n                  },\n                  \"application/*+json\": {\n                     \"schema\": {\n                       \"$ref\": \"#/components/schemas/AlarmDestinationView\"\n                     }\n                  }\n                 }\n              },\n              \"responses\": {\n                 \"200\": {\n                   \"description\": \"Success\"\n                 }\n              }\n          }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/Events/ExportGetAudit",
        "title": "Export audit trail csv",
        "description": "Export audit trail csv. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/Events/ExportGetAudit' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{}'",
        "spec": "\"post\": {\n            \"tags\": [\n               \"EventApi\"\n            ],\n            \"summary\": \"Export audit trail csv\",\n            \"requestBody\": {\n               \"content\": {\n                 \"application/json -patch+json\": {\n                    \"schema\": {\n                      \"type\": \"object\",\n                      \"nullable\": true\n                    }\n                 },\n                 \"application/json\": {\n                    \"schema\": {\n                      \"type\": \"object\",\n                      \"nullable\": true\n                    }\n                 },\n                 \"text/json\": {\n                    \"schema\": {\n                      \"type\": \"object\",\n                      \"nullable\": true\n                    }\n                 },\n                 \"application/*+json\": {\n                    \"schema\": {\n                      \"type\": \"object\",\n                      \"nullable\": true\n                    }\n                 }\n               }\n\n\n                                                                              73\n\n              },\n              \"responses\": {\n                 \"200\": {\n                   \"description\": \"Success\"\n                 }\n              }\n          }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/Events/ExportGetAuditPDF/exportpdf",
        "title": "Export audit trail pdf",
        "description": "Export audit trail pdf. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/Events/ExportGetAuditPDF/exportpdf' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{}'",
        "spec": "\"post\": {\n            \"tags\": [\n               \"EventApi\"\n            ],\n            \"summary\": \"Export audit trail pdf\",\n            \"requestBody\": {\n               \"content\": {\n                 \"application/json -patch+json\": {\n                    \"schema\": {\n                      \"type\": \"object\",\n                      \"nullable\": true\n                    }\n                 },\n                 \"application/json\": {\n                    \"schema\": {\n                      \"type\": \"object\",\n                      \"nullable\": true\n                    }\n                 },\n                 \"text/json\": {\n                    \"schema\": {\n                      \"type\": \"object\",\n                      \"nullable\": true\n                    }\n                 },\n                 \"application/*+json\": {\n                    \"schema\": {\n                      \"type\": \"object\",\n                      \"nullable\": true\n                    }\n                 }\n               }\n            },\n            \"responses\": {\n               \"200\": {\n                 \"description\": \"Success\"\n               }\n            }\n          }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/Events/ExportGetEvents",
        "title": "Export events",
        "description": "",
        "curl": "",
        "spec": ""
      },
      {
        "method": "POST",
        "path": "/prime/webui/Events/ExportGetEventsPDF/exportpdf",
        "title": "Export events pdf",
        "description": "Export events pdf. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/Events/ExportGetEventsPDF/exportpdf' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{}'",
        "spec": "\"post\": {\n            \"tags\": [\n               \"EventApi\"\n            ],\n            \"summary\": \"Export events pdf\",\n            \"requestBody\": {\n               \"content\": {\n\n\n\n                                                                                         75\n\n                  \"application/json -patch+json\": {\n                     \"schema\": {\n                       \"type\": \"object\",\n                       \"nullable\": true\n                     }\n                  },\n                  \"application/json\": {\n                     \"schema\": {\n                       \"type\": \"object\",\n                       \"nullable\": true\n                     }\n                  },\n                  \"text/json\": {\n                     \"schema\": {\n                       \"type\": \"object\",\n                       \"nullable\": true\n                     }\n                  },\n                  \"application/*+json\": {\n                     \"schema\": {\n                       \"type\": \"object\",\n                       \"nullable\": true\n                     }\n                  }\n                 }\n              },\n              \"responses\": {\n                 \"200\": {\n                   \"description\": \"Success\"\n                 }\n              }\n          }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/Events/RemoveAlarmDest",
        "title": "Remove alarm destination",
        "description": "Remove alarm destination. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/Events/RemoveAlarmDest' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{}'",
        "spec": "\"post\": {\n            \"tags\": [\n               \"EventApi\"\n            ],\n            \"summary\": \"Remove alarm destination\",\n            \"requestBody\": {\n               \"content\": {\n                 \"application/json -patch+json\": {\n                    \"schema\": {\n                      \"type\": \"array\",\n                      \"items\": {\n                         \"type\": \"string\"\n                      },\n                      \"nullable\": true\n                    }\n                 },\n                 \"application/json\": {\n                    \"schema\": {\n                      \"type\": \"array\",\n                      \"items\": {\n                         \"type\": \"string\"\n\n\n                                                                            76\n\n                      },\n                      \"nullable\": true\n                     }\n                  },\n                  \"text/json\": {\n                     \"schema\": {\n                       \"type\": \"array\",\n                       \"items\": {\n                          \"type\": \"string\"\n                       },\n                       \"nullable\": true\n                     }\n                  },\n                  \"application/*+json\": {\n                     \"schema\": {\n                       \"type\": \"array\",\n                       \"items\": {\n                          \"type\": \"string\"\n                       },\n                       \"nullable\": true\n                     }\n                  }\n                 }\n              },\n              \"responses\": {\n                 \"200\": {\n                   \"description\": \"Success\"\n                 }\n              }\n          }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/Events/TestAlarmDests",
        "title": "Test alarm destination",
        "description": "Test alarm destination. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/Events/TestAlarmDests' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{}'",
        "spec": "\"post\": {\n            \"tags\": [\n               \"EventApi\"\n            ],\n            \"summary\": \"Test alarm destination\",\n            \"requestBody\": {\n               \"content\": {\n                 \"application/json -patch+json\": {\n                    \"schema\": {\n                      \"type\": \"array\",\n                      \"items\": {\n                         \"type\": \"string\"\n                      },\n                      \"nullable\": true\n                    }\n                 },\n                 \"application/json\": {\n                    \"schema\": {\n                      \"type\": \"array\",\n                      \"items\": {\n                         \"type\": \"string\"\n                      },\n                      \"nullable\": true\n\n\n                                                                           77\n\n                    }\n                 },\n                 \"text/json\": {\n                    \"schema\": {\n                      \"type\": \"array\",\n                      \"items\": {\n                         \"type\": \"string\"\n                      },\n                      \"nullable\": true\n                    }\n                 },\n                 \"application/*+json\": {\n                    \"schema\": {\n                      \"type\": \"array\",\n                      \"items\": {\n                         \"type\": \"string\"\n                      },\n                      \"nullable\": true\n                    }\n                 }\n                }\n             },\n             \"responses\": {\n                \"200\": {\n                  \"description\": \"Success\"\n                }\n             }\n         }"
      }
    ]
  },
  {
    "tag": "General",
    "endpoints": [
      {
        "method": "GET",
        "path": "/prime/webui/generalcontroller/downloaddebuglog",
        "title": "Download debug logs",
        "description": "Download debug logs. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/generalcontroller/downloaddebuglog' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n           \"tags\": [\n              \"General\"\n           ],\n           \"summary\": \"Download debug logs\",\n           \"parameters\": [\n              {\n                 \"name\": \"file\",\n                 \"in\": \"query\",\n                 \"schema\": {\n                   \"type\": \"string\",\n                   \"nullable\": true\n                 }\n              },\n              {\n                 \"name\": \"logType\",\n                 \"in\": \"query\",\n                 \"schema\": {\n                   \"type\": \"string\",\n                   \"nullable\": true\n                 }\n              },\n              {\n\n\n\n                                                                                       78\n\n                     \"name\": \"pollerName\",\n                     \"in\": \"query\",\n                     \"schema\": {\n                       \"type\": \"string\",\n                       \"nullable\": true\n                     }\n                },\n                {\n                     \"name\": \"ip\",\n                     \"in\": \"query\",\n                     \"schema\": {\n                       \"type\": \"string\",\n                       \"nullable\": true\n                     }\n                 }\n              ],\n              \"responses\": {\n                 \"200\": {\n                   \"description\": \"Success\"\n                 }\n              }\n          }"
      },
      {
        "method": "GET",
        "path": "/prime/webui/generalcontroller/getdebuglogs",
        "title": "Get debug logs",
        "description": "Get debug logs. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/generalcontroller/getdebuglogs' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n            \"tags\": [\n               \"General\"\n            ],\n            \"summary\": \"Get debug logs\",\n            \"responses\": {\n               \"200\": {\n                 \"description\": \"Success\"\n               }\n            }\n          }"
      },
      {
        "method": "GET",
        "path": "/prime/webui/generalcontroller/downloadContainerDebugLog",
        "title": "Get logs from container",
        "description": "Get logs from container. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/generalcontroller/downloadContainerDebugLog' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n            \"tags\": [\n               \"General\"\n            ],\n            \"summary\": \"Get logs from container\",\n            \"parameters\": [\n               {\n                 \"name\": \"containerModule\",\n                 \"in\": \"query\",\n                 \"schema\": {\n                   \"type\": \"string\",\n\n\n                                                                                                 79\n\n                       \"nullable\": true\n                   }\n                  }\n               ],\n               \"responses\": {\n                  \"200\": {\n                    \"description\": \"Success\"\n                  }\n               }\n           }"
      },
      {
        "method": "PUT",
        "path": "/prime/webui/generalcontroller/log",
        "title": "prime webui generalcontroller log",
        "description": "Calls PUT /prime/webui/generalcontroller/log. Use this to update data.",
        "curl": "curl -X PUT 'https://<host>/prime/webui/generalcontroller/log' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{\"$ref\":\"#/components/schemas/ServiceLogSettings\"}'",
        "spec": "\"put\": {\n             \"tags\": [\n                \"General\"\n             ],\n             \"requestBody\": {\n                \"content\": {\n                  \"application/json -patch+json\": {\n                     \"schema\": {\n                       \"$ref\": \"#/components/schemas/ServiceLogSettings\"\n                     }\n                  },\n                  \"application/json\": {\n                     \"schema\": {\n                       \"$ref\": \"#/components/schemas/ServiceLogSettings\"\n                     }\n                  },\n                  \"text/json\": {\n                     \"schema\": {\n                       \"$ref\": \"#/components/schemas/ServiceLogSettings\"\n                     }\n                  },\n                  \"application/*+json\": {\n                     \"schema\": {\n                       \"$ref\": \"#/components/schemas/ServiceLogSettings\"\n                     }\n                  }\n                }\n             },\n             \"responses\": {\n                \"200\": {\n                  \"description\": \"Success\"\n                }\n             }\n           }"
      }
    ]
  },
  {
    "tag": "GeneralConfig",
    "endpoints": [
      {
        "method": "GET",
        "path": "/prime/webui/generalconfig/exporttags",
        "title": "GET /prime/webui/generalconfig/exporttags",
        "description": "",
        "curl": "",
        "spec": ""
      },
      {
        "method": "GET",
        "path": "/prime/webui/generalconfig/GetConfigItemsByPrefix/{prefixes}",
        "title": "Get configuration items",
        "description": "Get configuration items. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/generalconfig/GetConfigItemsByPrefix/{prefixes}' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n             \"tags\": [\n                \"GeneralConfig\"\n             ],\n             \"summary\": \"Get configuration items\",\n             \"parameters\": [\n                {\n                  \"name\": \"prefixes\",\n                  \"in\": \"path\",\n                  \"required\": true,\n                  \"schema\": {\n                    \"type\": \"string\",\n                    \"nullable\": true\n                  }\n                }\n             ],\n             \"responses\": {\n                \"200\": {\n                  \"description\": \"Success\"\n                }\n             }\n           }"
      },
      {
        "method": "GET",
        "path": "/prime/webui/generalconfig/GetConfigItemsByName/{names}",
        "title": "Get configuration items",
        "description": "Get configuration items. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/generalconfig/GetConfigItemsByName/{names}' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n             \"tags\": [\n                \"GeneralConfig\"\n             ],\n             \"summary\": \"Get configuration items\",\n\n\n\n                                                                                                81\n\n               \"parameters\": [\n                  {\n                    \"name\": \"names\",\n                    \"in\": \"path\",\n                    \"required\": true,\n                    \"schema\": {\n                      \"type\": \"string\",\n                      \"nullable\": true\n                    }\n                  }\n               ],\n               \"responses\": {\n                  \"200\": {\n                    \"description\": \"Success\"\n                  }\n               }\n           }"
      },
      {
        "method": "GET",
        "path": "/prime/webui/generalconfig/GetCustomLoginConfigItems",
        "title": "Get custom login configuration items",
        "description": "Get custom login configuration items. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/generalconfig/GetCustomLoginConfigItems' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n             \"tags\": [\n                \"GeneralConfig\"\n             ],\n             \"summary\": \"Get custom login configuration items\",\n             \"responses\": {\n                \"200\": {\n                  \"description\": \"Success\"\n                }\n             }\n           }"
      },
      {
        "method": "GET",
        "path": "/prime/webui/generalconfig/geticons",
        "title": "Get icons",
        "description": "Get icons. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/generalconfig/geticons' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n             \"tags\": [\n                \"GeneralConfig\"\n             ],\n             \"summary\": \"Get icons\",\n             \"responses\": {\n                \"200\": {\n                  \"description\": \"Success\"\n                }\n             }\n           }"
      },
      {
        "method": "GET",
        "path": "/prime/webui/generalconfig/GetConfigItemsByPrefixMeraki/{prefixes}",
        "title": "GET /prime/webui/generalconfig/GetConfigItemsByPrefixMeraki/{prefixes}",
        "description": "",
        "curl": "",
        "spec": ""
      },
      {
        "method": "GET",
        "path": "/prime/webui/generalconfig/gethashtags",
        "title": "Get tags",
        "description": "Get tags. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/generalconfig/gethashtags' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n             \"tags\": [\n                \"GeneralConfig\"\n             ],\n             \"summary\": \"Get tags\",\n             \"responses\": {\n                \"200\": {\n                  \"description\": \"Success\"\n                }\n             }\n           }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/generalconfig/AddOrUpdateCACTServer",
        "title": "Add or update CACT server",
        "description": "Add or update CACT server. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/generalconfig/AddOrUpdateCACTServer' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{}'",
        "spec": "\"post\": {\n             \"tags\": [\n\n\n\n                                                                                               83\n\n                \"GeneralConfig\"\n             ],\n             \"summary\": \"Add or update CACT server\",\n             \"requestBody\": {\n                \"content\": {\n                  \"application/json -patch+json\": {\n                     \"schema\": {\n                       \"type\": \"object\",\n                       \"additionalProperties\": {\n                          \"type\": \"string\"\n                       },\n                       \"nullable\": true\n                     }\n                  },\n                  \"application/json\": {\n                     \"schema\": {\n                       \"type\": \"object\",\n                       \"additionalProperties\": {\n                          \"type\": \"string\"\n                       },\n                       \"nullable\": true\n                     }\n                  },\n                  \"text/json\": {\n                     \"schema\": {\n                       \"type\": \"object\",\n                       \"additionalProperties\": {\n                          \"type\": \"string\"\n                       },\n                       \"nullable\": true\n                     }\n                  },\n                  \"application/*+json\": {\n                     \"schema\": {\n                       \"type\": \"object\",\n                       \"additionalProperties\": {\n                          \"type\": \"string\"\n                       },\n                       \"nullable\": true\n                     }\n                  }\n                }\n             },\n             \"responses\": {\n                \"200\": {\n                  \"description\": \"Success\"\n                }\n             }\n         }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/generalconfig/AddOrUpdateISEServer",
        "title": "Add or update ISE server",
        "description": "Add or update ISE server. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/generalconfig/AddOrUpdateISEServer' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{}'",
        "spec": "\"post\": {\n           \"tags\": [\n              \"GeneralConfig\"\n           ],\n\n\n                                                                                        84\n\n             \"summary\": \"Add or update ISE server\",\n             \"requestBody\": {\n                \"content\": {\n                  \"application/json -patch+json\": {\n                     \"schema\": {\n                       \"type\": \"object\",\n                       \"additionalProperties\": {\n                          \"type\": \"string\"\n                       },\n                       \"nullable\": true\n                     }\n                  },\n                  \"application/json\": {\n                     \"schema\": {\n                       \"type\": \"object\",\n                       \"additionalProperties\": {\n                          \"type\": \"string\"\n                       },\n                       \"nullable\": true\n                     }\n                  },\n                  \"text/json\": {\n                     \"schema\": {\n                       \"type\": \"object\",\n                       \"additionalProperties\": {\n                          \"type\": \"string\"\n                       },\n                       \"nullable\": true\n                     }\n                  },\n                  \"application/*+json\": {\n                     \"schema\": {\n                       \"type\": \"object\",\n                       \"additionalProperties\": {\n                          \"type\": \"string\"\n                       },\n                       \"nullable\": true\n                     }\n                  }\n                }\n             },\n             \"responses\": {\n                \"200\": {\n                  \"description\": \"Success\"\n                }\n             }\n         }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/generalconfig/AddOrUpdateLDAPServer",
        "title": "Add or update LDAP server",
        "description": "Add or update LDAP server. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/generalconfig/AddOrUpdateLDAPServer' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{}'",
        "spec": "\"post\": {\n           \"tags\": [\n              \"GeneralConfig\"\n           ],\n           \"summary\": \"Add or update LDAP server\",\n           \"requestBody\": {\n\n\n                                                                                         85\n\n               \"content\": {\n                 \"application/json -patch+json\": {\n                    \"schema\": {\n                      \"type\": \"object\",\n                      \"additionalProperties\": {\n                         \"type\": \"string\"\n                      },\n                      \"nullable\": true\n                    }\n                 },\n                 \"application/json\": {\n                    \"schema\": {\n                      \"type\": \"object\",\n                      \"additionalProperties\": {\n                         \"type\": \"string\"\n                      },\n                      \"nullable\": true\n                    }\n                 },\n                 \"text/json\": {\n                    \"schema\": {\n                      \"type\": \"object\",\n                      \"additionalProperties\": {\n                         \"type\": \"string\"\n                      },\n                      \"nullable\": true\n                    }\n                 },\n                 \"application/*+json\": {\n                    \"schema\": {\n                      \"type\": \"object\",\n                      \"additionalProperties\": {\n                         \"type\": \"string\"\n                      },\n                      \"nullable\": true\n                    }\n                 }\n               }\n             },\n             \"responses\": {\n                \"200\": {\n                  \"description\": \"Success\"\n                }\n             }\n         }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/generalconfig/AddOrUpdateCustomLogin",
        "title": "Add or update LDAP server",
        "description": "Add or update LDAP server. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/generalconfig/AddOrUpdateCustomLogin' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{}'",
        "spec": "\"post\": {\n           \"tags\": [\n              \"GeneralConfig\"\n           ],\n           \"summary\": \"Add or update LDAP server\",\n           \"requestBody\": {\n              \"content\": {\n                \"application/json -patch+json\": {\n\n\n                                                                                          86\n\n                   \"schema\": {\n                     \"type\": \"object\",\n                     \"additionalProperties\": {\n                        \"type\": \"string\"\n                     },\n                     \"nullable\": true\n                   }\n                 },\n                 \"application/json\": {\n                    \"schema\": {\n                      \"type\": \"object\",\n                      \"additionalProperties\": {\n                         \"type\": \"string\"\n                      },\n                      \"nullable\": true\n                    }\n                 },\n                 \"text/json\": {\n                    \"schema\": {\n                      \"type\": \"object\",\n                      \"additionalProperties\": {\n                         \"type\": \"string\"\n                      },\n                      \"nullable\": true\n                    }\n                 },\n                 \"application/*+json\": {\n                    \"schema\": {\n                      \"type\": \"object\",\n                      \"additionalProperties\": {\n                         \"type\": \"string\"\n                      },\n                      \"nullable\": true\n                    }\n                 }\n                }\n             },\n             \"responses\": {\n                \"200\": {\n                  \"description\": \"Success\"\n                }\n             }\n         }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/generalconfig/AddOrUpdateLICENSEConfig",
        "title": "Add or update lisence configuration",
        "description": "Add or update lisence configuration. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/generalconfig/AddOrUpdateLICENSEConfig' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{}'",
        "spec": "\"post\": {\n           \"tags\": [\n              \"GeneralConfig\"\n           ],\n           \"summary\": \"Add or update lisence configuration\",\n           \"requestBody\": {\n              \"content\": {\n                \"application/json -patch+json\": {\n                  \"schema\": {\n                    \"type\": \"object\",\n\n\n                                                                                            87\n\n                     \"additionalProperties\": {\n                        \"type\": \"string\"\n                     },\n                     \"nullable\": true\n                    }\n                 },\n                 \"application/json\": {\n                    \"schema\": {\n                      \"type\": \"object\",\n                      \"additionalProperties\": {\n                         \"type\": \"string\"\n                      },\n                      \"nullable\": true\n                    }\n                 },\n                 \"text/json\": {\n                    \"schema\": {\n                      \"type\": \"object\",\n                      \"additionalProperties\": {\n                         \"type\": \"string\"\n                      },\n                      \"nullable\": true\n                    }\n                 },\n                 \"application/*+json\": {\n                    \"schema\": {\n                      \"type\": \"object\",\n                      \"additionalProperties\": {\n                         \"type\": \"string\"\n                      },\n                      \"nullable\": true\n                    }\n                 }\n                }\n             },\n             \"responses\": {\n                \"200\": {\n                  \"description\": \"Success\"\n                }\n             }\n         }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/generalconfig/RemoveSmtpPassword",
        "title": "Add or update smtp configuration",
        "description": "Add or update smtp configuration. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/generalconfig/RemoveSmtpPassword' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"post\": {\n           \"tags\": [\n              \"GeneralConfig\"\n           ],\n           \"summary\": \"Add or update smtp configuration\",\n           \"responses\": {\n              \"200\": {\n                \"description\": \"Success\"\n              }\n           }\n         }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/generalconfig/AddOrUpdateSMPTConfig",
        "title": "Add or update smtp configuration",
        "description": "Add or update smtp configuration. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/generalconfig/AddOrUpdateSMPTConfig' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{}'",
        "spec": "\"post\": {\n           \"tags\": [\n              \"GeneralConfig\"\n           ],\n           \"summary\": \"Add or update smtp configuration\",\n           \"requestBody\": {\n              \"content\": {\n                \"application/json -patch+json\": {\n                   \"schema\": {\n                     \"type\": \"object\",\n                     \"additionalProperties\": {\n                        \"type\": \"string\"\n                     },\n                     \"nullable\": true\n                   }\n                },\n                \"application/json\": {\n                   \"schema\": {\n                     \"type\": \"object\",\n                     \"additionalProperties\": {\n                        \"type\": \"string\"\n                     },\n                     \"nullable\": true\n                   }\n                },\n                \"text/json\": {\n                   \"schema\": {\n                     \"type\": \"object\",\n                     \"additionalProperties\": {\n                        \"type\": \"string\"\n                     },\n                     \"nullable\": true\n                   }\n                },\n                \"application/*+json\": {\n                   \"schema\": {\n                     \"type\": \"object\",\n                     \"additionalProperties\": {\n                        \"type\": \"string\"\n                     },\n                     \"nullable\": true\n                   }\n                }\n              }\n           },\n           \"responses\": {\n              \"200\": {\n                \"description\": \"Success\"\n              }\n           }\n         }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/generalconfig/addhashtags",
        "title": "POST /prime/webui/generalconfig/addhashtags",
        "description": "",
        "curl": "",
        "spec": ""
      },
      {
        "method": "POST",
        "path": "/prime/webui/generalconfig/deletehashtags",
        "title": "Delete tags",
        "description": "Delete tags. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/generalconfig/deletehashtags' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{\"$ref\":\"#/components/schemas/GatewayHashtagActionDto\"}'",
        "spec": "\"post\": {\n             \"tags\": [\n                \"GeneralConfig\"\n             ],\n             \"summary\": \"Delete tags\",\n             \"requestBody\": {\n                \"content\": {\n                  \"application/json -patch+json\": {\n                    \"schema\": {\n                      \"$ref\": \"#/components/schemas/GatewayHashtagActionDto\"\n\n\n                                                                                   90\n\n                      }\n                   },\n                   \"application/json\": {\n                      \"schema\": {\n                        \"$ref\": \"#/components/schemas/GatewayHashtagActionDto\"\n                      }\n                   },\n                   \"text/json\": {\n                      \"schema\": {\n                        \"$ref\": \"#/components/schemas/GatewayHashtagActionDto\"\n                      }\n                   },\n                   \"application/*+json\": {\n                      \"schema\": {\n                        \"$ref\": \"#/components/schemas/GatewayHashtagActionDto\"\n                      }\n                   }\n                  }\n               },\n               \"responses\": {\n                  \"200\": {\n                    \"description\": \"Success\"\n                  }\n               }\n           }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/generalconfig/importtags",
        "title": "Import tags",
        "description": "Import tags. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/generalconfig/importtags' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{}'",
        "spec": "\"post\": {\n             \"tags\": [\n                \"GeneralConfig\"\n             ],\n             \"summary\": \"Import tags\",\n             \"requestBody\": {\n                \"content\": {\n                  \"multipart/form -data\": {\n                    \"schema\": {\n                       \"type\": \"object\",\n                       \"properties\": {\n                         \"file\": {\n                           \"type\": \"string\",\n                           \"format\": \"binary\",\n                           \"nullable\": true\n                         }\n                       }\n                    },\n                    \"encoding\": {\n                       \"file\": {\n                         \"style\": \"form\"\n                       }\n                    }\n                  }\n                }\n             },\n             \"responses\": {\n                \"200\": {\n\n\n                                                                                 91\n\n                     \"description\": \"Success\"\n                 }\n             }\n         }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/generalconfig/SetServerDomainName",
        "title": "Set server domain name",
        "description": "Set server domain name. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/generalconfig/SetServerDomainName' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{}'",
        "spec": "\"post\": {\n           \"tags\": [\n              \"GeneralConfig\"\n           ],\n           \"summary\": \"Set server domain name\",\n           \"requestBody\": {\n              \"content\": {\n                \"application/json -patch+json\": {\n                   \"schema\": {\n                     \"type\": \"object\",\n                     \"additionalProperties\": {\n                        \"type\": \"string\"\n                     },\n                     \"nullable\": true\n                   }\n                },\n                \"application/json\": {\n                   \"schema\": {\n                     \"type\": \"object\",\n                     \"additionalProperties\": {\n                        \"type\": \"string\"\n                     },\n                     \"nullable\": true\n                   }\n                },\n                \"text/json\": {\n                   \"schema\": {\n                     \"type\": \"object\",\n                     \"additionalProperties\": {\n                        \"type\": \"string\"\n                     },\n                     \"nullable\": true\n                   }\n                },\n                \"application/*+json\": {\n                   \"schema\": {\n                     \"type\": \"object\",\n                     \"additionalProperties\": {\n                        \"type\": \"string\"\n                     },\n                     \"nullable\": true\n                   }\n                }\n              }\n           },\n           \"responses\": {\n              \"200\": {\n                \"description\": \"Success\"\n              }\n\n\n                                                                                       92\n\n               }\n           }"
      }
    ]
  },
  {
    "tag": "Integration",
    "endpoints": [
      {
        "method": "GET",
        "path": "/prime/webui/integration/GetIntegrationStatus/{prefixes}",
        "title": "Get integration status",
        "description": "Get integration status. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/integration/GetIntegrationStatus/{prefixes}' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n             \"tags\": [\n                \"Integration\"\n             ],\n             \"summary\": \"Get integration status\",\n             \"parameters\": [\n                {\n                  \"name\": \"prefixes\",\n                  \"in\": \"path\",\n                  \"required\": true,\n                  \"schema\": {\n                    \"type\": \"string\",\n                    \"nullable\": true\n                  }\n                }\n             ],\n             \"responses\": {\n                \"200\": {\n                  \"description\": \"Success\"\n                }\n             }\n           }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/integration/TestSysLog",
        "title": "Test syslog",
        "description": "Test syslog. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/integration/TestSysLog' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{\"$ref\":\"#/components/schemas/AlarmDestinationConnectionView\"}'",
        "spec": "\"post\": {\n             \"tags\": [\n                \"Integration\"\n             ],\n             \"summary\": \"Test syslog\",\n             \"requestBody\": {\n                \"content\": {\n                  \"application/json -patch+json\": {\n                     \"schema\": {\n                       \"$ref\": \"#/components/schemas/AlarmDestinationConnectionView\"\n                     }\n                  },\n                  \"application/json\": {\n                     \"schema\": {\n\n\n\n                                                                                                 93\n\n                         \"$ref\": \"#/components/schemas/AlarmDestinationConnectionView\"\n                     }\n                   },\n                   \"text/json\": {\n                      \"schema\": {\n                        \"$ref\": \"#/components/schemas/AlarmDestinationConnectionView\"\n                      }\n                   },\n                   \"application/*+json\": {\n                      \"schema\": {\n                        \"$ref\": \"#/components/schemas/AlarmDestinationConnectionView\"\n                      }\n                   }\n                  }\n               },\n               \"responses\": {\n                  \"200\": {\n                    \"description\": \"Success\"\n                  }\n               }\n           }"
      }
    ]
  },
  {
    "tag": "License",
    "endpoints": [
      {
        "method": "GET",
        "path": "/prime/webui/License/EulaLicensing",
        "title": "Get EULA licensing",
        "description": "Get EULA licensing. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/License/EulaLicensing' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n             \"tags\": [\n                \"License\"\n             ],\n             \"summary\": \"Get EULA licensing\",\n             \"responses\": {\n                \"200\": {\n                  \"description\": \"Success\"\n                }\n             }\n           }"
      },
      {
        "method": "GET",
        "path": "/prime/webui/License/PrimeFilesDetails",
        "title": "Get HAC -1 files details",
        "description": "Get HAC -1 files details. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/License/PrimeFilesDetails' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n             \"tags\": [\n                \"License\"\n             ],\n             \"summary\": \"Get HAC -1 files details\",\n             \"responses\": {\n                \"200\": {\n                  \"description\": \"Success\"\n\n\n\n                                                                                         94\n\n                   }\n               }\n           }"
      },
      {
        "method": "GET",
        "path": "/prime/webui/License/PrimeLicensing",
        "title": "Get HAC -1 licensing",
        "description": "Get HAC -1 licensing. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/License/PrimeLicensing' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n             \"tags\": [\n                \"License\"\n             ],\n             \"summary\": \"Get HAC -1 licensing\",\n             \"responses\": {\n                \"200\": {\n                  \"description\": \"Success\"\n                }\n             }\n           }"
      },
      {
        "method": "GET",
        "path": "/prime/webui/License/NetLicensing",
        "title": "Get NET licensing",
        "description": "Get NET licensing. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/License/NetLicensing' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n             \"tags\": [\n                \"License\"\n             ],\n             \"summary\": \"Get NET licensing\",\n             \"responses\": {\n                \"200\": {\n                  \"description\": \"Success\"\n                }\n             }\n           }"
      },
      {
        "method": "GET",
        "path": "/prime/webui/License/UsbLicensing",
        "title": "Get Usb Licensing",
        "description": "Get Usb Licensing. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/License/UsbLicensing' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n             \"tags\": [\n                \"License\"\n             ],\n             \"summary\": \"Get Usb Licensing\",\n             \"responses\": {\n                \"200\": {\n\n\n\n                                                                            95\n\n                      \"description\": \"Success\"\n                  }\n              }\n          }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/License/SaveEulaLicensing",
        "title": "Save EULA licensing",
        "description": "Save EULA licensing. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/License/SaveEulaLicensing' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{\"$ref\":\"#/components/schemas/EulaLicenseViewResource\"}'",
        "spec": "\"post\": {\n            \"tags\": [\n               \"License\"\n            ],\n            \"summary\": \"Save EULA licensing\",\n            \"requestBody\": {\n               \"content\": {\n                 \"application/json -patch+json\": {\n                    \"schema\": {\n                      \"$ref\": \"#/components/schemas/EulaLicenseViewResource\"\n                    }\n                 },\n                 \"application/json\": {\n                    \"schema\": {\n                      \"$ref\": \"#/components/schemas/EulaLicenseViewResource\"\n                    }\n                 },\n                 \"text/json\": {\n                    \"schema\": {\n                      \"$ref\": \"#/components/schemas/EulaLicenseViewResource\"\n                    }\n                 },\n                 \"application/*+json\": {\n                    \"schema\": {\n                      \"$ref\": \"#/components/schemas/EulaLicenseViewResource\"\n                    }\n                 }\n               }\n            },\n            \"responses\": {\n               \"200\": {\n                 \"description\": \"Success\"\n               }\n            }\n          }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/License/UploadPrimeLicensing",
        "title": "Upload HAC -1 licensing",
        "description": "Upload HAC -1 licensing. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/License/UploadPrimeLicensing' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{}'",
        "spec": "\"post\": {\n\n\n                                                                                  96\n\n               \"tags\": [\n                  \"License\"\n               ],\n               \"summary\": \"Upload HAC -1 licensing\",\n               \"requestBody\": {\n                  \"content\": {\n                    \"multipart/form -data\": {\n                      \"schema\": {\n                         \"type\": \"object\",\n                         \"properties\": {\n                           \"file\": {\n                             \"type\": \"string\",\n                             \"format\": \"binary\",\n                             \"nullable\": true\n                           }\n                         }\n                      },\n                      \"encoding\": {\n                         \"file\": {\n                           \"style\": \"form\"\n                         }\n                      }\n                    }\n                  }\n               },\n               \"responses\": {\n                  \"200\": {\n                    \"description\": \"Success\"\n                  }\n               }\n           }"
      }
    ]
  },
  {
    "tag": "Location",
    "endpoints": [
      {
        "method": "GET",
        "path": "/prime/webui/location",
        "title": "Get location info",
        "description": "Get location info. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/location' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n             \"tags\": [\n                \"Location\"\n             ],\n             \"summary\": \"Get location info\",\n             \"parameters\": [\n                {\n                  \"name\": \"id\",\n                  \"in\": \"query\",\n                  \"schema\": {\n                    \"type\": \"string\",\n                    \"nullable\": true\n                  }\n                }\n             ],\n             \"responses\": {\n                \"200\": {\n                  \"description\": \"Success\"\n                }\n             }\n\n\n\n                                                              97\n\n             }"
      }
    ]
  },
  {
    "tag": "Mail",
    "endpoints": [
      {
        "method": "POST",
        "path": "/prime/webui/emailNotification/SendMail",
        "title": "Send mail",
        "description": "Send mail. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/emailNotification/SendMail' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{\"$ref\":\"#/components/schemas/SmtpMailDto\"}'",
        "spec": "\"post\": {\n               \"tags\": [\n                  \"Mail\"\n               ],\n               \"summary\": \"Send mail\",\n               \"requestBody\": {\n                  \"content\": {\n                    \"application/json -patch+json\": {\n                       \"schema\": {\n                         \"$ref\": \"#/components/schemas/SmtpMailDto\"\n                       }\n                    },\n                    \"application/json\": {\n                       \"schema\": {\n                         \"$ref\": \"#/components/schemas/SmtpMailDto\"\n                       }\n                    },\n                    \"text/json\": {\n                       \"schema\": {\n                         \"$ref\": \"#/components/schemas/SmtpMailDto\"\n                       }\n                    },\n                    \"application/*+json\": {\n                       \"schema\": {\n                         \"$ref\": \"#/components/schemas/SmtpMailDto\"\n                       }\n                    }\n                  }\n               },\n               \"responses\": {\n                  \"200\": {\n                    \"description\": \"Success\"\n                  }\n               }\n             }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/emailNotification",
        "title": "Set pending email notification",
        "description": "Set pending email notification. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/emailNotification' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{}'",
        "spec": ""
      }
    ]
  },
  {
    "tag": "NetApi",
    "endpoints": [
      {
        "method": "GET",
        "path": "/prime/webui/Switches/CheckPassword",
        "title": "Check password",
        "description": "Check password. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/Switches/CheckPassword' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n             \"tags\": [\n                \"NetApi\"\n             ],\n             \"summary\": \"Check password\",\n             \"parameters\": [\n                {\n                  \"name\": \"id\",\n                  \"in\": \"query\",\n                  \"schema\": {\n                    \"type\": \"string\",\n                    \"nullable\": true\n                  }\n                }\n             ],\n             \"responses\": {\n                \"200\": {\n                  \"description\": \"Success\"\n                }\n             }\n           }"
      },
      {
        "method": "GET",
        "path": "/prime/webui/Switches/InfrastructureIDs",
        "title": "Get all Infrastructure IDs",
        "description": "Get all Infrastructure IDs. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/Switches/InfrastructureIDs' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n             \"tags\": [\n                \"NetApi\"\n             ],\n             \"summary\": \"Get all Infrastructure IDs\",\n             \"responses\": {\n                \"200\": {\n                  \"description\": \"Success\",\n                  \"content\": {\n                    \"text/plain\": {\n                       \"schema\": {\n                         \"type\": \"array\",\n                         \"items\": {\n                           \"type\": \"string\"\n                         }\n                       }\n                    },\n                    \"application/json\": {\n                       \"schema\": {\n                         \"type\": \"array\",\n                         \"items\": {\n\n\n                                                                                100\n\n                                  \"type\": \"string\"\n                              }\n                             }\n                          },\n                          \"text/json\": {\n                             \"schema\": {\n                               \"type\": \"array\",\n                               \"items\": {\n                                 \"type\": \"string\"\n                               }\n                             }\n                          }\n                      }\n                  }\n              }\n          }"
      },
      {
        "method": "GET",
        "path": "/prime/webui/Switches/Switches",
        "title": "Get all Switches",
        "description": "Get all Switches. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/Switches/Switches' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n            \"tags\": [\n               \"NetApi\"\n            ],\n            \"summary\": \"Get all Switches\",\n            \"responses\": {\n               \"200\": {\n                 \"description\": \"Success\",\n                 \"content\": {\n                   \"text/plain\": {\n                      \"schema\": {\n                        \"type\": \"array\",\n                        \"items\": {\n                          \"$ref\": \"#/components/schemas/SwitchDataViewResource\"\n                        }\n                      }\n                   },\n                   \"application/json\": {\n                      \"schema\": {\n                        \"type\": \"array\",\n                        \"items\": {\n                          \"$ref\": \"#/components/schemas/SwitchDataViewResource\"\n                        }\n                      }\n                   },\n                   \"text/json\": {\n                      \"schema\": {\n                        \"type\": \"array\",\n                        \"items\": {\n                          \"$ref\": \"#/components/schemas/SwitchDataViewResource\"\n                        }\n                      }\n                   }\n                 }\n               }\n            }\n          }"
      },
      {
        "method": "GET",
        "path": "/prime/webui/Switches/getinfradata",
        "title": "Get Infrastructure Data",
        "description": "Get Infrastructure Data. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/Switches/getinfradata' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n             \"tags\": [\n                \"NetApi\"\n             ],\n             \"summary\": \"Get Infrastructure Data\",\n             \"parameters\": [\n                {\n                  \"name\": \"InfraViewQuery\",\n                  \"in\": \"query\",\n                  \"description\": \"Dictionary of key value for search, the supported keys are\n     ipAddressIDTooltip, \\r\\n              ID, ipAddress, assignedName, ios, model, statusDescription,\n     hashtags, lastUpdatedDisplayString, protocol, \\r\\n              pollingGroupN ame, groupName,\n     pageSize, pageNumber, sortBy \\r\\n              For example if you want to get switch with \\r\\n\n     infrastructureName Floor1 and ipAddressIDTooltip 192.168.10.172 you need to send in the\n     query Ports?assignedName=Floor1&ipAddressIDTooltip =192.168.10.172.\",\n                  \"schema\": {\n                    \"type\": \"object\",\n                    \"additionalProperties\": {\n                       \"type\": \"string\"\n                    },\n                    \"description\": \"Dictionary of key value for search, the supported keys are\n     ipAddressIDTooltip, \\r\\n              ID, ipAddress, assignedName, ios, model, statusDescription,\n     hashtags, lastUpdatedDisplayString, protocol, \\r\\n              pollingGrou pName, groupName,\n     pageSize, pageNumber, sortBy \\r\\n              For example if you want to get switch with \\r\\n\n     infrastructureName Floor1 and ipAddressIDTooltip 192.168.10.172 you need to send in the\n     query Ports?assignedName=Floor1&ipAddressIDToolt ip=192.168.10.172.\",\n                    \"nullable\": true\n                  }\n                }\n             ],\n             \"responses\": {\n                \"200\": {\n                  \"description\": \"Success\",\n                  \"content\": {\n                    \"text/plain\": {\n                       \"schema\": {\n                         \"$ref\": \"#/components/schemas/NetworkInfraDataViewResourceTableWrapper\"\n                       }\n                    },\n                    \"application/json\": {\n                       \"schema\": {\n                         \"$ref\": \"#/components/schemas/NetworkInfraDataViewResourceTableWrapper\"\n                       }\n                    },\n                    \"text/json\": {\n                       \"schema\": {\n                         \"$ref\": \"#/components/schemas/NetworkInfraDataViewResourceTableWrapper\"\n                       }\n                    }\n                  }\n                }\n             }\n           }"
      },
      {
        "method": "GET",
        "path": "/prime/webui/Switches/SwitchesConnection/{switchConnectionaId}",
        "title": "GET /prime/webui/Switches/SwitchesConnection/{switchConnectionaId}",
        "description": "",
        "curl": "",
        "spec": ""
      },
      {
        "method": "GET",
        "path": "/prime/webui/Switches/getswitches",
        "title": "Get Switches",
        "description": "Get Switches. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/Switches/getswitches' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n            \"tags\": [\n               \"NetApi\"\n            ],\n            \"summary\": \"Get Switches\",\n            \"parameters\": [\n               {\n                 \"name\": \"switchesViewQuery\",\n                 \"in\": \"query\",\n                 \"description\": \"Dictionary of key value for search, the supported keys are\n    ipAddressSwitchIDTooltip, \\r\\n             switchID, ipAddress, assignedName, ios, model,\n    statusDescription, hashtags, lastUpdatedDisplayString, protocol, \\r\\n\n    pollingGroupName, groupName, pageSize, pageNumber, sortBy \\r\\n             For example if\n    you want to get switch with \\r\\n             switchName Floor1 and ipAddressSwitchIDTooltip\n    192.168.10.172 you need to send in the query\n    Ports?assignedName=Floor1&ipAddres sSwitchIDTooltip=192.168.10.172.\",\n                 \"schema\": {\n                   \"type\": \"object\",\n                   \"additionalProperties\": {\n\n\n                                                                                              103\n\n                      \"type\": \"string\"\n                   },\n                   \"description\": \"Dictionary of key value for search, the supported keys are\n    ipAddressSwitchIDTooltip, \\r\\n              switchID, ipAddress, assignedName, ios, model,\n    statusDescription, hashtags, lastUpdatedDisplayString, protocol, \\r\\n\n    pollingGroupName, groupName, pageSize, pageNumber, sortBy \\r\\n              For example if\n    you want to get switch with \\r\\n              switchName Floor1 and ipAddressSwitchIDTooltip\n    192.168.10.172 you need to send in the query\n    Ports?assignedName=Floor1&ipAddr essSwitchIDTooltip=192.168.10.172.\",\n                   \"nullable\": true\n                 }\n               }\n            ],\n            \"responses\": {\n               \"200\": {\n                 \"description\": \"Success\",\n                 \"content\": {\n                   \"text/plain\": {\n                      \"schema\": {\n                        \"$ref\": \"#/components/schemas/SwitchDataViewResourceTableWrapper\"\n                      }\n                   },\n                   \"application/json\": {\n                      \"schema\": {\n                        \"$ref\": \"#/components/schemas/SwitchDataViewResourceTableWrapper\"\n                      }\n                   },\n                   \"text/json\": {\n                      \"schema\": {\n                        \"$ref\": \"#/components/schemas/SwitchDataViewResourceTableWrapper\"\n                      }\n                   }\n                 }\n               }\n            }\n          }"
      },
      {
        "method": "GET",
        "path": "/prime/webui/Switches/SwitchesConnection",
        "title": "Get switches connections",
        "description": "Get switches connections. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/Switches/SwitchesConnection' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n            \"tags\": [\n               \"NetApi\"\n            ],\n            \"summary\": \"Get switches connections\",\n            \"responses\": {\n               \"200\": {\n                 \"description\": \"Success\"\n               }\n            }\n          }"
      },
      {
        "method": "GET",
        "path": "/prime/webui/Switches/healthcheck",
        "title": "Healthcheck",
        "description": "Healthcheck. Use this to fetch data.",
        "curl": "",
        "spec": ""
      },
      {
        "method": "GET",
        "path": "/prime/webui/Switches/apscontroller/{WlanControllerDataId}",
        "title": "prime webui Switches apscontroller WlanControllerDataId",
        "description": "Calls GET /prime/webui/Switches/apscontroller/{WlanControllerDataId}. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/Switches/apscontroller/{WlanControllerDataId}' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n             \"tags\": [\n                \"NetApi\"\n             ],\n             \"parameters\": [\n                {\n                  \"name\": \"WlanControllerDataId\",\n                  \"in\": \"path\",\n                  \"required\": true,\n                  \"schema\": {\n                    \"type\": \"string\",\n                    \"nullable\": true\n                  }\n                }\n             ],\n             \"responses\": {\n                \"200\": {\n                  \"description\": \"Success\"\n                }\n             }\n           }"
      },
      {
        "method": "GET",
        "path": "/prime/webui/Switches/CmdPorts",
        "title": "prime webui Switches CmdPorts",
        "description": "Calls GET /prime/webui/Switches/CmdPorts. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/Switches/CmdPorts' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n             \"tags\": [\n                \"NetApi\"\n             ],\n             \"responses\": {\n                \"200\": {\n                  \"description\": \"Success\"\n                }\n\n\n\n                                                                                              105\n\n               }\n           }"
      },
      {
        "method": "GET",
        "path": "/prime/webui/Switches/domainscanload",
        "title": "prime webui Switches domainscanload",
        "description": "Calls GET /prime/webui/Switches/domainscanload. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/Switches/domainscanload' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n             \"tags\": [\n                \"NetApi\"\n             ],\n             \"responses\": {\n                \"200\": {\n                  \"description\": \"Success\"\n                }\n             }\n           }"
      },
      {
        "method": "GET",
        "path": "/prime/webui/Switches/ExportFile",
        "title": "prime webui Switches ExportFile",
        "description": "Calls GET /prime/webui/Switches/ExportFile. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/Switches/ExportFile' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n             \"tags\": [\n                \"NetApi\"\n             ],\n             \"responses\": {\n                \"200\": {\n                  \"description\": \"Success\"\n                }\n             }\n           }"
      },
      {
        "method": "GET",
        "path": "/prime/webui/Switches/ExportZeroMacPDF/exportpdf",
        "title": "prime webui Switches ExportZeroMacPDF exportpdf",
        "description": "Calls GET /prime/webui/Switches/ExportZeroMacPDF/exportpdf. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/Switches/ExportZeroMacPDF/exportpdf' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{}'",
        "spec": "\"get\": {\n             \"tags\": [\n                \"NetApi\"\n             ],\n             \"requestBody\": {\n                \"content\": {\n                  \"application/json -patch+json\": {\n                    \"schema\": {\n\n\n\n                                                                                              106\n\n                       \"type\": \"object\",\n                       \"nullable\": true\n                      }\n                   },\n                   \"application/json\": {\n                      \"schema\": {\n                        \"type\": \"object\",\n                        \"nullable\": true\n                      }\n                   },\n                   \"text/json\": {\n                      \"schema\": {\n                        \"type\": \"object\",\n                        \"nullable\": true\n                      }\n                   },\n                   \"application/*+json\": {\n                      \"schema\": {\n                        \"type\": \"object\",\n                        \"nullable\": true\n                      }\n                   }\n                  }\n               },\n               \"responses\": {\n                  \"200\": {\n                    \"description\": \"Success\"\n                  }\n               }\n           }"
      },
      {
        "method": "GET",
        "path": "/prime/webui/Switches/FingerPrints",
        "title": "prime webui Switches FingerPrints",
        "description": "Calls GET /prime/webui/Switches/FingerPrints. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/Switches/FingerPrints' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n             \"tags\": [\n                \"NetApi\"\n             ],\n             \"responses\": {\n                \"200\": {\n                  \"description\": \"Success\"\n                }\n             }\n           }"
      },
      {
        "method": "GET",
        "path": "/prime/webui/Switches/GetDomains",
        "title": "prime webui Switches GetDomains",
        "description": "Calls GET /prime/webui/Switches/GetDomains. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/Switches/GetDomains' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n             \"tags\": [\n                \"NetApi\"\n             ],\n\n\n                                                                                107\n\n               \"responses\": {\n                 \"200\": {\n                   \"description\": \"Success\"\n                 }\n               }\n           }"
      },
      {
        "method": "GET",
        "path": "/prime/webui/Switches/getloggednetpollers",
        "title": "prime webui Switches getloggednetpollers",
        "description": "Calls GET /prime/webui/Switches/getloggednetpollers. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/Switches/getloggednetpollers' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n             \"tags\": [\n                \"NetApi\"\n             ],\n             \"responses\": {\n                \"200\": {\n                  \"description\": \"Success\"\n                }\n             }\n           }"
      },
      {
        "method": "GET",
        "path": "/prime/webui/Switches/GetNetworkConfigItemsByPrefix/{prefixes}",
        "title": "prime webui Switches GetNetworkConfigItemsByPrefix prefixes",
        "description": "Calls GET /prime/webui/Switches/GetNetworkConfigItemsByPrefix/{prefixes}. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/Switches/GetNetworkConfigItemsByPrefix/{prefixes}' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n             \"tags\": [\n                \"NetApi\"\n             ],\n             \"parameters\": [\n                {\n                  \"name\": \"prefixes\",\n                  \"in\": \"path\",\n                  \"required\": true,\n                  \"schema\": {\n                    \"type\": \"string\",\n                    \"nullable\": true\n                  }\n                }\n             ],\n             \"responses\": {\n                \"200\": {\n                  \"description\": \"Success\"\n                }\n             }\n           }"
      },
      {
        "method": "GET",
        "path": "/prime/webui/Switches/GetScanEnginesDomains",
        "title": "prime webui Switches GetScanEnginesDomains",
        "description": "",
        "curl": "",
        "spec": ""
      },
      {
        "method": "GET",
        "path": "/prime/webui/Switches/GetWlanControllers",
        "title": "prime webui Switches GetWlanControllers",
        "description": "Calls GET /prime/webui/Switches/GetWlanControllers. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/Switches/GetWlanControllers' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n            \"tags\": [\n               \"NetApi\"\n            ],\n            \"responses\": {\n               \"200\": {\n                 \"description\": \"Success\"\n               }\n            }\n          }"
      },
      {
        "method": "GET",
        "path": "/prime/webui/Switches/MACAddressesWithoutSepioClassification",
        "title": "prime webui Switches MACAddressesWithoutSepioClassification",
        "description": "Calls GET /prime/webui/Switches/MACAddressesWithoutSepioClassification. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/Switches/MACAddressesWithoutSepioClassification' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n            \"tags\": [\n               \"NetApi\"\n            ],\n            \"responses\": {\n               \"200\": {\n                 \"description\": \"Success\"\n               }\n            }\n          }"
      },
      {
        "method": "GET",
        "path": "/prime/webui/Switches/MacPrefixPolicies",
        "title": "prime webui Switches MacPrefixPolicies",
        "description": "Calls GET /prime/webui/Switches/MacPrefixPolicies. Use this to fetch data.",
        "curl": "",
        "spec": ""
      },
      {
        "method": "GET",
        "path": "/prime/webui/Switches/NetDebug",
        "title": "prime webui Switches NetDebug",
        "description": "Calls GET /prime/webui/Switches/NetDebug. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/Switches/NetDebug' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n             \"tags\": [\n                \"NetApi\"\n             ],\n             \"responses\": {\n                \"200\": {\n                  \"description\": \"Success\"\n                }\n             }\n           }"
      },
      {
        "method": "GET",
        "path": "/prime/webui/Switches/netpollers",
        "title": "prime webui Switches netpollers",
        "description": "Calls GET /prime/webui/Switches/netpollers. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/Switches/netpollers' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n             \"tags\": [\n                \"NetApi\"\n             ],\n             \"responses\": {\n                \"200\": {\n                  \"description\": \"Success\"\n                }\n             }\n           }"
      },
      {
        "method": "GET",
        "path": "/prime/webui/Switches/NetsClassificationSummary",
        "title": "prime webui Switches NetsClassificationSummary",
        "description": "Calls GET /prime/webui/Switches/NetsClassificationSummary. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/Switches/NetsClassificationSummary' \\\n-H 'Authorization: Bearer <token>'",
        "spec": ""
      },
      {
        "method": "GET",
        "path": "/prime/webui/Switches/NetworkPolicies",
        "title": "prime webui Switches NetworkPolicies",
        "description": "Calls GET /prime/webui/Switches/NetworkPolicies. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/Switches/NetworkPolicies' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n              \"tags\": [\n                 \"NetApi\"\n              ],\n              \"responses\": {\n                 \"200\": {\n                   \"description\": \"Success\"\n                 }\n              }\n           },"
      },
      {
        "method": "GET",
        "path": "/prime/webui/Switches/PollingGroups",
        "title": "prime webui Switches PollingGroups",
        "description": "Calls GET /prime/webui/Switches/PollingGroups. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/Switches/PollingGroups' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n             \"tags\": [\n                \"NetApi\"\n             ],\n             \"responses\": {\n                \"200\": {\n                  \"description\": \"Success\"\n                }\n             }\n           }"
      },
      {
        "method": "GET",
        "path": "/prime/webui/Switches/PollingGroups/{pollingGroupId}",
        "title": "prime webui Switches PollingGroups pollingGroupId",
        "description": "Calls GET /prime/webui/Switches/PollingGroups/{pollingGroupId}. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/Switches/PollingGroups/{pollingGroupId}' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n             \"tags\": [\n\n\n\n                                                                                              111\n\n                 \"NetApi\"\n              ],\n              \"parameters\": [\n                 {\n                   \"name\": \"pollingGroupId\",\n                   \"in\": \"path\",\n                   \"required\": true,\n                   \"schema\": {\n                     \"type\": \"string\",\n                     \"nullable\": true\n                   }\n                 }\n              ],\n              \"responses\": {\n                 \"200\": {\n                   \"description\": \"Success\"\n                 }\n              }\n          }"
      },
      {
        "method": "GET",
        "path": "/prime/webui/Switches/Ports/FilterFields",
        "title": "prime webui Switches Ports FilterFields",
        "description": "Calls GET /prime/webui/Switches/Ports/FilterFields. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/Switches/Ports/FilterFields' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n            \"tags\": [\n               \"NetApi\"\n            ],\n            \"parameters\": [\n               {\n                 \"name\": \"portViewQuery\",\n                 \"in\": \"query\",\n                 \"schema\": {\n                   \"type\": \"object\",\n                   \"additionalProperties\": {\n                      \"type\": \"string\"\n                   },\n                   \"nullable\": true\n                 }\n               }\n            ],\n            \"responses\": {\n               \"200\": {\n                 \"description\": \"Success\"\n               }\n            }\n          }"
      },
      {
        "method": "GET",
        "path": "/prime/webui/Switches/RiskInsights/PortAnomalies",
        "title": "prime webui Switches RiskInsights PortAnomalies",
        "description": "Calls GET /prime/webui/Switches/RiskInsights/PortAnomalies. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/Switches/RiskInsights/PortAnomalies' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n            \"tags\": [\n\n\n                                                                                              112\n\n                 \"NetApi\"\n              ],\n              \"parameters\": [\n                 {\n                    \"name\": \"switchDataId\",\n                    \"in\": \"path\",\n                    \"required\": true,\n                    \"schema\": {\n                      \"type\": \"string\",\n                      \"nullable\": true\n                    }\n                 },\n                 {\n                    \"name\": \"portDataId\",\n                    \"in\": \"path\",\n                    \"required\": true,\n                    \"schema\": {\n                      \"type\": \"string\",\n                      \"nullable\": true\n                    }\n                 }\n              ],\n              \"responses\": {\n                 \"200\": {\n                    \"description\": \"Success\"\n                 }\n              }\n          }"
      },
      {
        "method": "GET",
        "path": "/prime/webui/Switches/RiskInsights/VulnerableSwitch",
        "title": "prime webui Switches RiskInsights VulnerableSwitch",
        "description": "Calls GET /prime/webui/Switches/RiskInsights/VulnerableSwitch. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/Switches/RiskInsights/VulnerableSwitch' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n            \"tags\": [\n               \"NetApi\"\n            ],\n            \"parameters\": [\n               {\n                  \"name\": \"switchDataId\",\n                  \"in\": \"path\",\n                  \"required\": true,\n                  \"schema\": {\n                    \"type\": \"string\",\n                    \"nullable\": true\n                  }\n               },\n               {\n                  \"name\": \"portDataId\",\n                  \"in\": \"path\",\n                  \"required\": true,\n                  \"schema\": {\n                    \"type\": \"string\",\n                    \"nullable\": true\n                  }\n               }\n            ],\n            \"responses\": {\n               \"200\": {\n                  \"description\": \"Success\"\n\n\n                                                                                                 113\n\n                   }\n               }\n           }"
      },
      {
        "method": "GET",
        "path": "/prime/webui/Switches/scanpolicy",
        "title": "prime webui Switches scanpolicy",
        "description": "Calls GET /prime/webui/Switches/scanpolicy. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/Switches/scanpolicy' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n             \"tags\": [\n                \"NetApi\"\n             ],\n             \"responses\": {\n                \"200\": {\n                  \"description\": \"Success\"\n                }\n             }\n           }"
      },
      {
        "method": "GET",
        "path": "/prime/webui/Switches/Switches/{switchDataId}/{portDataId}",
        "title": "prime webui Switches Switches switchDataId portDataId",
        "description": "Calls GET /prime/webui/Switches/Switches/{switchDataId}/{portDataId}. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/Switches/Switches/{switchDataId}/{portDataId}' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n             \"tags\": [\n                \"NetApi\"\n             ],\n             \"parameters\": [\n                {\n                   \"name\": \"switchDataId\",\n                   \"in\": \"path\",\n                   \"required\": true,\n                   \"schema\": {\n                     \"type\": \"string\",\n                     \"nullable\": true\n                   }\n                },\n                {\n                   \"name\": \"portDataId\",\n                   \"in\": \"path\",\n                   \"required\": true,\n                   \"schema\": {\n                     \"type\": \"string\",\n                     \"nullable\": true\n                   }\n                }\n             ],\n             \"responses\": {\n                \"200\": {\n                   \"description\": \"Success\"\n                }\n             }\n           }"
      },
      {
        "method": "GET",
        "path": "/prime/webui/Switches/Wlancontrollers/info/{WlanControllerDataId}",
        "title": "prime webui Switches Wlancontrollers info WlanControllerDataId",
        "description": "Calls GET /prime/webui/Switches/Wlancontrollers/info/{WlanControllerDataId}. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/Switches/Wlancontrollers/info/{WlanControllerDataId}' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n            \"tags\": [\n               \"NetApi\"\n            ],\n            \"parameters\": [\n               {\n                 \"name\": \"WlanControllerDataId\",\n                 \"in\": \"path\",\n                 \"required\": true,\n                 \"schema\": {\n                   \"type\": \"string\",\n                   \"nullable\": true\n                 }\n               }\n            ],\n            \"responses\": {\n               \"200\": {\n                 \"description\": \"Success\"\n               }\n            }\n          }"
      },
      {
        "method": "GET",
        "path": "/prime/webui/Switches/Wlancontrollers/{WlanControllerDataId}",
        "title": "prime webui Switches Wlancontrollers WlanControllerDataId",
        "description": "Calls GET /prime/webui/Switches/Wlancontrollers/{WlanControllerDataId}. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/Switches/Wlancontrollers/{WlanControllerDataId}' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n            \"tags\": [\n               \"NetApi\"\n            ],\n            \"parameters\": [\n               {\n                 \"name\": \"WlanControllerDataId\",\n                 \"in\": \"path\",\n                 \"required\": true,\n                 \"schema\": {\n                   \"type\": \"string\",\n                   \"nullable\": true\n                 }\n               }\n            ],\n            \"responses\": {\n               \"200\": {\n                 \"description\": \"Success\"\n               }\n            }\n          }"
      },
      {
        "method": "GET",
        "path": "/prime/webui/Switches/ZeroMacPorts",
        "title": "prime webui Switches ZeroMacPorts",
        "description": "Calls GET /prime/webui/Switches/ZeroMacPorts. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/Switches/ZeroMacPorts' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n             \"tags\": [\n                \"NetApi\"\n             ],\n             \"responses\": {\n                \"200\": {\n                  \"description\": \"Success\"\n                }\n             }\n           }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/Switches/AddOrUpdatePollerNetPolicyVerification",
        "title": "Add or update net policy verification",
        "description": "Add or update net policy verification. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/Switches/AddOrUpdatePollerNetPolicyVerification' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{}'",
        "spec": "\"post\": {\n             \"tags\": [\n                \"NetApi\"\n             ],\n             \"summary\": \"Add or update net policy verification\",\n             \"requestBody\": {\n                \"content\": {\n                  \"application/json -patch+json\": {\n                     \"schema\": {\n                       \"type\": \"object\",\n                       \"additionalProperties\": {\n                          \"type\": \"string\"\n                       },\n                       \"nullable\": true\n                     }\n                  },\n                  \"application/json\": {\n                     \"schema\": {\n                       \"type\": \"object\",\n                       \"additionalProperties\": {\n                          \"type\": \"string\"\n                       },\n                       \"nullable\": true\n                     }\n                  },\n                  \"text/json\": {\n                     \"schema\": {\n                       \"type\": \"object\",\n                       \"additionalProperties\": {\n                          \"type\": \"string\"\n                       },\n                       \"nullable\": true\n                     }\n                  },\n\n\n\n                                                                                              116\n\n                 \"application/*+json\": {\n                   \"schema\": {\n                     \"type\": \"object\",\n                     \"additionalProperties\": {\n                        \"type\": \"string\"\n                     },\n                     \"nullable\": true\n                   }\n                 }\n                }\n             },\n             \"responses\": {\n                \"200\": {\n                  \"description\": \"Success\"\n                }\n             }\n         }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/Switches/AddOrUpdateNetworkPolicyToPorts",
        "title": "Add or update policy to ports",
        "description": "Add or update policy to ports. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/Switches/AddOrUpdateNetworkPolicyToPorts' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{\"$ref\":\"#/components/schemas/NetworkPolicyActionDto\"}'",
        "spec": "\"post\": {\n           \"tags\": [\n              \"NetApi\"\n           ],\n           \"summary\": \"Add or update policy to ports\",\n           \"requestBody\": {\n              \"content\": {\n                \"application/json -patch+json\": {\n                   \"schema\": {\n                     \"$ref\": \"#/components/schemas/NetworkPolicyActionDto\"\n                   }\n                },\n                \"application/json\": {\n                   \"schema\": {\n                     \"$ref\": \"#/components/schemas/NetworkPolicyActionDto\"\n                   }\n                },\n                \"text/json\": {\n                   \"schema\": {\n                     \"$ref\": \"#/components/schemas/NetworkPolicyActionDto\"\n                   }\n                },\n                \"application/*+json\": {\n                   \"schema\": {\n                     \"$ref\": \"#/components/schemas/NetworkPolicyActionDto\"\n                   }\n                }\n              }\n           },\n           \"responses\": {\n              \"200\": {\n                \"description\": \"Success\"\n              }\n           }\n         }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/Switches/AddSwitch",
        "title": "Add switch",
        "description": "Add switch. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/Switches/AddSwitch' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{\"$ref\":\"#/components/schemas/SwitchConnectionViewResource\"}'",
        "spec": "\"post\": {\n            \"tags\": [\n               \"NetApi\"\n            ],\n            \"summary\": \"Add switch\",\n            \"requestBody\": {\n               \"content\": {\n                 \"application/json -patch+json\": {\n                    \"schema\": {\n                      \"$ref\": \"#/components/schemas/SwitchConnectionViewResource\"\n                    }\n                 },\n                 \"application/json\": {\n                    \"schema\": {\n                      \"$ref\": \"#/components/schemas/SwitchConnectionViewResource\"\n                    }\n                 },\n                 \"text/json\": {\n                    \"schema\": {\n                      \"$ref\": \"#/components/schemas/SwitchConnectionViewResource\"\n                    }\n                 },\n                 \"application/*+json\": {\n                    \"schema\": {\n                      \"$ref\": \"#/components/schemas/SwitchConnectionViewResource\"\n                    }\n                 }\n               }\n            },\n            \"responses\": {\n               \"200\": {\n                 \"description\": \"Success\"\n               }\n            }\n          }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/Switches/AddSwitches",
        "title": "Add switches",
        "description": "Add switches. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/Switches/AddSwitches' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{}'",
        "spec": "\"post\": {\n            \"tags\": [\n               \"NetApi\"\n            ],\n            \"summary\": \"Add switches\",\n\n\n                                                                                    118\n\n             \"requestBody\": {\n                \"content\": {\n                  \"application/json -patch+json\": {\n                     \"schema\": {\n                       \"type\": \"array\",\n                       \"items\": {\n                          \"$ref\": \"#/components/schemas/SwitchConnectionViewResource\"\n                       },\n                       \"nullable\": true\n                     }\n                  },\n                  \"application/json\": {\n                     \"schema\": {\n                       \"type\": \"array\",\n                       \"items\": {\n                          \"$ref\": \"#/components/schemas/SwitchConnectionViewResource\"\n                       },\n                       \"nullable\": true\n                     }\n                  },\n                  \"text/json\": {\n                     \"schema\": {\n                       \"type\": \"array\",\n                       \"items\": {\n                          \"$ref\": \"#/components/schemas/SwitchConnectionViewResource\"\n                       },\n                       \"nullable\": true\n                     }\n                  },\n                  \"application/*+json\": {\n                     \"schema\": {\n                       \"type\": \"array\",\n                       \"items\": {\n                          \"$ref\": \"#/components/schemas/SwitchConnectionViewResource\"\n                       },\n                       \"nullable\": true\n                     }\n                  }\n                }\n             },\n             \"responses\": {\n                \"200\": {\n                  \"description\": \"Success\"\n                }\n             }\n         }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/Switches/CancelRemoveAlarmPort",
        "title": "Cancel Remove Alarm state and returns the port to a normal state",
        "description": "Cancel Remove Alarm state and returns the port to a normal state. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/Switches/CancelRemoveAlarmPort' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{\"$ref\":\"#/components/schemas/ZeroizePortViewResource\"}'",
        "spec": "\"post\": {\n           \"tags\": [\n              \"NetApi\"\n           ],\n           \"summary\": \"Cancel Remove Alarm state and returns the port to      a normal state\",\n           \"requestBody\": {\n              \"description\": \"\",\n\n\n                                                                                                 119\n\n               \"content\": {\n                 \"application/json -patch+json\": {\n                    \"schema\": {\n                      \"$ref\": \"#/components/schemas/ZeroizePortViewResource\"\n                    }\n                 },\n                 \"application/json\": {\n                    \"schema\": {\n                      \"$ref\": \"#/components/schemas/ZeroizePortViewResource\"\n                    }\n                 },\n                 \"text/json\": {\n                    \"schema\": {\n                      \"$ref\": \"#/components/schemas/ZeroizePortViewResource\"\n                    }\n                 },\n                 \"application/*+json\": {\n                    \"schema\": {\n                      \"$ref\": \"#/components/schemas/ZeroizePortViewResource\"\n                    }\n                 }\n               }\n             },\n             \"responses\": {\n                \"200\": {\n                  \"description\": \"Success\"\n                }\n             }\n         }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/Switches/CancelRemoveAlarmSwitch",
        "title": "Cancel Remove Alarm state and returns the switch to a normal state",
        "description": "Cancel Remove Alarm state and returns the switch to a normal state. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/Switches/CancelRemoveAlarmSwitch' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{}'",
        "spec": "\"post\": {\n           \"tags\": [\n              \"NetApi\"\n           ],\n           \"summary\": \"Cancel Remove Alarm state and returns the switch to a normal state\",\n           \"requestBody\": {\n              \"description\": \"\",\n              \"content\": {\n                \"application/json -patch+json\": {\n                   \"schema\": {\n                     \"type\": \"array\",\n                     \"items\": {\n                        \"$ref\": \"#/components/schemas/ZeroizePortViewResource\"\n                     },\n                     \"description\": \"\",\n                     \"nullable\": true\n                   }\n                },\n                \"application/json\": {\n                   \"schema\": {\n                     \"type\": \"array\",\n                     \"items\": {\n                        \"$ref\": \"#/components/schemas/ZeroizePortViewResource\"\n                     },\n\n\n                                                                                              120\n\n                     \"description\": \"\",\n                     \"nullable\": true\n                    }\n                 },\n                 \"text/json\": {\n                    \"schema\": {\n                      \"type\": \"array\",\n                      \"items\": {\n                         \"$ref\": \"#/components/schemas/ZeroizePortViewResource\"\n                      },\n                      \"description\": \"\",\n                      \"nullable\": true\n                    }\n                 },\n                 \"application/*+json\": {\n                    \"schema\": {\n                      \"type\": \"array\",\n                      \"items\": {\n                         \"$ref\": \"#/components/schemas/ZeroizePortViewResource\"\n                      },\n                      \"description\": \"\",\n                      \"nullable\": true\n                    }\n                 }\n                }\n             },\n             \"responses\": {\n                \"200\": {\n                  \"description\": \"Success\"\n                }\n             }\n         }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/Switches/CancelAcceptAlarmPort",
        "title": "Cancel the AcceptAlarm state and returns the port to a normal state.",
        "description": "Cancel the AcceptAlarm state and returns the port to a normal state. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/Switches/CancelAcceptAlarmPort' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{\"$ref\":\"#/components/schemas/AcknowledgePortViewResource\"}'",
        "spec": "\"post\": {\n           \"tags\": [\n              \"NetApi\"\n           ],\n           \"summary\": \"Cancel the AcceptAlarm state and returns the port to a normal state.\",\n           \"requestBody\": {\n              \"description\": \"\",\n              \"content\": {\n                \"application/json -patch+json\": {\n                   \"schema\": {\n                     \"$ref\": \"#/components/schemas/AcknowledgePortViewResource\"\n                   }\n                },\n                \"application/json\": {\n                   \"schema\": {\n                     \"$ref\": \"#/components/schemas/AcknowledgePortViewResource\"\n                   }\n                },\n                \"text/json\": {\n                   \"schema\": {\n                     \"$ref\": \"#/components/schemas/AcknowledgePortViewResource\"\n\n\n                                                                                            121\n\n                    }\n                 },\n                 \"application/*+json\": {\n                    \"schema\": {\n                      \"$ref\": \"#/components/schemas/AcknowledgePortViewResource\"\n                    }\n                 }\n                }\n             },\n             \"responses\": {\n                \"200\": {\n                  \"description\": \"Success\"\n                }\n             }\n         }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/Switches/CancelAcceptAlarmSwitch",
        "title": "Cancel the AcceptAlarm state and returns the switch to a normal state",
        "description": "Cancel the AcceptAlarm state and returns the switch to a normal state. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/Switches/CancelAcceptAlarmSwitch' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{}'",
        "spec": "\"post\": {\n           \"tags\": [\n              \"NetApi\"\n           ],\n           \"summary\": \"Cancel the AcceptAlarm state and returns the switch to a normal state\",\n           \"requestBody\": {\n              \"description\": \"\",\n              \"content\": {\n                \"application/json -patch+json\": {\n                   \"schema\": {\n                     \"type\": \"array\",\n                     \"items\": {\n                        \"$ref\": \"#/components/schemas/AcknowledgePortViewResource\"\n                     },\n                     \"description\": \"\",\n                     \"nullable\": true\n                   }\n                },\n                \"application/json\": {\n                   \"schema\": {\n                     \"type\": \"array\",\n                     \"items\": {\n                        \"$ref\": \"#/components/schemas/AcknowledgePortViewResource\"\n                     },\n                     \"description\": \"\",\n                     \"nullable\": true\n                   }\n                },\n                \"text/json\": {\n                   \"schema\": {\n                     \"type\": \"array\",\n                     \"items\": {\n                        \"$ref\": \"#/components/schemas/AcknowledgePortViewResource\"\n                     },\n                     \"description\": \"\",\n                     \"nullable\": true\n                   }\n                },\n\n\n                                                                                            122\n\n                 \"application/*+json\": {\n                   \"schema\": {\n                     \"type\": \"array\",\n                     \"items\": {\n                        \"$ref\": \"#/components/schemas/AcknowledgePortViewResource\"\n                     },\n                     \"description\": \"\",\n                     \"nullable\": true\n                   }\n                 }\n                }\n             },\n             \"responses\": {\n                \"200\": {\n                  \"description\": \"Success\"\n                }\n             }\n         }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/Switches/CancelDontAlarmSwitch",
        "title": "Cancel the Don't Alarm state and returns the switch to a normal state",
        "description": "Cancel the Don't Alarm state and returns the switch to a normal state. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/Switches/CancelDontAlarmSwitch' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{}'",
        "spec": "\"post\": {\n           \"tags\": [\n              \"NetApi\"\n           ],\n           \"summary\": \"Cancel the Don't Alarm state and returns the switch to a normal state\",\n           \"requestBody\": {\n              \"description\": \"\",\n              \"content\": {\n                \"application/json -patch+json\": {\n                   \"schema\": {\n                     \"type\": \"array\",\n                     \"items\": {\n                        \"$ref\": \"#/components/schemas/AuditProofPortView\"\n                     },\n                     \"description\": \"\",\n                     \"nullable\": true\n                   }\n                },\n                \"application/json\": {\n                   \"schema\": {\n                     \"type\": \"array\",\n                     \"items\": {\n                        \"$ref\": \"#/components/schemas/AuditProofPortView\"\n                     },\n                     \"description\": \"\",\n                     \"nullable\": true\n                   }\n                },\n                \"text/json\": {\n                   \"schema\": {\n                     \"type\": \"array\",\n                     \"items\": {\n                        \"$ref\": \"#/components/schemas/AuditProofPortView\"\n                     },\n                     \"description\": \"\",\n\n\n                                                                                             123\n\n                       \"nullable\": true\n                   }\n                 },\n                 \"application/*+json\": {\n                    \"schema\": {\n                      \"type\": \"array\",\n                      \"items\": {\n                         \"$ref\": \"#/components/schemas/AuditProofPortView\"\n                      },\n                      \"description\": \"\",\n                      \"nullable\": true\n                    }\n                 }\n                }\n             },\n             \"responses\": {\n                \"200\": {\n                  \"description\": \"Success\"\n                }\n             }\n         }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/Switches/CancelDontAlarmPort",
        "title": "Cancel the Don't Alarm state and returns to port to a normal state.",
        "description": "Cancel the Don't Alarm state and returns to port to a normal state. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/Switches/CancelDontAlarmPort' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{\"$ref\":\"#/components/schemas/AuditProofPortView\"}'",
        "spec": "\"post\": {\n           \"tags\": [\n              \"NetApi\"\n           ],\n           \"summary\": \"Cancel the Don't Alarm state and returns to port to a normal state.\",\n           \"requestBody\": {\n              \"description\": \"\",\n              \"content\": {\n                \"application/json -patch+json\": {\n                   \"schema\": {\n                     \"$ref\": \"#/components/schemas/AuditProofPortView\"\n                   }\n                },\n                \"application/json\": {\n                   \"schema\": {\n                     \"$ref\": \"#/components/schemas/AuditProofPortView\"\n                   }\n                },\n                \"text/json\": {\n                   \"schema\": {\n                     \"$ref\": \"#/components/schemas/AuditProofPortView\"\n                   }\n                },\n                \"application/*+json\": {\n                   \"schema\": {\n                     \"$ref\": \"#/components/schemas/AuditProofPortView\"\n                   }\n                }\n              }\n           },\n           \"responses\": {\n              \"200\": {\n\n\n                                                                                               124\n\n                     \"description\": \"Success\"\n                 }\n             }\n         }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/Switches/DeleteNetworkPolicyFromPorts",
        "title": "Delete policy from ports",
        "description": "Delete policy from ports. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/Switches/DeleteNetworkPolicyFromPorts' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{}'",
        "spec": "\"post\": {\n           \"tags\": [\n              \"NetApi\"\n           ],\n           \"summary\": \"Delete policy from ports\",\n           \"requestBody\": {\n              \"content\": {\n                \"application/json -patch+json\": {\n                   \"schema\": {\n                     \"type\": \"array\",\n                     \"items\": {\n                        \"type\": \"string\"\n                     },\n                     \"nullable\": true\n                   }\n                },\n                \"application/json\": {\n                   \"schema\": {\n                     \"type\": \"array\",\n                     \"items\": {\n                        \"type\": \"string\"\n                     },\n                     \"nullable\": true\n                   }\n                },\n                \"text/json\": {\n                   \"schema\": {\n                     \"type\": \"array\",\n                     \"items\": {\n                        \"type\": \"string\"\n                     },\n                     \"nullable\": true\n                   }\n                },\n                \"application/*+json\": {\n                   \"schema\": {\n                     \"type\": \"array\",\n                     \"items\": {\n                        \"type\": \"string\"\n                     },\n                     \"nullable\": true\n                   }\n                }\n              }\n           },\n           \"responses\": {\n              \"200\": {\n                \"description\": \"Success\"\n              }\n\n\n                                                                                           125\n\n               }\n           }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/Switches/disableport",
        "title": "Disable Ports",
        "description": "Disable Ports. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/Switches/disableport' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{\"$ref\":\"#/components/schemas/BlockPortViewResource\"}'",
        "spec": "\"post\": {\n             \"tags\": [\n                \"NetApi\"\n             ],\n             \"summary\": \"Disable Ports\",\n             \"requestBody\": {\n                \"content\": {\n                  \"application/json -patch+json\": {\n                     \"schema\": {\n                       \"$ref\": \"#/components/schemas/BlockPortViewResource\"\n                     }\n                  },\n                  \"application/json\": {\n                     \"schema\": {\n                       \"$ref\": \"#/components/schemas/BlockPortViewResource\"\n                     }\n                  },\n                  \"text/json\": {\n                     \"schema\": {\n                       \"$ref\": \"#/components/schemas/BlockPortViewResource\"\n                     }\n                  },\n                  \"application/*+json\": {\n                     \"schema\": {\n                       \"$ref\": \"#/components/schemas/BlockPortViewResource\"\n                     }\n                  }\n                }\n             },\n             \"responses\": {\n                \"200\": {\n                  \"description\": \"Success\"\n                }\n             }\n           }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/Switches/enableport",
        "title": "Enable Ports",
        "description": "Enable Ports. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/Switches/enableport' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{\"$ref\":\"#/components/schemas/BlockPortViewResource\"}'",
        "spec": "\"post\": {\n             \"tags\": [\n               \"NetApi\"\n\n\n                                                                              126\n\n               ],\n               \"summary\": \"Enable Ports\",\n               \"requestBody\": {\n                  \"content\": {\n                    \"application/json -patch+json\": {\n                       \"schema\": {\n                         \"$ref\": \"#/components/schemas/BlockPortViewResource\"\n                       }\n                    },\n                    \"application/json\": {\n                       \"schema\": {\n                         \"$ref\": \"#/components/schemas/BlockPortViewResource\"\n                       }\n                    },\n                    \"text/json\": {\n                       \"schema\": {\n                         \"$ref\": \"#/components/schemas/BlockPortViewResource\"\n                       }\n                    },\n                    \"application/*+json\": {\n                       \"schema\": {\n                         \"$ref\": \"#/components/schemas/BlockPortViewResource\"\n                       }\n                    }\n                  }\n               },\n               \"responses\": {\n                  \"200\": {\n                    \"description\": \"Success\"\n                  }\n               }\n           }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/Switches/exportinfracsv",
        "title": "Export infrastructure CSV",
        "description": "Export infrastructure CSV. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/Switches/exportinfracsv' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{}'",
        "spec": "\"post\": {\n             \"tags\": [\n                \"NetApi\"\n             ],\n             \"summary\": \"Export infrastructure CSV\",\n             \"requestBody\": {\n                \"content\": {\n                  \"application/json -patch+json\": {\n                     \"schema\": {\n                       \"type\": \"object\",\n                       \"nullable\": true\n                     }\n                  },\n                  \"application/json\": {\n                     \"schema\": {\n                       \"type\": \"object\",\n                       \"nullable\": true\n                     }\n                  },\n                  \"text/json\": {\n                     \"schema\": {\n\n\n                                                                                127\n\n                      \"type\": \"object\",\n                      \"nullable\": true\n                     }\n                  },\n                  \"application/*+json\": {\n                     \"schema\": {\n                       \"type\": \"object\",\n                       \"nullable\": true\n                     }\n                  }\n                 }\n              },\n              \"responses\": {\n                 \"200\": {\n                   \"description\": \"Success\"\n                 }\n              }\n          }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/Switches/exportinfrapdf/exportpdf",
        "title": "Export infrastructure PDF",
        "description": "Export infrastructure PDF. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/Switches/exportinfrapdf/exportpdf' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{}'",
        "spec": "\"post\": {\n            \"tags\": [\n               \"NetApi\"\n            ],\n            \"summary\": \"Export infrastructure PDF\",\n            \"requestBody\": {\n               \"content\": {\n                 \"application/json -patch+json\": {\n                    \"schema\": {\n                      \"type\": \"object\",\n                      \"nullable\": true\n                    }\n                 },\n                 \"application/json\": {\n                    \"schema\": {\n                      \"type\": \"object\",\n                      \"nullable\": true\n                    }\n                 },\n                 \"text/json\": {\n                    \"schema\": {\n                      \"type\": \"object\",\n                      \"nullable\": true\n                    }\n                 },\n                 \"application/*+json\": {\n                    \"schema\": {\n                      \"type\": \"object\",\n                      \"nullable\": true\n                    }\n                 }\n               }\n            },\n            \"responses\": {\n               \"200\": {\n\n\n                                                                                        128\n\n                      \"description\": \"Success\"\n                  }\n              }\n          }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/Switches/pollnowinfrastructure",
        "title": "Poll Infrastructure Now",
        "description": "Poll Infrastructure Now. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/Switches/pollnowinfrastructure' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{}'",
        "spec": "\"post\": {\n            \"tags\": [\n               \"NetApi\"\n            ],\n            \"summary\": \"Poll Infrastructure Now\",\n            \"requestBody\": {\n               \"description\": \"List of infrastructures ids to be polled\",\n               \"content\": {\n                 \"application/json -patch+json\": {\n                    \"schema\": {\n                      \"type\": \"array\",\n                      \"items\": {\n                         \"type\": \"string\"\n                      },\n                      \"description\": \"List of infrastructures ids to be polled\",\n                      \"nullable\": true\n                    }\n                 },\n                 \"application/json\": {\n                    \"schema\": {\n                      \"type\": \"array\",\n                      \"items\": {\n                         \"type\": \"string\"\n                      },\n                      \"description\": \"List of infrastructures ids to be polled\",\n                      \"nullable\": true\n                    }\n                 },\n                 \"text/json\": {\n                    \"schema\": {\n                      \"type\": \"array\",\n                      \"items\": {\n                         \"type\": \"string\"\n                      },\n                      \"description\": \"List of infrastructures ids to be polled\",\n                      \"nullable\": true\n                    }\n                 },\n                 \"application/*+json\": {\n                    \"schema\": {\n                      \"type\": \"array\",\n                      \"items\": {\n                         \"type\": \"string\"\n                      },\n                      \"description\": \"List of infrastructures ids to be polled\",\n                      \"nullable\": true\n                    }\n                 }\n               }\n\n\n                                                                                     129\n\n              },\n              \"responses\": {\n                 \"200\": {\n                   \"description\": \"Success\"\n                 }\n              }\n          }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/Switches/PollNowSwitch",
        "title": "Poll Switches Now",
        "description": "Poll Switches Now. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/Switches/PollNowSwitch' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{}'",
        "spec": "\"post\": {\n            \"tags\": [\n               \"NetApi\"\n            ],\n            \"summary\": \"Poll Switches Now\",\n            \"requestBody\": {\n               \"description\": \"List of switches ids to be polled\",\n               \"content\": {\n                 \"application/json -patch+json\": {\n                    \"schema\": {\n                      \"type\": \"array\",\n                      \"items\": {\n                         \"type\": \"string\"\n                      },\n                      \"description\": \"List of switches ids to be polled\",\n                      \"nullable\": true\n                    }\n                 },\n                 \"application/json\": {\n                    \"schema\": {\n                      \"type\": \"array\",\n                      \"items\": {\n                         \"type\": \"string\"\n                      },\n                      \"description\": \"List of switches ids to be polled\",\n                      \"nullable\": true\n                    }\n                 },\n                 \"text/json\": {\n                    \"schema\": {\n                      \"type\": \"array\",\n                      \"items\": {\n                         \"type\": \"string\"\n                      },\n                      \"description\": \"List of switches ids to be polled\",\n                      \"nullable\": true\n                    }\n                 },\n                 \"application/*+json\": {\n                    \"schema\": {\n                      \"type\": \"array\",\n                      \"items\": {\n                         \"type\": \"string\"\n                      },\n                      \"description\": \"List of switches ids to be polled\",\n                      \"nullable\": true\n\n\n                                                                            130\n\n                      }\n                  }\n                 }\n              },\n              \"responses\": {\n                 \"200\": {\n                   \"description\": \"Success\"\n                 }\n              }\n          }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/Switches/ActiveNetPollers",
        "title": "prime webui Switches ActiveNetPollers",
        "description": "Calls POST /prime/webui/Switches/ActiveNetPollers. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/Switches/ActiveNetPollers' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{}'",
        "spec": "\"post\": {\n            \"tags\": [\n               \"NetApi\"\n            ],\n            \"requestBody\": {\n               \"content\": {\n                 \"application/json -patch+json\": {\n                    \"schema\": {\n                      \"type\": \"array\",\n                      \"items\": {\n                         \"type\": \"string\"\n                      },\n                      \"nullable\": true\n                    }\n                 },\n                 \"application/json\": {\n                    \"schema\": {\n                      \"type\": \"array\",\n                      \"items\": {\n                         \"type\": \"string\"\n                      },\n                      \"nullable\": true\n                    }\n                 },\n                 \"text/json\": {\n                    \"schema\": {\n                      \"type\": \"array\",\n                      \"items\": {\n                         \"type\": \"string\"\n                      },\n                      \"nullable\": true\n                    }\n                 },\n                 \"application/*+json\": {\n                    \"schema\": {\n                      \"type\": \"array\",\n                      \"items\": {\n                         \"type\": \"string\"\n                      },\n                      \"nullable\": true\n                    }\n                 }\n               }\n\n\n                                                                                      131\n\n              },\n              \"responses\": {\n                 \"200\": {\n                   \"description\": \"Success\"\n                 }\n              }\n          }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/Switches/changepollerloglevel",
        "title": "prime webui Switches changepollerloglevel",
        "description": "Calls POST /prime/webui/Switches/changepollerloglevel. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/Switches/changepollerloglevel' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{\"$ref\":\"#/components/schemas/NetPollerConfigurationUpdate\"}'",
        "spec": "\"post\": {\n            \"tags\": [\n               \"NetApi\"\n            ],\n            \"requestBody\": {\n               \"content\": {\n                 \"application/json -patch+json\": {\n                    \"schema\": {\n                      \"$ref\": \"#/components/schemas/NetPollerConfigurationUpdate\"\n                    }\n                 },\n                 \"application/json\": {\n                    \"schema\": {\n                      \"$ref\": \"#/components/schemas/NetPollerConfigurationUpdate\"\n                    }\n                 },\n                 \"text/json\": {\n                    \"schema\": {\n                      \"$ref\": \"#/components/schemas/NetPollerConfigurationUpdate\"\n                    }\n                 },\n                 \"application/*+json\": {\n                    \"schema\": {\n                      \"$ref\": \"#/components/schemas/NetPollerConfigurationUpdate\"\n                    }\n                 }\n               }\n            },\n            \"responses\": {\n               \"200\": {\n                 \"description\": \"Success\"\n               }\n            }\n          }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/Switches/DeactivateNetpollers",
        "title": "prime webui Switches DeactivateNetpollers",
        "description": "Calls POST /prime/webui/Switches/DeactivateNetpollers. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/Switches/DeactivateNetpollers' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\",
        "spec": ""
      },
      {
        "method": "POST",
        "path": "/prime/webui/Switches/DeleteMacPrefixPolicy",
        "title": "prime webui Switches DeleteMacPrefixPolicy",
        "description": "Calls POST /prime/webui/Switches/DeleteMacPrefixPolicy. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/Switches/DeleteMacPrefixPolicy' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{}'",
        "spec": "\"post\": {\n\n\n\n                                                                                           133\n\n             \"tags\": [\n                \"NetApi\"\n             ],\n             \"requestBody\": {\n                \"content\": {\n                  \"application/json -patch+json\": {\n                     \"schema\": {\n                       \"type\": \"array\",\n                       \"items\": {\n                          \"$ref\": \"#/components/schemas/MacPrefixPolicyView\"\n                       },\n                       \"nullable\": true\n                     }\n                  },\n                  \"application/json\": {\n                     \"schema\": {\n                       \"type\": \"array\",\n                       \"items\": {\n                          \"$ref\": \"#/components/schemas/MacPrefixPolicyView\"\n                       },\n                       \"nullable\": true\n                     }\n                  },\n                  \"text/json\": {\n                     \"schema\": {\n                       \"type\": \"array\",\n                       \"items\": {\n                          \"$ref\": \"#/components/schemas/MacPrefixPolicyView\"\n                       },\n                       \"nullable\": true\n                     }\n                  },\n                  \"application/*+json\": {\n                     \"schema\": {\n                       \"type\": \"array\",\n                       \"items\": {\n                          \"$ref\": \"#/components/schemas/MacPrefixPolicyView\"\n                       },\n                       \"nullable\": true\n                     }\n                  }\n                }\n             },\n             \"responses\": {\n                \"200\": {\n                  \"description\": \"Success\"\n                }\n             }\n         }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/Switches/DeleteNetworkPolicy",
        "title": "prime webui Switches DeleteNetworkPolicy",
        "description": "Calls POST /prime/webui/Switches/DeleteNetworkPolicy. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/Switches/DeleteNetworkPolicy' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{\"$ref\":\"#/components/schemas/NetworkPolicyView\"}'",
        "spec": "\"post\": {\n           \"tags\": [\n              \"NetApi\"\n           ],\n\n\n                                                                                        134\n\n             \"requestBody\": {\n                \"content\": {\n                  \"application/json -patch+json\": {\n                     \"schema\": {\n                       \"$ref\": \"#/components/schemas/NetworkPolicyView\"\n                     }\n                  },\n                  \"application/json\": {\n                     \"schema\": {\n                       \"$ref\": \"#/components/schemas/NetworkPolicyView\"\n                     }\n                  },\n                  \"text/json\": {\n                     \"schema\": {\n                       \"$ref\": \"#/components/schemas/NetworkPolicyView\"\n                     }\n                  },\n                  \"application/*+json\": {\n                     \"schema\": {\n                       \"$ref\": \"#/components/schemas/NetworkPolicyView\"\n                     }\n                  }\n                }\n             },\n             \"responses\": {\n                \"200\": {\n                  \"description\": \"Success\"\n                }\n             }\n         }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/Switches/exportalarmedcsv",
        "title": "prime webui Switches exportalarmedcsv",
        "description": "Calls POST /prime/webui/Switches/exportalarmedcsv. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/Switches/exportalarmedcsv' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{}'",
        "spec": "\"post\": {\n           \"tags\": [\n              \"NetApi\"\n           ],\n           \"requestBody\": {\n              \"content\": {\n                \"application/json -patch+json\": {\n                   \"schema\": {\n                     \"type\": \"object\",\n                     \"nullable\": true\n                   }\n                },\n                \"application/json\": {\n                   \"schema\": {\n                     \"type\": \"object\",\n                     \"nullable\": true\n                   }\n                },\n                \"text/json\": {\n                   \"schema\": {\n                     \"type\": \"object\",\n                     \"nullable\": true\n                   }\n\n\n                                                                                     135\n\n                 },\n                 \"application/*+json\": {\n                    \"schema\": {\n                      \"type\": \"object\",\n                      \"nullable\": true\n                    }\n                 }\n                }\n             },\n             \"responses\": {\n                \"200\": {\n                  \"description\": \"Success\"\n                }\n             }\n         }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/Switches/ExportAlarmedPDF/exportpdf",
        "title": "prime webui Switches ExportAlarmedPDF exportpdf",
        "description": "Calls POST /prime/webui/Switches/ExportAlarmedPDF/exportpdf. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/Switches/ExportAlarmedPDF/exportpdf' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{}'",
        "spec": "\"post\": {\n           \"tags\": [\n              \"NetApi\"\n           ],\n           \"requestBody\": {\n              \"content\": {\n                \"application/json -patch+json\": {\n                   \"schema\": {\n                     \"type\": \"object\",\n                     \"nullable\": true\n                   }\n                },\n                \"application/json\": {\n                   \"schema\": {\n                     \"type\": \"object\",\n                     \"nullable\": true\n                   }\n                },\n                \"text/json\": {\n                   \"schema\": {\n                     \"type\": \"object\",\n                     \"nullable\": true\n                   }\n                },\n                \"application/*+json\": {\n                   \"schema\": {\n                     \"type\": \"object\",\n                     \"nullable\": true\n                   }\n                }\n              }\n           },\n           \"responses\": {\n              \"200\": {\n                \"description\": \"Success\"\n              }\n           }\n         }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/Switches/exportportscsv",
        "title": "prime webui Switches exportportscsv",
        "description": "Calls POST /prime/webui/Switches/exportportscsv. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/Switches/exportportscsv' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{}'",
        "spec": "\"post\": {\n            \"tags\": [\n               \"NetApi\"\n            ],\n            \"requestBody\": {\n               \"content\": {\n                 \"application/json -patch+json\": {\n                    \"schema\": {\n                      \"type\": \"object\",\n                      \"nullable\": true\n                    }\n                 },\n                 \"application/json\": {\n                    \"schema\": {\n                      \"type\": \"object\",\n                      \"nullable\": true\n                    }\n                 },\n                 \"text/json\": {\n                    \"schema\": {\n                      \"type\": \"object\",\n                      \"nullable\": true\n                    }\n                 },\n                 \"application/*+json\": {\n                    \"schema\": {\n                      \"type\": \"object\",\n                      \"nullable\": true\n                    }\n                 }\n               }\n            },\n            \"responses\": {\n               \"200\": {\n                 \"description\": \"Success\"\n               }\n            }\n          }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/Switches/exportportspdf/exportpdf",
        "title": "prime webui Switches exportportspdf exportpdf",
        "description": "Calls POST /prime/webui/Switches/exportportspdf/exportpdf. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/Switches/exportportspdf/exportpdf' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{}'",
        "spec": "\"post\": {\n            \"tags\": [\n\n\n                                                                                              137\n\n                \"NetApi\"\n             ],\n             \"requestBody\": {\n                \"content\": {\n                  \"application/json -patch+json\": {\n                     \"schema\": {\n                       \"type\": \"object\",\n                       \"nullable\": true\n                     }\n                  },\n                  \"application/json\": {\n                     \"schema\": {\n                       \"type\": \"object\",\n                       \"nullable\": true\n                     }\n                  },\n                  \"text/json\": {\n                     \"schema\": {\n                       \"type\": \"object\",\n                       \"nullable\": true\n                     }\n                  },\n                  \"application/*+json\": {\n                     \"schema\": {\n                       \"type\": \"object\",\n                       \"nullable\": true\n                     }\n                  }\n                }\n             },\n             \"responses\": {\n                \"200\": {\n                  \"description\": \"Success\"\n                }\n             }\n         }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/Switches/exportzeromaccsv",
        "title": "prime webui Switches exportzeromaccsv",
        "description": "Calls POST /prime/webui/Switches/exportzeromaccsv. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/Switches/exportzeromaccsv' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{}'",
        "spec": "\"post\": {\n           \"tags\": [\n              \"NetApi\"\n           ],\n           \"requestBody\": {\n              \"content\": {\n                \"application/json -patch+json\": {\n                   \"schema\": {\n                     \"type\": \"object\",\n                     \"nullable\": true\n                   }\n                },\n                \"application/json\": {\n                   \"schema\": {\n                     \"type\": \"object\",\n                     \"nullable\": true\n                   }\n\n\n                                                                                     138\n\n                  },\n                  \"text/json\": {\n                     \"schema\": {\n                       \"type\": \"object\",\n                       \"nullable\": true\n                     }\n                  },\n                  \"application/*+json\": {\n                     \"schema\": {\n                       \"type\": \"object\",\n                       \"nullable\": true\n                     }\n                  }\n                 }\n              },\n              \"responses\": {\n                 \"200\": {\n                   \"description\": \"Success\"\n                 }\n              }\n          }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/Switches/fetchInfrastracturesdebuglogs",
        "title": "prime webui Switches fetchInfrastracturesdebuglogs",
        "description": "Calls POST /prime/webui/Switches/fetchInfrastracturesdebuglogs. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/Switches/fetchInfrastracturesdebuglogs' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{}'",
        "spec": "\"post\": {\n            \"tags\": [\n               \"NetApi\"\n            ],\n            \"requestBody\": {\n               \"content\": {\n                 \"application/json -patch+json\": {\n                    \"schema\": {\n                      \"type\": \"array\",\n                      \"items\": {\n                         \"$ref\": \"#/components/schemas/FetchSessionLogsRequest\"\n                      },\n                      \"nullable\": true\n                    }\n                 },\n                 \"application/json\": {\n                    \"schema\": {\n                      \"type\": \"array\",\n                      \"items\": {\n                         \"$ref\": \"#/components/schemas/FetchSessionLogsRequest\"\n                      },\n                      \"nullable\": true\n                    }\n                 },\n                 \"text/json\": {\n                    \"schema\": {\n                      \"type\": \"array\",\n                      \"items\": {\n                         \"$ref\": \"#/components/schemas/FetchSessionLogsRequest\"\n                      },\n                      \"nullable\": true\n                    }\n\n\n                                                                                              139\n\n                 },\n                 \"application/*+json\": {\n                    \"schema\": {\n                      \"type\": \"array\",\n                      \"items\": {\n                         \"$ref\": \"#/components/schemas/FetchSessionLogsRequest\"\n                      },\n                      \"nullable\": true\n                    }\n                 }\n                }\n             },\n             \"responses\": {\n                \"200\": {\n                  \"description\": \"Success\"\n                }\n             }\n         }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/Switches/fetchnetpollersdebuglogs",
        "title": "prime webui Switches fetchnetpollersdebuglogs",
        "description": "Calls POST /prime/webui/Switches/fetchnetpollersdebuglogs. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/Switches/fetchnetpollersdebuglogs' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{}'",
        "spec": "\"post\": {\n           \"tags\": [\n              \"NetApi\"\n           ],\n           \"requestBody\": {\n              \"content\": {\n                \"application/json -patch+json\": {\n                   \"schema\": {\n                     \"type\": \"array\",\n                     \"items\": {\n                        \"type\": \"string\"\n                     },\n                     \"nullable\": true\n                   }\n                },\n                \"application/json\": {\n                   \"schema\": {\n                     \"type\": \"array\",\n                     \"items\": {\n                        \"type\": \"string\"\n                     },\n                     \"nullable\": true\n                   }\n                },\n                \"text/json\": {\n                   \"schema\": {\n                     \"type\": \"array\",\n                     \"items\": {\n                        \"type\": \"string\"\n                     },\n                     \"nullable\": true\n                   }\n                },\n                \"application/*+json\": {\n                   \"schema\": {\n\n\n                                                                                             140\n\n                          \"type\": \"array\",\n                          \"items\": {\n                             \"type\": \"string\"\n                          },\n                          \"nullable\": true\n                      }\n                  }\n                 }\n              },\n              \"responses\": {\n                 \"200\": {\n                   \"description\": \"Success\"\n                 }\n              }\n          }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/Switches/MacPrefixPolicies",
        "title": "prime webui Switches MacPrefixPolicies",
        "description": "Calls POST /prime/webui/Switches/MacPrefixPolicies. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/Switches/MacPrefixPolicies' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{\"$ref\":\"#/components/schemas/MacPrefixPolicyView\"}'",
        "spec": "\"post\": {\n            \"tags\": [\n               \"NetApi\"\n            ],\n            \"requestBody\": {\n               \"content\": {\n                 \"application/json -patch+json\": {\n                    \"schema\": {\n                      \"$ref\": \"#/components/schemas/MacPrefixPolicyView\"\n                    }\n                 },\n                 \"application/json\": {\n                    \"schema\": {\n                      \"$ref\": \"#/components/schemas/MacPrefixPolicyView\"\n                    }\n                 },\n                 \"text/json\": {\n                    \"schema\": {\n                      \"$ref\": \"#/components/schemas/MacPrefixPolicyView\"\n                    }\n                 },\n                 \"application/*+json\": {\n                    \"schema\": {\n                      \"$ref\": \"#/components/schemas/MacPrefixPolicyView\"\n                    }\n                 }\n               }\n            },\n            \"responses\": {\n               \"200\": {\n                 \"description\": \"Success\"\n               }\n            }\n          }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/Switches/NetworkPolicies",
        "title": "prime webui Switches NetworkPolicies",
        "description": "Calls POST /prime/webui/Switches/NetworkPolicies. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/Switches/NetworkPolicies' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{\"$ref\":\"#/components/schemas/NetworkPolicyView\"}'",
        "spec": "\"post\": {\n           \"tags\": [\n              \"NetApi\"\n           ],\n           \"requestBody\": {\n              \"content\": {\n                \"application/json -patch+json\": {\n                   \"schema\": {\n                     \"$ref\": \"#/components/schemas/NetworkPolicyView\"\n                   }\n                },\n                \"application/json\": {\n                   \"schema\": {\n                     \"$ref\": \"#/components/schemas/NetworkPolicyView\"\n                   }\n                },\n                \"text/json\": {\n                   \"schema\": {\n                     \"$ref\": \"#/components/schemas/NetworkPolicyView\"\n                   }\n                },\n                \"application/*+json\": {\n                   \"schema\": {\n                     \"$ref\": \"#/components/schemas/NetworkPolicyView\"\n                   }\n                }\n              }\n           },\n           \"responses\": {\n              \"200\": {\n                \"description\": \"Success\"\n              }\n           }\n         }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/Switches/TestMerakiConnection",
        "title": "prime webui Switches TestMerakiConnection",
        "description": "Calls POST /prime/webui/Switches/TestMerakiConnection. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/Switches/TestMerakiConnection' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{}'",
        "spec": "\"post\": {\n           \"tags\": [\n              \"NetApi\"\n           ],\n           \"requestBody\": {\n              \"content\": {\n                \"application/json -patch+json\": {\n                  \"schema\": {\n\n\n\n                                                                                         142\n\n                      \"type\": \"object\",\n                      \"additionalProperties\": {\n                         \"type\": \"string\"\n                      },\n                      \"nullable\": true\n                     }\n                  },\n                  \"application/json\": {\n                     \"schema\": {\n                       \"type\": \"object\",\n                       \"additionalProperties\": {\n                          \"type\": \"string\"\n                       },\n                       \"nullable\": true\n                     }\n                  },\n                  \"text/json\": {\n                     \"schema\": {\n                       \"type\": \"object\",\n                       \"additionalProperties\": {\n                          \"type\": \"string\"\n                       },\n                       \"nullable\": true\n                     }\n                  },\n                  \"application/*+json\": {\n                     \"schema\": {\n                       \"type\": \"object\",\n                       \"additionalProperties\": {\n                          \"type\": \"string\"\n                       },\n                       \"nullable\": true\n                     }\n                  }\n                 }\n              },\n              \"responses\": {\n                 \"200\": {\n                   \"description\": \"Success\"\n                 }\n              }\n          }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/Switches/updateInfrastructurescanpolicy",
        "title": "prime webui Switches updateInfrastructurescanpolicy",
        "description": "Calls POST /prime/webui/Switches/updateInfrastructurescanpolicy. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/Switches/updateInfrastructurescanpolicy' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{\"$ref\":\"#/components/schemas/InfrastructurePollingGroup\"}'",
        "spec": "\"post\": {\n            \"tags\": [\n               \"NetApi\"\n            ],\n            \"requestBody\": {\n               \"content\": {\n                 \"application/json -patch+json\": {\n                    \"schema\": {\n                      \"$ref\": \"#/components/schemas/InfrastructurePollingGroup\"\n                    }\n                 },\n\n\n                                                                                              143\n\n                 \"application/json\": {\n                    \"schema\": {\n                      \"$ref\": \"#/components/schemas/InfrastructurePollingGroup\"\n                    }\n                 },\n                 \"text/json\": {\n                    \"schema\": {\n                      \"$ref\": \"#/components/schemas/InfrastructurePollingGroup\"\n                    }\n                 },\n                 \"application/*+json\": {\n                    \"schema\": {\n                      \"$ref\": \"#/components/schemas/InfrastructurePollingGroup\"\n                    }\n                 }\n                }\n             },\n             \"responses\": {\n                \"200\": {\n                  \"description\": \"Success\"\n                }\n             }\n         }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/Switches/UpdateInfrastructuresDomain",
        "title": "prime webui Switches UpdateInfrastructuresDomain",
        "description": "Calls POST /prime/webui/Switches/UpdateInfrastructuresDomain. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/Switches/UpdateInfrastructuresDomain' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{\"$ref\":\"#/components/schemas/UpdateDomainQueryViewResource\"}'",
        "spec": "\"post\": {\n           \"tags\": [\n              \"NetApi\"\n           ],\n           \"requestBody\": {\n              \"content\": {\n                \"application/json -patch+json\": {\n                   \"schema\": {\n                     \"$ref\": \"#/components/schemas/UpdateDomainQueryViewResource\"\n                   }\n                },\n                \"application/json\": {\n                   \"schema\": {\n                     \"$ref\": \"#/components/schemas/UpdateDomainQueryViewResource\"\n                   }\n                },\n                \"text/json\": {\n                   \"schema\": {\n                     \"$ref\": \"#/components/schemas/UpdateDomainQueryViewResource\"\n                   }\n                },\n                \"application/*+json\": {\n                   \"schema\": {\n                     \"$ref\": \"#/components/schemas/UpdateDomainQueryViewResource\"\n                   }\n                }\n              }\n           },\n           \"responses\": {\n              \"200\": {\n\n\n                                                                                                144\n\n                     \"description\": \"Success\"\n                 }\n             }\n         }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/Switches/UpdateNetpoller",
        "title": "prime webui Switches UpdateNetpoller",
        "description": "Calls POST /prime/webui/Switches/UpdateNetpoller. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/Switches/UpdateNetpoller' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{}'",
        "spec": "\"post\": {\n           \"tags\": [\n              \"NetApi\"\n           ],\n           \"requestBody\": {\n              \"content\": {\n                \"application/json -patch+json\": {\n                   \"schema\": {\n                     \"type\": \"array\",\n                     \"items\": {\n                        \"type\": \"string\"\n                     },\n                     \"nullable\": true\n                   }\n                },\n                \"application/json\": {\n                   \"schema\": {\n                     \"type\": \"array\",\n                     \"items\": {\n                        \"type\": \"string\"\n                     },\n                     \"nullable\": true\n                   }\n                },\n                \"text/json\": {\n                   \"schema\": {\n                     \"type\": \"array\",\n                     \"items\": {\n                        \"type\": \"string\"\n                     },\n                     \"nullable\": true\n                   }\n                },\n                \"application/*+json\": {\n                   \"schema\": {\n                     \"type\": \"array\",\n                     \"items\": {\n                        \"type\": \"string\"\n                     },\n                     \"nullable\": true\n                   }\n                }\n              }\n           },\n           \"responses\": {\n              \"200\": {\n                \"description\": \"Success\"\n              }\n           }\n\n\n                                                                                    145\n\n         }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/Switches/UpdateNetpollersDomain",
        "title": "prime webui Switches UpdateNetpollersDomain",
        "description": "Calls POST /prime/webui/Switches/UpdateNetpollersDomain. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/Switches/UpdateNetpollersDomain' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{\"$ref\":\"#/components/schemas/UpdateDomainQueryViewResource\"}'",
        "spec": "\"post\": {\n           \"tags\": [\n              \"NetApi\"\n           ],\n           \"requestBody\": {\n              \"content\": {\n                \"application/json -patch+json\": {\n                   \"schema\": {\n                     \"$ref\": \"#/components/schemas/UpdateDomainQueryViewResource\"\n                   }\n                },\n                \"application/json\": {\n                   \"schema\": {\n                     \"$ref\": \"#/components/schemas/UpdateDomainQueryViewResource\"\n                   }\n                },\n                \"text/json\": {\n                   \"schema\": {\n                     \"$ref\": \"#/components/schemas/UpdateDomainQueryViewResource\"\n                   }\n                },\n                \"application/*+json\": {\n                   \"schema\": {\n                     \"$ref\": \"#/components/schemas/UpdateDomainQueryViewResource\"\n                   }\n                }\n              }\n           },\n           \"responses\": {\n              \"200\": {\n                \"description\": \"Success\"\n              }\n           }\n         }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/Switches/UpdatePollingGroup",
        "title": "prime webui Switches UpdatePollingGroup",
        "description": "Calls POST /prime/webui/Switches/UpdatePollingGroup. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/Switches/UpdatePollingGroup' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{\"$ref\":\"#/components/schemas/ScanPolicyViewResource\"}'",
        "spec": "\"post\": {\n           \"tags\": [\n              \"NetApi\"\n           ],\n           \"requestBody\": {\n\n\n                                                                                           146\n\n               \"content\": {\n                 \"application/json -patch+json\": {\n                    \"schema\": {\n                      \"$ref\": \"#/components/schemas/ScanPolicyViewResource\"\n                    }\n                 },\n                 \"application/json\": {\n                    \"schema\": {\n                      \"$ref\": \"#/components/schemas/ScanPolicyViewResource\"\n                    }\n                 },\n                 \"text/json\": {\n                    \"schema\": {\n                      \"$ref\": \"#/components/schemas/ScanPolicyViewResource\"\n                    }\n                 },\n                 \"application/*+json\": {\n                    \"schema\": {\n                      \"$ref\": \"#/components/schemas/ScanPolicyViewResource\"\n                    }\n                 }\n               }\n             },\n             \"responses\": {\n                \"200\": {\n                  \"description\": \"Success\"\n                }\n             }\n         }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/Switches/UpdateScanPolicy",
        "title": "prime webui Switches UpdateScanPolicy",
        "description": "Calls POST /prime/webui/Switches/UpdateScanPolicy. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/Switches/UpdateScanPolicy' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{\"$ref\":\"#/components/schemas/SwitchPollingGroup\"}'",
        "spec": "\"post\": {\n           \"tags\": [\n              \"NetApi\"\n           ],\n           \"requestBody\": {\n              \"content\": {\n                \"application/json -patch+json\": {\n                   \"schema\": {\n                     \"$ref\": \"#/components/schemas/SwitchPollingGroup\"\n                   }\n                },\n                \"application/json\": {\n                   \"schema\": {\n                     \"$ref\": \"#/components/schemas/SwitchPollingGroup\"\n                   }\n                },\n                \"text/json\": {\n                   \"schema\": {\n                     \"$ref\": \"#/components/schemas/SwitchPollingGroup\"\n                   }\n                },\n                \"application/*+json\": {\n                   \"schema\": {\n                     \"$ref\": \"#/components/schemas/SwitchPollingGroup\"\n\n\n                                                                                     147\n\n                      }\n                  }\n                 }\n              },\n              \"responses\": {\n                 \"200\": {\n                   \"description\": \"Success\"\n                 }\n              }\n          }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/Switches/UpdateSwitchConnection",
        "title": "prime webui Switches UpdateSwitchConnection",
        "description": "Calls POST /prime/webui/Switches/UpdateSwitchConnection. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/Switches/UpdateSwitchConnection' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{\"$ref\":\"#/components/schemas/SwitchConnectionViewResource\"}'",
        "spec": "\"post\": {\n            \"tags\": [\n               \"NetApi\"\n            ],\n            \"requestBody\": {\n               \"content\": {\n                 \"application/json -patch+json\": {\n                    \"schema\": {\n                      \"$ref\": \"#/components/schemas/SwitchConnectionViewResource\"\n                    }\n                 },\n                 \"application/json\": {\n                    \"schema\": {\n                      \"$ref\": \"#/components/schemas/SwitchConnectionViewResource\"\n                    }\n                 },\n                 \"text/json\": {\n                    \"schema\": {\n                      \"$ref\": \"#/components/schemas/SwitchConnectionViewResource\"\n                    }\n                 },\n                 \"application/*+json\": {\n                    \"schema\": {\n                      \"$ref\": \"#/components/schemas/SwitchConnectionViewResource\"\n                    }\n                 }\n               }\n            },\n            \"responses\": {\n               \"200\": {\n                 \"description\": \"Success\"\n               }\n            }\n          }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/Switches/UploadFile",
        "title": "prime webui Switches UploadFile",
        "description": "Calls POST /prime/webui/Switches/UploadFile. Use this to create data.",
        "curl": "",
        "spec": ""
      },
      {
        "method": "POST",
        "path": "/prime/webui/Switches/wlcconnection",
        "title": "prime webui Switches wlcconnection",
        "description": "Calls POST /prime/webui/Switches/wlcconnection. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/Switches/wlcconnection' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{\"$ref\":\"#/components/schemas/WifiRsWlcConnectionPostRequest\"}'",
        "spec": "\"post\": {\n            \"tags\": [\n               \"NetApi\"\n            ],\n            \"requestBody\": {\n               \"content\": {\n                 \"application/json -patch+json\": {\n                    \"schema\": {\n                      \"$ref\": \"#/components/schemas/WifiRsWlcConnectionPostRequest\"\n                    }\n                 },\n                 \"application/json\": {\n                    \"schema\": {\n                      \"$ref\": \"#/components/schemas/WifiRsWlcConnectionPostRequest\"\n                    }\n                 },\n                 \"text/json\": {\n\n\n\n                                                                                      149\n\n                     \"schema\": {\n                       \"$ref\": \"#/components/schemas/WifiRsWlcConnectionPostRequest\"\n                     }\n                   },\n                   \"application/*+json\": {\n                      \"schema\": {\n                        \"$ref\": \"#/components/schemas/WifiRsWlcConnectionPostRequest\"\n                      }\n                   }\n                  }\n               },\n               \"responses\": {\n                  \"200\": {\n                    \"description\": \"Success\"\n                  }\n               }\n          },"
      },
      {
        "method": "POST",
        "path": "/prime/webui/Switches/removeitems",
        "title": "Remove infrastructure items",
        "description": "Remove infrastructure items. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/Switches/removeitems' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{}'",
        "spec": "\"post\": {\n            \"tags\": [\n               \"NetApi\"\n            ],\n            \"summary\": \"Remove infrastructure items\",\n            \"requestBody\": {\n               \"content\": {\n                 \"application/json -patch+json\": {\n                    \"schema\": {\n                      \"type\": \"array\",\n                      \"items\": {\n                         \"type\": \"string\"\n                      },\n                      \"nullable\": true\n                    }\n                 },\n                 \"application/json\": {\n                    \"schema\": {\n                      \"type\": \"array\",\n                      \"items\": {\n                         \"type\": \"string\"\n                      },\n                      \"nullable\": true\n                    }\n                 },\n                 \"text/json\": {\n                    \"schema\": {\n                      \"type\": \"array\",\n                      \"items\": {\n                         \"type\": \"string\"\n                      },\n                      \"nullable\": true\n                    }\n                 },\n                 \"application/*+json\": {\n                    \"schema\": {\n\n\n                                                                                        150\n\n                         \"type\": \"array\",\n                         \"items\": {\n                            \"type\": \"string\"\n                         },\n                         \"nullable\": true\n                     }\n                 }\n                }\n             },\n             \"responses\": {\n                \"200\": {\n                  \"description\": \"Success\"\n                }\n             }\n         }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/Switches/DontAlarmOnPort",
        "title": "removes the port completely from monitoring by the system (added tag and the port is greyed ou",
        "description": "removes the port completely from monitoring by the system (added tag",
        "curl": "",
        "spec": ""
      },
      {
        "method": "POST",
        "path": "/prime/webui/Switches/DontAlarmOnSwitch",
        "title": "removes the switch completely from monitoring by the system (added tag and the ports are greye",
        "description": "removes the switch completely from monitoring by the system (added tag",
        "curl": "",
        "spec": ""
      },
      {
        "method": "POST",
        "path": "/prime/webui/Switches/RemoveAlarmPort",
        "title": "The alarmed port is acknowledged by admin and the alarmed state removed (added tag and red ala",
        "description": "The alarmed port is acknowledged by admin and the alarmed state",
        "curl": "",
        "spec": ""
      },
      {
        "method": "POST",
        "path": "/prime/webui/Switches/AcceptAlarmPort",
        "title": "The alarmed port is acknowledged by admin but the alarmed state remains (added tag and yellow",
        "description": "The alarmed port is acknowledged by admin but the alarmed state",
        "curl": "",
        "spec": ""
      },
      {
        "method": "POST",
        "path": "/prime/webui/Switches/RemoveAlarmSwitch",
        "title": "The alarmed switch is acknowledged by admin and the alarmed state removed (added tag and red a",
        "description": "The alarmed switch is acknowledged by admin and the alarmed state",
        "curl": "",
        "spec": ""
      },
      {
        "method": "POST",
        "path": "/prime/webui/Switches/AcceptAlarmSwitch",
        "title": "The alarmed switch is acknowledged by admin but the alarmed state remains (added tag and yello",
        "description": "The alarmed switch is acknowledged by admin but the alarmed state",
        "curl": "",
        "spec": ""
      },
      {
        "method": "PUT",
        "path": "/prime/webui/Switches/wlcconnection",
        "title": "prime webui Switches wlcconnection",
        "description": "Calls PUT /prime/webui/Switches/wlcconnection. Use this to update data.",
        "curl": "curl -X PUT 'https://<host>/prime/webui/Switches/wlcconnection' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{\"$ref\":\"#/components/schemas/WifiRsWlcConnectionUpdateRequest\"}'",
        "spec": "\"put\": {\n            \"tags\": [\n               \"NetApi\"\n            ],\n            \"requestBody\": {\n               \"content\": {\n                 \"application/json -patch+json\": {\n                    \"schema\": {\n                      \"$ref\": \"#/components/schemas/WifiRsWlcConnectionUpdateRequest\"\n                    }\n                 },\n                 \"application/json\": {\n                    \"schema\": {\n                      \"$ref\": \"#/components/schemas/WifiRsWlcConnectionUpdateRequest\"\n                    }\n                 },\n                 \"text/json\": {\n                    \"schema\": {\n                      \"$ref\": \"#/components/schemas/WifiRsWlcConnectionUpdateRequest\"\n                    }\n                 },\n                 \"application/*+json\": {\n                    \"schema\": {\n                      \"$ref\": \"#/components/schemas/WifiRsWlcConnectionUpdateRequest\"\n                    }\n                 }\n               }\n            },\n            \"responses\": {\n               \"200\": {\n                 \"description\": \"Success\"\n               }\n            }\n          }"
      }
    ]
  },
  {
    "tag": "NetsApiAnalysis",
    "endpoints": [
      {
        "method": "GET",
        "path": "/prime/webui/analyst/mac/{macAddress}",
        "title": "Get analysis data",
        "description": "Get analysis data. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/analyst/mac/{macAddress}' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n            \"tags\": [\n               \"NetsApiAnalysis\"\n            ],\n\n\n\n                                                                                        157\n\n              \"summary\": \"Get analysis data\",\n              \"parameters\": [\n                 {\n                   \"name\": \"macAddress\",\n                   \"in\": \"path\",\n                   \"required\": true,\n                   \"schema\": {\n                     \"type\": \"string\",\n                     \"nullable\": true\n                   }\n                 }\n              ],\n              \"responses\": {\n                 \"200\": {\n                   \"description\": \"Success\"\n                 }\n              }\n          }"
      }
    ]
  },
  {
    "tag": "Notification",
    "endpoints": [
      {
        "method": "GET",
        "path": "/prime/webui/systemNotification/notifications",
        "title": "Get notifications",
        "description": "Get notifications. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/systemNotification/notifications' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n            \"tags\": [\n               \"Notification\"\n            ],\n            \"summary\": \"Get notifications\",\n            \"responses\": {\n               \"200\": {\n                 \"description\": \"Success\",\n                 \"content\": {\n                   \"text/plain\": {\n                      \"schema\": {\n                        \"type\": \"array\",\n                        \"items\": {\n                          \"$ref\": \"#/components/schemas/NotificationGroupDataViewResource\"\n                        }\n                      }\n                   },\n                   \"application/json\": {\n                      \"schema\": {\n                        \"type\": \"array\",\n                        \"items\": {\n                          \"$ref\": \"#/components/schemas/NotificationGroupDataViewResource\"\n                        }\n                      }\n                   },\n                   \"text/json\": {\n                      \"schema\": {\n                        \"type\": \"array\",\n                        \"items\": {\n                          \"$ref\": \"#/components/schemas/NotificationGroupDataViewResource\"\n                        }\n                      }\n                   }\n\n\n\n                                                                                             158\n\n                       }\n                   }\n               }\n           }"
      },
      {
        "method": "GET",
        "path": "/prime/webui/systemNotification",
        "title": "Get number of notifications",
        "description": "Get number of notifications. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/systemNotification' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n             \"tags\": [\n                \"Notification\"\n             ],\n             \"summary\": \"Get number of notifications\",\n             \"responses\": {\n                \"200\": {\n                  \"description\": \"Success\",\n                  \"content\": {\n                    \"text/plain\": {\n                       \"schema\": {\n                         \"$ref\": \"#/components/schemas/NotificationsViewResource\"\n                       }\n                    },\n                    \"application/json\": {\n                       \"schema\": {\n                         \"$ref\": \"#/components/schemas/NotificationsViewResource\"\n                       }\n                    },\n                    \"text/json\": {\n                       \"schema\": {\n                         \"$ref\": \"#/components/schemas/NotificationsViewResource\"\n                       }\n                    }\n                  }\n                }\n             }\n           }"
      },
      {
        "method": "GET",
        "path": "/prime/webui/systemNotification/riskNotifications",
        "title": "Get risk notifications",
        "description": "Get risk notifications. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/systemNotification/riskNotifications' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n             \"tags\": [\n                \"Notification\"\n             ],\n             \"summary\": \"Get risk notifications\",\n             \"parameters\": [\n                {\n                  \"name\": \"riskNotificationViewQuery\",\n                  \"in\": \"query\",\n                  \"schema\": {\n                    \"type\": \"object\",\n                    \"additionalProperties\": {\n\n\n                                                                                          159\n\n                           \"type\": \"string\"\n                        },\n                        \"nullable\": true\n                    }\n                }\n              ],\n              \"responses\": {\n                 \"200\": {\n                   \"description\": \"Success\",\n                   \"content\": {\n                     \"text/plain\": {\n                        \"schema\": {\n                          \"type\": \"array\",\n                          \"items\": {\n                            \"$ref\": \"#/components/schemas/RiskNotifications\"\n                          }\n                        }\n                     },\n                     \"application/json\": {\n                        \"schema\": {\n                          \"type\": \"array\",\n                          \"items\": {\n                            \"$ref\": \"#/components/schemas/RiskNotifications\"\n                          }\n                        }\n                     },\n                     \"text/json\": {\n                        \"schema\": {\n                          \"type\": \"array\",\n                          \"items\": {\n                            \"$ref\": \"#/components/schemas/RiskNotifications\"\n                          }\n                        }\n                     }\n                   }\n                 }\n              }\n          }"
      },
      {
        "method": "GET",
        "path": "/prime/webui/systemNotification/systemHealth",
        "title": "Get system health",
        "description": "Get system health. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/systemNotification/systemHealth' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n            \"tags\": [\n               \"Notification\"\n            ],\n            \"summary\": \"Get system health\",\n            \"responses\": {\n               \"200\": {\n                 \"description\": \"Success\",\n                 \"content\": {\n                   \"text/plain\": {\n                      \"schema\": {\n                        \"$ref\": \"#/components/schemas/OperationalStatusViewResource\"\n                      }\n                   },\n                   \"application/json\": {\n                      \"schema\": {\n                        \"$ref\": \"#/components/schemas/OperationalStatusViewResource\"\n\n\n                                                                                       160\n\n                             }\n                          },\n                          \"text/json\": {\n                             \"schema\": {\n                               \"$ref\": \"#/components/schemas/OperationalStatusViewResource\"\n                             }\n                          }\n                      }\n                  }\n              }\n          }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/systemNotification/riskNotifications/dismiss",
        "title": "Dismiss risk notifications",
        "description": "Dismiss risk notifications. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/systemNotification/riskNotifications/dismiss' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{\"$ref\":\"#/components/schemas/RiskNotifications\"}'",
        "spec": "\"post\": {\n            \"tags\": [\n               \"Notification\"\n            ],\n            \"summary\": \"Dismiss risk notifications\",\n\n\n                                                                                              162\n\n              \"requestBody\": {\n                 \"content\": {\n                   \"application/json -patch+json\": {\n                      \"schema\": {\n                         \"$ref\": \"#/components/schemas/RiskNotifications\"\n                      }\n                   },\n                   \"application/json\": {\n                      \"schema\": {\n                         \"$ref\": \"#/components/schemas/RiskNotifications\"\n                      }\n                   },\n                   \"text/json\": {\n                      \"schema\": {\n                         \"$ref\": \"#/components/schemas/RiskNotifications\"\n                      }\n                   },\n                   \"application/*+json\": {\n                      \"schema\": {\n                         \"$ref\": \"#/components/schemas/RiskNotifications\"\n                      }\n                   }\n                 }\n              },\n              \"responses\": {\n                 \"200\": {\n                   \"description\": \"Success\",\n                   \"content\": {\n                      \"text/plain\": {\n                         \"schema\": {\n                           \"type\": \"boolean\"\n                         }\n                      },\n                      \"application/json\": {\n                         \"schema\": {\n                           \"type\": \"boolean\"\n                         }\n                      },\n                      \"text/json\": {\n                         \"schema\": {\n                           \"type\": \"boolean\"\n                         }\n                      }\n                   }\n                 }\n              }\n          }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/systemNotification/systemHealth/dismiss",
        "title": "Dismiss system health",
        "description": "Dismiss system health. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/systemNotification/systemHealth/dismiss' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{}'",
        "spec": "\"post\": {\n            \"tags\": [\n               \"Notification\"\n            ],\n            \"summary\": \"Dismiss system health\",\n            \"requestBody\": {\n\n\n                                                                                              163\n\n                \"content\": {\n                  \"application/json -patch+json\": {\n                     \"schema\": {\n                       \"type\": \"integer\",\n                       \"format\": \"int32\"\n                     }\n                  },\n                  \"application/json\": {\n                     \"schema\": {\n                       \"type\": \"integer\",\n                       \"format\": \"int32\"\n                     }\n                  },\n                  \"text/json\": {\n                     \"schema\": {\n                       \"type\": \"integer\",\n                       \"format\": \"int32\"\n                     }\n                  },\n                  \"application/*+json\": {\n                     \"schema\": {\n                       \"type\": \"integer\",\n                       \"format\": \"int32\"\n                     }\n                  }\n                }\n              },\n              \"responses\": {\n                 \"200\": {\n                   \"description\": \"Success\",\n                   \"content\": {\n                     \"text/plain\": {\n                        \"schema\": {\n                          \"type\": \"boolean\"\n                        }\n                     },\n                     \"application/json\": {\n                        \"schema\": {\n                          \"type\": \"boolean\"\n                        }\n                     },\n                     \"text/json\": {\n                        \"schema\": {\n                          \"type\": \"boolean\"\n                        }\n                     }\n                   }\n                 }\n              }\n          }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/systemNotification/riskNotifications/pin",
        "title": "Pin risk notifications",
        "description": "Pin risk notifications. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/systemNotification/riskNotifications/pin' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{\"$ref\":\"#/components/schemas/NotificationActionViewResource\"}'",
        "spec": "\"post\": {\n            \"tags\": [\n               \"Notification\"\n            ],\n            \"summary\": \"Pin risk notifications\",\n            \"requestBody\": {\n               \"content\": {\n                 \"application/json -patch+json\": {\n                    \"schema\": {\n                      \"$ref\": \"#/components/schemas/NotificationActionViewResource\"\n                    }\n                 },\n                 \"application/json\": {\n                    \"schema\": {\n                      \"$ref\": \"#/components/schemas/NotificationActionViewResource\"\n                    }\n                 },\n                 \"text/json\": {\n                    \"schema\": {\n                      \"$ref\": \"#/components/schemas/NotificationActionViewResource\"\n                    }\n                 },\n                 \"application/*+json\": {\n                    \"schema\": {\n                      \"$ref\": \"#/components/schemas/NotificationActionViewResource\"\n                    }\n                 }\n               }\n            },\n            \"responses\": {\n\n\n                                                                                               165\n\n                  \"200\": {\n                    \"description\": \"Success\",\n                    \"content\": {\n                      \"text/plain\": {\n                         \"schema\": {\n                           \"type\": \"boolean\"\n                         }\n                      },\n                      \"application/json\": {\n                         \"schema\": {\n                           \"type\": \"boolean\"\n                         }\n                      },\n                      \"text/json\": {\n                         \"schema\": {\n                           \"type\": \"boolean\"\n                         }\n                      }\n                    }\n                  }\n              }\n          }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/systemNotification/systemHealth/pin",
        "title": "Pin system health",
        "description": "Pin system health. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/systemNotification/systemHealth/pin' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{}'",
        "spec": "\"post\": {\n            \"tags\": [\n               \"Notification\"\n            ],\n            \"summary\": \"Pin system health\",\n            \"requestBody\": {\n               \"content\": {\n                 \"application/json -patch+json\": {\n                    \"schema\": {\n                      \"type\": \"integer\",\n                      \"format\": \"int32\"\n                    }\n                 },\n                 \"application/json\": {\n                    \"schema\": {\n                      \"type\": \"integer\",\n                      \"format\": \"int32\"\n                    }\n                 },\n                 \"text/json\": {\n                    \"schema\": {\n                      \"type\": \"integer\",\n                      \"format\": \"int32\"\n                    }\n                 },\n                 \"application/*+json\": {\n                    \"schema\": {\n                      \"type\": \"integer\",\n                      \"format\": \"int32\"\n                    }\n                 }\n\n\n                                                                                          166\n\n                 }\n              },\n              \"responses\": {\n                 \"200\": {\n                   \"description\": \"Success\",\n                   \"content\": {\n                     \"text/plain\": {\n                        \"schema\": {\n                          \"type\": \"boolean\"\n                        }\n                     },\n                     \"application/json\": {\n                        \"schema\": {\n                          \"type\": \"boolean\"\n                        }\n                     },\n                     \"text/json\": {\n                        \"schema\": {\n                          \"type\": \"boolean\"\n                        }\n                     }\n                   }\n                 }\n              }\n          }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/systemNotification/riskNotifications/read",
        "title": "Read risk notification",
        "description": "Read risk notification. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/systemNotification/riskNotifications/read' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"post\": {\n            \"tags\": [\n               \"Notification\"\n            ],\n            \"summary\": \"Read risk notification\",\n            \"responses\": {\n               \"200\": {\n                 \"description\": \"Success\",\n                 \"content\": {\n                   \"text/plain\": {\n                      \"schema\": {\n                        \"type\": \"boolean\"\n                      }\n                   },\n                   \"application/json\": {\n                      \"schema\": {\n                        \"type\": \"boolean\"\n                      }\n                   },\n                   \"text/json\": {\n                      \"schema\": {\n                        \"type\": \"boolean\"\n                      }\n                   }\n                 }\n               }\n            }\n          }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/systemNotification/systemHealth/read",
        "title": "Read system health",
        "description": "Read system health. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/systemNotification/systemHealth/read' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"post\": {\n            \"tags\": [\n               \"Notification\"\n            ],\n            \"summary\": \"Read system health\",\n            \"responses\": {\n               \"200\": {\n                 \"description\": \"Success\",\n                 \"content\": {\n                   \"text/plain\": {\n                      \"schema\": {\n                        \"type\": \"boolean\"\n                      }\n                   },\n                   \"application/json\": {\n                      \"schema\": {\n                        \"type\": \"boolean\"\n                      }\n                   },\n                   \"text/json\": {\n                      \"schema\": {\n                        \"type\": \"boolean\"\n                      }\n                   }\n                 }\n               }\n            }\n          }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/systemNotification/notifications/update",
        "title": "Update notifications",
        "description": "Update notifications. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/systemNotification/notifications/update' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{\"$ref\":\"#/components/schemas/NotificationGroupDataViewResource\"}'",
        "spec": "\"post\": {\n            \"tags\": [\n               \"Notification\"\n            ],\n            \"summary\": \"Update notifications\",\n            \"requestBody\": {\n               \"content\": {\n                 \"application/json -patch+json\": {\n                    \"schema\": {\n                      \"$ref\": \"#/components/schemas/NotificationGroupDataViewResource\"\n                    }\n                 },\n                 \"application/json\": {\n                    \"schema\": {\n                      \"$ref\": \"#/components/schemas/NotificationGroupDataViewResource\"\n                    }\n                 },\n                 \"text/json\": {\n\n\n                                                                                              169\n\n                     \"schema\": {\n                       \"$ref\": \"#/components/schemas/NotificationGroupDataViewResource\"\n                     }\n                   },\n                   \"application/*+json\": {\n                      \"schema\": {\n                        \"$ref\": \"#/components/schemas/NotificationGroupDataViewResource\"\n                      }\n                   }\n                  }\n               },\n               \"responses\": {\n                  \"200\": {\n                    \"description\": \"Success\",\n                    \"content\": {\n                      \"text/plain\": {\n                         \"schema\": {\n                           \"type\": \"array\",\n                           \"items\": {\n                             \"$ref\": \"#/components/schemas/NotificationGroupDataViewResource\"\n                           }\n                         }\n                      },\n                      \"application/json\": {\n                         \"schema\": {\n                           \"type\": \"array\",\n                           \"items\": {\n                             \"$ref\": \"#/components/schemas/NotificationGroupDataViewResource\"\n                           }\n                         }\n                      },\n                      \"text/json\": {\n                         \"schema\": {\n                           \"type\": \"array\",\n                           \"items\": {\n                             \"$ref\": \"#/components/schemas/NotificationGroupDataViewResource\"\n                           }\n                         }\n                      }\n                    }\n                  }\n               }\n           }"
      }
    ]
  },
  {
    "tag": "Peripherals",
    "endpoints": [
      {
        "method": "GET",
        "path": "/prime/webui/peripherals",
        "title": "Get Agents Peripherals",
        "description": "Get Agents Peripherals. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/peripherals' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n             \"tags\": [\n                \"Peripherals\"\n             ],\n             \"summary\": \"Get Agents Peripherals\",\n             \"parameters\": [\n                {\n                  \"name\": \"Device\",\n\n\n\n                                                                                                170\n\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"string\",\n       \"nullable\": true\n     }\n},\n{\n     \"name\": \"HostUuid\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"string\",\n       \"nullable\": true\n     }\n},\n{\n     \"name\": \"HostIdentifier\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"string\",\n       \"nullable\": true\n     }\n},\n{\n     \"name\": \"Vid\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"string\",\n       \"nullable\": true\n     }\n},\n{\n     \"name\": \"Pid\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"string\",\n       \"nullable\": true\n     }\n},\n{\n     \"name\": \"Vendor\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"string\",\n       \"nullable\": true\n     }\n},\n{\n     \"name\": \"ProductInfo\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"string\",\n       \"nullable\": true\n     }\n},\n{\n     \"name\": \"Manufacturer\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"string\",\n       \"nullable\": true\n     }\n},\n{\n     \"name\": \"SerialNumber\",\n     \"in\": \"query\",\n     \"schema\": {\n\n\n\n                                 171\n\n         \"type\": \"string\",\n         \"nullable\": true\n     }\n},\n{\n     \"name\": \"GUISerial\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"string\",\n       \"nullable\": true\n     }\n},\n{\n     \"name\": \"DevIcon\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"string\",\n       \"nullable\": true\n     }\n},\n{\n     \"name\": \"Vulnerability\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"string\",\n       \"nullable\": true\n     }\n},\n{\n     \"name\": \"Severity\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"integer\",\n       \"format\": \"int32\",\n       \"nullable\": true\n     }\n},\n{\n     \"name\": \"Hashtags\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"string\",\n       \"nullable\": true\n     }\n},\n{\n     \"name\": \"IsUnapprovedPeripheral\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"boolean\",\n       \"nullable\": true\n     }\n},\n{\n     \"name\": \"IsVulnerablePeripheral\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"boolean\",\n       \"nullable\": true\n     }\n},\n{\n     \"name\": \"IsKnownAttackTool\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"boolean\",\n\n\n\n                                         172\n\n           \"nullable\": true\n       }\n  },\n  {\n       \"name\": \"FlappingStartTime\",\n       \"in\": \"query\",\n       \"schema\": {\n         \"type\": \"string\",\n         \"format\": \"date -time\",\n         \"nullable\": true\n       }\n  },\n  {\n       \"name\": \"SortBy\",\n       \"in\": \"query\",\n       \"schema\": {\n         \"type\": \"string\",\n         \"nullable\": true\n       }\n  },\n  {\n       \"name\": \"PageSize\",\n       \"in\": \"query\",\n       \"schema\": {\n         \"type\": \"integer\",\n         \"format\": \"int32\"\n       }\n  },\n  {\n       \"name\": \"PageNumber\",\n       \"in\": \"query\",\n       \"schema\": {\n         \"type\": \"integer\",\n         \"format\": \"int32\"\n       }\n  },\n  {\n       \"name\": \"GlobalSearch\",\n       \"in\": \"query\",\n       \"schema\": {\n         \"type\": \"string\",\n         \"nullable\": true\n       }\n   }\n],\n\"responses\": {\n   \"200\": {\n     \"description\": \"Success\",\n     \"content\": {\n       \"text/plain\": {\n          \"schema\": {\n            \"$ref\": \"#/components/schemas/PeripheralViewDataWrapper\"\n          }\n       },\n       \"application/json\": {\n          \"schema\": {\n            \"$ref\": \"#/components/schemas/PeripheralViewDataWrapper\"\n          }\n       },\n       \"text/json\": {\n          \"schema\": {\n            \"$ref\": \"#/components/schemas/PeripheralViewDataWrapper\"\n          }\n       }\n     }\n   }\n\n\n\n                                                                       173\n\n               }\n           }"
      },
      {
        "method": "GET",
        "path": "/prime/webui/peripherals/{uuid}",
        "title": "Get the peripherals of agent",
        "description": "Get the peripherals of agent. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/peripherals/{uuid}' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n             \"tags\": [\n                \"Peripherals\"\n             ],\n             \"summary\": \"Get the peripherals of agent\",\n             \"parameters\": [\n                {\n                   \"name\": \"uuid\",\n                   \"in\": \"path\",\n                   \"description\": \"Agent ID\",\n                   \"required\": true,\n                   \"schema\": {\n                     \"type\": \"string\",\n                     \"description\": \"Agent ID\",\n                     \"nullable\": true\n                   }\n                },\n                {\n                   \"name\": \"Device\",\n                   \"in\": \"query\",\n                   \"schema\": {\n                     \"type\": \"string\",\n                     \"nullable\": true\n                   }\n                },\n                {\n                   \"name\": \"HostUuid\",\n                   \"in\": \"query\",\n                   \"schema\": {\n                     \"type\": \"string\",\n                     \"nullable\": true\n                   }\n                },\n                {\n                   \"name\": \"HostIdentifier\",\n                   \"in\": \"query\",\n                   \"schema\": {\n                     \"type\": \"string\",\n                     \"nullable\": true\n                   }\n                },\n                {\n                   \"name\": \"Vid\",\n                   \"in\": \"query\",\n                   \"schema\": {\n                     \"type\": \"string\",\n                     \"nullable\": true\n                   }\n                },\n                {\n                   \"name\": \"Pid\",\n                   \"in\": \"query\",\n                   \"schema\": {\n\n\n                                                                        174\n\n         \"type\": \"string\",\n         \"nullable\": true\n     }\n},\n{\n     \"name\": \"Vendor\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"string\",\n       \"nullable\": true\n     }\n},\n{\n     \"name\": \"ProductInfo\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"string\",\n       \"nullable\": true\n     }\n},\n{\n     \"name\": \"Manufacturer\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"string\",\n       \"nullable\": true\n     }\n},\n{\n     \"name\": \"SerialNumber\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"string\",\n       \"nullable\": true\n     }\n},\n{\n     \"name\": \"GUISerial\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"string\",\n       \"nullable\": true\n     }\n},\n{\n     \"name\": \"DevIcon\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"string\",\n       \"nullable\": true\n     }\n},\n{\n     \"name\": \"Vulnerability\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"string\",\n       \"nullable\": true\n     }\n},\n{\n     \"name\": \"Severity\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"integer\",\n       \"format\": \"int32\",\n\n\n\n                                175\n\n         \"nullable\": true\n     }\n},\n{\n     \"name\": \"Hashtags\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"string\",\n       \"nullable\": true\n     }\n},\n{\n     \"name\": \"IsUnapprovedPeripheral\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"boolean\",\n       \"nullable\": true\n     }\n},\n{\n     \"name\": \"IsVulnerablePeripheral\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"boolean\",\n       \"nullable\": true\n     }\n},\n{\n     \"name\": \"IsKnownAttackTool\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"boolean\",\n       \"nullable\": true\n     }\n},\n{\n     \"name\": \"FlappingStartTime\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"string\",\n       \"format\": \"date -time\",\n       \"nullable\": true\n     }\n},\n{\n     \"name\": \"SortBy\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"string\",\n       \"nullable\": true\n     }\n},\n{\n     \"name\": \"PageSize\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"integer\",\n       \"format\": \"int32\"\n     }\n},\n{\n     \"name\": \"PageNumber\",\n     \"in\": \"query\",\n     \"schema\": {\n       \"type\": \"integer\",\n       \"format\": \"int32\"\n\n\n\n                                         176\n\n                    }\n               },\n               {\n                    \"name\": \"GlobalSearch\",\n                    \"in\": \"query\",\n                    \"schema\": {\n                      \"type\": \"string\",\n                      \"nullable\": true\n                    }\n                }\n             ],\n             \"responses\": {\n                \"200\": {\n                  \"description\": \"Success\",\n                  \"content\": {\n                    \"text/plain\": {\n                       \"schema\": {\n                         \"$ref\": \"#/components/schemas/PeripheralViewDataWrapper\"\n                       }\n                    },\n                    \"application/json\": {\n                       \"schema\": {\n                         \"$ref\": \"#/components/schemas/PeripheralViewDataWrapper\"\n                       }\n                    },\n                    \"text/json\": {\n                       \"schema\": {\n                         \"$ref\": \"#/components/schemas/PeripheralViewDataWrapper\"\n                       }\n                    }\n                  }\n                }\n             }\n         }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/peripherals/command",
        "title": "Approve, Disapprove, Approve and Enable, Enable command",
        "description": "Approve, Disapprove, Approve and Enable, Enable command. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/peripherals/command' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{\"$ref\":\"#/components/schemas/PeripheralCommandsViewResource\"}'",
        "spec": "\"post\": {\n           \"tags\": [\n              \"Peripherals\"\n           ],\n           \"summary\": \"Approve, Disapprove, Approve and Enable, Enable command\",\n           \"requestBody\": {\n              \"description\": \"\",\n              \"content\": {\n                \"application/json -patch+json\": {\n                   \"schema\": {\n                     \"$ref\": \"#/components/schemas/PeripheralCommandsViewResource\"\n                   }\n                },\n                \"application/json\": {\n                   \"schema\": {\n                     \"$ref\": \"#/components/schemas/PeripheralCommandsViewResource\"\n                   }\n                },\n                \"text/json\": {\n\n\n                                                                                           177\n\n                    \"schema\": {\n                      \"$ref\": \"#/components/schemas/PeripheralCommandsViewResource\"\n                    }\n                  },\n                  \"application/*+json\": {\n                     \"schema\": {\n                       \"$ref\": \"#/components/schemas/PeripheralCommandsViewResource\"\n                     }\n                  }\n                 }\n              },\n              \"responses\": {\n                 \"200\": {\n                   \"description\": \"Success\"\n                 }\n              }\n          }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/peripherals/deleteCommands",
        "title": "Delete peripherals commands",
        "description": "Delete peripherals commands. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/peripherals/deleteCommands' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{}'",
        "spec": "\"post\": {\n            \"tags\": [\n               \"Peripherals\"\n            ],\n            \"summary\": \"Delete peripherals commands\",\n            \"requestBody\": {\n               \"content\": {\n                 \"application/json -patch+json\": {\n                    \"schema\": {\n                      \"type\": \"array\",\n                      \"items\": {\n                         \"$ref\": \"#/components/schemas/PeripheralIdData\"\n                      },\n                      \"nullable\": true\n                    }\n                 },\n                 \"application/json\": {\n                    \"schema\": {\n                      \"type\": \"array\",\n                      \"items\": {\n                         \"$ref\": \"#/components/schemas/PeripheralIdData\"\n                      },\n                      \"nullable\": true\n                    }\n                 },\n                 \"text/json\": {\n                    \"schema\": {\n                      \"type\": \"array\",\n                      \"items\": {\n                         \"$ref\": \"#/components/schemas/PeripheralIdData\"\n                      },\n                      \"nullable\": true\n                    }\n                 },\n                 \"application/*+json\": {\n                    \"schema\": {\n\n\n                                                                                       178\n\n                          \"type\": \"array\",\n                          \"items\": {\n                             \"$ref\": \"#/components/schemas/PeripheralIdData\"\n                          },\n                          \"nullable\": true\n                      }\n                  }\n                 }\n              },\n              \"responses\": {\n                 \"200\": {\n                   \"description\": \"Success\"\n                 }\n              }\n          }"
      }
    ]
  },
  {
    "tag": "PolicyEngine",
    "endpoints": [
      {
        "method": "DELETE",
        "path": "/prime/webui/policyEngine/policy",
        "title": "prime webui policyEngine policy",
        "description": "Calls DELETE /prime/webui/policyEngine/policy. Use this to delete data.",
        "curl": "curl -X DELETE 'https://<host>/prime/webui/policyEngine/policy' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"delete\": {\n             \"tags\": [\n                \"PolicyEngine\"\n             ],\n             \"parameters\": [\n                {\n                  \"name\": \"id\",\n                  \"in\": \"query\",\n                  \"schema\": {\n                    \"type\": \"string\",\n                    \"nullable\": true\n                  }\n                }\n             ],\n             \"responses\": {\n                \"200\": {\n                  \"description\": \"Success\"\n                }\n             }\n          },"
      },
      {
        "method": "DELETE",
        "path": "/prime/webui/policyEngine/ruleset",
        "title": "prime webui policyEngine ruleset",
        "description": "Calls DELETE /prime/webui/policyEngine/ruleset. Use this to delete data.",
        "curl": "curl -X DELETE 'https://<host>/prime/webui/policyEngine/ruleset' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"delete\": {\n            \"tags\": [\n               \"PolicyEngine\"\n            ],\n            \"parameters\": [\n\n\n\n                                                                                   179\n\n                  {\n                      \"name\": \"id\",\n                      \"in\": \"query\",\n                      \"schema\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                      }\n                   }\n                ],\n                \"responses\": {\n                   \"200\": {\n                     \"description\": \"Success\"\n                   }\n                }\n           },"
      },
      {
        "method": "GET",
        "path": "/prime/webui/policyEngine/policy",
        "title": "prime webui policyEngine policy",
        "description": "Calls GET /prime/webui/policyEngine/policy. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/policyEngine/policy' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n              \"tags\": [\n                 \"PolicyEngine\"\n              ],\n              \"responses\": {\n                 \"200\": {\n                   \"description\": \"Success\",\n                   \"content\": {\n                     \"text/plain\": {\n                        \"schema\": {\n                          \"$ref\": \"#/components/schemas/PolicyDtoTableWrapper\"\n                        }\n                     },\n                     \"application/json\": {\n                        \"schema\": {\n                          \"$ref\": \"#/components/schemas/PolicyDtoTableWrapper\"\n                        }\n                     },\n                     \"text/json\": {\n                        \"schema\": {\n                          \"$ref\": \"#/components/schemas/PolicyDtoTableWrapper\"\n                        }\n                     }\n                   }\n                 }\n              }\n           },"
      },
      {
        "method": "GET",
        "path": "/prime/webui/policyEngine/ruleset",
        "title": "prime webui policyEngine ruleset",
        "description": "Calls GET /prime/webui/policyEngine/ruleset. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/policyEngine/ruleset' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n             \"tags\": [\n\n\n                                                                                 180\n\n                   \"PolicyEngine\"\n                ],\n                \"responses\": {\n                   \"200\": {\n                     \"description\": \"Success\",\n                     \"content\": {\n                       \"text/plain\": {\n                          \"schema\": {\n                            \"$ref\": \"#/components/schemas/RulesetDtoTableWrapper\"\n                          }\n                       },\n                       \"application/json\": {\n                          \"schema\": {\n                            \"$ref\": \"#/components/schemas/RulesetDtoTableWrapper\"\n                          }\n                       },\n                       \"text/json\": {\n                          \"schema\": {\n                            \"$ref\": \"#/components/schemas/RulesetDtoTableWrapper\"\n                          }\n                       }\n                     }\n                   }\n                }\n           },"
      },
      {
        "method": "POST",
        "path": "/prime/webui/policyEngine/policy",
        "title": "prime webui policyEngine policy",
        "description": "Calls POST /prime/webui/policyEngine/policy. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/policyEngine/policy' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{\"$ref\":\"#/components/schemas/PolicyDto\"}'",
        "spec": "\"post\": {\n             \"tags\": [\n                \"PolicyEngine\"\n             ],\n             \"requestBody\": {\n                \"content\": {\n                  \"application/json -patch+json\": {\n                     \"schema\": {\n                       \"$ref\": \"#/components/schemas/PolicyDto\"\n                     }\n                  },\n                  \"application/json\": {\n                     \"schema\": {\n                       \"$ref\": \"#/components/schemas/PolicyDto\"\n                     }\n                  },\n                  \"text/json\": {\n                     \"schema\": {\n                       \"$ref\": \"#/components/schemas/PolicyDto\"\n                     }\n                  },\n                  \"application/*+json\": {\n                     \"schema\": {\n                       \"$ref\": \"#/components/schemas/PolicyDto\"\n                     }\n                  }\n                }\n             },\n\n\n                                                                                    181\n\n                \"responses\": {\n                  \"200\": {\n                    \"description\": \"Success\"\n                  }\n                }\n           },"
      },
      {
        "method": "POST",
        "path": "/prime/webui/policyEngine/ruleset",
        "title": "prime webui policyEngine ruleset",
        "description": "Calls POST /prime/webui/policyEngine/ruleset. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/policyEngine/ruleset' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{\"$ref\":\"#/components/schemas/RulesetDto\"}'",
        "spec": "\"post\": {\n              \"tags\": [\n                 \"PolicyEngine\"\n              ],\n              \"requestBody\": {\n                 \"content\": {\n                   \"application/json -patch+json\": {\n                      \"schema\": {\n                        \"$ref\": \"#/components/schemas/RulesetDto\"\n                      }\n                   },\n                   \"application/json\": {\n                      \"schema\": {\n                        \"$ref\": \"#/components/schemas/RulesetDto\"\n                      }\n                   },\n                   \"text/json\": {\n                      \"schema\": {\n                        \"$ref\": \"#/components/schemas/RulesetDto\"\n                      }\n                   },\n                   \"application/*+json\": {\n                      \"schema\": {\n                        \"$ref\": \"#/components/schemas/RulesetDto\"\n                      }\n                   }\n                 }\n              },\n              \"responses\": {\n                 \"200\": {\n                   \"description\": \"Success\"\n                 }\n              }\n           },"
      },
      {
        "method": "PUT",
        "path": "/prime/webui/policyEngine/policy",
        "title": "prime webui policyEngine policy",
        "description": "Calls PUT /prime/webui/policyEngine/policy. Use this to update data.",
        "curl": "curl -X PUT 'https://<host>/prime/webui/policyEngine/policy' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{\"$ref\":\"#/components/schemas/PolicyDto\"}'",
        "spec": ""
      },
      {
        "method": "PUT",
        "path": "/prime/webui/policyEngine/ruleset",
        "title": "prime webui policyEngine ruleset",
        "description": "Calls PUT /prime/webui/policyEngine/ruleset. Use this to update data.",
        "curl": "curl -X PUT 'https://<host>/prime/webui/policyEngine/ruleset' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{\"$ref\":\"#/components/schemas/RulesetDto\"}'",
        "spec": "\"put\": {\n             \"tags\": [\n                \"PolicyEngine\"\n             ],\n             \"requestBody\": {\n                \"content\": {\n                  \"application/json -patch+json\": {\n                     \"schema\": {\n                       \"$ref\": \"#/components/schemas/RulesetDto\"\n                     }\n                  },\n                  \"application/json\": {\n                     \"schema\": {\n                       \"$ref\": \"#/components/schemas/RulesetDto\"\n                     }\n                  },\n                  \"text/json\": {\n                     \"schema\": {\n                       \"$ref\": \"#/components/schemas/RulesetDto\"\n\n\n                                                                                183\n\n                     }\n                  },\n                  \"application/*+json\": {\n                     \"schema\": {\n                       \"$ref\": \"#/components/schemas/RulesetDto\"\n                     }\n                  }\n                 }\n              },\n              \"responses\": {\n                 \"200\": {\n                   \"description\": \"Success\"\n                 }\n              }\n          }"
      }
    ]
  },
  {
    "tag": "ReportManagerApi",
    "endpoints": [
      {
        "method": "DELETE",
        "path": "/prime/webui/reportManagerApi/trigger",
        "title": "Cancel trigger",
        "description": "Cancel trigger. Use this to delete data.",
        "curl": "curl -X DELETE 'https://<host>/prime/webui/reportManagerApi/trigger' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"delete\": {\n            \"tags\": [\n               \"ReportManagerApi\"\n            ],\n            \"summary\": \"Cancel trigger\",\n            \"parameters\": [\n               {\n                 \"name\": \"id\",\n                 \"in\": \"query\",\n                 \"schema\": {\n                   \"type\": \"integer\",\n                   \"format\": \"int32\"\n                 }\n               }\n            ],\n            \"responses\": {\n               \"200\": {\n                 \"description\": \"Success\",\n                 \"content\": {\n                   \"text/plain\": {\n                      \"schema\": {\n                        \"$ref\": \"#/components/schemas/StoredQueryViewResource\"\n                      }\n                   },\n                   \"application/json\": {\n                      \"schema\": {\n                        \"$ref\": \"#/components/schemas/StoredQueryViewResource\"\n                      }\n                   },\n                   \"text/json\": {\n                      \"schema\": {\n                        \"$ref\": \"#/components/schemas/StoredQueryViewResource\"\n                      }\n                   }\n                 }\n               }\n\n\n\n                                                                                 184\n\n               }\n          },"
      },
      {
        "method": "DELETE",
        "path": "/prime/webui/reportManagerApi/query",
        "title": "Delete query",
        "description": "Delete query. Use this to delete data.",
        "curl": "curl -X DELETE 'https://<host>/prime/webui/reportManagerApi/query' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"delete\": {\n            \"tags\": [\n               \"ReportManagerApi\"\n            ],\n            \"summary\": \"Delete query\",\n            \"parameters\": [\n               {\n                 \"name\": \"id\",\n                 \"in\": \"query\",\n                 \"schema\": {\n                   \"type\": \"integer\",\n                   \"format\": \"int32\"\n                 }\n               }\n            ],\n            \"responses\": {\n               \"200\": {\n                 \"description\": \"Success\",\n                 \"content\": {\n                   \"text/plain\": {\n                      \"schema\": {\n                        \"$ref\": \"#/components/schemas/InputStoredQueryViewResource\"\n                      }\n                   },\n                   \"application/json\": {\n                      \"schema\": {\n                        \"$ref\": \"#/components/schemas/InputStoredQueryViewResource\"\n                      }\n                   },\n                   \"text/json\": {\n                      \"schema\": {\n                        \"$ref\": \"#/components/schemas/InputStoredQueryViewResource\"\n                      }\n                   }\n                 }\n               }\n            }\n          }"
      },
      {
        "method": "DELETE",
        "path": "/prime/webui/reportManagerApi/download",
        "title": "Get download status \\r\\n[FromQuery]string? downloadId",
        "description": "Get download status \\r\\n[FromQuery]string? downloadId. Use this to delete data.",
        "curl": "curl -X DELETE 'https://<host>/prime/webui/reportManagerApi/download' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"delete\": {\n            \"tags\": [\n               \"ReportManagerApi\"\n            ],\n\n\n                                                                                         185\n\n              \"summary\": \"Get download status \\r\\n[FromQuery]string? downloadId\",\n              \"parameters\": [\n                 {\n                   \"name\": \"downloadId\",\n                   \"in\": \"query\",\n                   \"schema\": {\n                     \"type\": \"integer\",\n                     \"format\": \"int64\"\n                   }\n                 }\n              ],\n              \"responses\": {\n                 \"200\": {\n                   \"description\": \"Success\"\n                 }\n              }\n          }"
      },
      {
        "method": "GET",
        "path": "/prime/webui/reportManagerApi/queries",
        "title": "Get all queries \\r\\n[FromQuery]string? filter = null, [FromQuery] int page = 1, [FromQuery] int",
        "description": "Get all queries \\r\\n[FromQuery]string? filter = null, [FromQuery] int page =",
        "curl": "",
        "spec": ""
      },
      {
        "method": "GET",
        "path": "/prime/webui/reportManagerApi/download/status",
        "title": "Get download status \\r\\n[FromQuery]string? downloadId",
        "description": "Get download status \\r\\n[FromQuery]string? downloadId. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/reportManagerApi/download/status' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n           \"tags\": [\n              \"ReportManagerApi\"\n           ],\n           \"summary\": \"Get download status \\r\\n[FromQuery]string? downloadId\",\n           \"parameters\": [\n              {\n                \"name\": \"downloadId\",\n                \"in\": \"query\",\n                \"schema\": {\n                  \"type\": \"integer\",\n                  \"format\": \"int64\"\n                }\n              }\n           ],\n           \"responses\": {\n              \"200\": {\n                \"description\": \"Success\",\n                \"content\": {\n                  \"text/plain\": {\n                    \"schema\": {\n\n\n\n                                                                                                187\n\n                                \"$ref\": \"#/components/schemas/DownloadItemViewResource\"\n                            }\n                          },\n                          \"application/json\": {\n                             \"schema\": {\n                               \"$ref\": \"#/components/schemas/DownloadItemViewResource\"\n                             }\n                          },\n                          \"text/json\": {\n                             \"schema\": {\n                               \"$ref\": \"#/components/schemas/DownloadItemViewResource\"\n                             }\n                          }\n                      }\n                  }\n              }\n          }"
      },
      {
        "method": "GET",
        "path": "/prime/webui/reportManagerApi/download",
        "title": "Get file downloaded \\r\\n[FromQuery]string? downloadId",
        "description": "Get file downloaded \\r\\n[FromQuery]string? downloadId. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/reportManagerApi/download' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n             \"tags\": [\n                \"ReportManagerApi\"\n             ],\n             \"summary\": \"Get file downloaded \\r\\n[FromQuery]string? downloadId\",\n             \"parameters\": [\n                {\n                  \"name\": \"downloadId\",\n                  \"in\": \"query\",\n                  \"schema\": {\n                    \"type\": \"integer\",\n                    \"format\": \"int64\"\n                  }\n                }\n             ],\n             \"responses\": {\n                \"200\": {\n                  \"description\": \"Success\"\n                }\n             }\n          },"
      },
      {
        "method": "GET",
        "path": "/prime/webui/reportManagerApi/trigger",
        "title": "Get latest downloads \\r\\n[FromQuery]string? downloadId",
        "description": "Get latest downloads \\r\\n[FromQuery]string? downloadId. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/reportManagerApi/trigger' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n            \"tags\": [\n               \"ReportManagerApi\"\n            ],\n            \"summary\": \"Get latest downloads \\r\\n[FromQuery]string? downloadId\",\n            \"responses\": {\n\n\n                                                                                          188\n\n                  \"200\": {\n                    \"description\": \"Success\",\n                    \"content\": {\n                      \"text/plain\": {\n                         \"schema\": {\n                           \"$ref\": \"#/components/schemas/DownloadItemViewResourceTableWrapper\"\n                         }\n                      },\n                      \"application/json\": {\n                         \"schema\": {\n                           \"$ref\": \"#/components/schemas/DownloadItemViewResourceTableWrapper\"\n                         }\n                      },\n                      \"text/json\": {\n                         \"schema\": {\n                           \"$ref\": \"#/components/schemas/DownloadItemViewResourceTableWrapper\"\n                         }\n                      }\n                    }\n                  }\n              }\n          }"
      },
      {
        "method": "GET",
        "path": "/prime/webui/reportManagerApi/query",
        "title": "Get query by id \\r\\n[FromQuery] int id",
        "description": "Get query by id \\r\\n[FromQuery] int id. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/reportManagerApi/query' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n             \"tags\": [\n                \"ReportManagerApi\"\n             ],\n             \"summary\": \"Get query by id \\r\\n[FromQuery] int id\",\n             \"responses\": {\n                \"200\": {\n                  \"description\": \"Success\",\n                  \"content\": {\n                    \"text/plain\": {\n                       \"schema\": {\n                         \"$ref\": \"#/components/schemas/InputStoredQueryViewResource\"\n                       }\n                    },\n                    \"application/json\": {\n                       \"schema\": {\n                         \"$ref\": \"#/components/schemas/InputStoredQueryViewResource\"\n                       }\n                    },\n                    \"text/json\": {\n                       \"schema\": {\n                         \"$ref\": \"#/components/schemas/InputStoredQueryViewResource\"\n                       }\n                    }\n                  }\n                }\n             }\n          },"
      },
      {
        "method": "POST",
        "path": "/prime/webui/reportManagerApi/query",
        "title": "POST /prime/webui/reportManagerApi/query",
        "description": "",
        "curl": "",
        "spec": ""
      },
      {
        "method": "POST",
        "path": "/prime/webui/reportManagerApi/Send",
        "title": "POST /prime/webui/reportManagerApi/Send",
        "description": "",
        "curl": "",
        "spec": ""
      },
      {
        "method": "PUT",
        "path": "/prime/webui/reportManagerApi/trigger",
        "title": "Trigger download",
        "description": "Trigger download. Use this to update data.",
        "curl": "curl -X PUT 'https://<host>/prime/webui/reportManagerApi/trigger' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{\"$ref\":\"#/components/schemas/TriggerRequestViewRequest\"}'",
        "spec": "\"put\": {\n             \"tags\": [\n                \"ReportManagerApi\"\n             ],\n             \"summary\": \"Trigger download\",\n             \"parameters\": [\n                {\n                  \"name\": \"id\",\n                  \"in\": \"query\",\n\n\n\n                                                                                               191\n\n                   \"schema\": {\n                     \"type\": \"integer\",\n                     \"format\": \"int64\"\n                   }\n                  }\n               ],\n               \"requestBody\": {\n                  \"content\": {\n                    \"application/json -patch+json\": {\n                       \"schema\": {\n                          \"$ref\": \"#/components/schemas/TriggerRequestViewRequest\"\n                       }\n                    },\n                    \"application/json\": {\n                       \"schema\": {\n                          \"$ref\": \"#/components/schemas/TriggerRequestViewRequest\"\n                       }\n                    },\n                    \"text/json\": {\n                       \"schema\": {\n                          \"$ref\": \"#/components/schemas/TriggerRequestViewRequest\"\n                       }\n                    },\n                    \"application/*+json\": {\n                       \"schema\": {\n                          \"$ref\": \"#/components/schemas/TriggerRequestViewRequest\"\n                       }\n                    }\n                  }\n               },\n               \"responses\": {\n                  \"200\": {\n                    \"description\": \"Success\",\n                    \"content\": {\n                       \"text/plain\": {\n                          \"schema\": {\n                            \"$ref\": \"#/components/schemas/DownloadItemViewResourceTableWrapper\"\n                          }\n                       },\n                       \"application/json\": {\n                          \"schema\": {\n                            \"$ref\": \"#/components/schemas/DownloadItemViewResourceTableWrapper\"\n                          }\n                       },\n                       \"text/json\": {\n                          \"schema\": {\n                            \"$ref\": \"#/components/schemas/DownloadItemViewResourceTableWrapper\"\n                          }\n                       }\n                    }\n                  }\n               }\n          },"
      },
      {
        "method": "PUT",
        "path": "/prime/webui/reportManagerApi/query",
        "title": "Update query",
        "description": "Update query. Use this to update data.",
        "curl": "curl -X PUT 'https://<host>/prime/webui/reportManagerApi/query' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{\"$ref\":\"#/components/schemas/InputStoredQueryViewResource\"}'",
        "spec": "\"put\": {\n\n\n                                                                                               193\n\n           \"tags\": [\n              \"ReportManagerApi\"\n           ],\n           \"summary\": \"Update query\",\n           \"parameters\": [\n              {\n                \"name\": \"id\",\n                \"in\": \"query\",\n                \"schema\": {\n                   \"type\": \"integer\",\n                   \"format\": \"int32\"\n                }\n              }\n           ],\n           \"requestBody\": {\n              \"content\": {\n                \"application/json -patch+json\": {\n                   \"schema\": {\n                      \"$ref\": \"#/components/schemas/InputStoredQueryViewResource\"\n                   }\n                },\n                \"application/json\": {\n                   \"schema\": {\n                      \"$ref\": \"#/components/schemas/InputStoredQueryViewResource\"\n                   }\n                },\n                \"text/json\": {\n                   \"schema\": {\n                      \"$ref\": \"#/components/schemas/InputStoredQueryViewResource\"\n                   }\n                },\n                \"application/*+json\": {\n                   \"schema\": {\n                      \"$ref\": \"#/components/schemas/InputStoredQueryViewResource\"\n                   }\n                }\n              }\n           },\n           \"responses\": {\n              \"200\": {\n                \"description\": \"Success\",\n                \"content\": {\n                   \"text/plain\": {\n                      \"schema\": {\n                        \"$ref\": \"#/components/schemas/InputStoredQueryViewResource\"\n                      }\n                   },\n                   \"application/json\": {\n                      \"schema\": {\n                        \"$ref\": \"#/components/schemas/InputStoredQueryViewResource\"\n                      }\n                   },\n                   \"text/json\": {\n                      \"schema\": {\n                        \"$ref\": \"#/components/schemas/InputStoredQueryViewResource\"\n                      }\n                   }\n                }\n              }\n           }\n      },"
      }
    ]
  },
  {
    "tag": "Reports",
    "endpoints": [
      {
        "method": "GET",
        "path": "/prime/webui/reports/getall",
        "title": "Get all reports",
        "description": "Get all reports. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/reports/getall' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n             \"tags\": [\n                \"Reports\"\n             ],\n             \"summary\": \"Get all reports\",\n             \"responses\": {\n                \"200\": {\n                  \"description\": \"Success\"\n                }\n             }\n           }"
      },
      {
        "method": "GET",
        "path": "/prime/webui/reports/get/{reportId}",
        "title": "Get report",
        "description": "Get report. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/reports/get/{reportId}' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n             \"tags\": [\n                \"Reports\"\n             ],\n             \"summary\": \"Get report\",\n             \"parameters\": [\n                {\n                  \"name\": \"reportId\",\n                  \"in\": \"path\",\n                  \"required\": true,\n                  \"schema\": {\n                    \"type\": \"string\",\n                    \"format\": \"uuid\"\n                  }\n                }\n             ],\n             \"responses\": {\n                \"200\": {\n                  \"description\": \"Success\"\n                }\n             }\n           }"
      },
      {
        "method": "GET",
        "path": "/prime/webui/reports/ReportsArguments",
        "title": "Get report arguments",
        "description": "Get report arguments. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/reports/ReportsArguments' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n             \"tags\": [\n\n\n\n                                                                              195\n\n                  \"Reports\"\n               ],\n               \"summary\": \"Get report arguments\",\n               \"responses\": {\n                  \"200\": {\n                    \"description\": \"Success\"\n                  }\n               }\n           }"
      },
      {
        "method": "GET",
        "path": "/prime/webui/reports/sendtestreport",
        "title": "Test report",
        "description": "Test report. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/reports/sendtestreport' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n             \"tags\": [\n                \"Reports\"\n             ],\n             \"summary\": \"Test report\",\n             \"parameters\": [\n                {\n                   \"name\": \"Sender\",\n                   \"in\": \"query\",\n                   \"schema\": {\n                     \"type\": \"string\",\n                     \"nullable\": true\n                   }\n                },\n                {\n                   \"name\": \"Recipient\",\n                   \"in\": \"query\",\n                   \"schema\": {\n                     \"type\": \"string\",\n                     \"nullable\": true\n                   }\n                }\n             ],\n             \"responses\": {\n                \"200\": {\n                   \"description\": \"Success\"\n                }\n             }\n           }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/reports/activateReport",
        "title": "Activate report",
        "description": "Activate report. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/reports/activateReport' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{}'",
        "spec": "\"post\": {\n             \"tags\": [\n                \"Reports\"\n             ],\n\n\n                                                                             196\n\n               \"summary\": \"Activate report\",\n               \"requestBody\": {\n                  \"content\": {\n                    \"application/json -patch+json\": {\n                       \"schema\": {\n                         \"type\": \"array\",\n                         \"items\": {\n                            \"type\": \"string\",\n                            \"format\": \"uuid\"\n                         },\n                         \"nullable\": true\n                       }\n                    },\n                    \"application/json\": {\n                       \"schema\": {\n                         \"type\": \"array\",\n                         \"items\": {\n                            \"type\": \"string\",\n                            \"format\": \"uuid\"\n                         },\n                         \"nullable\": true\n                       }\n                    },\n                    \"text/json\": {\n                       \"schema\": {\n                         \"type\": \"array\",\n                         \"items\": {\n                            \"type\": \"string\",\n                            \"format\": \"uuid\"\n                         },\n                         \"nullable\": true\n                       }\n                    },\n                    \"application/*+json\": {\n                       \"schema\": {\n                         \"type\": \"array\",\n                         \"items\": {\n                            \"type\": \"string\",\n                            \"format\": \"uuid\"\n                         },\n                         \"nullable\": true\n                       }\n                    }\n                  }\n               },\n               \"responses\": {\n                  \"200\": {\n                    \"description\": \"Success\"\n                  }\n               }\n           }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/reports/create",
        "title": "Create report",
        "description": "Create report. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/reports/create' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{\"$ref\":\"#/components/schemas/ReportViewResource\"}'",
        "spec": "\"post\": {\n             \"tags\": [\n\n\n                                                                     197\n\n                  \"Reports\"\n               ],\n               \"summary\": \"Create report\",\n               \"requestBody\": {\n                  \"content\": {\n                    \"application/json -patch+json\": {\n                       \"schema\": {\n                         \"$ref\": \"#/components/schemas/ReportViewResource\"\n                       }\n                    },\n                    \"application/json\": {\n                       \"schema\": {\n                         \"$ref\": \"#/components/schemas/ReportViewResource\"\n                       }\n                    },\n                    \"text/json\": {\n                       \"schema\": {\n                         \"$ref\": \"#/components/schemas/ReportViewResource\"\n                       }\n                    },\n                    \"application/*+json\": {\n                       \"schema\": {\n                         \"$ref\": \"#/components/schemas/ReportViewResource\"\n                       }\n                    }\n                  }\n               },\n               \"responses\": {\n                  \"200\": {\n                    \"description\": \"Success\"\n                  }\n               }\n           }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/reports/deactivateReport",
        "title": "Deactivate report",
        "description": "Deactivate report. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/reports/deactivateReport' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{}'",
        "spec": "\"post\": {\n             \"tags\": [\n                \"Reports\"\n             ],\n             \"summary\": \"Deactivate report\",\n             \"requestBody\": {\n                \"content\": {\n                  \"application/json -patch+json\": {\n                     \"schema\": {\n                       \"type\": \"array\",\n                       \"items\": {\n                          \"type\": \"string\",\n                          \"format\": \"uuid\"\n                       },\n                       \"nullable\": true\n                     }\n                  },\n                  \"application/json\": {\n                     \"schema\": {\n                       \"type\": \"array\",\n\n\n                                                                               198\n\n                       \"items\": {\n                          \"type\": \"string\",\n                          \"format\": \"uuid\"\n                       },\n                       \"nullable\": true\n                      }\n                   },\n                   \"text/json\": {\n                      \"schema\": {\n                        \"type\": \"array\",\n                        \"items\": {\n                           \"type\": \"string\",\n                           \"format\": \"uuid\"\n                        },\n                        \"nullable\": true\n                      }\n                   },\n                   \"application/*+json\": {\n                      \"schema\": {\n                        \"type\": \"array\",\n                        \"items\": {\n                           \"type\": \"string\",\n                           \"format\": \"uuid\"\n                        },\n                        \"nullable\": true\n                      }\n                   }\n                  }\n               },\n               \"responses\": {\n                  \"200\": {\n                    \"description\": \"Success\"\n                  }\n               }\n           }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/reports/delete",
        "title": "Delete report",
        "description": "Delete report. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/reports/delete' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{}'",
        "spec": "\"post\": {\n             \"tags\": [\n                \"Reports\"\n             ],\n             \"summary\": \"Delete report\",\n             \"requestBody\": {\n                \"content\": {\n                  \"application/json -patch+json\": {\n                     \"schema\": {\n                       \"type\": \"array\",\n                       \"items\": {\n                          \"type\": \"string\",\n                          \"format\": \"uuid\"\n                       },\n                       \"nullable\": true\n                     }\n                  },\n                  \"application/json\": {\n\n\n                                                                     199\n\n                     \"schema\": {\n                       \"type\": \"array\",\n                       \"items\": {\n                          \"type\": \"string\",\n                          \"format\": \"uuid\"\n                       },\n                       \"nullable\": true\n                     }\n                   },\n                   \"text/json\": {\n                      \"schema\": {\n                        \"type\": \"array\",\n                        \"items\": {\n                           \"type\": \"string\",\n                           \"format\": \"uuid\"\n                        },\n                        \"nullable\": true\n                      }\n                   },\n                   \"application/*+json\": {\n                      \"schema\": {\n                        \"type\": \"array\",\n                        \"items\": {\n                           \"type\": \"string\",\n                           \"format\": \"uuid\"\n                        },\n                        \"nullable\": true\n                      }\n                   }\n                  }\n               },\n               \"responses\": {\n                  \"200\": {\n                    \"description\": \"Success\"\n                  }\n               }\n           }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/reports/GetReportFile",
        "title": "Download report",
        "description": "Download report. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/reports/GetReportFile' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{\"$ref\":\"#/components/schemas/ReportDownloadViewResource\"}'",
        "spec": "\"post\": {\n             \"tags\": [\n                \"Reports\"\n             ],\n             \"summary\": \"Download report\",\n             \"requestBody\": {\n                \"content\": {\n                  \"application/json -patch+json\": {\n                     \"schema\": {\n                       \"$ref\": \"#/components/schemas/ReportDownloadViewResource\"\n                     }\n                  },\n                  \"application/json\": {\n                     \"schema\": {\n                       \"$ref\": \"#/components/schemas/ReportDownloadViewResource\"\n                     }\n\n\n                                                                                   200\n\n                   },\n                   \"text/json\": {\n                      \"schema\": {\n                        \"$ref\": \"#/components/schemas/ReportDownloadViewResource\"\n                      }\n                   },\n                   \"application/*+json\": {\n                      \"schema\": {\n                        \"$ref\": \"#/components/schemas/ReportDownloadViewResource\"\n                      }\n                   }\n                  }\n               },\n               \"responses\": {\n                  \"200\": {\n                    \"description\": \"Success\"\n                  }\n               }\n           }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/reports/GetReportFileList",
        "title": "Get report file list",
        "description": "Get report file list. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/reports/GetReportFileList' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{}'",
        "spec": "\"post\": {\n             \"tags\": [\n                \"Reports\"\n             ],\n             \"summary\": \"Get report file list\",\n             \"requestBody\": {\n                \"content\": {\n                  \"application/json -patch+json\": {\n                     \"schema\": {\n                       \"type\": \"array\",\n                       \"items\": {\n                          \"$ref\": \"#/components/schemas/ReportDownloadViewResource\"\n                       },\n                       \"nullable\": true\n                     }\n                  },\n                  \"application/json\": {\n                     \"schema\": {\n                       \"type\": \"array\",\n                       \"items\": {\n                          \"$ref\": \"#/components/schemas/ReportDownloadViewResource\"\n                       },\n                       \"nullable\": true\n                     }\n                  },\n                  \"text/json\": {\n                     \"schema\": {\n                       \"type\": \"array\",\n                       \"items\": {\n                          \"$ref\": \"#/components/schemas/ReportDownloadViewResource\"\n                       },\n                       \"nullable\": true\n                     }\n                  },\n\n\n                                                                                      201\n\n                  \"application/*+json\": {\n                    \"schema\": {\n                      \"type\": \"array\",\n                      \"items\": {\n                         \"$ref\": \"#/components/schemas/ReportDownloadViewResource\"\n                      },\n                      \"nullable\": true\n                    }\n                  }\n                 }\n              },\n              \"responses\": {\n                 \"200\": {\n                   \"description\": \"Success\"\n                 }\n              }\n          }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/reports/RequestForRun",
        "title": "Request for run",
        "description": "Request for run. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/reports/RequestForRun' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{}'",
        "spec": "\"post\": {\n            \"tags\": [\n               \"Reports\"\n            ],\n            \"summary\": \"Request for run\",\n            \"requestBody\": {\n               \"content\": {\n                 \"application/json -patch+json\": {\n                    \"schema\": {\n                      \"type\": \"array\",\n                      \"items\": {\n                         \"type\": \"string\",\n                         \"format\": \"uuid\"\n                      },\n                      \"nullable\": true\n                    }\n                 },\n                 \"application/json\": {\n                    \"schema\": {\n                      \"type\": \"array\",\n                      \"items\": {\n                         \"type\": \"string\",\n                         \"format\": \"uuid\"\n                      },\n                      \"nullable\": true\n                    }\n                 },\n                 \"text/json\": {\n                    \"schema\": {\n                      \"type\": \"array\",\n                      \"items\": {\n                         \"type\": \"string\",\n                         \"format\": \"uuid\"\n                      },\n                      \"nullable\": true\n                    }\n\n\n                                                                                     202\n\n                   },\n                   \"application/*+json\": {\n                      \"schema\": {\n                        \"type\": \"array\",\n                        \"items\": {\n                           \"type\": \"string\",\n                           \"format\": \"uuid\"\n                        },\n                        \"nullable\": true\n                      }\n                   }\n                  }\n               },\n               \"responses\": {\n                  \"200\": {\n                    \"description\": \"Success\"\n                  }\n               }\n           }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/reports/update",
        "title": "Update report",
        "description": "Update report. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/reports/update' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{\"$ref\":\"#/components/schemas/ReportViewResource\"}'",
        "spec": "\"post\": {\n             \"tags\": [\n                \"Reports\"\n             ],\n             \"summary\": \"Update report\",\n             \"requestBody\": {\n                \"content\": {\n                  \"application/json -patch+json\": {\n                     \"schema\": {\n                       \"$ref\": \"#/components/schemas/ReportViewResource\"\n                     }\n                  },\n                  \"application/json\": {\n                     \"schema\": {\n                       \"$ref\": \"#/components/schemas/ReportViewResource\"\n                     }\n                  },\n                  \"text/json\": {\n                     \"schema\": {\n                       \"$ref\": \"#/components/schemas/ReportViewResource\"\n                     }\n                  },\n                  \"application/*+json\": {\n                     \"schema\": {\n                       \"$ref\": \"#/components/schemas/ReportViewResource\"\n                     }\n                  }\n                }\n             },\n             \"responses\": {\n                \"200\": {\n                  \"description\": \"Success\"\n                }\n             }\n\n\n                                                                           203\n\n           }"
      }
    ]
  },
  {
    "tag": "SendNotification",
    "endpoints": [
      {
        "method": "POST",
        "path": "/prime/webui/sendNotification",
        "title": "Post notifications",
        "description": "Post notifications. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/sendNotification' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{}'",
        "spec": "\"post\": {\n             \"tags\": [\n                \"SendNotification\"\n             ],\n             \"summary\": \"Post notifications\",\n             \"requestBody\": {\n                \"content\": {\n                  \"application/json -patch+json\": {\n                     \"schema\": {\n                       \"type\": \"object\",\n                       \"additionalProperties\": {\n                          \"type\": \"array\",\n                          \"items\": {\n                            \"$ref\": \"#/components/schemas/RiskIndicationDto\"\n                          }\n                       },\n                       \"nullable\": true\n                     }\n                  },\n                  \"application/json\": {\n                     \"schema\": {\n                       \"type\": \"object\",\n                       \"additionalProperties\": {\n                          \"type\": \"array\",\n                          \"items\": {\n                            \"$ref\": \"#/components/schemas/RiskIndicationDto\"\n                          }\n                       },\n                       \"nullable\": true\n                     }\n                  },\n                  \"text/json\": {\n                     \"schema\": {\n                       \"type\": \"object\",\n                       \"additionalProperties\": {\n                          \"type\": \"array\",\n                          \"items\": {\n                            \"$ref\": \"#/components/schemas/RiskIndicationDto\"\n                          }\n                       },\n                       \"nullable\": true\n                     }\n                  },\n                  \"application/*+json\": {\n                     \"schema\": {\n                       \"type\": \"object\",\n                       \"additionalProperties\": {\n                          \"type\": \"array\",\n\n\n\n                                                                               204\n\n                            \"items\": {\n                              \"$ref\": \"#/components/schemas/RiskIndicationDto\"\n                            }\n                          },\n                          \"nullable\": true\n                      }\n                  }\n                 }\n              },\n              \"responses\": {\n                 \"200\": {\n                   \"description\": \"Success\"\n                 }\n              }\n          }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/sendNotification/SystemHealth",
        "title": "Post systemhealth notifications",
        "description": "Post systemhealth notifications. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/sendNotification/SystemHealth' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{\"$ref\":\"#/components/schemas/RiskIndicationDto\"}'",
        "spec": "\"post\": {\n            \"tags\": [\n               \"SendNotification\"\n            ],\n            \"summary\": \"Post systemhealth notifications\",\n            \"requestBody\": {\n               \"content\": {\n                 \"application/json -patch+json\": {\n                    \"schema\": {\n                      \"$ref\": \"#/components/schemas/RiskIndicationDto\"\n                    }\n                 },\n                 \"application/json\": {\n                    \"schema\": {\n                      \"$ref\": \"#/components/schemas/RiskIndicationDto\"\n                    }\n                 },\n                 \"text/json\": {\n                    \"schema\": {\n                      \"$ref\": \"#/components/schemas/RiskIndicationDto\"\n                    }\n                 },\n                 \"application/*+json\": {\n                    \"schema\": {\n                      \"$ref\": \"#/components/schemas/RiskIndicationDto\"\n                    }\n                 }\n               }\n            },\n            \"responses\": {\n               \"200\": {\n                 \"description\": \"Success\"\n               }\n            }\n          }"
      }
    ]
  },
  {
    "tag": "ServerSettings",
    "endpoints": [
      {
        "method": "GET",
        "path": "/prime/webui/serversettings/GetAuthModes",
        "title": "Get authentication modes",
        "description": "Get authentication modes. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/serversettings/GetAuthModes' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n            \"tags\": [\n               \"ServerSettings\"\n            ],\n            \"summary\": \"Get authentication modes\",\n            \"responses\": {\n               \"200\": {\n                 \"description\": \"Success\"\n               }\n            }\n          }"
      },
      {
        "method": "GET",
        "path": "/prime/webui/serversettings/GetNACModes",
        "title": "Get NAC modes",
        "description": "Get NAC modes. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/serversettings/GetNACModes' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n            \"tags\": [\n               \"ServerSettings\"\n            ],\n            \"summary\": \"Get NAC modes\",\n            \"responses\": {\n               \"200\": {\n                 \"description\": \"Success\"\n               }\n            }\n          }"
      },
      {
        "method": "GET",
        "path": "/prime/webui/serversettings/GetServerAuthMode",
        "title": "Get server authentication mode",
        "description": "Get server authentication mode. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/serversettings/GetServerAuthMode' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n            \"tags\": [\n               \"ServerSettings\"\n            ],\n            \"summary\": \"Get server authentication mode\",\n            \"responses\": {\n               \"200\": {\n                 \"description\": \"Success\"\n\n\n\n                                                                                     206\n\n                   }\n               }\n           }"
      },
      {
        "method": "GET",
        "path": "/prime/webui/serversettings/GetServerNACMode",
        "title": "Get server NAC mode",
        "description": "Get server NAC mode. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/serversettings/GetServerNACMode' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n             \"tags\": [\n                \"ServerSettings\"\n             ],\n             \"summary\": \"Get server NAC mode\",\n             \"responses\": {\n                \"200\": {\n                  \"description\": \"Success\"\n                }\n             }\n           }"
      },
      {
        "method": "GET",
        "path": "/prime/webui/serversettings/GetServerSettings",
        "title": "Get server settings",
        "description": "Get server settings. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/serversettings/GetServerSettings' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n             \"tags\": [\n                \"ServerSettings\"\n             ],\n             \"summary\": \"Get server settings\",\n             \"parameters\": [\n                {\n                  \"name\": \"generalConfigItem\",\n                  \"in\": \"query\",\n                  \"schema\": {\n                    \"type\": \"string\",\n                    \"nullable\": true\n                  }\n                }\n             ],\n             \"responses\": {\n                \"200\": {\n                  \"description\": \"Success\"\n                }\n             }\n           }"
      },
      {
        "method": "GET",
        "path": "/prime/webui/serversettings/primedata/fileStatus",
        "title": "Gets the data file status",
        "description": "Gets the data file status. Use this to fetch data.",
        "curl": "",
        "spec": ""
      },
      {
        "method": "GET",
        "path": "/prime/webui/serversettings/primedata/datafile",
        "title": "Gets the file with all the agents and nets archive data, if there is already a file that is cre",
        "description": "Gets the file with all the agents and nets archive data, if there is already a",
        "curl": "",
        "spec": ""
      },
      {
        "method": "GET",
        "path": "/prime/webui/serversettings/primedata/getdatafileasync",
        "title": "Gets the file with all the agents and nets archive data, if there is already a file that is cre",
        "description": "Gets the file with all the agents and nets archive data, if there is already a",
        "curl": "",
        "spec": ""
      },
      {
        "method": "GET",
        "path": "/prime/webui/serversettings/GetCrowdstrikeJwtDetails",
        "title": "GET /prime/webui/serversettings/GetCrowdstrikeJwtDetails",
        "description": "",
        "curl": "",
        "spec": ""
      },
      {
        "method": "GET",
        "path": "/prime/webui/serversettings/GetJwt",
        "title": "prime webui serversettings GetJwt",
        "description": "Calls GET /prime/webui/serversettings/GetJwt. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/serversettings/GetJwt' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n             \"tags\": [\n                \"ServerSettings\"\n             ],\n             \"responses\": {\n                \"200\": {\n                  \"description\": \"Success\",\n                  \"content\": {\n                    \"text/plain\": {\n                       \"schema\": {\n                         \"type\": \"string\"\n                       }\n                    },\n                    \"application/json\": {\n                       \"schema\": {\n                         \"type\": \"string\"\n                       }\n                    },\n                    \"text/json\": {\n                       \"schema\": {\n                         \"type\": \"string\"\n                       }\n                    }\n                  }\n                }\n             }\n           }"
      },
      {
        "method": "GET",
        "path": "/prime/webui/serversettings/GetJwtDetails",
        "title": "prime webui serversettings GetJwtDetails",
        "description": "Calls GET /prime/webui/serversettings/GetJwtDetails. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/serversettings/GetJwtDetails' \\\n-H 'Authorization: Bearer <token>'",
        "spec": ""
      },
      {
        "method": "GET",
        "path": "/prime/webui/serversettings/primedata/status",
        "title": "prime webui serversettings primedata status",
        "description": "Calls GET /prime/webui/serversettings/primedata/status. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/serversettings/primedata/status' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n            \"tags\": [\n               \"ServerSettings\"\n            ],\n            \"responses\": {\n               \"200\": {\n                 \"description\": \"Success\"\n               }\n            }\n          }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/serversettings/primedata/startdatafileasync",
        "title": "Gets the file with all the agents and nets archive data, if there is already a file that is cr",
        "description": "Gets the file with all the agents and nets archive data, if there is already a",
        "curl": "",
        "spec": ""
      },
      {
        "method": "POST",
        "path": "/prime/webui/serversettings/CrowdStrikeSettings",
        "title": "Post CrowdStrike settings",
        "description": "Post CrowdStrike settings. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/serversettings/CrowdStrikeSettings' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{}'",
        "spec": "\"post\": {\n            \"tags\": [\n               \"ServerSettings\"\n            ],\n            \"summary\": \"Post CrowdStrike settings\",\n            \"requestBody\": {\n               \"description\": \"\",\n               \"content\": {\n                 \"application/json -patch+json\": {\n                    \"schema\": {\n                      \"type\": \"object\",\n                      \"additionalProperties\": {\n                         \"type\": \"string\"\n                      },\n                      \"description\": \"\",\n                      \"nullable\": true\n                    }\n                 },\n                 \"application/json\": {\n                    \"schema\": {\n                      \"type\": \"object\",\n                      \"additionalProperties\": {\n\n\n                                                                                         211\n\n                         \"type\": \"string\"\n                      },\n                      \"description\": \"\",\n                      \"nullable\": true\n                     }\n                  },\n                  \"text/json\": {\n                     \"schema\": {\n                       \"type\": \"object\",\n                       \"additionalProperties\": {\n                          \"type\": \"string\"\n                       },\n                       \"description\": \"\",\n                       \"nullable\": true\n                     }\n                  },\n                  \"application/*+json\": {\n                     \"schema\": {\n                       \"type\": \"object\",\n                       \"additionalProperties\": {\n                          \"type\": \"string\"\n                       },\n                       \"description\": \"\",\n                       \"nullable\": true\n                     }\n                  }\n                 }\n              },\n              \"responses\": {\n                 \"200\": {\n                   \"description\": \"Success\"\n                 }\n              }\n          }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/serversettings/GuardicoreSettings",
        "title": "Post Guardicore settings",
        "description": "Post Guardicore settings. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/serversettings/GuardicoreSettings' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{}'",
        "spec": "\"post\": {\n            \"tags\": [\n               \"ServerSettings\"\n            ],\n            \"summary\": \"Post Guardicore settings\",\n            \"requestBody\": {\n               \"description\": \"\",\n               \"content\": {\n                 \"application/json -patch+json\": {\n                    \"schema\": {\n                      \"type\": \"object\",\n                      \"additionalProperties\": {\n                         \"type\": \"string\"\n                      },\n                      \"description\": \"\",\n                      \"nullable\": true\n                    }\n                 },\n                 \"application/json\": {\n\n\n                                                                                        212\n\n                    \"schema\": {\n                      \"type\": \"object\",\n                      \"additionalProperties\": {\n                         \"type\": \"string\"\n                      },\n                      \"description\": \"\",\n                      \"nullable\": true\n                    }\n                  },\n                  \"text/json\": {\n                     \"schema\": {\n                       \"type\": \"object\",\n                       \"additionalProperties\": {\n                          \"type\": \"string\"\n                       },\n                       \"description\": \"\",\n                       \"nullable\": true\n                     }\n                  },\n                  \"application/*+json\": {\n                     \"schema\": {\n                       \"type\": \"object\",\n                       \"additionalProperties\": {\n                          \"type\": \"string\"\n                       },\n                       \"description\": \"\",\n                       \"nullable\": true\n                     }\n                  }\n                 }\n              },\n              \"responses\": {\n                 \"200\": {\n                   \"description\": \"Success\"\n                 }\n              }\n          }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/serversettings/MerakiSettings",
        "title": "Post Guardicore settings",
        "description": "Post Guardicore settings. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/serversettings/MerakiSettings' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{}'",
        "spec": "\"post\": {\n            \"tags\": [\n               \"ServerSettings\"\n            ],\n            \"summary\": \"Post Guardicore settings\",\n            \"requestBody\": {\n               \"description\": \"\",\n               \"content\": {\n                 \"application/json -patch+json\": {\n                   \"schema\": {\n                     \"type\": \"object\",\n                     \"additionalProperties\": {\n                        \"type\": \"string\"\n                     },\n                     \"description\": \"\",\n                     \"nullable\": true\n\n\n                                                                                    213\n\n                     }\n                  },\n                  \"application/json\": {\n                     \"schema\": {\n                       \"type\": \"object\",\n                       \"additionalProperties\": {\n                          \"type\": \"string\"\n                       },\n                       \"description\": \"\",\n                       \"nullable\": true\n                     }\n                  },\n                  \"text/json\": {\n                     \"schema\": {\n                       \"type\": \"object\",\n                       \"additionalProperties\": {\n                          \"type\": \"string\"\n                       },\n                       \"description\": \"\",\n                       \"nullable\": true\n                     }\n                  },\n                  \"application/*+json\": {\n                     \"schema\": {\n                       \"type\": \"object\",\n                       \"additionalProperties\": {\n                          \"type\": \"string\"\n                       },\n                       \"description\": \"\",\n                       \"nullable\": true\n                     }\n                  }\n                 }\n              },\n              \"responses\": {\n                 \"200\": {\n                   \"description\": \"Success\"\n                 }\n              }\n          }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/serversettings/SamlSettings",
        "title": "Post Saml settings",
        "description": "Post Saml settings. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/serversettings/SamlSettings' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{}'",
        "spec": "\"post\": {\n            \"tags\": [\n               \"ServerSettings\"\n            ],\n            \"summary\": \"Post Saml settings\",\n            \"requestBody\": {\n               \"description\": \"\",\n               \"content\": {\n                 \"application/json -patch+json\": {\n                   \"schema\": {\n                     \"type\": \"object\",\n                     \"additionalProperties\": {\n                       \"type\": \"string\"\n\n\n                                                                                  214\n\n                      },\n                      \"description\": \"\",\n                      \"nullable\": true\n                     }\n                  },\n                  \"application/json\": {\n                     \"schema\": {\n                       \"type\": \"object\",\n                       \"additionalProperties\": {\n                          \"type\": \"string\"\n                       },\n                       \"description\": \"\",\n                       \"nullable\": true\n                     }\n                  },\n                  \"text/json\": {\n                     \"schema\": {\n                       \"type\": \"object\",\n                       \"additionalProperties\": {\n                          \"type\": \"string\"\n                       },\n                       \"description\": \"\",\n                       \"nullable\": true\n                     }\n                  },\n                  \"application/*+json\": {\n                     \"schema\": {\n                       \"type\": \"object\",\n                       \"additionalProperties\": {\n                          \"type\": \"string\"\n                       },\n                       \"description\": \"\",\n                       \"nullable\": true\n                     }\n                  }\n                 }\n              },\n              \"responses\": {\n                 \"200\": {\n                   \"description\": \"Success\"\n                 }\n              }\n          }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/serversettings/agentdefaultsettings",
        "title": "prime webui serversettings agentdefaultsettings",
        "description": "Calls POST /prime/webui/serversettings/agentdefaultsettings. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/serversettings/agentdefaultsettings' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{}'",
        "spec": "\"post\": {\n            \"tags\": [\n               \"ServerSettings\"\n            ],\n            \"requestBody\": {\n               \"content\": {\n                 \"application/json -patch+json\": {\n                   \"schema\": {\n                     \"type\": \"object\",\n                     \"additionalProperties\": {\n\n\n                                                                                                215\n\n                         \"type\": \"string\"\n                      },\n                      \"nullable\": true\n                     }\n                  },\n                  \"application/json\": {\n                     \"schema\": {\n                       \"type\": \"object\",\n                       \"additionalProperties\": {\n                          \"type\": \"string\"\n                       },\n                       \"nullable\": true\n                     }\n                  },\n                  \"text/json\": {\n                     \"schema\": {\n                       \"type\": \"object\",\n                       \"additionalProperties\": {\n                          \"type\": \"string\"\n                       },\n                       \"nullable\": true\n                     }\n                  },\n                  \"application/*+json\": {\n                     \"schema\": {\n                       \"type\": \"object\",\n                       \"additionalProperties\": {\n                          \"type\": \"string\"\n                       },\n                       \"nullable\": true\n                     }\n                  }\n                 }\n              },\n              \"responses\": {\n                 \"200\": {\n                   \"description\": \"Success\"\n                 }\n              }\n          }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/serversettings/agentlessdefaultsettings",
        "title": "prime webui serversettings agentlessdefaultsettings",
        "description": "Calls POST /prime/webui/serversettings/agentlessdefaultsettings. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/serversettings/agentlessdefaultsettings' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{}'",
        "spec": "\"post\": {\n            \"tags\": [\n               \"ServerSettings\"\n            ],\n            \"requestBody\": {\n               \"content\": {\n                 \"application/json -patch+json\": {\n                   \"schema\": {\n                     \"type\": \"object\",\n                     \"additionalProperties\": {\n                        \"type\": \"string\"\n                     },\n                     \"nullable\": true\n\n\n                                                                                              216\n\n                     }\n                  },\n                  \"application/json\": {\n                     \"schema\": {\n                       \"type\": \"object\",\n                       \"additionalProperties\": {\n                          \"type\": \"string\"\n                       },\n                       \"nullable\": true\n                     }\n                  },\n                  \"text/json\": {\n                     \"schema\": {\n                       \"type\": \"object\",\n                       \"additionalProperties\": {\n                          \"type\": \"string\"\n                       },\n                       \"nullable\": true\n                     }\n                  },\n                  \"application/*+json\": {\n                     \"schema\": {\n                       \"type\": \"object\",\n                       \"additionalProperties\": {\n                          \"type\": \"string\"\n                       },\n                       \"nullable\": true\n                     }\n                  }\n                 }\n              },\n              \"responses\": {\n                 \"200\": {\n                   \"description\": \"Success\"\n                 }\n              }\n          }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/serversettings/DisableSplunk",
        "title": "prime webui serversettings DisableSplunk",
        "description": "Calls POST /prime/webui/serversettings/DisableSplunk. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/serversettings/DisableSplunk' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"post\": {\n            \"tags\": [\n               \"ServerSettings\"\n            ],\n            \"responses\": {\n               \"200\": {\n                 \"description\": \"Success\"\n               }\n            }\n          }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/serversettings/emergencykey/updatesettings",
        "title": "prime webui serversettings emergencykey updatesettings",
        "description": "Calls POST /prime/webui/serversettings/emergencykey/updatesettings. Use this to create data.",
        "curl": "",
        "spec": ""
      },
      {
        "method": "POST",
        "path": "/prime/webui/serversettings/GenerateCrowdstrikeJwt",
        "title": "prime webui serversettings GenerateCrowdstrikeJwt",
        "description": "Calls POST /prime/webui/serversettings/GenerateCrowdstrikeJwt. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/serversettings/GenerateCrowdstrikeJwt' \\",
        "spec": ""
      },
      {
        "method": "POST",
        "path": "/prime/webui/serversettings/GenerateJwt",
        "title": "prime webui serversettings GenerateJwt",
        "description": "Calls POST /prime/webui/serversettings/GenerateJwt. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/serversettings/GenerateJwt' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{}'",
        "spec": "\"post\": {\n            \"tags\": [\n               \"ServerSettings\"\n            ],\n            \"requestBody\": {\n               \"content\": {\n                 \"application/json -patch+json\": {\n                    \"schema\": {\n                      \"type\": \"object\",\n                      \"additionalProperties\": {\n                         \"type\": \"string\"\n                      },\n                      \"nullable\": true\n                    }\n                 },\n                 \"application/json\": {\n                    \"schema\": {\n                      \"type\": \"object\",\n                      \"additionalProperties\": {\n                         \"type\": \"string\"\n                      },\n                      \"nullable\": true\n                    }\n                 },\n                 \"text/json\": {\n                    \"schema\": {\n                      \"type\": \"object\",\n                      \"additionalProperties\": {\n                         \"type\": \"string\"\n                      },\n                      \"nullable\": true\n                    }\n                 },\n                 \"application/*+json\": {\n                    \"schema\": {\n                      \"type\": \"object\",\n                      \"additionalProperties\": {\n                         \"type\": \"string\"\n                      },\n                      \"nullable\": true\n                    }\n                 }\n               }\n            },\n            \"responses\": {\n               \"200\": {\n                 \"description\": \"Success\"\n               }\n\n\n                                                                                       220\n\n              }\n          }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/serversettings/outdatedtimesupdate",
        "title": "prime webui serversettings outdatedtimesupdate",
        "description": "Calls POST /prime/webui/serversettings/outdatedtimesupdate. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/serversettings/outdatedtimesupdate' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{}'",
        "spec": "\"post\": {\n            \"tags\": [\n               \"ServerSettings\"\n            ],\n            \"requestBody\": {\n               \"content\": {\n                 \"application/json -patch+json\": {\n                    \"schema\": {\n                      \"type\": \"object\",\n                      \"additionalProperties\": {\n                         \"type\": \"string\"\n                      },\n                      \"nullable\": true\n                    }\n                 },\n                 \"application/json\": {\n                    \"schema\": {\n                      \"type\": \"object\",\n                      \"additionalProperties\": {\n                         \"type\": \"string\"\n                      },\n                      \"nullable\": true\n                    }\n                 },\n                 \"text/json\": {\n                    \"schema\": {\n                      \"type\": \"object\",\n                      \"additionalProperties\": {\n                         \"type\": \"string\"\n                      },\n                      \"nullable\": true\n                    }\n                 },\n                 \"application/*+json\": {\n                    \"schema\": {\n                      \"type\": \"object\",\n                      \"additionalProperties\": {\n                         \"type\": \"string\"\n                      },\n                      \"nullable\": true\n                    }\n                 }\n               }\n            },\n            \"responses\": {\n               \"200\": {\n                 \"description\": \"Success\"\n               }\n            }\n          }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/serversettings/ToggleSaml",
        "title": "prime webui serversettings ToggleSaml",
        "description": "Calls POST /prime/webui/serversettings/ToggleSaml. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/serversettings/ToggleSaml' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{}'",
        "spec": "\"post\": {\n           \"tags\": [\n              \"ServerSettings\"\n           ],\n           \"requestBody\": {\n              \"content\": {\n                \"application/json -patch+json\": {\n                   \"schema\": {\n                     \"type\": \"object\",\n                     \"additionalProperties\": {\n                        \"type\": \"string\"\n                     },\n                     \"nullable\": true\n                   }\n                },\n                \"application/json\": {\n                   \"schema\": {\n                     \"type\": \"object\",\n                     \"additionalProperties\": {\n                        \"type\": \"string\"\n                     },\n                     \"nullable\": true\n                   }\n                },\n                \"text/json\": {\n                   \"schema\": {\n                     \"type\": \"object\",\n                     \"additionalProperties\": {\n                        \"type\": \"string\"\n                     },\n                     \"nullable\": true\n                   }\n                },\n                \"application/*+json\": {\n                   \"schema\": {\n                     \"type\": \"object\",\n                     \"additionalProperties\": {\n                        \"type\": \"string\"\n                     },\n                     \"nullable\": true\n                   }\n                }\n              }\n           },\n           \"responses\": {\n              \"200\": {\n                \"description\": \"Success\"\n              }\n           }\n         }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/serversettings/SetAuthMode/{authMode}",
        "title": "POST /prime/webui/serversettings/SetAuthMode/{authMode}",
        "description": "",
        "curl": "",
        "spec": ""
      },
      {
        "method": "POST",
        "path": "/prime/webui/serversettings/SetServerNACMode/{nacMode}",
        "title": "Set server NAC mode",
        "description": "Set server NAC mode. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/serversettings/SetServerNACMode/{nacMode}' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"post\": {\n           \"tags\": [\n              \"ServerSettings\"\n           ],\n           \"summary\": \"Set server NAC mode\",\n           \"parameters\": [\n              {\n                \"name\": \"nacMode\",\n                \"in\": \"path\",\n                \"required\": true,\n                \"schema\": {\n                  \"type\": \"string\",\n                  \"nullable\": true\n                }\n              }\n           ],\n           \"responses\": {\n              \"200\": {\n                \"description\": \"Success\"\n              }\n           }\n         }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/serversettings/TestDataExchange",
        "title": "POST /prime/webui/serversettings/TestDataExchange",
        "description": "",
        "curl": "",
        "spec": ""
      },
      {
        "method": "POST",
        "path": "/prime/webui/serversettings/GuardicoreTestConnectionExport",
        "title": "Test export connection Guardicore",
        "description": "Test export connection Guardicore. Use this to create data.",
        "curl": "",
        "spec": ""
      },
      {
        "method": "POST",
        "path": "/prime/webui/serversettings/GuardicoreTestConnectionImport",
        "title": "Test import connection Guardicore",
        "description": "Test import connection Guardicore. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/serversettings/GuardicoreTestConnectionImport' \\",
        "spec": ""
      },
      {
        "method": "POST",
        "path": "/prime/webui/serversettings/TestIseAdministrationConnection",
        "title": "Test ISE administration connection",
        "description": "Test ISE administration connection. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/serversettings/TestIseAdministrationConnection' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\",
        "spec": ""
      },
      {
        "method": "POST",
        "path": "/prime/webui/serversettings/TestIseMonitoringConnection",
        "title": "Test ISE monitoring connection",
        "description": "Test ISE monitoring connection. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/serversettings/TestIseMonitoringConnection' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{}'",
        "spec": ""
      },
      {
        "method": "POST",
        "path": "/prime/webui/serversettings/TestLDAPConnection",
        "title": "Test LDAP connection",
        "description": "Test LDAP connection. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/serversettings/TestLDAPConnection' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{\"$ref\":\"#/components/schemas/LdapTestConnection\"}'",
        "spec": "\"post\": {\n           \"tags\": [\n\n\n                                                                                       229\n\n                 \"ServerSettings\"\n              ],\n              \"summary\": \"Test LDAP connection\",\n              \"requestBody\": {\n                 \"content\": {\n                   \"application/json -patch+json\": {\n                      \"schema\": {\n                        \"$ref\": \"#/components/schemas/LdapTestConnection\"\n                      }\n                   },\n                   \"application/json\": {\n                      \"schema\": {\n                        \"$ref\": \"#/components/schemas/LdapTestConnection\"\n                      }\n                   },\n                   \"text/json\": {\n                      \"schema\": {\n                        \"$ref\": \"#/components/schemas/LdapTestConnection\"\n                      }\n                   },\n                   \"application/*+json\": {\n                      \"schema\": {\n                        \"$ref\": \"#/components/schemas/LdapTestConnection\"\n                      }\n                   }\n                 }\n              },\n              \"responses\": {\n                 \"200\": {\n                   \"description\": \"Success\"\n                 }\n              }\n          }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/serversettings/TestWebAPI",
        "title": "Test WebAPI",
        "description": "Test WebAPI. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/serversettings/TestWebAPI' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{}'",
        "spec": "\"post\": {\n            \"tags\": [\n               \"ServerSettings\"\n            ],\n            \"summary\": \"Test WebAPI\",\n            \"requestBody\": {\n               \"content\": {\n                 \"application/json -patch+json\": {\n                    \"schema\": {\n                      \"type\": \"object\",\n                      \"additionalProperties\": {\n                         \"type\": \"string\"\n                      },\n                      \"nullable\": true\n                    }\n                 },\n                 \"application/json\": {\n                    \"schema\": {\n                      \"type\": \"object\",\n                      \"additionalProperties\": {\n\n\n                                                                               230\n\n                         \"type\": \"string\"\n                      },\n                      \"nullable\": true\n                     }\n                  },\n                  \"text/json\": {\n                     \"schema\": {\n                       \"type\": \"object\",\n                       \"additionalProperties\": {\n                          \"type\": \"string\"\n                       },\n                       \"nullable\": true\n                     }\n                  },\n                  \"application/*+json\": {\n                     \"schema\": {\n                       \"type\": \"object\",\n                       \"additionalProperties\": {\n                          \"type\": \"string\"\n                       },\n                       \"nullable\": true\n                     }\n                  }\n                 }\n              },\n              \"responses\": {\n                 \"200\": {\n                   \"description\": \"Success\"\n                 }\n              }\n          }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/serversettings/TryAuthenticateAsUser",
        "title": "Try authentication as user",
        "description": "Try authentication as user. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/serversettings/TryAuthenticateAsUser' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{\"$ref\":\"#/components/schemas/LdapTestConnection\"}'",
        "spec": "\"post\": {\n            \"tags\": [\n               \"ServerSettings\"\n            ],\n            \"summary\": \"Try authentication as user\",\n            \"requestBody\": {\n               \"content\": {\n                 \"application/json -patch+json\": {\n                    \"schema\": {\n                      \"$ref\": \"#/components/schemas/LdapTestConnection\"\n                    }\n                 },\n                 \"application/json\": {\n                    \"schema\": {\n                      \"$ref\": \"#/components/schemas/LdapTestConnection\"\n                    }\n                 },\n                 \"text/json\": {\n                    \"schema\": {\n                      \"$ref\": \"#/components/schemas/LdapTestConnection\"\n                    }\n                 },\n\n\n                                                                                           231\n\n                   \"application/*+json\": {\n                     \"schema\": {\n                       \"$ref\": \"#/components/schemas/LdapTestConnection\"\n                     }\n                   }\n                  }\n               },\n               \"responses\": {\n                  \"200\": {\n                    \"description\": \"Success\"\n                  }\n               }\n           }"
      }
    ]
  },
  {
    "tag": "Tags",
    "endpoints": [
      {
        "method": "GET",
        "path": "/prime/webui/tagsApi/tags",
        "title": "Get tags",
        "description": "Get tags. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/tagsApi/tags' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n             \"tags\": [\n                \"Tags\"\n             ],\n             \"summary\": \"Get tags\",\n             \"responses\": {\n                \"200\": {\n                  \"description\": \"Success\",\n                  \"content\": {\n                    \"text/plain\": {\n                       \"schema\": {\n                         \"$ref\": \"#/components/schemas/TagDataViewResourceTableWrapper\"\n                       }\n                    },\n                    \"application/json\": {\n                       \"schema\": {\n                         \"$ref\": \"#/components/schemas/TagDataViewResourceTableWrapper\"\n                       }\n                    },\n                    \"text/json\": {\n                       \"schema\": {\n                         \"$ref\": \"#/components/schemas/TagDataViewResourceTableWrapper\"\n                       }\n                    }\n                  }\n                }\n             }\n           }"
      }
    ]
  },
  {
    "tag": "TransformerDataApi",
    "endpoints": [
      {
        "method": "GET",
        "path": "/prime/webui/transformerDataApi/assets",
        "title": "Get all elements",
        "description": "Get all elements. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/transformerDataApi/assets' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n\n\n\n                                                                                              236\n\n              \"tags\": [\n                 \"TransformerDataApi\"\n              ],\n              \"summary\": \"Get all elements\",\n              \"responses\": {\n                 \"200\": {\n                   \"description\": \"Success\",\n                   \"content\": {\n                     \"text/plain\": {\n                        \"schema\": {\n                          \"$ref\": \"#/components/schemas/PrimeElementViewResourceTableWrapper\"\n                        }\n                     },\n                     \"application/json\": {\n                        \"schema\": {\n                          \"$ref\": \"#/components/schemas/PrimeElementViewResourceTableWrapper\"\n                        }\n                     },\n                     \"text/json\": {\n                        \"schema\": {\n                          \"$ref\": \"#/components/schemas/PrimeElementViewResourceTableWrapper\"\n                        }\n                     }\n                   }\n                 }\n              }\n          }"
      },
      {
        "method": "GET",
        "path": "/prime/webui/transformerDataApi/GetPeripherals",
        "title": "Get all elements",
        "description": "Get all elements. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/transformerDataApi/GetPeripherals' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n            \"tags\": [\n               \"TransformerDataApi\"\n            ],\n            \"summary\": \"Get all elements\",\n            \"responses\": {\n               \"200\": {\n                 \"description\": \"Success\",\n                 \"content\": {\n                   \"text/plain\": {\n                      \"schema\": {\n                        \"$ref\": \"#/components/schemas/AssetPeripheralViewResourceTableWrapper\"\n                      }\n                   },\n                   \"application/json\": {\n                      \"schema\": {\n                        \"$ref\": \"#/components/schemas/AssetPeripheralViewResourceTableWrapper\"\n                      }\n                   },\n                   \"text/json\": {\n                      \"schema\": {\n                        \"$ref\": \"#/components/schemas/AssetPeripheralViewResourceTableWrapper\"\n                      }\n                   }\n                 }\n               }\n            }\n          }"
      },
      {
        "method": "GET",
        "path": "/prime/webui/transformerDataApi/ssids",
        "title": "Get all ssids",
        "description": "Get all ssids. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/transformerDataApi/ssids' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n             \"tags\": [\n                \"TransformerDataApi\"\n             ],\n             \"summary\": \"Get all ssids\",\n             \"responses\": {\n                \"200\": {\n                  \"description\": \"Success\",\n                  \"content\": {\n                    \"text/plain\": {\n                       \"schema\": {\n                         \"$ref\": \"#/components/schemas/SSIDViewResourceTableWrapper\"\n                       }\n                    },\n                    \"application/json\": {\n                       \"schema\": {\n                         \"$ref\": \"#/components/schemas/SSIDViewResourceTableWrapper\"\n                       }\n                    },\n                    \"text/json\": {\n                       \"schema\": {\n                         \"$ref\": \"#/components/schemas/SSIDViewResourceTableWrapper\"\n                       }\n                    }\n                  }\n                }\n             }\n           }"
      },
      {
        "method": "GET",
        "path": "/prime/webui/transformerDataApi/vlans",
        "title": "Get all ssids",
        "description": "Get all ssids. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/transformerDataApi/vlans' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n             \"tags\": [\n                \"TransformerDataApi\"\n             ],\n             \"summary\": \"Get all ssids\",\n             \"responses\": {\n                \"200\": {\n                  \"description\": \"Success\",\n                  \"content\": {\n                    \"text/plain\": {\n                       \"schema\": {\n                         \"$ref\": \"#/components/schemas/VlanViewResourceTableWrapper\"\n                       }\n                    },\n                    \"application/json\": {\n                       \"schema\": {\n\n\n                                                                                       238\n\n                                \"$ref\": \"#/components/schemas/VlanViewResourceTableWrapper\"\n                            }\n                          },\n                          \"text/json\": {\n                             \"schema\": {\n                               \"$ref\": \"#/components/schemas/VlanViewResourceTableWrapper\"\n                             }\n                          }\n                      }\n                  }\n              }\n          }"
      },
      {
        "method": "GET",
        "path": "/prime/webui/transformerDataApi/assetsDistribuition",
        "title": "Get Assets Distribuition",
        "description": "Get Assets Distribuition. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/transformerDataApi/assetsDistribuition' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n            \"tags\": [\n               \"TransformerDataApi\"\n            ],\n            \"summary\": \"Get Assets Distribuition\",\n            \"responses\": {\n               \"200\": {\n                 \"description\": \"Success\",\n                 \"content\": {\n                   \"text/plain\": {\n                      \"schema\": {\n                        \"type\": \"array\",\n                        \"items\": {\n                          \"$ref\": \"#/components/schemas/AssetDistribution\"\n                        }\n                      }\n                   },\n                   \"application/json\": {\n                      \"schema\": {\n                        \"type\": \"array\",\n                        \"items\": {\n                          \"$ref\": \"#/components/schemas/AssetDistribution\"\n                        }\n                      }\n                   },\n                   \"text/json\": {\n                      \"schema\": {\n                        \"type\": \"array\",\n                        \"items\": {\n                          \"$ref\": \"#/components/schemas/AssetDistribution\"\n                        }\n                      }\n                   }\n                 }\n               }\n            }\n          }"
      },
      {
        "method": "GET",
        "path": "/prime/webui/transformerDataApi/assetsOverview",
        "title": "GET /prime/webui/transformerDataApi/assetsOverview",
        "description": "",
        "curl": "",
        "spec": ""
      },
      {
        "method": "GET",
        "path": "/prime/webui/transformerDataApi/GetSuggested",
        "title": "Get suggested options",
        "description": "Get suggested options. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/transformerDataApi/GetSuggested' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n           \"tags\": [\n              \"TransformerDataApi\"\n           ],\n           \"summary\": \"Get suggested options\",\n           \"responses\": {\n              \"200\": {\n                \"description\": \"Success\",\n                \"content\": {\n                  \"text/plain\": {\n                     \"schema\": {\n                       \"type\": \"array\",\n                       \"items\": {\n                         \"type\": \"string\"\n                       }\n                     }\n                  },\n                  \"application/json\": {\n                     \"schema\": {\n                       \"type\": \"array\",\n                       \"items\": {\n\n\n\n                                                                                      240\n\n                                  \"type\": \"string\"\n                              }\n                             }\n                          },\n                          \"text/json\": {\n                             \"schema\": {\n                               \"type\": \"array\",\n                               \"items\": {\n                                 \"type\": \"string\"\n                               }\n                             }\n                          }\n                      }\n                  }\n              }\n          }"
      },
      {
        "method": "GET",
        "path": "/prime/webui/transformerDataApi/visibilityAssetsRisks",
        "title": "Get Visible Risks",
        "description": "Get Visible Risks. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/transformerDataApi/visibilityAssetsRisks' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n            \"tags\": [\n               \"TransformerDataApi\"\n            ],\n            \"summary\": \"Get Visible Risks\",\n            \"responses\": {\n               \"200\": {\n                 \"description\": \"Success\",\n                 \"content\": {\n                   \"text/plain\": {\n                      \"schema\": {\n                        \"$ref\": \"#/components/schemas/RiskVisibilityViewResourceTableWrapper\"\n                      }\n                   },\n                   \"application/json\": {\n                      \"schema\": {\n                        \"$ref\": \"#/components/schemas/RiskVisibilityViewResourceTableWrapper\"\n                      }\n                   },\n                   \"text/json\": {\n                      \"schema\": {\n                        \"$ref\": \"#/components/schemas/RiskVisibilityViewResourceTableWrapper\"\n                      }\n                   }\n                 }\n               }\n            }\n          }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/transformerDataApi/AdvanceExport",
        "title": "Export elements",
        "description": "Export elements. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/transformerDataApi/AdvanceExport' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{\"$ref\":\"#/components/schemas/ExportTableViewResource\"}'",
        "spec": ""
      },
      {
        "method": "POST",
        "path": "/prime/webui/transformerDataApi/ssids/exportcsv",
        "title": "Export Ssid csv",
        "description": "Export Ssid csv. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/transformerDataApi/ssids/exportcsv' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{}'",
        "spec": "\"post\": {\n            \"tags\": [\n               \"TransformerDataApi\"\n            ],\n            \"summary\": \"Export Ssid csv\",\n            \"requestBody\": {\n               \"content\": {\n\n\n\n                                                                                         243\n\n                  \"application/json -patch+json\": {\n                     \"schema\": {\n                       \"type\": \"object\",\n                       \"nullable\": true\n                     }\n                  },\n                  \"application/json\": {\n                     \"schema\": {\n                       \"type\": \"object\",\n                       \"nullable\": true\n                     }\n                  },\n                  \"text/json\": {\n                     \"schema\": {\n                       \"type\": \"object\",\n                       \"nullable\": true\n                     }\n                  },\n                  \"application/*+json\": {\n                     \"schema\": {\n                       \"type\": \"object\",\n                       \"nullable\": true\n                     }\n                  }\n                 }\n              },\n              \"responses\": {\n                 \"200\": {\n                   \"description\": \"Success\"\n                 }\n              }\n          }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/transformerDataApi/vlans/exportcsv",
        "title": "Export Ssid csv",
        "description": "Export Ssid csv. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/transformerDataApi/vlans/exportcsv' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{}'",
        "spec": "\"post\": {\n            \"tags\": [\n               \"TransformerDataApi\"\n            ],\n            \"summary\": \"Export Ssid csv\",\n            \"requestBody\": {\n               \"content\": {\n                 \"application/json -patch+json\": {\n                    \"schema\": {\n                      \"type\": \"object\",\n                      \"nullable\": true\n                    }\n                 },\n                 \"application/json\": {\n                    \"schema\": {\n                      \"type\": \"object\",\n                      \"nullable\": true\n                    }\n                 },\n                 \"text/json\": {\n                    \"schema\": {\n\n\n                                                                                         244\n\n                      \"type\": \"object\",\n                      \"nullable\": true\n                     }\n                  },\n                  \"application/*+json\": {\n                     \"schema\": {\n                       \"type\": \"object\",\n                       \"nullable\": true\n                     }\n                  }\n                 }\n              },\n              \"responses\": {\n                 \"200\": {\n                   \"description\": \"Success\"\n                 }\n              }\n          }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/transformerDataApi/ssids/exportpdf",
        "title": "Export Ssid pdf",
        "description": "Export Ssid pdf. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/transformerDataApi/ssids/exportpdf' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{}'",
        "spec": "\"post\": {\n            \"tags\": [\n               \"TransformerDataApi\"\n            ],\n            \"summary\": \"Export Ssid pdf\",\n            \"requestBody\": {\n               \"content\": {\n                 \"application/json -patch+json\": {\n                    \"schema\": {\n                      \"type\": \"object\",\n                      \"nullable\": true\n                    }\n                 },\n                 \"application/json\": {\n                    \"schema\": {\n                      \"type\": \"object\",\n                      \"nullable\": true\n                    }\n                 },\n                 \"text/json\": {\n                    \"schema\": {\n                      \"type\": \"object\",\n                      \"nullable\": true\n                    }\n                 },\n                 \"application/*+json\": {\n                    \"schema\": {\n                      \"type\": \"object\",\n                      \"nullable\": true\n                    }\n                 }\n               }\n            },\n            \"responses\": {\n               \"200\": {\n\n\n                                                                                         245\n\n                      \"description\": \"Success\"\n                  }\n              }\n          }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/transformerDataApi/vlans/exportpdf",
        "title": "Export Ssid pdf",
        "description": "Export Ssid pdf. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/transformerDataApi/vlans/exportpdf' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{}'",
        "spec": "\"post\": {\n            \"tags\": [\n               \"TransformerDataApi\"\n            ],\n            \"summary\": \"Export Ssid pdf\",\n            \"requestBody\": {\n               \"content\": {\n                 \"application/json -patch+json\": {\n                    \"schema\": {\n                      \"type\": \"object\",\n                      \"nullable\": true\n                    }\n                 },\n                 \"application/json\": {\n                    \"schema\": {\n                      \"type\": \"object\",\n                      \"nullable\": true\n                    }\n                 },\n                 \"text/json\": {\n                    \"schema\": {\n                      \"type\": \"object\",\n                      \"nullable\": true\n                    }\n                 },\n                 \"application/*+json\": {\n                    \"schema\": {\n                      \"type\": \"object\",\n                      \"nullable\": true\n                    }\n                 }\n               }\n            },\n            \"responses\": {\n               \"200\": {\n                 \"description\": \"Success\"\n               }\n            }\n          }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/transformerDataApi/visibilityCountAssetsRisks",
        "title": "Get all elements count",
        "description": "Get all elements count. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/transformerDataApi/visibilityCountAssetsRisks' \\",
        "spec": ""
      },
      {
        "method": "POST",
        "path": "/prime/webui/transformerDataApi/assetsBySSID",
        "title": "prime webui transformerDataApi assetsBySSID",
        "description": "Calls POST /prime/webui/transformerDataApi/assetsBySSID. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/transformerDataApi/assetsBySSID' \\\n-H 'Authorization: Bearer <token>' \\",
        "spec": ""
      },
      {
        "method": "POST",
        "path": "/prime/webui/transformerDataApi/assetsByVlan",
        "title": "prime webui transformerDataApi assetsByVlan",
        "description": "Calls POST /prime/webui/transformerDataApi/assetsByVlan. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/transformerDataApi/assetsByVlan' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{\"$ref\":\"#/components/schemas/SwitchesByVlanFilter\"}'",
        "spec": ""
      },
      {
        "method": "POST",
        "path": "/prime/webui/transformerDataApi/GetLocations",
        "title": "prime webui transformerDataApi GetLocations",
        "description": "Calls POST /prime/webui/transformerDataApi/GetLocations. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/transformerDataApi/GetLocations' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{}'",
        "spec": "\"post\": {\n\n\n\n                                                                                           249\n\n             \"tags\": [\n                \"TransformerDataApi\"\n             ],\n             \"requestBody\": {\n                \"content\": {\n                  \"multipart/form -data\": {\n                    \"schema\": {\n                       \"type\": \"object\",\n                       \"properties\": {\n                         \"data\": {\n                           \"type\": \"string\",\n                           \"nullable\": true\n                         }\n                       }\n                    },\n                    \"encoding\": {\n                       \"data\": {\n                         \"style\": \"form\"\n                       }\n                    }\n                  }\n                }\n             },\n             \"responses\": {\n                \"200\": {\n                  \"description\": \"Success\",\n                  \"content\": {\n                    \"text/plain\": {\n                       \"schema\": {\n                         \"type\": \"array\",\n                         \"items\": {\n                           \"$ref\": \"#/components/schemas/AssetLocationViewResource\"\n                         }\n                       }\n                    },\n                    \"application/json\": {\n                       \"schema\": {\n                         \"type\": \"array\",\n                         \"items\": {\n                           \"$ref\": \"#/components/schemas/AssetLocationViewResource\"\n                         }\n                       }\n                    },\n                    \"text/json\": {\n                       \"schema\": {\n                         \"type\": \"array\",\n                         \"items\": {\n                           \"$ref\": \"#/components/schemas/AssetLocationViewResource\"\n                         }\n                       }\n                    }\n                  }\n                }\n             }\n         }"
      }
    ]
  },
  {
    "tag": "UserAttributes",
    "endpoints": [
      {
        "method": "DELETE",
        "path": "/prime/webui/UserAttributes/DeleteUserAttribute",
        "title": "prime webui UserAttributes DeleteUserAttribute",
        "description": "Calls DELETE /prime/webui/UserAttributes/DeleteUserAttribute. Use this to delete data.",
        "curl": "curl -X DELETE 'https://<host>/prime/webui/UserAttributes/DeleteUserAttribute' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"delete\": {\n             \"tags\": [\n                \"UserAttributes\"\n             ],\n             \"parameters\": [\n                {\n                  \"name\": \"id\",\n                  \"in\": \"query\",\n                  \"schema\": {\n                    \"type\": \"string\",\n                    \"nullable\": true\n                  }\n                }\n             ],\n             \"responses\": {\n                \"200\": {\n                  \"description\": \"Success\"\n                }\n             }\n           }"
      },
      {
        "method": "GET",
        "path": "/prime/webui/UserAttributes",
        "title": "prime webui UserAttributes",
        "description": "Calls GET /prime/webui/UserAttributes. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/UserAttributes' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n             \"tags\": [\n                \"UserAttributes\"\n             ],\n             \"parameters\": [\n                {\n                   \"name\": \"pageSize\",\n                   \"in\": \"query\",\n                   \"schema\": {\n                     \"type\": \"string\",\n                     \"nullable\": true\n                   }\n                },\n                {\n                   \"name\": \"pageNumber\",\n                   \"in\": \"query\",\n                   \"schema\": {\n                     \"type\": \"string\",\n                     \"nullable\": true\n                   }\n\n\n\n                                                                                                 254\n\n               },\n               {\n                    \"name\": \"globalSearch\",\n                    \"in\": \"query\",\n                    \"schema\": {\n                      \"type\": \"string\",\n                      \"nullable\": true\n                    }\n                }\n             ],\n             \"responses\": {\n                \"200\": {\n                  \"description\": \"Success\"\n                }\n             }\n         }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/UserAttributes/AddOrUpdateUserAttributesToAssets",
        "title": "prime webui UserAttributes AddOrUpdateUserAttributesToAssets",
        "description": "Calls POST /prime/webui/UserAttributes/AddOrUpdateUserAttributesToAssets. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/UserAttributes/AddOrUpdateUserAttributesToAssets' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{\"$ref\":\"#/components/schemas/InputUserAttributeAssetsUI\"}'",
        "spec": "\"post\": {\n           \"tags\": [\n              \"UserAttributes\"\n           ],\n           \"requestBody\": {\n              \"content\": {\n                \"application/json -patch+json\": {\n                   \"schema\": {\n                     \"$ref\": \"#/components/schemas/InputUserAttributeAssetsUI\"\n                   }\n                },\n                \"application/json\": {\n                   \"schema\": {\n                     \"$ref\": \"#/components/schemas/InputUserAttributeAssetsUI\"\n                   }\n                },\n                \"text/json\": {\n                   \"schema\": {\n                     \"$ref\": \"#/components/schemas/InputUserAttributeAssetsUI\"\n                   }\n                },\n                \"application/*+json\": {\n                   \"schema\": {\n                     \"$ref\": \"#/components/schemas/InputUserAttributeAssetsUI\"\n                   }\n                }\n              }\n           },\n           \"responses\": {\n              \"200\": {\n                \"description\": \"Success\"\n              }\n           }\n         }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/UserAttributes/AddUserAttribute",
        "title": "prime webui UserAttributes AddUserAttribute",
        "description": "Calls POST /prime/webui/UserAttributes/AddUserAttribute. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/UserAttributes/AddUserAttribute' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{\"$ref\":\"#/components/schemas/InputUserAttributeFromUI\"}'",
        "spec": "\"post\": {\n            \"tags\": [\n               \"UserAttributes\"\n            ],\n            \"requestBody\": {\n               \"content\": {\n                 \"application/json -patch+json\": {\n                    \"schema\": {\n                      \"$ref\": \"#/components/schemas/InputUserAttributeFromUI\"\n                    }\n                 },\n                 \"application/json\": {\n                    \"schema\": {\n                      \"$ref\": \"#/components/schemas/InputUserAttributeFromUI\"\n                    }\n                 },\n                 \"text/json\": {\n                    \"schema\": {\n                      \"$ref\": \"#/components/schemas/InputUserAttributeFromUI\"\n                    }\n                 },\n                 \"application/*+json\": {\n                    \"schema\": {\n                      \"$ref\": \"#/components/schemas/InputUserAttributeFromUI\"\n                    }\n                 }\n               }\n            },\n            \"responses\": {\n               \"200\": {\n                 \"description\": \"Success\"\n               }\n            }\n          }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/UserAttributes/UpdateUserAttribute",
        "title": "prime webui UserAttributes UpdateUserAttribute",
        "description": "Calls POST /prime/webui/UserAttributes/UpdateUserAttribute. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/UserAttributes/UpdateUserAttribute' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{\"$ref\":\"#/components/schemas/InputUserAttributeFromUI\"}'",
        "spec": "\"post\": {\n            \"tags\": [\n               \"UserAttributes\"\n            ],\n            \"parameters\": [\n               {\n                 \"name\": \"id\",\n                 \"in\": \"query\",\n\n\n\n                                                                                               256\n\n                   \"schema\": {\n                     \"type\": \"string\",\n                     \"nullable\": true\n                   }\n                  }\n               ],\n               \"requestBody\": {\n                  \"content\": {\n                    \"application/json -patch+json\": {\n                       \"schema\": {\n                         \"$ref\": \"#/components/schemas/InputUserAttributeFromUI\"\n                       }\n                    },\n                    \"application/json\": {\n                       \"schema\": {\n                         \"$ref\": \"#/components/schemas/InputUserAttributeFromUI\"\n                       }\n                    },\n                    \"text/json\": {\n                       \"schema\": {\n                         \"$ref\": \"#/components/schemas/InputUserAttributeFromUI\"\n                       }\n                    },\n                    \"application/*+json\": {\n                       \"schema\": {\n                         \"$ref\": \"#/components/schemas/InputUserAttributeFromUI\"\n                       }\n                    }\n                  }\n               },\n               \"responses\": {\n                  \"200\": {\n                    \"description\": \"Success\"\n                  }\n               }\n           }"
      }
    ]
  },
  {
    "tag": "UserConfigTable",
    "endpoints": [
      {
        "method": "GET",
        "path": "/prime/webui/tableConfig",
        "title": "Get All User Table Config",
        "description": "Get All User Table Config. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/tableConfig' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n             \"tags\": [\n                \"UserConfigTable\"\n             ],\n             \"summary\": \"Get All User Table Config\",\n             \"responses\": {\n                \"200\": {\n                  \"description\": \"Success\",\n                  \"content\": {\n                    \"text/plain\": {\n                      \"schema\": {\n                         \"type\": \"array\",\n                         \"items\": {\n                           \"$ref\": \"#/components/schemas/UserConfigTable\"\n                         }\n\n\n\n                                                                                   257\n\n                               }\n                            },\n                            \"application/json\": {\n                               \"schema\": {\n                                 \"type\": \"array\",\n                                 \"items\": {\n                                   \"$ref\": \"#/components/schemas/UserConfigTable\"\n                                 }\n                               }\n                            },\n                            \"text/json\": {\n                               \"schema\": {\n                                 \"type\": \"array\",\n                                 \"items\": {\n                                   \"$ref\": \"#/components/schemas/UserConfigTable\"\n                                 }\n                               }\n                            }\n                        }\n                    }\n                }\n           },"
      },
      {
        "method": "GET",
        "path": "/prime/webui/tableConfig/GetConfig",
        "title": "Get User Table Config by id",
        "description": "Get User Table Config by id. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/tableConfig/GetConfig' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n             \"tags\": [\n                \"UserConfigTable\"\n             ],\n             \"summary\": \"Get User Table Config by id\",\n             \"parameters\": [\n                {\n                  \"name\": \"type\",\n                  \"in\": \"query\",\n                  \"schema\": {\n                    \"$ref\": \"#/components/schemas/TableType\"\n                  }\n                }\n             ],\n             \"responses\": {\n                \"200\": {\n                  \"description\": \"Success\",\n                  \"content\": {\n                    \"text/plain\": {\n                       \"schema\": {\n                         \"$ref\": \"#/components/schemas/UserConfigTable\"\n                       }\n                    },\n                    \"application/json\": {\n                       \"schema\": {\n                         \"$ref\": \"#/components/schemas/UserConfigTable\"\n                       }\n                    },\n                    \"text/json\": {\n                       \"schema\": {\n                         \"$ref\": \"#/components/schemas/UserConfigTable\"\n                       }\n                    }\n\n\n                                                                                    258\n\n                       }\n                   }\n               }\n           }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/tableConfig",
        "title": "Add or Update User Table Config",
        "description": "Add or Update User Table Config. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/tableConfig' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{\"$ref\":\"#/components/schemas/UserConfigTable\"}'",
        "spec": "\"post\": {\n             \"tags\": [\n                \"UserConfigTable\"\n             ],\n             \"summary\": \"Add or Update User Table Config\",\n             \"requestBody\": {\n                \"content\": {\n                  \"application/json -patch+json\": {\n                     \"schema\": {\n                       \"$ref\": \"#/components/schemas/UserConfigTable\"\n                     }\n                  },\n                  \"application/json\": {\n                     \"schema\": {\n                       \"$ref\": \"#/components/schemas/UserConfigTable\"\n                     }\n                  },\n                  \"text/json\": {\n                     \"schema\": {\n                       \"$ref\": \"#/components/schemas/UserConfigTable\"\n                     }\n                  },\n                  \"application/*+json\": {\n                     \"schema\": {\n                       \"$ref\": \"#/components/schemas/UserConfigTable\"\n                     }\n                  }\n                }\n             },\n             \"responses\": {\n                \"200\": {\n                  \"description\": \"Success\"\n                }\n             }\n           }"
      }
    ]
  },
  {
    "tag": "UserQuery",
    "endpoints": [
      {
        "method": "DELETE",
        "path": "/prime/webui/userQuery",
        "title": "Delete Query",
        "description": "Delete Query. Use this to delete data.",
        "curl": "curl -X DELETE 'https://<host>/prime/webui/userQuery' \\\n-H 'Authorization: Bearer <token>'",
        "spec": ""
      },
      {
        "method": "GET",
        "path": "/prime/webui/userQuery",
        "title": "Get all queries",
        "description": "Get all queries. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/userQuery' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n            \"tags\": [\n               \"UserQuery\"\n            ],\n            \"summary\": \"Get all queries\",\n            \"parameters\": [\n               {\n                  \"name\": \"Filters\",\n                  \"in\": \"query\",\n                  \"schema\": {\n                    \"type\": \"object\",\n                    \"additionalProperties\": {\n                       \"type\": \"string\"\n                    },\n                    \"nullable\": true\n                  }\n               },\n               {\n                  \"name\": \"SortBy\",\n                  \"in\": \"query\",\n                  \"schema\": {\n                    \"type\": \"string\",\n                    \"nullable\": true\n                  }\n               },\n               {\n                  \"name\": \"PageNumber\",\n                  \"in\": \"query\",\n                  \"schema\": {\n                    \"type\": \"integer\",\n                    \"format\": \"int32\"\n                  }\n               },\n\n\n\n                                                              260\n\n                 {\n                      \"name\": \"PageSize\",\n                      \"in\": \"query\",\n                      \"schema\": {\n                        \"type\": \"integer\",\n                        \"format\": \"int32\"\n                      }\n                 },\n                 {\n                      \"name\": \"GlobalSearch\",\n                      \"in\": \"query\",\n                      \"schema\": {\n                        \"type\": \"string\",\n                        \"nullable\": true\n                      }\n                  }\n               ],\n               \"responses\": {\n                  \"200\": {\n                    \"description\": \"Success\",\n                    \"content\": {\n                      \"text/plain\": {\n                         \"schema\": {\n                           \"$ref\": \"#/components/schemas/UserQueriesTableWrapper\"\n                         }\n                      },\n                      \"application/json\": {\n                         \"schema\": {\n                           \"$ref\": \"#/components/schemas/UserQueriesTableWrapper\"\n                         }\n                      },\n                      \"text/json\": {\n                         \"schema\": {\n                           \"$ref\": \"#/components/schemas/UserQueriesTableWrapper\"\n                         }\n                      }\n                    }\n                  }\n               }\n          },"
      },
      {
        "method": "GET",
        "path": "/prime/webui/userQuery/GetQuery",
        "title": "Get queries by id",
        "description": "Get queries by id. Use this to fetch data.",
        "curl": "curl -X GET 'https://<host>/prime/webui/userQuery/GetQuery' \\\n-H 'Authorization: Bearer <token>'",
        "spec": "\"get\": {\n            \"tags\": [\n               \"UserQuery\"\n            ],\n            \"summary\": \"Get queries by id\",\n            \"parameters\": [\n               {\n                 \"name\": \"id\",\n                 \"in\": \"query\",\n                 \"schema\": {\n                   \"type\": \"integer\",\n                   \"format\": \"int32\"\n                 }\n               }\n            ],\n\n\n                                                                                    261\n\n              \"responses\": {\n                \"200\": {\n                  \"description\": \"Success\",\n                  \"content\": {\n                    \"text/plain\": {\n                       \"schema\": {\n                         \"$ref\": \"#/components/schemas/UserQueries\"\n                       }\n                    },\n                    \"application/json\": {\n                       \"schema\": {\n                         \"$ref\": \"#/components/schemas/UserQueries\"\n                       }\n                    },\n                    \"text/json\": {\n                       \"schema\": {\n                         \"$ref\": \"#/components/schemas/UserQueries\"\n                       }\n                    }\n                  }\n                }\n              }\n          }"
      },
      {
        "method": "POST",
        "path": "/prime/webui/userQuery",
        "title": "Add Query",
        "description": "Add Query. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/userQuery' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{\"$ref\":\"#/components/schemas/UserQueries\"}'",
        "spec": "\"post\": {\n            \"tags\": [\n               \"UserQuery\"\n            ],\n            \"summary\": \"Add Query\",\n            \"requestBody\": {\n               \"content\": {\n                 \"application/json -patch+json\": {\n                    \"schema\": {\n                      \"$ref\": \"#/components/schemas/UserQueries\"\n                    }\n                 },\n                 \"application/json\": {\n                    \"schema\": {\n                      \"$ref\": \"#/components/schemas/UserQueries\"\n                    }\n                 },\n                 \"text/json\": {\n                    \"schema\": {\n                      \"$ref\": \"#/components/schemas/UserQueries\"\n                    }\n                 },\n                 \"application/*+json\": {\n                    \"schema\": {\n                      \"$ref\": \"#/components/schemas/UserQueries\"\n                    }\n                 }\n               }\n            },\n            \"responses\": {\n\n\n                                                                      262\n\n                   \"200\": {\n                     \"description\": \"Success\"\n                   }\n               }\n          },"
      },
      {
        "method": "POST",
        "path": "/prime/webui/userQuery/SetPublic",
        "title": "Set Query Public",
        "description": "Set Query Public. Use this to create data.",
        "curl": "curl -X POST 'https://<host>/prime/webui/userQuery/SetPublic' \\\n-H 'Authorization: Bearer <token>' \\\n-H 'Content-Type: application/json' \\\n-d '{}'",
        "spec": "\"post\": {\n            \"tags\": [\n               \"UserQuery\"\n            ],\n            \"summary\": \"Set Query Public\",\n            \"requestBody\": {\n               \"content\": {\n                 \"application/json -patch+json\": {\n                    \"schema\": {\n                      \"type\": \"integer\",\n                      \"format\": \"int32\"\n                    }\n                 },\n                 \"application/json\": {\n                    \"schema\": {\n                      \"type\": \"integer\",\n                      \"format\": \"int32\"\n                    }\n                 },\n                 \"text/json\": {\n                    \"schema\": {\n                      \"type\": \"integer\",\n                      \"format\": \"int32\"\n                    }\n                 },\n                 \"application/*+json\": {\n                    \"schema\": {\n                      \"type\": \"integer\",\n                      \"format\": \"int32\"\n                    }\n                 }\n               }\n            },\n            \"responses\": {\n               \"200\": {\n                 \"description\": \"Success\"\n               }\n            }\n          }"
      },
      {
        "method": "PUT",
        "path": "/prime/webui/userQuery",
        "title": "Update Query",
        "description": "Update Query. Use this to update data.",
        "curl": "",
        "spec": ""
      }
    ]
  }
]