ContributionsMost RecentMost LikesSolutionsRe: How to add filters to API call for SDT devices Thank you for the detailed explanation. I tried to fetch the required values in response so I can filter based on that. But only the first 3 fields are appearing in result. Is there a way to get the required system & custom properties in response? {{url}}/sdt/sdts?filter=type:DeviceSDT&fields=deviceDisplayName,admin,timezone,system.collectorplatform,customProperties How to add filters to API call for SDT devices Hello - I am able to fetch SDT devices by calling REST API https://abc.logicmonitor.com/santaba/rest/sdt/sdts?filter=type:DeviceSDT How do I add additional filters based on system property ( Operating system) and Custom property (Region). Not able to filter results using below. https://abc.logicmonitor.com/santaba/rest/sdt/sdts?filter=type:DeviceSDT,system.collectorplatform:windows,customProperties.name:cp_region,customProperties.value:EMEA SolvedRe: Accessing the LogicMonitor REST API with Postman and LMv1 API Token Authentication Had a question on adding additional filters based on system & custom properties to the API call for fetching devices under SDT. Able to fetch device list using https://abc.logicmonitor.com/santaba/rest/sdt/sdts?filtertype:DeviceSDT But when trying to filter by OS and support region as below, the filters are not getting applied. https://abc.logicmonitor.com/santaba/rest/sdt/sdts?filtertype:DeviceSDT,system.collectorplatform:windows,customProperties.name:cp_region,customProperties.value:EMEA
Top ContributionsHow to add filters to API call for SDT devicesSolvedRe: Accessing the LogicMonitor REST API with Postman and LMv1 API Token AuthenticationRe: How to add filters to API call for SDT devices