REST API v3 Swagger Documentation | LogicMonitor
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 or About REST API v1.
For more information regarding LogicMonitor’s sunset updates of the REST API, see Updates for LogicMonitor REST API v1, v2, and v3 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 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, Enabling Cloud Monitoring using Local Collector, and AWS Monitoring Setup.
- 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
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.
Schemeshttps
Authorize
Access Group
PATCH/setting/accessgroup/{id} Update access group
GET/setting/accessgroup/{id} Get access group by id
DELETE/setting/accessgroup/{id} Delete access group
PUT/setting/accessgroup/{id} Update access group
POST/setting/accessgroup/mapunmap/modules Create a mapping of access group & module
POST/setting/accessgroup/add Create a access group
GET/setting/accessgroup Get access group list
Action Chains
POST/setting/action/chains Add action chain
GET/setting/action/chains Get action chains list
PATCH/setting/action/chains/{id} update action chain
GET/setting/action/chains/{id} Get action chain by ID
DELETE/setting/action/chains/{id} delete action chain
PUT/setting/action/chains/{id} update action chain
Action Rules
PATCH/setting/action/rules/{id} update action rule
GET/setting/action/rules/{id} get action rule
DELETE/setting/action/rules/{id} delete action rule
PUT/setting/action/rules/{id} update action rule
PATCH/setting/action/rules/{id}/status enable/disable action rule
PUT/setting/action/rules/{id}/status enable/disable action rule
POST/setting/action/rules Add Action Rule
GET/setting/action/rules Get action rules list
Alert Rules
PATCH/setting/alert/rules/{id} update alert rule
GET/setting/alert/rules/{id} get alert rule by id
DELETE/setting/alert/rules/{id} delete alert rule
PUT/setting/alert/rules/{id} update alert rule
POST/setting/alert/rules add alert rule
GET/setting/alert/rules get alert rule list
Alerts
GET/alert/alerts/{id} get alert
GET/alert/alerts Get alert list
POST/alert/alerts/{id}/ack Acknowledge alert by ID
POST/alert/alerts/{id}/note Add alert note
POST/alert/alerts/{id}/escalate Escalate alert by ID
API Tokens
PATCH/setting/admins/{adminId}/apitokens/{apitokenId} Update API tokens for a user
DELETE/setting/admins/{adminId}/apitokens/{apitokenId} Delete API token
PUT/setting/admins/{adminId}/apitokens/{apitokenId} Update API tokens for a user
POST/setting/admins/{adminId}/apitokens Add API tokens for a user
GET/setting/admins/{adminId}/apitokens Get API tokens for a user
GET/setting/admins/apitokens Get a list of API tokens across users
ApiPerfStats
GET/apiStats/externalApis get external api stats info
AppliesToFunctions
PATCH/setting/functions/{id} Update applies to function
GET/setting/functions/{id} Get applies to function by ID
DELETE/setting/functions/{id} Delete applies to function
PUT/setting/functions/{id} Update applies to function
POST/setting/functions Add applies to function
GET/setting/functions Get applies to function list
POST/setting/functions/importjson Import AppliesTo function via json
Audit Logs
GET/setting/accesslogs/{id} Get audit log by id
GET/setting/accesslogs Get audit logs
Automated Diagnostic & Remediation
GET/setting/diagnosticRemediation/executionResults Get diagnostic and remediation execution results (canonical)
GET/setting/diagnosticRemediation/list List assigned diagnostic and remediation exchange modules
Collector Groups
PATCH/setting/collector/groups/{id} Update collector group
GET/setting/collector/groups/{id} Get collector group
DELETE/setting/collector/groups/{id} Delete collector group
PUT/setting/collector/groups/{id} Update collector group
POST/setting/collector/groups Add collector group
GET/setting/collector/groups Get collector group list
Collectors
GET/setting/collector/collectors/{collectorId}/installers/{osAndArch} get collector installer
GET/setting/collector/collectors/{collectorId}/services/getStatusCheck get collector status check
GET/setting/collector/collectors/{collectorId}/events get collector events
PATCH/setting/collector/collectors/{id}/agentloglevels/{component} update collector agent log level
GET/setting/collector/collectors/{id}/agentloglevels/{component} get collector agent log level by component
PUT/setting/collector/collectors/{id}/agentloglevels/{component} update collector agent log level
POST/setting/collector/collectors add collector
GET/setting/collector/collectors get collector list
GET/setting/collector/collectors/{id}/agentloglevels get collector agent log levels
PATCH/setting/collector/collectors/{id} update collector
GET/setting/collector/collectors/{id} get collector
DELETE/setting/collector/collectors/{id} delete collector
PUT/setting/collector/collectors/{id} update collector
POST/setting/collector/collectors/{id}/ackdown ack collector down alert
CollectorVersions
GET/setting/collector/collectors/versions get collector version list
ConfigSources
POST/setting/configsources/importxml Import config source via XML
PATCH/setting/configsources/{id} Update config source by ID
GET/setting/configsources/{id} Get config source by ID
DELETE/setting/configsources/{id} Delete config source by ID
PUT/setting/configsources/{id} Update config source by ID
POST/setting/configsources/importjson Import ConfigSource via json
GET/setting/configsources/{id}/updatereasons Get update history for a configSource
POST/setting/configsources Add a new config source
GET/setting/configsources Get config source list
Cost Optimization Recommendations
GET/cost-optimization/recommendations Get recommendation list
GET/cost-optimization/recommendations/categories Get recommendation category list
GET/cost-optimization/recommendations/{id} Get recommendation by ID
Dashboard Groups
PATCH/dashboard/groups/{id} update dashboard group
GET/dashboard/groups/{id} Get dashboard group by ID
DELETE/dashboard/groups/{id} delete dashboard group
PUT/dashboard/groups/{id} update dashboard group
POST/dashboard/groups/{id}/asyncclone add dashboard group asynchronously
POST/dashboard/groups add dashboard group
GET/dashboard/groups get dashboard group list
Dashboards
POST/dashboard/dashboards add dashboard
GET/dashboard/dashboards Get dashboard list
PATCH/dashboard/dashboards/{id} update dashboard
GET/dashboard/dashboards/{id} get dashboard
DELETE/dashboard/dashboards/{id} delete dashboard
PUT/dashboard/dashboards/{id} update dashboard
GET/dashboard/dashboards/{id}/widgets get widget list by DashboardId
Data
GET/device/devices/{deviceId}/devicedatasources/{hdsId}/instances/{instanceId}/config/{id} get a config for a device
GET/device/devices/{deviceId}/devicedatasources/{hdsId}/instances/{id}/graphs/{graphId}/data get device instance graph data
GET/device/devices/{deviceId}/devicedatasources/{deviceDsId}/groups/{dsigId}/graphs/{ographId}/data Get device instance group overview graph data
GET/website/websites/{websiteId}/checkpoints/{checkpointId}/graphs/{graphName}/data Get website graph data
GET/dashboard/widgets/{id}/data 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 get data for a website checkpoint
POST/device/instances/datafetch Fetch device instances data
GET/device/devicedatasourceinstances/{instanceId}/graphs/{graphId}/data get device instance data
GET/device/devices/{deviceId}/devicedatasources/{hdsId}/instances/{id}/data get device instance data
Datasource Instances
GET/device/devices/{deviceId}/devicedatasources/{hdsId}/instances/{instanceId}/config get detailed config information for the instance
GET/device/devices/{deviceId}/devicedatasources/{hdsId}/instances/{instanceId}/config/{id} get a config for a device
POST/device/devices/{deviceId}/devicedatasources/{deviceDsId}/groups Add device datasource instance group
GET/device/devices/{deviceId}/devicedatasources/{deviceDsId}/groups Get device datasource instance group list
GET/device/devices/{deviceId}/devicedatasources/{hdsId}/instances/{id}/graphs/{graphId}/data get device instance graph data
POST/device/devices/{deviceId}/devicedatasources/{hdsId}/instances add device instance
GET/device/devices/{deviceId}/devicedatasources/{hdsId}/instances get device instance list
GET/device/devices/{deviceId}/devicedatasources/{hdsId}/instances/{id}/historysdts get device instance SDT history
GET/device/devices/{deviceId}/devicedatasources/{deviceDsId}/groups/{dsigId}/graphs/{ographId}/data Get device instance group overview graph data
POST/device/devices/{deviceId}/devicedatasources/{hdsId}/instances/{instanceId}/config/configCollection collect a config for a device
PATCH/device/devices/{deviceId}/devicedatasources/{deviceDsId}/groups/{id} Update device datasource instance group
GET/device/devices/{deviceId}/devicedatasources/{deviceDsId}/groups/{id} Get device datasource instance group
PUT/device/devices/{deviceId}/devicedatasources/{deviceDsId}/groups/{id} Update device datasource instance group
PUT/device/devices/{deviceId}/devicedatasources/{deviceDsId}/groups/{dsigId}/datapoints/{dpId}/alertconfig Update instance group alert threshold
GET/device/devices/{deviceId}/devicedatasources/{hdsId}/instances/{id}/data get device instance data
PATCH/device/devices/{deviceId}/devicedatasources/{hdsId}/instances/{id} update device instance
GET/device/devices/{deviceId}/devicedatasources/{hdsId}/instances/{id} get device instance
DELETE/device/devices/{deviceId}/devicedatasources/{hdsId}/instances/{id} delete a device instance
PUT/device/devices/{deviceId}/devicedatasources/{hdsId}/instances/{id} update device instance
Datasources
GET/setting/datasources/{dsId}/ographs Get datasource overview graph list
POST/setting/datasources Add datasource
GET/setting/datasources Get datasource list
PATCH/setting/datasources/{id} Update datasource
GET/setting/datasources/{id} Get datasource by ID
DELETE/setting/datasources/{id} Delete datasource
PUT/setting/datasources/{id} Update datasource
POST/setting/datasources/importjson Import DataSource via json
GET/setting/datasources/{dsId}/ographs/{id} Get datasource overview graph by ID
GET/setting/datasources/{id}/devices Get devices associated with a datasource
POST/setting/datasources/importxml Import datasource via XML
GET/setting/datasources/{id}/updatereasons Get update history for a datasource
Debug
POST/debug Execute a Collector debug command
GET/debug/{id} Get the result of a Collector debug command using sessionId
Delta
GET/device/devices/delta Get filter matched devices with new deltaId
GET/device/devices/delta/{deltaId} Get delta devices using deltaId
Device Groups
GET/device/groups/{id}/devices get immediate devices under group
GET/device/groups/{deviceGroupId}/datasources get device group datasource list
GET/aws/externalId Get AWS external ID
POST/azure/functions/discoverSubscriptions view subscriptions
POST/gcp/functions/testAccount test GCP account
GET/device/groups/{id}/historysdts get SDT history for the group
POST/aws/functions/verifyBillingPermissions Verify AWS Billing Permissions
PATCH/device/groups/{deviceGroupId}/datasources/{id} update device group datasource
GET/device/groups/{deviceGroupId}/datasources/{id} get device group datasource
PUT/device/groups/{deviceGroupId}/datasources/{id} update device group datasource
GET/device/groups/{id}/sdts get device group SDTs
POST/azure/functions/verifyStorageAccountsPermissions view storage accounts
POST/device/groups/{gid}/properties Add device group property
GET/device/groups/{gid}/properties Get device group properties
PATCH/device/groups/{id} update device group
GET/device/groups/{id} get device group
DELETE/device/groups/{id} delete device group
PUT/device/groups/{id} update device group
POST/azure/functions/testAccount test Azure account
POST/saas/functions/testAccount Test SaaS account
GET/aws/accountId Get AWS account ID
POST/device/groups add device group
GET/device/groups get device group list
POST/aws/functions/testAccount Test AWS account
PATCH/device/groups/{gid}/properties/{name} Update device group property
GET/device/groups/{gid}/properties/{name} Get device group property by name
DELETE/device/groups/{gid}/properties/{name} Delete device group property
PUT/device/groups/{gid}/properties/{name} Update device group property
GET/device/groups/{id}/alerts get device group alerts
Devices
GET/device/devices/{deviceId}/devicedatasources Get device datasource list
POST/device/devices add a new device (Request schema may change depending upon the type of uptime device being added)
GET/device/devices Get device list
GET/device/devices/{id}/alerts get alerts
GET/device/devices/{deviceId}/deviceeventsources Get device eventsource list
GET/device/devices/{id}/sdts get SDTs for a device
GET/device/devices/{id}/instances get device instance list
GET/device/unmonitoreddevices Get unmonitored device list
GET/device/devices/{id}/topTalkersGraph get top talkers graph
GET/device/devices/{id}/endpoints get netflow endpoints
GET/device/devices/{deviceId}/devicedatasources/{id}/historysdts Get SDT history for the device dataSource
POST/device/devices/{deviceId}/properties Add device property
GET/device/devices/{deviceId}/properties Get device properties
POST/device/devices/{id}/scheduleAutoDiscovery schedule active discovery for a device
GET/device/devices/{id}/historysdts get SDT history for the device
PATCH/device/devices/{id} update a device (Request schema may change depending upon the type of uptime device being updated)
GET/device/devices/{id} get device by id
DELETE/device/devices/{id} delete a device
PUT/device/devices/{id} update a device (Request schema may change depending upon the type of uptime device being updated)
GET/device/devices/{id}/flows get netflow flows
GET/device/devices/{deviceId}/alertsettings get a list of alert settings for a device
GET/device/devices/{deviceId}/devicedatasources/{id}/data Get device datasource data
PATCH/device/devices/{deviceId}/properties/{name} Update device property
GET/device/devices/{deviceId}/properties/{name} Get device property by name
DELETE/device/devices/{deviceId}/properties/{name} Delete device property
PUT/device/devices/{deviceId}/properties/{name} Update device property
GET/device/devices/{id}/ports get netflow ports
GET/device/devices/{deviceId}/devicedatasources/{id} Get device datasource
DiagnosticSources
POST/setting/diagnosticsources/executemanually Trigger a diagnostic module for host.
POST/setting/diagnosticsources Add diagnostics source
GET/setting/diagnosticsources Get diagnostics sources list
PATCH/setting/diagnosticsources/{id} Update a diagnostics source
GET/setting/diagnosticsources/{id} Get diagnostics sources by ID
DELETE/setting/diagnosticsources/{id} Delete a diagnostic source module
PUT/setting/diagnosticsources/{id} Update a diagnostics source
POST/setting/diagnosticsources/importjson Import DiagnosticSource via json
DNS Mapping
POST/setting/dnsmappings Add DNS mapping
Escalation Chains
POST/setting/alert/chains Add escalation chain
GET/setting/alert/chains Get escalation chain list
PATCH/setting/alert/chains/{id} Update escalation chain
GET/setting/alert/chains/{id} Get escalation chain by ID
DELETE/setting/alert/chains/{id} Delete escalation chain
PUT/setting/alert/chains/{id} Update escalation chain
EventSources
POST/setting/eventsources/importjson Import EventSource via json
POST/setting/eventsources Add event source
GET/setting/eventsources Get event source list
POST/setting/eventsources/importxml Import event source via XML
PATCH/setting/eventsources/{id} Update event source by ID
GET/setting/eventsources/{id} Get event source by ID
DELETE/setting/eventsources/{id} Delete event source by ID
PUT/setting/eventsources/{id} Update event source by ID
IntegrationAuditLogs
GET/setting/integrations/auditlogs Get integration audit logs list
JobMonitor
POST/setting/batchjobs/importjson Import batch JobMonitor via json
PATCH/setting/batchjobs/{id} Update JobMonitor
GET/setting/batchjobs/{id} Get JobMonitor by ID
DELETE/setting/batchjobs/{id} Delete JobMonitor
PUT/setting/batchjobs/{id} Update JobMonitor
POST/setting/batchjobs/importxml Import batch job via XML
POST/setting/batchjobs Add JobMonitor
GET/setting/batchjobs Get JobMonitor List
LogAlertGroups
PATCH/logpipelines/{pipelineId} Update a specific LogAlertGroup by its ID
GET/logpipelines/{pipelineId} Retrieve a LogAlertGroup by ID
DELETE/logpipelines/{pipelineId} Delete a specific LogAlertGroup by ID
PUT/logpipelines/{pipelineId} Update a specific LogAlertGroup by its ID
POST/logpipelines Add a new LogAlertGroup
GET/logpipelines Retrieve all LogAlertGroups
LogAlerts
PATCH/logpipelines/processors/{processorId} Update a LogAlerts by ID
GET/logpipelines/processors/{processorId} Retrieve a LogAlerts by ID
DELETE/logpipelines/processors/{processorId} Delete a LogAlerts by ID
PUT/logpipelines/processors/{processorId} Update a LogAlerts by ID
POST/logpipelines/processors Add a new LogAlerts
GET/logpipelines/processors Retrieve all LogAlerts
PUT/logpipelines/processors/{processorId}/{action} Enable or disable a LogAlerts by ID
LogicModules
GET/setting/logicmodules/metadata get metadata
LogPartitions
POST/log/partitions/{id}/{action} Perform an action on a specified log partition
POST/log/partitions Create a new log partition
GET/log/partitions Retrieve a list of all log partitions
PATCH/log/partitions/{id} Update an existing log partition
GET/log/partitions/{id} Retrieve details of a specific log partition
DELETE/log/partitions/{id} Delete a log partition by ID
PUT/log/partitions/{id} Update an existing log partition
GET/log/partitions/retentions Retrieve the list of log retentions
LogQueryGroups
GET/log/logquerygroups/{id}/logqueries Get log queries by group ID
POST/log/logquerygroups Create a new log query group
GET/log/logquerygroups Get log query group list
GET/log/logquerygroups/grouptype/{groupType} Get log query groups by groupType
PATCH/log/logquerygroups/{id} Update log query group
GET/log/logquerygroups/{id} Get log query group by ID
DELETE/log/logquerygroups/{id} Delete log query group
PUT/log/logquerygroups/{id} Update log query group
POST/log/logquerygroups/{id}/move Move log queries to another group
LogSources
PATCH/setting/logsources/{id} Update log source
GET/setting/logsources/{id} Get log source
DELETE/setting/logsources/{id} Delete log source
PUT/setting/logsources/{id} Update log source
POST/setting/logsources Add log source
GET/setting/logsources Get log source list
POST/setting/logsources/importjson Import LogSource via json
Metrics
GET/metrics/usage Get metrics usage
GET/metrics/summary get metrics usage with company settings summary
Netscans
POST/setting/netscans Add a new netscan
GET/setting/netscans Get netscan list
PATCH/setting/netscans/{id} Update a netscan
GET/setting/netscans/{id} Get netscan by ID
DELETE/setting/netscans/{id} Delete a netscan
PUT/setting/netscans/{id} Update a netscan
OID
PATCH/setting/oids/{id} Update an OID
GET/setting/oids/{id} Get OID by ID
DELETE/setting/oids/{id} Delete an OID
PUT/setting/oids/{id} Update an OID
POST/setting/oids/importjson Import OID via json
POST/setting/oids Add a new OID
GET/setting/oids Get OID's list
Ops Notes
POST/setting/opsnotes add opsnote
GET/setting/opsnotes get opsnote list
PATCH/setting/opsnotes/{id} update opsnote
GET/setting/opsnotes/{id} get opsnote by id
DELETE/setting/opsnotes/{id} delete opsnote
PUT/setting/opsnotes/{id} update opsnote
PropertySource
PATCH/setting/propertyrules/{id} update a property rule
GET/setting/propertyrules/{id} Get property rules by id
DELETE/setting/propertyrules/{id} delete a property rule
PUT/setting/propertyrules/{id} update a property rule
POST/setting/propertyrules Add a new property rule
GET/setting/propertyrules Get property rules list
POST/setting/propertyrules/importjson Import PropertySource via json
Recipient Groups
POST/setting/recipientgroups Add recipient group
GET/setting/recipientgroups Get recipient group list
PATCH/setting/recipientgroups/{id} Update recipient group
GET/setting/recipientgroups/{id} Get recipient group by id
DELETE/setting/recipientgroups/{id} Delete recipient group
PUT/setting/recipientgroups/{id} Update recipient group
RemediationSources
POST/setting/remediationsources/executemanually Trigger a remediation module for host.
POST/setting/remediationsources Add remediation source
GET/setting/remediationsources Get remediation sources list
PATCH/setting/remediationsources/{id} Update a remediation source
GET/setting/remediationsources/{id} Get remediation sources by ID
DELETE/setting/remediationsources/{id} Delete a remediation source module
PUT/setting/remediationsources/{id} Update a remediation source
Report
POST/report/reports Add report
GET/report/reports Get report list
PATCH/report/reports/{id} Update report
GET/report/reports/{id} Get report by ID
DELETE/report/reports/{id} Delete report
PUT/report/reports/{id} Update report
GET/report/reports/{id}/tasks/{taskId} Get report for task ID
POST/report/reports/{id}/executions Run a report
Report Groups
POST/report/groups Add report group
GET/report/groups Get report group list
PATCH/report/groups/{id} Update report group
GET/report/groups/{id} Get report group by id
DELETE/report/groups/{id} Delete report group
PUT/report/groups/{id} Update report group
Roles
PATCH/setting/roles/{id} Update role
GET/setting/roles/{id} Get role by ID
DELETE/setting/roles/{id} Delete role
PUT/setting/roles/{id} Update role
POST/setting/roles Add role
GET/setting/roles Get role list
SDTs
PATCH/sdt/sdts/{id} update SDT (Response may contain extra fields depending upon the type of SDT being updated)
GET/sdt/sdts/{id} get SDT by id (Response may contain extra fields depending upon the type of SDT of given id)
DELETE/sdt/sdts/{id} delete SDT
PUT/sdt/sdts/{id} update SDT (Response may contain extra fields depending upon the type of SDT being updated)
POST/sdt/sdts add SDT (Response may contain extra fields depending upon the type of SDT being added)
GET/sdt/sdts get SDT list
Thresholds
GET/device/devices/{deviceId}/devicedatasources/{hdsId}/instances/{instanceId}/alertsettings get a list of alert settings for a device datasource instance
PATCH/device/groups/{deviceGroupId}/datasources/{dsId}/alertsettings Update device group datasource alert setting
GET/device/groups/{deviceGroupId}/datasources/{dsId}/alertsettings Get device group datasource alert setting
PUT/device/groups/{deviceGroupId}/datasources/{dsId}/alertsettings Update device group datasource alert setting
POST/device/groups/{deviceGroupId}/clusterAlertConf Add cluster alert configuration
GET/device/groups/{deviceGroupId}/clusterAlertConf get a list of cluster alert configurations for a device group
PATCH/device/devices/{deviceId}/devicedatasources/{hdsId}/instances/{instanceId}/alertsettings/{id} update device instance alert setting
GET/device/devices/{deviceId}/devicedatasources/{hdsId}/instances/{instanceId}/alertsettings/{id} get device instance alert setting
PUT/device/devices/{deviceId}/devicedatasources/{hdsId}/instances/{instanceId}/alertsettings/{id} update device instance alert setting
PATCH/device/groups/{deviceGroupId}/clusterAlertConf/{id} Update cluster alert configuration
GET/device/groups/{deviceGroupId}/clusterAlertConf/{id} Get cluster alert configuration by id
DELETE/device/groups/{deviceGroupId}/clusterAlertConf/{id} Delete cluster alert configuration
PUT/device/groups/{deviceGroupId}/clusterAlertConf/{id} Update cluster alert configuration
TopologySource
PATCH/setting/topologysources/{id} Update TopologySource
GET/setting/topologysources/{id} Get TopologySource by id
DELETE/setting/topologysources/{id} Delete TopologySource
PUT/setting/topologysources/{id} Update TopologySource
POST/setting/topologysources/importjson Import TopologySource via json
POST/setting/topologysources Add TopologySource
GET/setting/topologysources Get TopologySource List
TrackQueryGroup
POST/trackedquerygroups Create tracked query group
GET/trackedquerygroups Get tracked query group list
PATCH/trackedquerygroups/{id} Update tracked query group
GET/trackedquerygroups/{id} Get tracked query group by ID
DELETE/trackedquerygroups/{id} Delete tracked query group
PUT/trackedquerygroups/{id} Update tracked query group
Usage API V3
GET/usage/contractInfo get contract info by company
userdata
PATCH/setting/userdata/{id} Update default dashboard
PUT/setting/userdata/{id} Update default dashboard
Users
PATCH/setting/admins/{id} update user
GET/setting/admins/{id} get user
DELETE/setting/admins/{id} delete user
PUT/setting/admins/{id} update user
POST/setting/admins add user
GET/setting/admins get user list
Website Groups
GET/website/groups/{id}/websites 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 add website group
GET/website/groups get website group list
PATCH/website/groups/{id} update website group
GET/website/groups/{id} get website group
DELETE/website/groups/{id} delete website group
PUT/website/groups/{id} update website group
GET/website/groups/{id}/sdts 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 get SDT history for the website group (Response may contain extra fields depending upon the type of SDT)
Websites
GET/website/websites/{id}/historysdts get SDT history for the website (Response may contain extra fields depending upon the type of SDT)
GET/website/websites/{id}/properties get a list of properties for a website
POST/website/websites Add website
GET/website/websites get website list
GET/website/websites/{id}/sdts get a list of SDTs for a website
GET/website/websites/{id}/graphs/{graphName}/data get website data by graph name
GET/website/smcheckpoints Get website checkpoint list
GET/website/websites/{srvId}/checkpoints/{checkId}/data get data for a website checkpoint
PATCH/website/websites/{id} update website
GET/website/websites/{id} get website by id
DELETE/website/websites/{id} delete website
PUT/website/websites/{id} update website
GET/website/websites/{id}/alerts get alerts for a website
Widgets
POST/dashboard/widgets Add widget
GET/dashboard/widgets Get widget list
PATCH/dashboard/widgets/{id} Update widget
GET/dashboard/widgets/{id} Get widget by ID
DELETE/dashboard/widgets/{id} Delete widget
PUT/dashboard/widgets/{id} 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, Privacy Policy, Cookie Policy
reCAPTCHA
Recaptcha requires verification.
protected by reCAPTCHA
reCAPTCHA is changing its terms of service. Take action.
This site is protected by reCAPTCHA.
Start Your Trial
View all
Platform
Solution
Industry
Role
There is no result.