Delete SDTs

You can use LogicMonitor’s REST API to programmatically delete your LogicMonitor SDTs. Note: As with all of our API calls, authentication is required. Deletes an existing SDT HTTP Method: DELETE URI: /sdt/sdts/{id} Example 1: Python The following Python request deletes the services SDT S_55. Example 2: PowerShell The following Python request deletes the services SDT S_55

Update SDTs

With LogicMonitor’s REST API you can programmatically update an existing SDT. Note: As with all of our API calls, authentication is required. Note that consistent with REST standards, any properties not specified in a PUT request will revert back to their default values. HTTP Method:PUT URI: /sdt/sdts/{id} The parameters you can include in your request … Continued

Add SDTs

You can use LogicMonitor’s REST API to programmatically add new SDTs. As with all of our API calls, authentication is required. HTTP Method:POST URI: /sdt/sdts The request parameters that need to be included in your request depends on the type of SDT you’re adding: Add a One Time SDT Request Parameters: You can POST the … Continued

Get SDTs

Using LogicMonitor’s REST API, you can programmatically get a list of SDTs or get information about a particular SDT. Note: As with all of our API calls, authentication is required. Get a list of SDTs Returns a list of all SDTs HTTP Method: GET URI: /sdt/sdts Request Parameters: By default, a list of 50 SDTs … Continued

About the SDT Resource

The SDT resource allows you to programmatically manage your LogicMonitor scheduled down times (SDTs). Note: As with all of our API calls, authentication is required. Using LogicMonitor’s REST API, you can: Get a list of SDTs Get information about a particular SDT Add an SDT Update an SDT Delete an SDT Resource URI /sdt/sdts Resource … Continued