Forrester Total Economic Impact™ study finds Edwin AI delivered a 313% ROI for composite organization.

[Read more](/content/resources/logicmonitor-edwin-ai-total-economic-impact-study-by-forrester "The Total Economic Impact™ of LogicMonitor Edwin AI"/index.html)

**Recommendation:** Use LogicMonitor REST API v3 to programmatically leverage the latest features and enhancements. LogicMonitor does not add new features endpoints to earlier API versions. If you are leveraging earlier versions of the API, see [About REST API v2](/content/support/rest-api-developers-guide/v2/rest-api-v2-overview/index.html) or [About REST API v1](/content/support/about-rest-api-v1/index.html).

For more information regarding LogicMonitor’s sunset updates of the REST API, see [Updates for LogicMonitor REST API v1, v2, and v3](https://community.logicmonitor.com/blog/tech-talk/updates-for-logicmonitor-rest-api-v1-v2-and-v3/16756) in the Community.

LogicMonitor REST API v3 Swagger documentation contains a complete list of v3 API endpoints and Models related to the endpoints. You can expand each API endpoint to explore the details. It contains request and response parameters with examples and description.

- Before making API calls, you should [authenticate](/content/support/rest-api-authentication/index.html) yourself.
- You can make v3 requests by including a ‘?v=3’ query parameter or by including a ‘X-Version:3’ header.
- Properties passed in the body of an API call are case sensitive.
- When adding cloud devices, do not use NetScan to discover cloud devices as it can lead to issues. Instead, follow the new onboarding process. For more information, see [LM Cloud Monitoring Overview](/content/support/lm-cloud/getting-started-lm-cloud/lm-cloud-monitoring-overview/index.html), [Enabling Cloud Monitoring using Local Collector](/content/support/lm-cloud/monitoring-lm-cloud/enabling-cloud-monitoring-using-local-collector/index.html), and [AWS Monitoring Setup](/content/support/aws-monitoring-setup/index.html).
- Offset indicates the position of a specific record in the dataset. It is the starting point of the list. For example, there is an array of 10 elements and in the API request you specify offset as 4. The API response will return result from the 5th element onwards.
- For fetching alerts, the offset limit is 10000 alerts.
- Size indicates the number of elements to return at a time in the response. For example, if you specify size=60, then the response will return result in a batch of 60. LogicMonitor REST API v3 supports maximum size of 1000 records. Even if you specify a number above 1000, the response will always return 1000 records. Example, there are 7000 alerts and you set offset=1000 and size=500. In the response, the API will return alerts from 1001 to 1500.
- In case of SDTs endpoints, the response may contain extra fields depending upon the type of SDT that you select.
- In case of Widgets endpoints, based on the widget type you select, the request and response will contain additional attributes. For more details about the attributes, refer models specific to the selected widget type at the end of the Swagger documentation.

## v3 Swagger Doc

Swagger UI

Explore

## LogicMonitor REST API  ```  3.0.0  ```

```
[ Base URL: /santaba/rest ]
```

[https://www.logicmonitor.com/swagger-ui-master/api-v3/dist/swagger.json](/content/swagger-ui-master/api-v3/dist/swagger.json)

LogicMonitor is a SaaS-based performance monitoring platform that provides full visibility into complex, hybrid infrastructures, offering granular performance monitoring and actionable data and insights. logicmonitor\_sdk enables you to manage your LogicMonitor account programmatically.

Note:

- For Python SDKs, the REQUEST parameters can contain camelCase or an underscore.
- Both underscore and camelCase are supported if parameters are encapsulated within the body.
- Only camelCase is supported if parameters are encapsulated within the body and also if the user is passing raw JSON as REQUEST parameter. However, the RESPONSE parameters always contain an underscore. For example, you can use testLocation or test\_location in the REQUEST parameter. But the RESPONSE parameter will always be test\_location.
- The fields parameter only supports camelCase.

[Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0.html)

[LogicMonitor Support Docs](/content/support/rest-api-developers-guide/index.html)

Schemeshttps

Authorize

### [Access Group](/content/swagger-ui-master/api-v3/dist/\#/Access%20Group/index.html)

PATCH[/setting/accessgroup/{id}](/content/swagger-ui-master/api-v3/dist/#/Access%20Group/patchAccessGroup/index.html)
Update access group

GET[/setting/accessgroup/{id}](/content/swagger-ui-master/api-v3/dist/#/Access%20Group/getAccessGroupById/index.html)
Get access group by id

DELETE[/setting/accessgroup/{id}](/content/swagger-ui-master/api-v3/dist/#/Access%20Group/deleteAccessGroup/index.html)
Delete access group

PUT[/setting/accessgroup/{id}](/content/swagger-ui-master/api-v3/dist/#/Access%20Group/updateAccessGroup/index.html)
Update access group

POST[/setting/accessgroup/mapunmap/modules](/content/swagger-ui-master/api-v3/dist/#/Access%20Group/mapUnMapModuleToAccessGroup/index.html)
Create a mapping of access group & module

POST[/setting/accessgroup/add](/content/swagger-ui-master/api-v3/dist/#/Access%20Group/addAccessGroup/index.html)
Create a access group

GET[/setting/accessgroup](/content/swagger-ui-master/api-v3/dist/#/Access%20Group/getAccessGroupList/index.html)
Get access group list

### [Action Chains](/content/swagger-ui-master/api-v3/dist/\#/Action%20Chains/index.html)

POST[/setting/action/chains](/content/swagger-ui-master/api-v3/dist/#/Action%20Chains/addActionChain/index.html)
Add action chain

GET[/setting/action/chains](/content/swagger-ui-master/api-v3/dist/#/Action%20Chains/getActionChainsList/index.html)
Get action chains list

PATCH[/setting/action/chains/{id}](/content/swagger-ui-master/api-v3/dist/#/Action%20Chains/patchActionChainById/index.html)
update action chain

GET[/setting/action/chains/{id}](/content/swagger-ui-master/api-v3/dist/#/Action%20Chains/getActionChainById/index.html)
Get action chain by ID

DELETE[/setting/action/chains/{id}](/content/swagger-ui-master/api-v3/dist/#/Action%20Chains/deleteActionChainById/index.html)
delete action chain

PUT[/setting/action/chains/{id}](/content/swagger-ui-master/api-v3/dist/#/Action%20Chains/updateActionChainById/index.html)
update action chain

### [Action Rules](/content/swagger-ui-master/api-v3/dist/\#/Action%20Rules/index.html)

PATCH[/setting/action/rules/{id}](/content/swagger-ui-master/api-v3/dist/#/Action%20Rules/patchActionRuleById/index.html)
update action rule

GET[/setting/action/rules/{id}](/content/swagger-ui-master/api-v3/dist/#/Action%20Rules/getActionRuleById/index.html)
get action rule

DELETE[/setting/action/rules/{id}](/content/swagger-ui-master/api-v3/dist/#/Action%20Rules/deleteActionRuleById/index.html)
delete action rule

PUT[/setting/action/rules/{id}](/content/swagger-ui-master/api-v3/dist/#/Action%20Rules/updateActionRuleById/index.html)
update action rule

PATCH[/setting/action/rules/{id}/status](/content/swagger-ui-master/api-v3/dist/#/Action%20Rules/patchActionRuleStatusById/index.html)
enable/disable action rule

PUT[/setting/action/rules/{id}/status](/content/swagger-ui-master/api-v3/dist/#/Action%20Rules/updateActionRuleStatusById/index.html)
enable/disable action rule

POST[/setting/action/rules](/content/swagger-ui-master/api-v3/dist/#/Action%20Rules/addActionRule/index.html)
Add Action Rule

GET[/setting/action/rules](/content/swagger-ui-master/api-v3/dist/#/Action%20Rules/getActionRulesList/index.html)
Get action rules list

### [Alert Rules](/content/swagger-ui-master/api-v3/dist/\#/Alert%20Rules/index.html)

PATCH[/setting/alert/rules/{id}](/content/swagger-ui-master/api-v3/dist/#/Alert%20Rules/patchAlertRuleById/index.html)
update alert rule

GET[/setting/alert/rules/{id}](/content/swagger-ui-master/api-v3/dist/#/Alert%20Rules/getAlertRuleById/index.html)
get alert rule by id

DELETE[/setting/alert/rules/{id}](/content/swagger-ui-master/api-v3/dist/#/Alert%20Rules/deleteAlertRuleById/index.html)
delete alert rule

PUT[/setting/alert/rules/{id}](/content/swagger-ui-master/api-v3/dist/#/Alert%20Rules/updateAlertRuleById/index.html)
update alert rule

POST[/setting/alert/rules](/content/swagger-ui-master/api-v3/dist/#/Alert%20Rules/addAlertRule/index.html)
add alert rule

GET[/setting/alert/rules](/content/swagger-ui-master/api-v3/dist/#/Alert%20Rules/getAlertRuleList/index.html)
get alert rule list

### [Alerts](/content/swagger-ui-master/api-v3/dist/\#/Alerts/index.html)

GET[/alert/alerts/{id}](/content/swagger-ui-master/api-v3/dist/#/Alerts/getAlertById/index.html)
get alert

GET[/alert/alerts](/content/swagger-ui-master/api-v3/dist/#/Alerts/getAlertList/index.html)
Get alert list

POST[/alert/alerts/{id}/ack](/content/swagger-ui-master/api-v3/dist/#/Alerts/ackAlertById/index.html)
Acknowledge alert by ID

POST[/alert/alerts/{id}/note](/content/swagger-ui-master/api-v3/dist/#/Alerts/addAlertNoteById/index.html)
Add alert note

POST[/alert/alerts/{id}/escalate](/content/swagger-ui-master/api-v3/dist/#/Alerts/escalatedAlertById/index.html)
Escalate alert by ID

### [API Tokens](/content/swagger-ui-master/api-v3/dist/\#/API%20Tokens/index.html)

PATCH[/setting/admins/{adminId}/apitokens/{apitokenId}](/content/swagger-ui-master/api-v3/dist/#/API%20Tokens/patchApiTokenByAdminId/index.html)
Update API tokens for a user

DELETE[/setting/admins/{adminId}/apitokens/{apitokenId}](/content/swagger-ui-master/api-v3/dist/#/API%20Tokens/deleteApiTokenById/index.html)
Delete API token

PUT[/setting/admins/{adminId}/apitokens/{apitokenId}](/content/swagger-ui-master/api-v3/dist/#/API%20Tokens/updateApiTokenByAdminId/index.html)
Update API tokens for a user

POST[/setting/admins/{adminId}/apitokens](/content/swagger-ui-master/api-v3/dist/#/API%20Tokens/addApiTokenByAdminId/index.html)
Add API tokens for a user

GET[/setting/admins/{adminId}/apitokens](/content/swagger-ui-master/api-v3/dist/#/API%20Tokens/getApiTokenListByAdminId/index.html)
Get API tokens for a user

GET[/setting/admins/apitokens](/content/swagger-ui-master/api-v3/dist/#/API%20Tokens/getApiTokenList/index.html)
Get a list of API tokens across users

### [ApiPerfStats](/content/swagger-ui-master/api-v3/dist/\#/ApiPerfStats/index.html)

GET[/apiStats/externalApis](/content/swagger-ui-master/api-v3/dist/#/ApiPerfStats/getExternalApiStats/index.html)
get external api stats info

### [AppliesToFunctions](/content/swagger-ui-master/api-v3/dist/\#/AppliesToFunctions/index.html)

PATCH[/setting/functions/{id}](/content/swagger-ui-master/api-v3/dist/#/AppliesToFunctions/patchAppliesToFunction/index.html)
Update applies to function

GET[/setting/functions/{id}](/content/swagger-ui-master/api-v3/dist/#/AppliesToFunctions/getAppliesToFunctionById/index.html)
Get applies to function by ID

DELETE[/setting/functions/{id}](/content/swagger-ui-master/api-v3/dist/#/AppliesToFunctions/deleteAppliesToFunctionById/index.html)
Delete applies to function

PUT[/setting/functions/{id}](/content/swagger-ui-master/api-v3/dist/#/AppliesToFunctions/updateAppliesToFunction/index.html)
Update applies to function

POST[/setting/functions](/content/swagger-ui-master/api-v3/dist/#/AppliesToFunctions/addAppliesToFunction/index.html)
Add applies to function

GET[/setting/functions](/content/swagger-ui-master/api-v3/dist/#/AppliesToFunctions/getAppliesToFunctionList/index.html)
Get applies to function list

POST[/setting/functions/importjson](/content/swagger-ui-master/api-v3/dist/#/AppliesToFunctions/importAppliesToFunctionJson/index.html)
Import AppliesTo function via json

### [Audit Logs](/content/swagger-ui-master/api-v3/dist/\#/Audit%20Logs/index.html)

GET[/setting/accesslogs/{id}](/content/swagger-ui-master/api-v3/dist/#/Audit%20Logs/getAuditLogById/index.html)
Get audit log by id

GET[/setting/accesslogs](/content/swagger-ui-master/api-v3/dist/#/Audit%20Logs/getAuditLogList/index.html)
Get audit logs

### [Automated Diagnostic & Remediation](/content/swagger-ui-master/api-v3/dist/\#/Automated%20Diagnostic%20&%20Remediation/index.html)

GET[/setting/diagnosticRemediation/executionResults](/content/swagger-ui-master/api-v3/dist/#/Automated%20Diagnostic%20&%20Remediation/getDiagnosticRemediationExecutionResults/index.html)
Get diagnostic and remediation execution results (canonical)

GET[/setting/diagnosticRemediation/list](/content/swagger-ui-master/api-v3/dist/#/Automated%20Diagnostic%20&%20Remediation/getDiagnosticRemediationAssignedSources/index.html)
List assigned diagnostic and remediation exchange modules

### [Collector Groups](/content/swagger-ui-master/api-v3/dist/\#/Collector%20Groups/index.html)

PATCH[/setting/collector/groups/{id}](/content/swagger-ui-master/api-v3/dist/#/Collector%20Groups/patchCollectorGroupById/index.html)
Update collector group

GET[/setting/collector/groups/{id}](/content/swagger-ui-master/api-v3/dist/#/Collector%20Groups/getCollectorGroupById/index.html)
Get collector group

DELETE[/setting/collector/groups/{id}](/content/swagger-ui-master/api-v3/dist/#/Collector%20Groups/deleteCollectorGroupById/index.html)
Delete collector group

PUT[/setting/collector/groups/{id}](/content/swagger-ui-master/api-v3/dist/#/Collector%20Groups/updateCollectorGroupById/index.html)
Update collector group

POST[/setting/collector/groups](/content/swagger-ui-master/api-v3/dist/#/Collector%20Groups/addCollectorGroup/index.html)
Add collector group

GET[/setting/collector/groups](/content/swagger-ui-master/api-v3/dist/#/Collector%20Groups/getCollectorGroupList/index.html)
Get collector group list

### [Collectors](/content/swagger-ui-master/api-v3/dist/\#/Collectors/index.html)

GET[/setting/collector/collectors/{collectorId}/installers/{osAndArch}](/content/swagger-ui-master/api-v3/dist/#/Collectors/getCollectorInstaller/index.html)
get collector installer

GET[/setting/collector/collectors/{collectorId}/services/getStatusCheck](/content/swagger-ui-master/api-v3/dist/#/Collectors/getCollectorStatusCheck/index.html)
get collector status check

GET[/setting/collector/collectors/{collectorId}/events](/content/swagger-ui-master/api-v3/dist/#/Collectors/getCollectorEvents/index.html)
get collector events

PATCH[/setting/collector/collectors/{id}/agentloglevels/{component}](/content/swagger-ui-master/api-v3/dist/#/Collectors/patchCollectorAgentLogLevel/index.html)
update collector agent log level

GET[/setting/collector/collectors/{id}/agentloglevels/{component}](/content/swagger-ui-master/api-v3/dist/#/Collectors/getCollectorAgentLogLevelByComponent/index.html)
get collector agent log level by component

PUT[/setting/collector/collectors/{id}/agentloglevels/{component}](/content/swagger-ui-master/api-v3/dist/#/Collectors/updateCollectorAgentLogLevel/index.html)
update collector agent log level

POST[/setting/collector/collectors](/content/swagger-ui-master/api-v3/dist/#/Collectors/addCollector/index.html)
add collector

GET[/setting/collector/collectors](/content/swagger-ui-master/api-v3/dist/#/Collectors/getCollectorList/index.html)
get collector list

GET[/setting/collector/collectors/{id}/agentloglevels](/content/swagger-ui-master/api-v3/dist/#/Collectors/getCollectorAgentLogLevels/index.html)
get collector agent log levels

PATCH[/setting/collector/collectors/{id}](/content/swagger-ui-master/api-v3/dist/#/Collectors/patchCollectorById/index.html)
update collector

GET[/setting/collector/collectors/{id}](/content/swagger-ui-master/api-v3/dist/#/Collectors/getCollectorById/index.html)
get collector

DELETE[/setting/collector/collectors/{id}](/content/swagger-ui-master/api-v3/dist/#/Collectors/deleteCollectorById/index.html)
delete collector

PUT[/setting/collector/collectors/{id}](/content/swagger-ui-master/api-v3/dist/#/Collectors/updateCollectorById/index.html)
update collector

POST[/setting/collector/collectors/{id}/ackdown](/content/swagger-ui-master/api-v3/dist/#/Collectors/ackCollectorDownAlertById/index.html)
ack collector down alert

### [CollectorVersions](/content/swagger-ui-master/api-v3/dist/\#/CollectorVersions/index.html)

GET[/setting/collector/collectors/versions](/content/swagger-ui-master/api-v3/dist/#/CollectorVersions/getCollectorVersionList/index.html)
get collector version list

### [ConfigSources](/content/swagger-ui-master/api-v3/dist/\#/ConfigSources/index.html)

POST[/setting/configsources/importxml](/content/swagger-ui-master/api-v3/dist/#/ConfigSources/importConfigSource/index.html)
Import config source via XML

PATCH[/setting/configsources/{id}](/content/swagger-ui-master/api-v3/dist/#/ConfigSources/patchConfigSourceById/index.html)
Update config source by ID

GET[/setting/configsources/{id}](/content/swagger-ui-master/api-v3/dist/#/ConfigSources/getConfigSourceById/index.html)
Get config source by ID

DELETE[/setting/configsources/{id}](/content/swagger-ui-master/api-v3/dist/#/ConfigSources/deleteConfigSourceById/index.html)
Delete config source by ID

PUT[/setting/configsources/{id}](/content/swagger-ui-master/api-v3/dist/#/ConfigSources/updateConfigSourceById/index.html)
Update config source by ID

POST[/setting/configsources/importjson](/content/swagger-ui-master/api-v3/dist/#/ConfigSources/importConfigSourceJson/index.html)
Import ConfigSource via json

GET[/setting/configsources/{id}/updatereasons](/content/swagger-ui-master/api-v3/dist/#/ConfigSources/getUpdateReasonListByConfigSourceId/index.html)
Get update history for a configSource

POST[/setting/configsources](/content/swagger-ui-master/api-v3/dist/#/ConfigSources/addConfigSource/index.html)
Add a new config source

GET[/setting/configsources](/content/swagger-ui-master/api-v3/dist/#/ConfigSources/getConfigSourceList/index.html)
Get config source list

### [Cost Optimization Recommendations](/content/swagger-ui-master/api-v3/dist/\#/Cost%20Optimization%20Recommendations/index.html)

GET[/cost-optimization/recommendations](/content/swagger-ui-master/api-v3/dist/#/Cost%20Optimization%20Recommendations/getRecommendationsList/index.html)
Get recommendation list

GET[/cost-optimization/recommendations/categories](/content/swagger-ui-master/api-v3/dist/#/Cost%20Optimization%20Recommendations/getRecommendationCategoriesList/index.html)
Get recommendation category list

GET[/cost-optimization/recommendations/{id}](/content/swagger-ui-master/api-v3/dist/#/Cost%20Optimization%20Recommendations/getRecommendationById/index.html)
Get recommendation by ID

### [Dashboard Groups](/content/swagger-ui-master/api-v3/dist/\#/Dashboard%20Groups/index.html)

PATCH[/dashboard/groups/{id}](/content/swagger-ui-master/api-v3/dist/#/Dashboard%20Groups/patchDashboardGroupById/index.html)
update dashboard group

GET[/dashboard/groups/{id}](/content/swagger-ui-master/api-v3/dist/#/Dashboard%20Groups/getDashboardGroupById/index.html)
Get dashboard group by ID

DELETE[/dashboard/groups/{id}](/content/swagger-ui-master/api-v3/dist/#/Dashboard%20Groups/deleteDashboardGroupById/index.html)
delete dashboard group

PUT[/dashboard/groups/{id}](/content/swagger-ui-master/api-v3/dist/#/Dashboard%20Groups/updateDashboardGroupById/index.html)
update dashboard group

POST[/dashboard/groups/{id}/asyncclone](/content/swagger-ui-master/api-v3/dist/#/Dashboard%20Groups/addDashboardGroupAsynchronously/index.html)
add dashboard group asynchronously

POST[/dashboard/groups](/content/swagger-ui-master/api-v3/dist/#/Dashboard%20Groups/addDashboardGroup/index.html)
add dashboard group

GET[/dashboard/groups](/content/swagger-ui-master/api-v3/dist/#/Dashboard%20Groups/getDashboardGroupList/index.html)
get dashboard group list

### [Dashboards](/content/swagger-ui-master/api-v3/dist/\#/Dashboards/index.html)

POST[/dashboard/dashboards](/content/swagger-ui-master/api-v3/dist/#/Dashboards/addDashboard/index.html)
add dashboard

GET[/dashboard/dashboards](/content/swagger-ui-master/api-v3/dist/#/Dashboards/getDashboardList/index.html)
Get dashboard list

PATCH[/dashboard/dashboards/{id}](/content/swagger-ui-master/api-v3/dist/#/Dashboards/patchDashboardById/index.html)
update dashboard

GET[/dashboard/dashboards/{id}](/content/swagger-ui-master/api-v3/dist/#/Dashboards/getDashboardById/index.html)
get dashboard

DELETE[/dashboard/dashboards/{id}](/content/swagger-ui-master/api-v3/dist/#/Dashboards/deleteDashboardById/index.html)
delete dashboard

PUT[/dashboard/dashboards/{id}](/content/swagger-ui-master/api-v3/dist/#/Dashboards/updateDashboardById/index.html)
update dashboard

GET[/dashboard/dashboards/{id}/widgets](/content/swagger-ui-master/api-v3/dist/#/Dashboards/getWidgetListByDashboardId/index.html)
get widget list by DashboardId

### [Data](/content/swagger-ui-master/api-v3/dist/\#/Data/index.html)

GET[/device/devices/{deviceId}/devicedatasources/{hdsId}/instances/{instanceId}/config/{id}](/content/swagger-ui-master/api-v3/dist/#/Data/getDeviceConfigSourceConfigById/index.html)
get a config for a device

GET[/device/devices/{deviceId}/devicedatasources/{hdsId}/instances/{id}/graphs/{graphId}/data](/content/swagger-ui-master/api-v3/dist/#/Data/getDeviceDatasourceInstanceGraphData/index.html)
get device instance graph data

GET[/device/devices/{deviceId}/devicedatasources/{deviceDsId}/groups/{dsigId}/graphs/{ographId}/data](/content/swagger-ui-master/api-v3/dist/#/Data/getDeviceDatasourceInstanceGroupOverviewGraphData/index.html)
Get device instance group overview graph data

GET[/website/websites/{websiteId}/checkpoints/{checkpointId}/graphs/{graphName}/data](/content/swagger-ui-master/api-v3/dist/#/Data/getWebsiteGraphData/index.html)
Get website graph data

GET[/dashboard/widgets/{id}/data](/content/swagger-ui-master/api-v3/dist/#/Data/getWidgetDataById/index.html)
get widget data (Based upon widget type the response may contain additional attributes. Please refer models corresponding to specific widget type at the bottom of this page to check the attributes)

GET[/website/websites/{srvId}/checkpoints/{checkId}/data](/content/swagger-ui-master/api-v3/dist/#/Data/getWebsiteCheckpointDataById/index.html)
get data for a website checkpoint

POST[/device/instances/datafetch](/content/swagger-ui-master/api-v3/dist/#/Data/fetchDeviceInstancesData/index.html)
Fetch device instances data

GET[/device/devicedatasourceinstances/{instanceId}/graphs/{graphId}/data](/content/swagger-ui-master/api-v3/dist/#/Data/getDeviceInstanceGraphDataOnlyByInstanceId/index.html)
get device instance data

GET[/device/devices/{deviceId}/devicedatasources/{hdsId}/instances/{id}/data](/content/swagger-ui-master/api-v3/dist/#/Data/getDeviceDatasourceInstanceData/index.html)
get device instance data

### [Datasource Instances](/content/swagger-ui-master/api-v3/dist/\#/Datasource%20Instances/index.html)

GET[/device/devices/{deviceId}/devicedatasources/{hdsId}/instances/{instanceId}/config](/content/swagger-ui-master/api-v3/dist/#/Datasource%20Instances/getDeviceConfigSourceConfigList/index.html)
get detailed config information for the instance

GET[/device/devices/{deviceId}/devicedatasources/{hdsId}/instances/{instanceId}/config/{id}](/content/swagger-ui-master/api-v3/dist/#/Datasource%20Instances/getDeviceConfigSourceConfigById/index.html)
get a config for a device

POST[/device/devices/{deviceId}/devicedatasources/{deviceDsId}/groups](/content/swagger-ui-master/api-v3/dist/#/Datasource%20Instances/addDeviceDatasourceInstanceGroup/index.html)
Add device datasource instance group

GET[/device/devices/{deviceId}/devicedatasources/{deviceDsId}/groups](/content/swagger-ui-master/api-v3/dist/#/Datasource%20Instances/getDeviceDatasourceInstanceGroupList/index.html)
Get device datasource instance group list

GET[/device/devices/{deviceId}/devicedatasources/{hdsId}/instances/{id}/graphs/{graphId}/data](/content/swagger-ui-master/api-v3/dist/#/Datasource%20Instances/getDeviceDatasourceInstanceGraphData/index.html)
get device instance graph data

POST[/device/devices/{deviceId}/devicedatasources/{hdsId}/instances](/content/swagger-ui-master/api-v3/dist/#/Datasource%20Instances/addDeviceDatasourceInstance/index.html)
add device instance

GET[/device/devices/{deviceId}/devicedatasources/{hdsId}/instances](/content/swagger-ui-master/api-v3/dist/#/Datasource%20Instances/getDeviceDatasourceInstanceList/index.html)
get device instance list

GET[/device/devices/{deviceId}/devicedatasources/{hdsId}/instances/{id}/historysdts](/content/swagger-ui-master/api-v3/dist/#/Datasource%20Instances/getDeviceDatasourceInstanceSDTHistory/index.html)
get device instance SDT history

GET[/device/devices/{deviceId}/devicedatasources/{deviceDsId}/groups/{dsigId}/graphs/{ographId}/data](/content/swagger-ui-master/api-v3/dist/#/Datasource%20Instances/getDeviceDatasourceInstanceGroupOverviewGraphData/index.html)
Get device instance group overview graph data

POST[/device/devices/{deviceId}/devicedatasources/{hdsId}/instances/{instanceId}/config/configCollection](/content/swagger-ui-master/api-v3/dist/#/Datasource%20Instances/collectDeviceConfigSourceConfig/index.html)
collect a config for a device

PATCH[/device/devices/{deviceId}/devicedatasources/{deviceDsId}/groups/{id}](/content/swagger-ui-master/api-v3/dist/#/Datasource%20Instances/patchDeviceDatasourceInstanceGroupById/index.html)
Update device datasource instance group

GET[/device/devices/{deviceId}/devicedatasources/{deviceDsId}/groups/{id}](/content/swagger-ui-master/api-v3/dist/#/Datasource%20Instances/getDeviceDatasourceInstanceGroupById/index.html)
Get device datasource instance group

PUT[/device/devices/{deviceId}/devicedatasources/{deviceDsId}/groups/{id}](/content/swagger-ui-master/api-v3/dist/#/Datasource%20Instances/updateDeviceDatasourceInstanceGroupById/index.html)
Update device datasource instance group

PUT[/device/devices/{deviceId}/devicedatasources/{deviceDsId}/groups/{dsigId}/datapoints/{dpId}/alertconfig](/content/swagger-ui-master/api-v3/dist/#/Datasource%20Instances/updateInstanceGroupAlertThreshold/index.html)
Update instance group alert threshold

GET[/device/devices/{deviceId}/devicedatasources/{hdsId}/instances/{id}/data](/content/swagger-ui-master/api-v3/dist/#/Datasource%20Instances/getDeviceDatasourceInstanceData/index.html)
get device instance data

PATCH[/device/devices/{deviceId}/devicedatasources/{hdsId}/instances/{id}](/content/swagger-ui-master/api-v3/dist/#/Datasource%20Instances/patchDeviceDatasourceInstanceById/index.html)
update device instance

GET[/device/devices/{deviceId}/devicedatasources/{hdsId}/instances/{id}](/content/swagger-ui-master/api-v3/dist/#/Datasource%20Instances/getDeviceDatasourceInstanceById/index.html)
get device instance

DELETE[/device/devices/{deviceId}/devicedatasources/{hdsId}/instances/{id}](/content/swagger-ui-master/api-v3/dist/#/Datasource%20Instances/deleteDeviceDatasourceInstanceById/index.html)
delete a device instance

PUT[/device/devices/{deviceId}/devicedatasources/{hdsId}/instances/{id}](/content/swagger-ui-master/api-v3/dist/#/Datasource%20Instances/updateDeviceDatasourceInstanceById/index.html)
update device instance

### [Datasources](/content/swagger-ui-master/api-v3/dist/\#/Datasources/index.html)

GET[/setting/datasources/{dsId}/ographs](/content/swagger-ui-master/api-v3/dist/#/Datasources/getDataSourceOverviewGraphList/index.html)
Get datasource overview graph list

POST[/setting/datasources](/content/swagger-ui-master/api-v3/dist/#/Datasources/addDatasourceById/index.html)
Add datasource

GET[/setting/datasources](/content/swagger-ui-master/api-v3/dist/#/Datasources/getDatasourceList/index.html)
Get datasource list

PATCH[/setting/datasources/{id}](/content/swagger-ui-master/api-v3/dist/#/Datasources/patchDatasourceById/index.html)
Update datasource

GET[/setting/datasources/{id}](/content/swagger-ui-master/api-v3/dist/#/Datasources/getDatasourceById/index.html)
Get datasource by ID

DELETE[/setting/datasources/{id}](/content/swagger-ui-master/api-v3/dist/#/Datasources/deleteDatasourceById/index.html)
Delete datasource

PUT[/setting/datasources/{id}](/content/swagger-ui-master/api-v3/dist/#/Datasources/updateDatasourceById/index.html)
Update datasource

POST[/setting/datasources/importjson](/content/swagger-ui-master/api-v3/dist/#/Datasources/importDataSourceJson/index.html)
Import DataSource via json

GET[/setting/datasources/{dsId}/ographs/{id}](/content/swagger-ui-master/api-v3/dist/#/Datasources/getDataSourceOverviewGraphById/index.html)
Get datasource overview graph by ID

GET[/setting/datasources/{id}/devices](/content/swagger-ui-master/api-v3/dist/#/Datasources/getAssociatedDeviceListByDataSourceId/index.html)
Get devices associated with a datasource

POST[/setting/datasources/importxml](/content/swagger-ui-master/api-v3/dist/#/Datasources/importDataSource/index.html)
Import datasource via XML

GET[/setting/datasources/{id}/updatereasons](/content/swagger-ui-master/api-v3/dist/#/Datasources/getUpdateReasonListByDataSourceId/index.html)
Get update history for a datasource

### [Debug](/content/swagger-ui-master/api-v3/dist/\#/Debug/index.html)

POST[/debug](/content/swagger-ui-master/api-v3/dist/#/Debug/executeDebugCommand/index.html)
Execute a Collector debug command

GET[/debug/{id}](/content/swagger-ui-master/api-v3/dist/#/Debug/getDebugCommandResult/index.html)
Get the result of a Collector debug command using sessionId

### [Delta](/content/swagger-ui-master/api-v3/dist/\#/Delta/index.html)

GET[/device/devices/delta](/content/swagger-ui-master/api-v3/dist/#/Delta/getDeltaIdWithDevices/index.html)
Get filter matched devices with new deltaId

GET[/device/devices/delta/{deltaId}](/content/swagger-ui-master/api-v3/dist/#/Delta/getDeltaDevices/index.html)
Get delta devices using deltaId

### [Device Groups](/content/swagger-ui-master/api-v3/dist/\#/Device%20Groups/index.html)

GET[/device/groups/{id}/devices](/content/swagger-ui-master/api-v3/dist/#/Device%20Groups/getImmediateDeviceListByDeviceGroupId/index.html)
get immediate devices under group

GET[/device/groups/{deviceGroupId}/datasources](/content/swagger-ui-master/api-v3/dist/#/Device%20Groups/getDeviceGroupDatasourceList/index.html)
get device group datasource list

GET[/aws/externalId](/content/swagger-ui-master/api-v3/dist/#/Device%20Groups/getAwsExternalId/index.html)
Get AWS external ID

POST[/azure/functions/discoverSubscriptions](/content/swagger-ui-master/api-v3/dist/#/Device%20Groups/discoverSubscriptions/index.html)
view subscriptions

POST[/gcp/functions/testAccount](/content/swagger-ui-master/api-v3/dist/#/Device%20Groups/testGCPAccount/index.html)
test GCP account

GET[/device/groups/{id}/historysdts](/content/swagger-ui-master/api-v3/dist/#/Device%20Groups/getSDTHistoryByDeviceGroupId/index.html)
get SDT history for the group

POST[/aws/functions/verifyBillingPermissions](/content/swagger-ui-master/api-v3/dist/#/Device%20Groups/verifyAWSBillingPermissions/index.html)
Verify AWS Billing Permissions

PATCH[/device/groups/{deviceGroupId}/datasources/{id}](/content/swagger-ui-master/api-v3/dist/#/Device%20Groups/patchDeviceGroupDatasourceById/index.html)
update device group datasource

GET[/device/groups/{deviceGroupId}/datasources/{id}](/content/swagger-ui-master/api-v3/dist/#/Device%20Groups/getDeviceGroupDatasourceById/index.html)
get device group datasource

PUT[/device/groups/{deviceGroupId}/datasources/{id}](/content/swagger-ui-master/api-v3/dist/#/Device%20Groups/updateDeviceGroupDatasourceById/index.html)
update device group datasource

GET[/device/groups/{id}/sdts](/content/swagger-ui-master/api-v3/dist/#/Device%20Groups/getDeviceGroupSDTList/index.html)
get device group SDTs

POST[/azure/functions/verifyStorageAccountsPermissions](/content/swagger-ui-master/api-v3/dist/#/Device%20Groups/verifyStorageAccountsPermissions/index.html)
view storage accounts

POST[/device/groups/{gid}/properties](/content/swagger-ui-master/api-v3/dist/#/Device%20Groups/addDeviceGroupProperty/index.html)
Add device group property

GET[/device/groups/{gid}/properties](/content/swagger-ui-master/api-v3/dist/#/Device%20Groups/getDeviceGroupPropertyList/index.html)
Get device group properties

PATCH[/device/groups/{id}](/content/swagger-ui-master/api-v3/dist/#/Device%20Groups/patchDeviceGroupById/index.html)
update device group

GET[/device/groups/{id}](/content/swagger-ui-master/api-v3/dist/#/Device%20Groups/getDeviceGroupById/index.html)
get device group

DELETE[/device/groups/{id}](/content/swagger-ui-master/api-v3/dist/#/Device%20Groups/deleteDeviceGroupById/index.html)
delete device group

PUT[/device/groups/{id}](/content/swagger-ui-master/api-v3/dist/#/Device%20Groups/updateDeviceGroupById/index.html)
update device group

POST[/azure/functions/testAccount](/content/swagger-ui-master/api-v3/dist/#/Device%20Groups/testAzureAccount/index.html)
test Azure account

POST[/saas/functions/testAccount](/content/swagger-ui-master/api-v3/dist/#/Device%20Groups/testSaaSAccount/index.html)
Test SaaS account

GET[/aws/accountId](/content/swagger-ui-master/api-v3/dist/#/Device%20Groups/getAwsAccountId/index.html)
Get AWS account ID

POST[/device/groups](/content/swagger-ui-master/api-v3/dist/#/Device%20Groups/addDeviceGroup/index.html)
add device group

GET[/device/groups](/content/swagger-ui-master/api-v3/dist/#/Device%20Groups/getDeviceGroupList/index.html)
get device group list

POST[/aws/functions/testAccount](/content/swagger-ui-master/api-v3/dist/#/Device%20Groups/testAWSAccount/index.html)
Test AWS account

PATCH[/device/groups/{gid}/properties/{name}](/content/swagger-ui-master/api-v3/dist/#/Device%20Groups/patchDeviceGroupPropertyByName/index.html)
Update device group property

GET[/device/groups/{gid}/properties/{name}](/content/swagger-ui-master/api-v3/dist/#/Device%20Groups/getDeviceGroupPropertyByName/index.html)
Get device group property by name

DELETE[/device/groups/{gid}/properties/{name}](/content/swagger-ui-master/api-v3/dist/#/Device%20Groups/deleteDeviceGroupPropertyByName/index.html)
Delete device group property

PUT[/device/groups/{gid}/properties/{name}](/content/swagger-ui-master/api-v3/dist/#/Device%20Groups/updateDeviceGroupPropertyByName/index.html)
Update device group property

GET[/device/groups/{id}/alerts](/content/swagger-ui-master/api-v3/dist/#/Device%20Groups/getAlertListByDeviceGroupId/index.html)
get device group alerts

### [Devices](/content/swagger-ui-master/api-v3/dist/\#/Devices/index.html)

GET[/device/devices/{deviceId}/devicedatasources](/content/swagger-ui-master/api-v3/dist/#/Devices/getDeviceDatasourceList/index.html)
Get device datasource list

POST[/device/devices](/content/swagger-ui-master/api-v3/dist/#/Devices/addDevice/index.html)
add a new device (Request schema may change depending upon the type of uptime device being added)

GET[/device/devices](/content/swagger-ui-master/api-v3/dist/#/Devices/getDeviceList/index.html)
Get device list

GET[/device/devices/{id}/alerts](/content/swagger-ui-master/api-v3/dist/#/Devices/getAlertListByDeviceId/index.html)
get alerts

GET[/device/devices/{deviceId}/deviceeventsources](/content/swagger-ui-master/api-v3/dist/#/Devices/getDeviceEventsourceList/index.html)
Get device eventsource list

GET[/device/devices/{id}/sdts](/content/swagger-ui-master/api-v3/dist/#/Devices/getAllSDTListByDeviceId/index.html)
get SDTs for a device

GET[/device/devices/{id}/instances](/content/swagger-ui-master/api-v3/dist/#/Devices/getDeviceInstanceList/index.html)
get device instance list

GET[/device/unmonitoreddevices](/content/swagger-ui-master/api-v3/dist/#/Devices/getUnmonitoredDeviceList/index.html)
Get unmonitored device list

GET[/device/devices/{id}/topTalkersGraph](/content/swagger-ui-master/api-v3/dist/#/Devices/getTopTalkersGraph/index.html)
get top talkers graph

GET[/device/devices/{id}/endpoints](/content/swagger-ui-master/api-v3/dist/#/Devices/getNetflowEndpointList/index.html)
get netflow endpoints

GET[/device/devices/{deviceId}/devicedatasources/{id}/historysdts](/content/swagger-ui-master/api-v3/dist/#/Devices/getSDTHistoryByDeviceDataSourceId/index.html)
Get SDT history for the device dataSource

POST[/device/devices/{deviceId}/properties](/content/swagger-ui-master/api-v3/dist/#/Devices/addDeviceProperty/index.html)
Add device property

GET[/device/devices/{deviceId}/properties](/content/swagger-ui-master/api-v3/dist/#/Devices/getDevicePropertyList/index.html)
Get device properties

POST[/device/devices/{id}/scheduleAutoDiscovery](/content/swagger-ui-master/api-v3/dist/#/Devices/scheduleAutoDiscoveryByDeviceId/index.html)
schedule active discovery for a device

GET[/device/devices/{id}/historysdts](/content/swagger-ui-master/api-v3/dist/#/Devices/getSDTHistoryByDeviceId/index.html)
get SDT history for the device

PATCH[/device/devices/{id}](/content/swagger-ui-master/api-v3/dist/#/Devices/patchDevice/index.html)
update a device (Request schema may change depending upon the type of uptime device being updated)

GET[/device/devices/{id}](/content/swagger-ui-master/api-v3/dist/#/Devices/getDeviceById/index.html)
get device by id

DELETE[/device/devices/{id}](/content/swagger-ui-master/api-v3/dist/#/Devices/deleteDeviceById/index.html)
delete a device

PUT[/device/devices/{id}](/content/swagger-ui-master/api-v3/dist/#/Devices/updateDevice/index.html)
update a device (Request schema may change depending upon the type of uptime device being updated)

GET[/device/devices/{id}/flows](/content/swagger-ui-master/api-v3/dist/#/Devices/getNetflowFlowList/index.html)
get netflow flows

GET[/device/devices/{deviceId}/alertsettings](/content/swagger-ui-master/api-v3/dist/#/Devices/getDeviceDatasourceInstanceAlertSettingListOfDevice/index.html)
get a list of alert settings for a device

GET[/device/devices/{deviceId}/devicedatasources/{id}/data](/content/swagger-ui-master/api-v3/dist/#/Devices/getDeviceDatasourceDataById/index.html)
Get device datasource data

PATCH[/device/devices/{deviceId}/properties/{name}](/content/swagger-ui-master/api-v3/dist/#/Devices/patchDevicePropertyByName/index.html)
Update device property

GET[/device/devices/{deviceId}/properties/{name}](/content/swagger-ui-master/api-v3/dist/#/Devices/getDevicePropertyByName/index.html)
Get device property by name

DELETE[/device/devices/{deviceId}/properties/{name}](/content/swagger-ui-master/api-v3/dist/#/Devices/deleteDevicePropertyByName/index.html)
Delete device property

PUT[/device/devices/{deviceId}/properties/{name}](/content/swagger-ui-master/api-v3/dist/#/Devices/updateDevicePropertyByName/index.html)
Update device property

GET[/device/devices/{id}/ports](/content/swagger-ui-master/api-v3/dist/#/Devices/getNetflowPortList/index.html)
get netflow ports

GET[/device/devices/{deviceId}/devicedatasources/{id}](/content/swagger-ui-master/api-v3/dist/#/Devices/getDeviceDatasourceById/index.html)
Get device datasource

### [DiagnosticSources](/content/swagger-ui-master/api-v3/dist/\#/DiagnosticSources/index.html)

POST[/setting/diagnosticsources/executemanually](/content/swagger-ui-master/api-v3/dist/#/DiagnosticSources/executeDiagnosticsManually/index.html)
Trigger a diagnostic module for host.

POST[/setting/diagnosticsources](/content/swagger-ui-master/api-v3/dist/#/DiagnosticSources/addDiagnosticSource/index.html)
Add diagnostics source

GET[/setting/diagnosticsources](/content/swagger-ui-master/api-v3/dist/#/DiagnosticSources/getDiagnosticSourcesList/index.html)
Get diagnostics sources list

PATCH[/setting/diagnosticsources/{id}](/content/swagger-ui-master/api-v3/dist/#/DiagnosticSources/patchDiagnosticSourceById/index.html)
Update a diagnostics source

GET[/setting/diagnosticsources/{id}](/content/swagger-ui-master/api-v3/dist/#/DiagnosticSources/getDiagnosticSourcesById/index.html)
Get diagnostics sources by ID

DELETE[/setting/diagnosticsources/{id}](/content/swagger-ui-master/api-v3/dist/#/DiagnosticSources/deleteDiagnosticSourceById/index.html)
Delete a diagnostic source module

PUT[/setting/diagnosticsources/{id}](/content/swagger-ui-master/api-v3/dist/#/DiagnosticSources/updateDiagnosticSourceById/index.html)
Update a diagnostics source

POST[/setting/diagnosticsources/importjson](/content/swagger-ui-master/api-v3/dist/#/DiagnosticSources/importDiagnosticSourceJson/index.html)
Import DiagnosticSource via json

### [DNS Mapping](/content/swagger-ui-master/api-v3/dist/\#/DNS%20Mapping/index.html)

POST[/setting/dnsmappings](/content/swagger-ui-master/api-v3/dist/#/DNS%20Mapping/addDNSMapping/index.html)
Add DNS mapping

### [Escalation Chains](/content/swagger-ui-master/api-v3/dist/\#/Escalation%20Chains/index.html)

POST[/setting/alert/chains](/content/swagger-ui-master/api-v3/dist/#/Escalation%20Chains/addEscalationChain/index.html)
Add escalation chain

GET[/setting/alert/chains](/content/swagger-ui-master/api-v3/dist/#/Escalation%20Chains/getEscalationChainList/index.html)
Get escalation chain list

PATCH[/setting/alert/chains/{id}](/content/swagger-ui-master/api-v3/dist/#/Escalation%20Chains/patchEscalationChainById/index.html)
Update escalation chain

GET[/setting/alert/chains/{id}](/content/swagger-ui-master/api-v3/dist/#/Escalation%20Chains/getEscalationChainById/index.html)
Get escalation chain by ID

DELETE[/setting/alert/chains/{id}](/content/swagger-ui-master/api-v3/dist/#/Escalation%20Chains/deleteEscalationChainById/index.html)
Delete escalation chain

PUT[/setting/alert/chains/{id}](/content/swagger-ui-master/api-v3/dist/#/Escalation%20Chains/updateEscalationChainById/index.html)
Update escalation chain

### [EventSources](/content/swagger-ui-master/api-v3/dist/\#/EventSources/index.html)

POST[/setting/eventsources/importjson](/content/swagger-ui-master/api-v3/dist/#/EventSources/importEventSourceJson/index.html)
Import EventSource via json

POST[/setting/eventsources](/content/swagger-ui-master/api-v3/dist/#/EventSources/addEventSource/index.html)
Add event source

GET[/setting/eventsources](/content/swagger-ui-master/api-v3/dist/#/EventSources/getEventSourceList/index.html)
Get event source list

POST[/setting/eventsources/importxml](/content/swagger-ui-master/api-v3/dist/#/EventSources/importEventSource/index.html)
Import event source via XML

PATCH[/setting/eventsources/{id}](/content/swagger-ui-master/api-v3/dist/#/EventSources/patchEventSourceById/index.html)
Update event source by ID

GET[/setting/eventsources/{id}](/content/swagger-ui-master/api-v3/dist/#/EventSources/getEventSourceById/index.html)
Get event source by ID

DELETE[/setting/eventsources/{id}](/content/swagger-ui-master/api-v3/dist/#/EventSources/deleteEventSourceById/index.html)
Delete event source by ID

PUT[/setting/eventsources/{id}](/content/swagger-ui-master/api-v3/dist/#/EventSources/updateEventSourceById/index.html)
Update event source by ID

### [IntegrationAuditLogs](/content/swagger-ui-master/api-v3/dist/\#/IntegrationAuditLogs/index.html)

GET[/setting/integrations/auditlogs](/content/swagger-ui-master/api-v3/dist/#/IntegrationAuditLogs/getIntegrationAuditLogs/index.html)
Get integration audit logs list

### [JobMonitor](/content/swagger-ui-master/api-v3/dist/\#/JobMonitor/index.html)

POST[/setting/batchjobs/importjson](/content/swagger-ui-master/api-v3/dist/#/JobMonitor/importJobMonitorJson/index.html)
Import batch JobMonitor via json

PATCH[/setting/batchjobs/{id}](/content/swagger-ui-master/api-v3/dist/#/JobMonitor/patchJobMonitor/index.html)
Update JobMonitor

GET[/setting/batchjobs/{id}](/content/swagger-ui-master/api-v3/dist/#/JobMonitor/getJobMonitorById/index.html)
Get JobMonitor by ID

DELETE[/setting/batchjobs/{id}](/content/swagger-ui-master/api-v3/dist/#/JobMonitor/deleteJobMonitor/index.html)
Delete JobMonitor

PUT[/setting/batchjobs/{id}](/content/swagger-ui-master/api-v3/dist/#/JobMonitor/updateJobMonitor/index.html)
Update JobMonitor

POST[/setting/batchjobs/importxml](/content/swagger-ui-master/api-v3/dist/#/JobMonitor/importBatchJob/index.html)
Import batch job via XML

POST[/setting/batchjobs](/content/swagger-ui-master/api-v3/dist/#/JobMonitor/addJobMonitor/index.html)
Add JobMonitor

GET[/setting/batchjobs](/content/swagger-ui-master/api-v3/dist/#/JobMonitor/getJobMonitorList/index.html)
Get JobMonitor List

### [LogAlertGroups](/content/swagger-ui-master/api-v3/dist/\#/LogAlertGroups/index.html)

PATCH[/logpipelines/{pipelineId}](/content/swagger-ui-master/api-v3/dist/#/LogAlertGroups/patchLogAlertGroup/index.html)
Update a specific LogAlertGroup by its ID

GET[/logpipelines/{pipelineId}](/content/swagger-ui-master/api-v3/dist/#/LogAlertGroups/getLogAlertGroupById/index.html)
Retrieve a LogAlertGroup by ID

DELETE[/logpipelines/{pipelineId}](/content/swagger-ui-master/api-v3/dist/#/LogAlertGroups/deleteLogAlertGroup/index.html)
Delete a specific LogAlertGroup by ID

PUT[/logpipelines/{pipelineId}](/content/swagger-ui-master/api-v3/dist/#/LogAlertGroups/updateLogAlertGroup/index.html)
Update a specific LogAlertGroup by its ID

POST[/logpipelines](/content/swagger-ui-master/api-v3/dist/#/LogAlertGroups/addLogAlertGroup/index.html)
Add a new LogAlertGroup

GET[/logpipelines](/content/swagger-ui-master/api-v3/dist/#/LogAlertGroups/getLogAlertGroupsList/index.html)
Retrieve all LogAlertGroups

### [LogAlerts](/content/swagger-ui-master/api-v3/dist/\#/LogAlerts/index.html)

PATCH[/logpipelines/processors/{processorId}](/content/swagger-ui-master/api-v3/dist/#/LogAlerts/patchLogAlerts/index.html)
Update a LogAlerts by ID

GET[/logpipelines/processors/{processorId}](/content/swagger-ui-master/api-v3/dist/#/LogAlerts/getLogAlertsById/index.html)
Retrieve a LogAlerts by ID

DELETE[/logpipelines/processors/{processorId}](/content/swagger-ui-master/api-v3/dist/#/LogAlerts/deleteLogAlertsById/index.html)
Delete a LogAlerts by ID

PUT[/logpipelines/processors/{processorId}](/content/swagger-ui-master/api-v3/dist/#/LogAlerts/updateLogAlerts/index.html)
Update a LogAlerts by ID

POST[/logpipelines/processors](/content/swagger-ui-master/api-v3/dist/#/LogAlerts/addLogAlerts/index.html)
Add a new LogAlerts

GET[/logpipelines/processors](/content/swagger-ui-master/api-v3/dist/#/LogAlerts/getLogAlerts/index.html)
Retrieve all LogAlerts

PUT[/logpipelines/processors/{processorId}/{action}](/content/swagger-ui-master/api-v3/dist/#/LogAlerts/updateDisableLogAlerts/index.html)
Enable or disable a LogAlerts by ID

### [LogicModules](/content/swagger-ui-master/api-v3/dist/\#/LogicModules/index.html)

GET[/setting/logicmodules/metadata](/content/swagger-ui-master/api-v3/dist/#/LogicModules/getV4Metadata/index.html)
get metadata

### [LogPartitions](/content/swagger-ui-master/api-v3/dist/\#/LogPartitions/index.html)

POST[/log/partitions/{id}/{action}](/content/swagger-ui-master/api-v3/dist/#/LogPartitions/partitionAction/index.html)
Perform an action on a specified log partition

POST[/log/partitions](/content/swagger-ui-master/api-v3/dist/#/LogPartitions/createLogPartition/index.html)
Create a new log partition

GET[/log/partitions](/content/swagger-ui-master/api-v3/dist/#/LogPartitions/getAllLogPartitions/index.html)
Retrieve a list of all log partitions

PATCH[/log/partitions/{id}](/content/swagger-ui-master/api-v3/dist/#/LogPartitions/patchLogPartition/index.html)
Update an existing log partition

GET[/log/partitions/{id}](/content/swagger-ui-master/api-v3/dist/#/LogPartitions/getPartitionById/index.html)
Retrieve details of a specific log partition

DELETE[/log/partitions/{id}](/content/swagger-ui-master/api-v3/dist/#/LogPartitions/deleteLogPartitionById/index.html)
Delete a log partition by ID

PUT[/log/partitions/{id}](/content/swagger-ui-master/api-v3/dist/#/LogPartitions/updateLogPartition/index.html)
Update an existing log partition

GET[/log/partitions/retentions](/content/swagger-ui-master/api-v3/dist/#/LogPartitions/getRetentionList/index.html)
Retrieve the list of log retentions

### [LogQueryGroups](/content/swagger-ui-master/api-v3/dist/\#/LogQueryGroups/index.html)

GET[/log/logquerygroups/{id}/logqueries](/content/swagger-ui-master/api-v3/dist/#/LogQueryGroups/getLogQueriesByGroupId/index.html)
Get log queries by group ID

POST[/log/logquerygroups](/content/swagger-ui-master/api-v3/dist/#/LogQueryGroups/addLogQueryGroup/index.html)
Create a new log query group

GET[/log/logquerygroups](/content/swagger-ui-master/api-v3/dist/#/LogQueryGroups/getLogQueryGroupList/index.html)
Get log query group list

GET[/log/logquerygroups/grouptype/{groupType}](/content/swagger-ui-master/api-v3/dist/#/LogQueryGroups/getLogQueryGroupListByGroupType/index.html)
Get log query groups by groupType

PATCH[/log/logquerygroups/{id}](/content/swagger-ui-master/api-v3/dist/#/LogQueryGroups/patchLogQueryGroup/index.html)
Update log query group

GET[/log/logquerygroups/{id}](/content/swagger-ui-master/api-v3/dist/#/LogQueryGroups/getLogQueryGroupById/index.html)
Get log query group by ID

DELETE[/log/logquerygroups/{id}](/content/swagger-ui-master/api-v3/dist/#/LogQueryGroups/deleteLogQueryGroup/index.html)
Delete log query group

PUT[/log/logquerygroups/{id}](/content/swagger-ui-master/api-v3/dist/#/LogQueryGroups/updateLogQueryGroup/index.html)
Update log query group

POST[/log/logquerygroups/{id}/move](/content/swagger-ui-master/api-v3/dist/#/LogQueryGroups/moveLogQueries/index.html)
Move log queries to another group

### [LogSources](/content/swagger-ui-master/api-v3/dist/\#/LogSources/index.html)

PATCH[/setting/logsources/{id}](/content/swagger-ui-master/api-v3/dist/#/LogSources/patchLogSource/index.html)
Update log source

GET[/setting/logsources/{id}](/content/swagger-ui-master/api-v3/dist/#/LogSources/getLogSourceById/index.html)
Get log source

DELETE[/setting/logsources/{id}](/content/swagger-ui-master/api-v3/dist/#/LogSources/deleteLogSource/index.html)
Delete log source

PUT[/setting/logsources/{id}](/content/swagger-ui-master/api-v3/dist/#/LogSources/updateLogSource/index.html)
Update log source

POST[/setting/logsources](/content/swagger-ui-master/api-v3/dist/#/LogSources/addLogSource/index.html)
Add log source

GET[/setting/logsources](/content/swagger-ui-master/api-v3/dist/#/LogSources/getLogSourceList/index.html)
Get log source list

POST[/setting/logsources/importjson](/content/swagger-ui-master/api-v3/dist/#/LogSources/importLogSourceJson/index.html)
Import LogSource via json

### [Metrics](/content/swagger-ui-master/api-v3/dist/\#/Metrics/index.html)

GET[/metrics/usage](/content/swagger-ui-master/api-v3/dist/#/Metrics/getMetricsUsage/index.html)
Get metrics usage

GET[/metrics/summary](/content/swagger-ui-master/api-v3/dist/#/Metrics/getMetricsSummary/index.html)
get metrics usage with company settings summary

### [Netscans](/content/swagger-ui-master/api-v3/dist/\#/Netscans/index.html)

POST[/setting/netscans](/content/swagger-ui-master/api-v3/dist/#/Netscans/addNetscan/index.html)
Add a new netscan

GET[/setting/netscans](/content/swagger-ui-master/api-v3/dist/#/Netscans/getNetscanList/index.html)
Get netscan list

PATCH[/setting/netscans/{id}](/content/swagger-ui-master/api-v3/dist/#/Netscans/patchNetscan/index.html)
Update a netscan

GET[/setting/netscans/{id}](/content/swagger-ui-master/api-v3/dist/#/Netscans/getNetscanById/index.html)
Get netscan by ID

DELETE[/setting/netscans/{id}](/content/swagger-ui-master/api-v3/dist/#/Netscans/deleteNetscanById/index.html)
Delete a netscan

PUT[/setting/netscans/{id}](/content/swagger-ui-master/api-v3/dist/#/Netscans/updateNetscan/index.html)
Update a netscan

### [OID](/content/swagger-ui-master/api-v3/dist/\#/OID/index.html)

PATCH[/setting/oids/{id}](/content/swagger-ui-master/api-v3/dist/#/OID/patchOID/index.html)
Update an OID

GET[/setting/oids/{id}](/content/swagger-ui-master/api-v3/dist/#/OID/getOidById/index.html)
Get OID by ID

DELETE[/setting/oids/{id}](/content/swagger-ui-master/api-v3/dist/#/OID/deleteOID/index.html)
Delete an OID

PUT[/setting/oids/{id}](/content/swagger-ui-master/api-v3/dist/#/OID/updateOID/index.html)
Update an OID

POST[/setting/oids/importjson](/content/swagger-ui-master/api-v3/dist/#/OID/importOidJson/index.html)
Import OID via json

POST[/setting/oids](/content/swagger-ui-master/api-v3/dist/#/OID/addOid/index.html)
Add a new OID

GET[/setting/oids](/content/swagger-ui-master/api-v3/dist/#/OID/getOIDList/index.html)
Get OID's list

### [Ops Notes](/content/swagger-ui-master/api-v3/dist/\#/Ops%20Notes/index.html)

POST[/setting/opsnotes](/content/swagger-ui-master/api-v3/dist/#/Ops%20Notes/addOpsNote/index.html)
add opsnote

GET[/setting/opsnotes](/content/swagger-ui-master/api-v3/dist/#/Ops%20Notes/getOpsNoteList/index.html)
get opsnote list

PATCH[/setting/opsnotes/{id}](/content/swagger-ui-master/api-v3/dist/#/Ops%20Notes/patchOpsNoteById/index.html)
update opsnote

GET[/setting/opsnotes/{id}](/content/swagger-ui-master/api-v3/dist/#/Ops%20Notes/getOpsNoteById/index.html)
get opsnote by id

DELETE[/setting/opsnotes/{id}](/content/swagger-ui-master/api-v3/dist/#/Ops%20Notes/deleteOpsNoteById/index.html)
delete opsnote

PUT[/setting/opsnotes/{id}](/content/swagger-ui-master/api-v3/dist/#/Ops%20Notes/updateOpsNoteById/index.html)
update opsnote

### [PropertySource](/content/swagger-ui-master/api-v3/dist/\#/PropertySource/index.html)

PATCH[/setting/propertyrules/{id}](/content/swagger-ui-master/api-v3/dist/#/PropertySource/patchPropertyRule/index.html)
update a property rule

GET[/setting/propertyrules/{id}](/content/swagger-ui-master/api-v3/dist/#/PropertySource/getPropertyRulesById/index.html)
Get property rules by id

DELETE[/setting/propertyrules/{id}](/content/swagger-ui-master/api-v3/dist/#/PropertySource/deletePropertyRule/index.html)
delete a property rule

PUT[/setting/propertyrules/{id}](/content/swagger-ui-master/api-v3/dist/#/PropertySource/updatePropertyRule/index.html)
update a property rule

POST[/setting/propertyrules](/content/swagger-ui-master/api-v3/dist/#/PropertySource/addPropertyRule/index.html)
Add a new property rule

GET[/setting/propertyrules](/content/swagger-ui-master/api-v3/dist/#/PropertySource/getPropertyRulesList/index.html)
Get property rules list

POST[/setting/propertyrules/importjson](/content/swagger-ui-master/api-v3/dist/#/PropertySource/importPropertySourceJson/index.html)
Import PropertySource via json

### [Recipient Groups](/content/swagger-ui-master/api-v3/dist/\#/Recipient%20Groups/index.html)

POST[/setting/recipientgroups](/content/swagger-ui-master/api-v3/dist/#/Recipient%20Groups/addRecipientGroup/index.html)
Add recipient group

GET[/setting/recipientgroups](/content/swagger-ui-master/api-v3/dist/#/Recipient%20Groups/getRecipientGroupList/index.html)
Get recipient group list

PATCH[/setting/recipientgroups/{id}](/content/swagger-ui-master/api-v3/dist/#/Recipient%20Groups/patchRecipientGroupById/index.html)
Update recipient group

GET[/setting/recipientgroups/{id}](/content/swagger-ui-master/api-v3/dist/#/Recipient%20Groups/getRecipientGroupById/index.html)
Get recipient group by id

DELETE[/setting/recipientgroups/{id}](/content/swagger-ui-master/api-v3/dist/#/Recipient%20Groups/deleteRecipientGroupById/index.html)
Delete recipient group

PUT[/setting/recipientgroups/{id}](/content/swagger-ui-master/api-v3/dist/#/Recipient%20Groups/updateRecipientGroupById/index.html)
Update recipient group

### [RemediationSources](/content/swagger-ui-master/api-v3/dist/\#/RemediationSources/index.html)

POST[/setting/remediationsources/executemanually](/content/swagger-ui-master/api-v3/dist/#/RemediationSources/executeRemediationManually/index.html)
Trigger a remediation module for host.

POST[/setting/remediationsources](/content/swagger-ui-master/api-v3/dist/#/RemediationSources/addRemediationSource/index.html)
Add remediation source

GET[/setting/remediationsources](/content/swagger-ui-master/api-v3/dist/#/RemediationSources/getRemediationSourcesList/index.html)
Get remediation sources list

PATCH[/setting/remediationsources/{id}](/content/swagger-ui-master/api-v3/dist/#/RemediationSources/patchRemediationSourceById/index.html)
Update a remediation source

GET[/setting/remediationsources/{id}](/content/swagger-ui-master/api-v3/dist/#/RemediationSources/getRemediationSourcesById/index.html)
Get remediation sources by ID

DELETE[/setting/remediationsources/{id}](/content/swagger-ui-master/api-v3/dist/#/RemediationSources/deleteRemediationSourceById/index.html)
Delete a remediation source module

PUT[/setting/remediationsources/{id}](/content/swagger-ui-master/api-v3/dist/#/RemediationSources/updateRemediationSourceById/index.html)
Update a remediation source

### [Report](/content/swagger-ui-master/api-v3/dist/\#/Report/index.html)

POST[/report/reports](/content/swagger-ui-master/api-v3/dist/#/Report/addReport/index.html)
Add report

GET[/report/reports](/content/swagger-ui-master/api-v3/dist/#/Report/getReportList/index.html)
Get report list

PATCH[/report/reports/{id}](/content/swagger-ui-master/api-v3/dist/#/Report/patchReportById/index.html)
Update report

GET[/report/reports/{id}](/content/swagger-ui-master/api-v3/dist/#/Report/getReportById/index.html)
Get report by ID

DELETE[/report/reports/{id}](/content/swagger-ui-master/api-v3/dist/#/Report/deleteReportById/index.html)
Delete report

PUT[/report/reports/{id}](/content/swagger-ui-master/api-v3/dist/#/Report/updateReportById/index.html)
Update report

GET[/report/reports/{id}/tasks/{taskId}](/content/swagger-ui-master/api-v3/dist/#/Report/fetchReportUsingTaskId/index.html)
Get report for task ID

POST[/report/reports/{id}/executions](/content/swagger-ui-master/api-v3/dist/#/Report/generateReportById/index.html)
Run a report

### [Report Groups](/content/swagger-ui-master/api-v3/dist/\#/Report%20Groups/index.html)

POST[/report/groups](/content/swagger-ui-master/api-v3/dist/#/Report%20Groups/addReportGroup/index.html)
Add report group

GET[/report/groups](/content/swagger-ui-master/api-v3/dist/#/Report%20Groups/getReportGroupList/index.html)
Get report group list

PATCH[/report/groups/{id}](/content/swagger-ui-master/api-v3/dist/#/Report%20Groups/patchReportGroupById/index.html)
Update report group

GET[/report/groups/{id}](/content/swagger-ui-master/api-v3/dist/#/Report%20Groups/getReportGroupById/index.html)
Get report group by id

DELETE[/report/groups/{id}](/content/swagger-ui-master/api-v3/dist/#/Report%20Groups/deleteReportGroupById/index.html)
Delete report group

PUT[/report/groups/{id}](/content/swagger-ui-master/api-v3/dist/#/Report%20Groups/updateReportGroupById/index.html)
Update report group

### [Roles](/content/swagger-ui-master/api-v3/dist/\#/Roles/index.html)

PATCH[/setting/roles/{id}](/content/swagger-ui-master/api-v3/dist/#/Roles/patchRoleById/index.html)
Update role

GET[/setting/roles/{id}](/content/swagger-ui-master/api-v3/dist/#/Roles/getRoleById/index.html)
Get role by ID

DELETE[/setting/roles/{id}](/content/swagger-ui-master/api-v3/dist/#/Roles/deleteRoleById/index.html)
Delete role

PUT[/setting/roles/{id}](/content/swagger-ui-master/api-v3/dist/#/Roles/updateRoleById/index.html)
Update role

POST[/setting/roles](/content/swagger-ui-master/api-v3/dist/#/Roles/addRole/index.html)
Add role

GET[/setting/roles](/content/swagger-ui-master/api-v3/dist/#/Roles/getRoleList/index.html)
Get role list

### [SDTs](/content/swagger-ui-master/api-v3/dist/\#/SDTs/index.html)

PATCH[/sdt/sdts/{id}](/content/swagger-ui-master/api-v3/dist/#/SDTs/patchSdtById/index.html)
update SDT (Response may contain extra fields depending upon the type of SDT being updated)

GET[/sdt/sdts/{id}](/content/swagger-ui-master/api-v3/dist/#/SDTs/getSdtById/index.html)
get SDT by id (Response may contain extra fields depending upon the type of SDT of given id)

DELETE[/sdt/sdts/{id}](/content/swagger-ui-master/api-v3/dist/#/SDTs/deleteSdtById/index.html)
delete SDT

PUT[/sdt/sdts/{id}](/content/swagger-ui-master/api-v3/dist/#/SDTs/updateSdtById/index.html)
update SDT (Response may contain extra fields depending upon the type of SDT being updated)

POST[/sdt/sdts](/content/swagger-ui-master/api-v3/dist/#/SDTs/addSDT/index.html)
add SDT (Response may contain extra fields depending upon the type of SDT being added)

GET[/sdt/sdts](/content/swagger-ui-master/api-v3/dist/#/SDTs/getSDTList/index.html)
get SDT list

### [Thresholds](/content/swagger-ui-master/api-v3/dist/\#/Thresholds/index.html)

GET[/device/devices/{deviceId}/devicedatasources/{hdsId}/instances/{instanceId}/alertsettings](/content/swagger-ui-master/api-v3/dist/#/Thresholds/getDeviceDatasourceInstanceAlertSettingListOfDSI/index.html)
get a list of alert settings for a device datasource instance

PATCH[/device/groups/{deviceGroupId}/datasources/{dsId}/alertsettings](/content/swagger-ui-master/api-v3/dist/#/Thresholds/patchDeviceGroupDatasourceAlertSetting/index.html)
Update device group datasource alert setting

GET[/device/groups/{deviceGroupId}/datasources/{dsId}/alertsettings](/content/swagger-ui-master/api-v3/dist/#/Thresholds/getDeviceGroupDatasourceAlertSetting/index.html)
Get device group datasource alert setting

PUT[/device/groups/{deviceGroupId}/datasources/{dsId}/alertsettings](/content/swagger-ui-master/api-v3/dist/#/Thresholds/updateDeviceGroupDatasourceAlertSetting/index.html)
Update device group datasource alert setting

POST[/device/groups/{deviceGroupId}/clusterAlertConf](/content/swagger-ui-master/api-v3/dist/#/Thresholds/addDeviceGroupClusterAlertConf/index.html)
Add cluster alert configuration

GET[/device/groups/{deviceGroupId}/clusterAlertConf](/content/swagger-ui-master/api-v3/dist/#/Thresholds/getDeviceGroupClusterAlertConfList/index.html)
get a list of cluster alert configurations for a device group

PATCH[/device/devices/{deviceId}/devicedatasources/{hdsId}/instances/{instanceId}/alertsettings/{id}](/content/swagger-ui-master/api-v3/dist/#/Thresholds/patchDeviceDatasourceInstanceAlertSettingById/index.html)
update device instance alert setting

GET[/device/devices/{deviceId}/devicedatasources/{hdsId}/instances/{instanceId}/alertsettings/{id}](/content/swagger-ui-master/api-v3/dist/#/Thresholds/getDeviceDatasourceInstanceAlertSettingById/index.html)
get device instance alert setting

PUT[/device/devices/{deviceId}/devicedatasources/{hdsId}/instances/{instanceId}/alertsettings/{id}](/content/swagger-ui-master/api-v3/dist/#/Thresholds/updateDeviceDatasourceInstanceAlertSettingById/index.html)
update device instance alert setting

PATCH[/device/groups/{deviceGroupId}/clusterAlertConf/{id}](/content/swagger-ui-master/api-v3/dist/#/Thresholds/patchDeviceGroupClusterAlertConfById/index.html)
Update cluster alert configuration

GET[/device/groups/{deviceGroupId}/clusterAlertConf/{id}](/content/swagger-ui-master/api-v3/dist/#/Thresholds/getDeviceGroupClusterAlertConfById/index.html)
Get cluster alert configuration by id

DELETE[/device/groups/{deviceGroupId}/clusterAlertConf/{id}](/content/swagger-ui-master/api-v3/dist/#/Thresholds/deleteDeviceGroupClusterAlertConfById/index.html)
Delete cluster alert configuration

PUT[/device/groups/{deviceGroupId}/clusterAlertConf/{id}](/content/swagger-ui-master/api-v3/dist/#/Thresholds/updateDeviceGroupClusterAlertConfById/index.html)
Update cluster alert configuration

### [TopologySource](/content/swagger-ui-master/api-v3/dist/\#/TopologySource/index.html)

PATCH[/setting/topologysources/{id}](/content/swagger-ui-master/api-v3/dist/#/TopologySource/patchTopologySource/index.html)
Update TopologySource

GET[/setting/topologysources/{id}](/content/swagger-ui-master/api-v3/dist/#/TopologySource/getTopologySourceById/index.html)
Get TopologySource by id

DELETE[/setting/topologysources/{id}](/content/swagger-ui-master/api-v3/dist/#/TopologySource/deleteTopologySource/index.html)
Delete TopologySource

PUT[/setting/topologysources/{id}](/content/swagger-ui-master/api-v3/dist/#/TopologySource/updateTopologySource/index.html)
Update TopologySource

POST[/setting/topologysources/importjson](/content/swagger-ui-master/api-v3/dist/#/TopologySource/importTopologySourceJson/index.html)
Import TopologySource via json

POST[/setting/topologysources](/content/swagger-ui-master/api-v3/dist/#/TopologySource/addTopologySource/index.html)
Add TopologySource

GET[/setting/topologysources](/content/swagger-ui-master/api-v3/dist/#/TopologySource/getTopologySourceList/index.html)
Get TopologySource List

### [TrackQueryGroup](/content/swagger-ui-master/api-v3/dist/\#/TrackQueryGroup/index.html)

POST[/trackedquerygroups](/content/swagger-ui-master/api-v3/dist/#/TrackQueryGroup/createTrackedQueryGroup/index.html)
Create tracked query group

GET[/trackedquerygroups](/content/swagger-ui-master/api-v3/dist/#/TrackQueryGroup/getTrackedQueryGroupList/index.html)
Get tracked query group list

PATCH[/trackedquerygroups/{id}](/content/swagger-ui-master/api-v3/dist/#/TrackQueryGroup/patchTrackedQueryGroup/index.html)
Update tracked query group

GET[/trackedquerygroups/{id}](/content/swagger-ui-master/api-v3/dist/#/TrackQueryGroup/getTrackedQueryGroupById/index.html)
Get tracked query group by ID

DELETE[/trackedquerygroups/{id}](/content/swagger-ui-master/api-v3/dist/#/TrackQueryGroup/deleteTrackedQueryGroup/index.html)
Delete tracked query group

PUT[/trackedquerygroups/{id}](/content/swagger-ui-master/api-v3/dist/#/TrackQueryGroup/updateTrackedQueryGroup/index.html)
Update tracked query group

### [Usage API V3](/content/swagger-ui-master/api-v3/dist/\#/Usage%20API%20V3/index.html)

GET[/usage/contractInfo](/content/swagger-ui-master/api-v3/dist/#/Usage%20API%20V3/getContractInfoByCompany/index.html)
get contract info by company

### [userdata](/content/swagger-ui-master/api-v3/dist/\#/userdata/index.html)

PATCH[/setting/userdata/{id}](/content/swagger-ui-master/api-v3/dist/#/userdata/patchDefaultDashboard/index.html)
Update default dashboard

PUT[/setting/userdata/{id}](/content/swagger-ui-master/api-v3/dist/#/userdata/updateDefaultDashboard/index.html)
Update default dashboard

### [Users](/content/swagger-ui-master/api-v3/dist/\#/Users/index.html)

PATCH[/setting/admins/{id}](/content/swagger-ui-master/api-v3/dist/#/Users/patchAdminById/index.html)
update user

GET[/setting/admins/{id}](/content/swagger-ui-master/api-v3/dist/#/Users/getAdminById/index.html)
get user

DELETE[/setting/admins/{id}](/content/swagger-ui-master/api-v3/dist/#/Users/deleteAdminById/index.html)
delete user

PUT[/setting/admins/{id}](/content/swagger-ui-master/api-v3/dist/#/Users/updateAdminById/index.html)
update user

POST[/setting/admins](/content/swagger-ui-master/api-v3/dist/#/Users/addAdmin/index.html)
add user

GET[/setting/admins](/content/swagger-ui-master/api-v3/dist/#/Users/getAdminList/index.html)
get user list

### [Website Groups](/content/swagger-ui-master/api-v3/dist/\#/Website%20Groups/index.html)

GET[/website/groups/{id}/websites](/content/swagger-ui-master/api-v3/dist/#/Website%20Groups/getImmediateWebsiteListByWebsiteGroupId/index.html)
get a list of websites for a group (Response may contain extra fields depending upon the type of check { PingCheck \| WebCheck} being added)

POST[/website/groups](/content/swagger-ui-master/api-v3/dist/#/Website%20Groups/addWebsiteGroup/index.html)
add website group

GET[/website/groups](/content/swagger-ui-master/api-v3/dist/#/Website%20Groups/getWebsiteGroupList/index.html)
get website group list

PATCH[/website/groups/{id}](/content/swagger-ui-master/api-v3/dist/#/Website%20Groups/patchWebsiteGroupById/index.html)
update website group

GET[/website/groups/{id}](/content/swagger-ui-master/api-v3/dist/#/Website%20Groups/getWebsiteGroupById/index.html)
get website group

DELETE[/website/groups/{id}](/content/swagger-ui-master/api-v3/dist/#/Website%20Groups/deleteWebsiteGroupById/index.html)
delete website group

PUT[/website/groups/{id}](/content/swagger-ui-master/api-v3/dist/#/Website%20Groups/updateWebsiteGroupById/index.html)
update website group

GET[/website/groups/{id}/sdts](/content/swagger-ui-master/api-v3/dist/#/Website%20Groups/getAllSDTListByWebsiteGroupId/index.html)
get a list of SDTs for a website group (Response may contain extra fields depending upon the type of SDT)

GET[/website/groups/{id}/historysdts](/content/swagger-ui-master/api-v3/dist/#/Website%20Groups/getSDTHistoryByWebsiteGroupId/index.html)
get SDT history for the website group (Response may contain extra fields depending upon the type of SDT)

### [Websites](/content/swagger-ui-master/api-v3/dist/\#/Websites/index.html)

GET[/website/websites/{id}/historysdts](/content/swagger-ui-master/api-v3/dist/#/Websites/getSDTHistoryByWebsiteId/index.html)
get SDT history for the website (Response may contain extra fields depending upon the type of SDT)

GET[/website/websites/{id}/properties](/content/swagger-ui-master/api-v3/dist/#/Websites/getWebsitePropertyListByWebsiteId/index.html)
get a list of properties for a website

POST[/website/websites](/content/swagger-ui-master/api-v3/dist/#/Websites/addWebsite/index.html)
Add website

GET[/website/websites](/content/swagger-ui-master/api-v3/dist/#/Websites/getWebsiteList/index.html)
get website list

GET[/website/websites/{id}/sdts](/content/swagger-ui-master/api-v3/dist/#/Websites/getWebsiteSDTListByWebsiteId/index.html)
get a list of SDTs for a website

GET[/website/websites/{id}/graphs/{graphName}/data](/content/swagger-ui-master/api-v3/dist/#/Websites/getWebsiteDataByGraphName/index.html)
get website data by graph name

GET[/website/smcheckpoints](/content/swagger-ui-master/api-v3/dist/#/Websites/getSiteMonitorCheckPointList/index.html)
Get website checkpoint list

GET[/website/websites/{srvId}/checkpoints/{checkId}/data](/content/swagger-ui-master/api-v3/dist/#/Websites/getWebsiteCheckpointDataById/index.html)
get data for a website checkpoint

PATCH[/website/websites/{id}](/content/swagger-ui-master/api-v3/dist/#/Websites/patchWebsiteById/index.html)
update website

GET[/website/websites/{id}](/content/swagger-ui-master/api-v3/dist/#/Websites/getWebsiteById/index.html)
get website by id

DELETE[/website/websites/{id}](/content/swagger-ui-master/api-v3/dist/#/Websites/deleteWebsiteById/index.html)
delete website

PUT[/website/websites/{id}](/content/swagger-ui-master/api-v3/dist/#/Websites/updateWebsiteById/index.html)
update website

GET[/website/websites/{id}/alerts](/content/swagger-ui-master/api-v3/dist/#/Websites/getWebsiteAlertListByWebsiteId/index.html)
get alerts for a website

### [Widgets](/content/swagger-ui-master/api-v3/dist/\#/Widgets/index.html)

POST[/dashboard/widgets](/content/swagger-ui-master/api-v3/dist/#/Widgets/addWidget/index.html)
Add widget

GET[/dashboard/widgets](/content/swagger-ui-master/api-v3/dist/#/Widgets/getWidgetList/index.html)
Get widget list

PATCH[/dashboard/widgets/{id}](/content/swagger-ui-master/api-v3/dist/#/Widgets/patchWidgetById/index.html)
Update widget

GET[/dashboard/widgets/{id}](/content/swagger-ui-master/api-v3/dist/#/Widgets/getWidgetById/index.html)
Get widget by ID

DELETE[/dashboard/widgets/{id}](/content/swagger-ui-master/api-v3/dist/#/Widgets/deleteWidgetById/index.html)
Delete widget

PUT[/dashboard/widgets/{id}](/content/swagger-ui-master/api-v3/dist/#/Widgets/updateWidgetById/index.html)
Update widget

#### Models

RestDowngradeInfoOnetime

LogSourceLogField

AzureExpressRouteCircuitPeeringCollectorAttributeV3

WebsiteCollectorInfo

AwsElastiCacheDiscoveryMethod

AlertsHealthCheckReport

Viz

AutoDiscoveryFilter

Widget

DeviceDatasourceGraph

AzureRecoveryServicesVaultAgentsCollectorAttribute

AzureReplicationDisasterRecoveryCollectorAttribute

RestScriptV4

AlertListPaginationResponse

EscalationChainPaginationResponse

SnmpTrapEventSource

ServiceComponentDiscoveryMethod

RestDashboardGroupAsyncCloneResponse

DynamicTableWidget

LogsWidget

WidgetPaginationResponse

RestAgentLogLevelV3

AzureRecoveryServiceRTOCollectorAttribute

DataSourceUpdateReasonsPaginationResponse

WMIAutoDiscoveryMethod

WebPageCollectorAttribute

SaaSZoomStatusDiscoveryMethod

CustomGraph

RestAwsRdsPerformanceInsightsEventSource

AccessLogPaginationResponse

CollectorBase

DataSourceAttribute

StatsDMetricDefinition

SDT

ConfigCheck

WebsiteGroupSDTHistoryPaginationResponse

AzureUpdateManagerCollectorAttribute

AwsMediaConnectOutputDiscoveryMethod

DeviceInstanceDataPaginationResponse

SaasZoomPlanUsageCollectorAttributeV3

DeviceProperty

AwsBillingReportDiscoveryMethod

GaugeWidgetData

RestHighestPriorityCollectorStatus

AggregateCollectorAttribute

SaasO365ServiceHealthDiscoveryMethod

AwsAccountId

AdvancedMetricsGraphInfo

WebsiteIndividualsStatusWidget

AwsWebACLWafV2DiscoveryMethod

SNMPAutoDiscoveryMethod

SysLogEventSource

NOCWidgetData

RestCloudRecommendationV3

ResultItem

BatchJobPaginationResponse

AlertSlaReport

UptimePingCheck

NetAppAutoDiscoveryMethod

Website

MatchPattern

AlertTrendsMetric

TCPCollectorAttribute

AzureLogAnalyticsReplicationJobCollectorAttribute

UptimeResourceOverviewReport

SDTPaginationResponse

WidgetData

NetscanPaginationResponse

AwsBillingCollectorAttribute

EndpointPaginationResponse

AwsClassicElbServiceLimitsCollectorAttribute

WebsiteGroup

ObjectIdentifier

AzureAppServiceEnvironmentMultiRolePoolDiscoverMethod

ObjectNode

GcpVpnTunnelDiscoveryMethodV3

AzureBackupProtectedItemHealthCollectorAttribute

TopologySourcePaginationResponse

OverviewGraphWidget

RegistryMetadata

CustomFlexibleVirtualDataSourceEx

Netscan

ErrorResponse

PieChartWidget

AzureBillingDiscoveryMethod

NTLMAuthentication

AzureVwanVpnLinkConnectionMethod

PieChartDataPoint

AzureVwanVpnConnectionCollectorAttribute

AdvanceMetricsPieChartInfo

DeviceStatus

WebsiteCheckpointSDT

AzureVwanVpnConnectionMethod

DataSourceId

DeviceGroupDataSource

StatsDWidget

SaaSWebexLicenseDiscoveryMethod

AutomaticUpgradeInfo

GcpAppEngineDiscoveryMethod

OnetimeUpgradeInfo

PingCheckDevice

NetflowQoSReportTableRow

DeviceClusterAlertConfigPaginationResponse

AwsGlobalNetworkDeviceMethod

NetflowWidget

NetFlowRecord

TreeNode

DNSCollectorAttribute

WebsiteSDT

BatchJob

DeviceDataSourceData

CustomVirtualDataPoint

AwsEbsVolumeSnapshotCollectorAttributeV3

PDHAutoDiscoveryMethod

JDBCCollectorAttribute

DeviceDataSourceInstanceGroupSDT

UDPCollectorAttribute

DynamicTableWidgetData

SDTHistory

Duration

DeviceDataSourceInstanceConfig

RestAzureAccountTestV3

ConfigsourcePaginationResponse

ExcludeDuplicateIps

OciAccountTestResult

WindowConfig

Role

AzureBackupProtectedItemBackupJobDiscoveryMethod

NbarApplicationNames

ReportRecipient

LogQueryGroup

AdminPaginationResponse

CIMCollectorAttribute

RestDeviceEventsourcePaginationResponse

ScriptAutoDiscoveryMethod

DummyAutoDiscoveryMethod

RestLogPipelineProcessorV3

CollectorVersion

AwsEC2ReservedInstanceDiscoveryMethod

AzureCostManagementSubscriptionsDiscoveryMethod

WebsiteGroupPaginationResponse

Subscriptions

WebsitePaginationResponse

AwsCognitoIdentityProvidersDiscoveryMethodV3

FieldPanelItem

JMXAutoDiscoveryMethod

CustomGraphWidget

UptimeWebCheckStep

ConfigSourceUpdateReasonsPaginationResponse

NetflowFilters

AzureWebAppInstanceDiscoveryMethod

PropertyRule

AzureDimensionDiscoveryMethod

AzureVirtualDesktopHostPoolsCollectorAttributeV3

AzureServiceRegionDiscoveryMethod

UnmonitoredDevices

RestResponse

OpsNoteGroupAllScope

RestNetscanPorts

ScriptEventSource

StatusDisplayName

PropertyPaginationResponse

AuditLogReport

Admin

DeviceEventSource

EventSourcePaginationResponse

RemediationSource

GenerateReportResult

BatchJobWidget

RestDiagnosticSourceV4

DiagnosticsSource

DashboardPaginationResponse

Metric

TableWidgetColumn

AppliesToFunction

AzureBackupJobCollectorAttributeV3

GraphOpsNoteScope

OpsNote

RestGcpAccountTestV3

DeviceGroupSDTHistoryPaginationResponse

AlertPaginationResponse

NOCItemBase

SyntheticsSeleniumAutoDiscoveryMethodV3

AlertThresholdReport

AwsEcsServiceDetailsCollectorAttribute

VizFilterItem

DeviceInstances

IntegrationMetadata

AzureLogAnalyticsWorkspacesCollectorAttribute

Assignment

BatchScriptCollectorAttribute

WebsiteLocation

RestLogPipelineV3

WebsiteSLAWidget

ScriptNetscan

AzureActiveDirectoryUsersCollectorAttribute

TableWidgetRow

DeviceDatasourceInstancePaginationResponse

AlertRulePaginationResponse

RestNMapNetscanPolicyCredential

CollectorGroup

GcpPubSubSubscriptionDiscoveryMethodV3

AzureVwanVpnLinkConnectionCollectorAttribute

AzureWebJobCollectorAttributeV3

WebsiteOverallStatusWidget

DeviceDatasourceInstanceConfigPaginationResponse

SaaSO365SharePointSiteDiscoveryMethod

DeviceDatasourcePaginationResponse

RecipientGroupPaginationResponse

DeviceInstanceData

RestSavedMapWidgetV3

RestChangelogV4

FormDataContentDisposition

WebsiteOverviewReport

Chain

GraphVirtualDataPoint

WebsiteGraphWidget

WebCheck

AlertFilters

IntegrationAuditLogPaginationResponse

NetflowGroupGraphWidget

RestLogsDynamicColumnV3

SaasOffice365HealthCollectorAttributeV3

WebCheckDevice

restAWSVerifyBillingPermissionsV3

EnhancedScriptNetscan

BillingInfo

SlaMetric

NetflowBgpTable

LogFile

SDKScriptDiscoveryMethod

RowData

GcpComputeServiceLimitsCollectorAttributeV3

OpsNoteDeviceGroupScope

AdvanceMetricsTableInfo

AlertTrendsReport

ThresholdMetadataDetails

RestLogSourceFilterV3

WebsiteCheckpointRawData

OpenMetricDiscoveryMethod

ArrayNode

AwsServiceLimitsFromTrustedAdvisorCollectorAttribute

RestSDTV4

NetflowNbarApplication

InternalCollectorAttribute

AlertsById

Usage

DeviceDataSourceInstanceGroup

TableWidgetInstanceCell

GaugeDataPoint

DeviceDataSourceInstanceData

AzureServiceBusTopic

RolePaginationResponse

ModelAndId

RestResourceUpdateCriteria

AwsEcsServiceDiscoveryMethod

CellData

AwsApiGatewayStageDiscoveryMethod

WidgetActionV3

SLAReport

WebsiteNOCItem

AzureActiveDirectoryAppSecretDiscoveryMethod

DeviceDataSourceInstanceConfigDiff

RestAppliesToFunctionPaginationResponse

SaasOpenAIUsageCostDiscoveryMethod

BigNumberInfo

NOCWidget

GroupByItems

AlertAck

OpsNotePaginationResponse

InterfaceType

RestVizWidgetDataV3

Counter

CloudWatchAutoDiscoveryMethod

PropertyRulePaginationResponse

ColorThreshold

AwsGlobalNetworkAttachmentMethod

NetAppCollectorAttribute

GcpAtomEventSource

ArubaCentralIAPNetworkDiscoveryMethod

EC2NetscanPolicyCredential

AzureRecoveryServiceVaultSRCollectorAttribute

APIToken

DeviceDataSourceSDTHistoryPaginationResponse

GcpBillingBigQuerySourceDiscoveryMethodV3

RestAwsAccountTestV3

AwsServiceRegionDiscoveryMethod

SaaSSlackHealthDiscoveryMethod

TableWidgetForecastConfiguration

UserFilter

Recipient

AzureSynapseDiscoveryMethodV3

NetflowAlertModulesCollectorAttributeV3

AzureVMBackupStatusCollectorAttributeV3

DeviceClusterAlertConfig

SNMPILP

RestAwsHealthEventSource

DeviceGroupDataSourceDataPointConfig

VirtualDataPoint

NetflowGroupWidget

LogPartition

ESXAutoDiscoveryMethod

CollectorAutoDiscoveryMethod

AzureServiceBusQueue

OciDimensionDiscoveryMethod

DeviceGroupDataSourceAlertConfig

XENCollectorAttribute

AwsLBTargetGroupDiscoveryMethod

UptimeWebCheck

AzureBackupJobDiscoveryMethod

AlertReport

AccessGroupPaginationResponse

EC2ScheduledEventAutoDiscoveryMethod

RestSchedule

ResourceSDT

RemediationSourceExecution

WebCheckStep

ActionChainSummary

DeviceClusterAlertDefSDT

DashboardData

DeviceDataSourceInstanceConfigAlert

PingCheck

RestCollectorEventV3

GlobMatchToggle

RoleReport

Debug

LogPartitionContract

RestDeviceDeltaV3

CollectorVersionPaginationResponse

JDBCAutoDiscoveryMethod

SiteMonitorCheckPointPaginationResponse

SaasSalesforceInstanceStatusCollectorAttributeV3

DeviceSLAWidget

AzureVirtualDesktopSessionHostsDiscoveryMethod

NetflowPort

SaasStatusDiscoveryMethod

GroupNetFlowRecord

NormalGraphWidget

NMapDDR

LabelValuePair

SaasO365SkusDiscoveryMethod

AzureWebJobDiscoveryMethod

RestOidV3

NetflowBandwidth

PaaSMongoDbCollectorAttribute

XENAutoDiscoveryMethod

SaasSalesforceJsonCollectorAttributeV3

SaasOffice365CsvReportCollectorAttributeV3

SaasOpenAIUsageCompletionCollectorAttribute

RawDataValues

HealthCheckReport

SaasSlackHealthCollectorAttribute

AzureResourceHealthCollectorAttribute

RemediationSourcePaginationResponse

TopologySource

GcpPubSubSnapshotDiscoveryMethodV3

CloudRecommendation

RestLogSourceResourceMappingV3

NameAndValue

AutoDiscoveryConfiguration

ApiPerfMetrics

GcpStackDriverCollectorAttributeV3

AwsExternalId

LogQueryGroupPaginationResponse

IPMICollectorAttribute

AdvanceMetricsCustomGraphInfo

Stage

AlertRule

ArubaCentralCollectorAttribute

SDKScriptCollectorAttribute

DeviceFilter

AlertResponse

PerfmonCounter

AdvancedMetricsReport

GcpBackendServiceHealthCollectorAttributeV3

SyntheticsSeleniumCollectorAttribute

ReportGroupPaginationResponse

HostInventoryMetric

AggregateColumn

HostCpuReport

DataSource

RestSaaSAccountTestV3

WidgetToken

IntegrationAuditLog

JSONObject

ActionChain

RestCollectorStatusV3

AzureNetAppVolumesDiscoveryMethod

AzureVNGConnectionCollectorAttributeV3

WebsiteCheckPoint

WindowsEventLogEventSource

BasicAuthentication

AzureCostManagementTagsDiscoveryMethod

NetflowGroupWidgetData

ActionRuleStatus

AzureReplicationJobCollectorAttributeV3

AggregateConfig

AzureAppServiceEnvironmentMultiRolePoolCollectorAttributeV3

AzureAutomationAccountCertificateCollectorAttributeV3

ActionChainPaginationResponse

PropertyRuleParam

OpsNoteDeviceScope

DeviceDataSourceInstanceAlertSettingPaginationResponse

RestAzureSubscriptionsDiscoverV3

CloudHealthEventsWidget

StatsDGraphDisplay

RestCloudRecommendationCategoryV3

DeviceBatchJobSDT

DeviceGroupAlertThresholdInfo

AwsBillingReportCollectorAttribute

SaasAirbrakeCollectorAttribute

AzureSubscriptionDiscoveryMethod

AdrOutputList

ServiceAlert

GraphPlot

UnmonitoredDevicePaginationResponse

AwsRdsPerformanceInsightsCollectorAttribute

PieChartInfo

ViewConfig

AwsRssEventSource

DynamicColumn

StatsDGraph

BigNumberDataPoint

SaasOpenAIUsageImageCollectorAttribute

EchoEventSource

AlertForecastingReport

AwsVpnTunnelDiscoveryMethodV3

ArubaCentralIAPRadioDiscoveryMethod

PortPaginationResponse

EventSourceFilter

CompanyMetricsSummary

AzureLogAnalyticsReplicationJobDiscoveryMethod

ArubaCentralIAPInterfaceDiscoveryMethod

Log Query

AckCollectorDown

AzureRecoveryServiceRTODiscoveryMethod

AzureRedisCacheDiscoveryMethod

WidgetTokenInheritance

RestMapModuleV3

OpsNoteWebsiteGroupScope

CustomReport

WebsiteSLAWidgetData

SaasWebexCollectorAttribute

BigNumberData

AzureVirtualDesktopSessionHostsCollectorAttributeV3

BillingWidget

AzureBillingCollectorAttribute

AzureLogAnalyticsWorkspacesDiscoveryMethod

RestAzureAdvisorEventSource

AdvancedFieldFilter

AdvanceMetricsBigNumberInfo

Dashboard

GcpBillingCollectorAttribute

TableWidgetData

DisableProcessorPayload

PortAutoDiscoveryMethod

AwsEC2ScheduledEventsCollectorAttribute

AlertsModelAndId

DeviceSLAWidgetData

PingCollectorAttribute

RestContractInfoBaseV3

Ec2Netscan

TextWidget

AzureVMServiceLimitsCollectorAttribute

AdvanceMetricsGaugeInfo

AwsGlobalNetworkEdgeMethod

WebsiteOverviewWidget

ClearConfig

GoogleMapWidgetData

AwsGlobalWebACLDiscoveryMethodV3

ApiTokenPaginationResponse

ResourceGroupSDT

RestAzureStorageAccountVerify

DeviceDataSourceAssociated

AzureActiveDirectorySyncCollectorAttribute

AzureCostManagementDimensionsDiscoveryMethod

ScriptERIDiscoveryAttributeV3

OverviewGraphDataPoint

AzureNetworkServiceLimitsCollectorAttribute

NetflowWidgetData

DeviceDataSourceInstance

IPMIAutoDiscoveryMethod

WebsiteDeviceCollectorInfo

SaasZoomRoomDiscoveryMethod

PieChartWidgetData

ReportPaginationResponse

EventSource

RestDefaultDashboardFilters

AzureSubscriptionIdPaginationResponse

GcpBillingDiscoveryMethodV3

SiteMonitorCheckpoint

DatasourcePaginationResponse

AzureAutomationAccountCertificateDiscoveryMethod

DynamicTableWidgetColumn

AwsEC2ReservedInstanceCollectorAttribute

GraphPlotLine

LogSourcePaginationResponse

DeviceDatasourceInstanceGroupPaginationResponse

HostMetricsReport

SaasOffice365SkusCollectorAttribute

WebsiteSDTHistoryPaginationResponse

TableWidget

NMapNetscan

WebsiteItemConfig

DataSourceOverviewGraph

TableWidgetDataPoint

PipelineProcessorPaginationResponse

RestDeviceInstanceGroupAlertConfigV3

JMXCollectorAttribute

FilterBy

SeverityFilters

AwsEc2ServiceLimitsCollectorAttribute

SaasStatusCollectorAttribute

WMICollectorAttribute

InterfacesFilter

OpsNoteScope

NetflowApplication

DataPumpCollectorAttribute

HttpAutoDiscoveryMethod

PushModulesCollectorAttribute

DaysUntilAlert

SaasOpenAIUsageCompletionDiscoveryMethod

DiagnosticsSourceExecution

WidgetActionConfig

BatchJobExecutionItem

ReportGroup

DiagnosticRemediationAssignedSource

FieldFilter

ColumnHeader

DeviceDeltaPaginationResponse

LogFileEventSource

AzureExpressRouteCircuitPeeringDiscoveryMethod

DeviceGroupDatasourcePaginationResponse

GenerateReportRequest

SNMPCollectorAttribute

Alert

SaasOpenAIUsageCostCollectorAttribute

NetflowDataBase

SaasOffice365SharepointReportCollectorAttributeV3

TrackedQueryGroup

WebResource

SaasOffice365TeamsCallsQosCollectorAttributeV3

MemcachedCollectorAttribute

DataPoint

PerfmonCollectorAttribute

TrackQueryGroupPaginationResponse

DeviceNOCItem

CollectorAttribute

GaugeWidget

InheritanceProp

NetflowReport

AdrOutput

SDTinventoryReport

WidgetActionHyperLinkConfig

AzureAuthenticationAttribute

HostInventoryReport

IPMIEventSource

DeviceDataSourceAssociatedInstance

DiagnosticsourcePaginationResponse

AwsCloudWatchCollectorAttribute

MapItemInfo

AzureVNGConnectionDiscoveryMethod

SaasSalesforceSOQLQueryCollectorAttributeV3

CollectorSDT

InstanceGroupAlertThresholdInfo

DeviceDataSourceInstanceSDT

AwsSageMakerEndpointVariantMethod

GraphLine

HostGroupInventoryReport

MapModuleToAccessGroup

ActionRule

ResourceDataSourceAlertThresholdInfo

BatchJobWidgetData

AwsAutoScalingServiceLimitsCollectorAttribute

GcpBillingBigQuerySourceCollectorAttribute

RecipientGroup

RestAwsTrustedAdvisorEventSource

RestUserCustomizedDataV3

DashboardGroupPaginationResponse

AzureAccountTestResult

RestDefaultDashboardFilterDetails

RestResponseMetaBlock

SDTGroupEntityDataHolder

EntityProperty

AzureBackupProtectedItemBackupJobCollectorAttribute

DynamicTableWidgetRow

RestDeviceProperty

LocationData

Ec2DDR

RestAzureSubscriptionV3

AwsRoute53ResolverIPAddressCollectorAttribute

RestAzureResourceLogAnalyticsWorkspacesSource

DashboardReport

AlertWidgetData

CIMAutoDiscoveryMethod

SaaSZoomPlanUsageDiscoveryMethod

DeviceLogPipeLineResourceSDT

NextUpgradeInfo

RestDNSMappingV3

AzureReplicationJobDiscoveryMethod

AzureResourceUsageCollectorAttribute

UpdateReasons

PieChartData

OciMonitoringCollectorAttribute

SaasO365MailboxDiscoveryMethod

SaasSalesforceLicenseDiscoveryMethod

DatasourceOverviewGraphPaginationResponse

ESXCollectorAttribute

ConfigSource

CollectorGroupPaginationResponse

AwsGlobalNetworkLinkMethod

ScriptCollectorAttribute

Authentication

RestEventSourceFilter

LogSourceSensitiveDataMaskingRule

NetflowGraphWidget

ItemData

AwsRedShiftDiscoveryMethod

AwsAccountTestResult

OidSourcePaginationResponse

OpsNoteWebsiteScope

DeviceGroupData

PropertyMatchRule

DeviceGroup

OpsNoteTagBase

GraphDisplay

EscalatingChain

ILP

GcpAccountTestResult

AuditLog

DatapointFilterItem

Pagination

GcpLBBackendServiceDiscoveryMethodV3

DeviceDataSourceAssociatedPaginationResponse

SDTInventoryMetric

CollectorPaginationResponse

DeviceDataSource

SaasZoomJsonCollectorAttributeV3

AwsMediaConnectSourceDiscoveryMethod

AzureStorageServiceLimitsCollectorAttribute

ReportBase

SaasOpenAIUsageImageDiscoveryMethod

NetflowEndpoint

Device

DeviceSDTHistoryPaginationResponse

LMQLWidget

Period

RestAzureResourceHealthEventSource

ActionRulePaginationResponse

ConversationFilter

SaasAccountTestResult

AlertWidget

OpenMetricCollectorAttributeV3

GoogleMapWidget

FlashWidget

AzureCostManagementCollectorAttribute

UpdateReason

NetflowDeviceInfo

PointSource

DashboardGroup

LogicModuleAssociationCounts

GcpRouterNatGatewayDiscoveryMethodV3

Macro

RestAlertQueryContext

PipelinePaginationResponse

BigNumberWidget

restCloudOkPermissionsV3

WebsiteSLAReport

DevicePaginationResponse

UserReport

LogsReport

AzureActiveDirectoryAppSecretCollectorAttribute

DeviceGroupPaginationResponse

LogSource

Tracking Log Query

AccessGroup

AwsRdsServiceLimitsCollectorAttributeV3

Collector

AwsSesServiceLimitsCollectorAttribute

AzureInsightsCollectorAttribute

AzureEmergingIssueEventSource

AutoDiscoveryMethod

DeviceEventSourceSDT

DeviceDataSourceSDT

InterfBandwidthReport

AzureRssEventSource

BigNumberWidgetData

EC2AutoDiscoveryMethod

GroupingConfig

JSONArray

BigNumberItem

WebsiteGroupData

DeviceDataSourceInstanceAlertSetting

AdvanceMetricsBarGraphInfo

RestAwsOrganizationalHealthEventSource

FlowRecordPaginationResponse

LinkedWmiClass

Response

RabbitMQQueueAutoDiscoveryMethod

PaaSJsonPathDiscoveryMethod

HtmlWidget

LogsInfo

WebsiteGroupSDT

AzureVMBackupStatusLogAnalyticsCollectorAttribute

SaasAirbrakeDiscoveryMethod

Privilege

PieChartItem

AwsRoute53ResolverIPAddressDiscoveryMethod

RestUsageContractInfoV4

### 14-day access to the full **LogicMonitor** platform

\*

\*

\*

\*

\*

\*

Select CountryUnited StatesCanadaAfghanistanAland IslandsAlbaniaAlgeriaAndorraAngolaAnguillaAntarcticaAntigua and BarbudaArgentinaArmeniaArubaAustraliaAustriaAzerbaijanBahamasBahrainBangladeshBarbadosBelarusBelgiumBelizeBeninBermudaBhutanBoliviaBonaire, Sint Eustatius and SabaBosnia and HerzegovinaBotswanaBouvet IslandBrazilBritish Indian Ocean TerritoryBrunei DarussalamBulgariaBurkina FasoBurundiCambodiaCameroonCape VerdeCayman IslandsCentral African RepublicChadChileChinaChristmas IslandCocos (Keeling) IslandsColombiaComorosCongoCongo, the Democratic Republic of theCook IslandsCosta RicaCote d'IvoireCroatiaCubaCuraçaoCyprusCzech RepublicDenmarkDjiboutiDominicaDominican RepublicEcuadorEgyptEl SalvadorEquatorial GuineaEritreaEstoniaEthiopiaFalkland Islands (Malvinas)Faroe IslandsFijiFinlandFranceFrench GuianaFrench PolynesiaFrench Southern TerritoriesGabonGambiaGeorgiaGermanyGhanaGibraltarGreeceGreenlandGrenadaGuadeloupeGuatemalaGuernseyGuineaGuinea-BissauGuyanaHaitiHeard Island and McDonald IslandsHoly See (Vatican City State)HondurasHungaryIcelandIndiaIndonesiaIran, Islamic Republic ofIraqIrelandIsle of ManIsraelItalyJamaicaJapanJerseyJordanKazakhstanKenyaKiribatiKorea, Democratic People's Republic ofKorea, Republic ofKosovoKuwaitKyrgyzstanLao People's Democratic RepublicLatviaLebanonLesothoLiberiaLibyaLiechtensteinLithuaniaLuxembourgMacaoMacedoniaMadagascarMalawiMalaysiaMaldivesMaliMaltaMartiniqueMauritaniaMauritiusMayotteMexicoMoldova, Republic ofMonacoMongoliaMontenegroMontserratMoroccoMozambiqueMyanmarNamibiaNauruNepalNetherlandsNew CaledoniaNew ZealandNicaraguaNigerNigeriaNiueNorfolk IslandNorwayOmanPakistanPalestinePanamaPapua New GuineaParaguayPeruPhilippinesPitcairnPolandPortugalQatarReunionRomaniaRussian FederationRwandaSaint BarthélemySaint Helena, Ascension and Tristan da CunhaSaint Kitts and NevisSaint LuciaSaint Martin (French part)Saint Pierre and MiquelonSaint Vincent and the GrenadinesSamoaSan MarinoSao Tome and PrincipeSaudi ArabiaSenegalSerbiaSeychellesSierra LeoneSingaporeSint Maarten (Dutch part)SlovakiaSloveniaSolomon IslandsSomaliaSouth AfricaSouth Georgia and the South Sandwich IslandsSouth SudanSpainSri LankaSudanSurinameSvalbard and Jan MayenSwazilandSwedenSwitzerlandSyrian Arab RepublicTaiwanTajikistanTanzania, United Republic ofThailandTimor-LesteTogoTokelauTongaTrinidad and TobagoTunisiaTurkeyTurkmenistanTurks and Caicos IslandsTuvaluUgandaUkraineUnited Arab EmiratesUnited KingdomUruguayUzbekistanVanuatuVenezuelaVietnamVirgin Islands, BritishWallis and FutunaWestern SaharaYemenZambiaZimbabwe

By signing up, you agree to the [MSA](/content/legal/msa/index.html), [Privacy Policy](/content/privacy-policy/index.html), [Cookie Policy](/content/legal/cookie-notice/index.html)

reCAPTCHA

Recaptcha requires verification.

protected by **reCAPTCHA**

reCAPTCHA is changing its terms of service. [Take action.](https://google.com/recaptcha/admin/migrate)

This site is protected by reCAPTCHA.

Start Your Trial

View all

Platform

- [Infrastructure](/content/platform/infrastructure/index.html)
- [Cloud & Multi-Cloud](/content/platform/cloud/index.html)
- [Log Management](/content/platform/logs/index.html)
- [Edwin AI](/content/platform/edwin-ai/index.html)

Solution

- [Automation](/content/solutions/automation/index.html)
- [Tool Consolidation](/content/solutions/tool-consolidation/index.html)
- [Reduce MTTR](/content/solutions/reduce-/index.html)
- [Cost Optimization](/content/solutions/cost-optimization/index.html)

Industry

- [Healthcare](/content/solutions/healthcare/index.html)
- [Financial Services](/content/solutions/financial-services/index.html)
- [Public Sector](/content/solutions/public-sector/index.html)
- [MSP](/content/solutions/msp/index.html)

Role

- [CIO](/content/solutions/cio/index.html)
- [ITOps](/content/solutions/it-ops/index.html)
- [CloudOps](/content/solutions/cloud-ops/index.html)
- [AIOps](/content/solutions/aiops/index.html)

There is no result.
