Delete Website Groups

With LogicMonitor’s REST API you can programmatically delete your website groups. Delete a Website Group Delete an existing website group. HTTP Method:DELETE URI: /service/groups/{id} Example 1: Delete a website group The following request deletes the website group with id 9. Request: curl –user ‘apiUser:example’ -X DELETE “https://api.logicmonitor.com/santaba/rest/service/groups/9” Response: “status” : 200, “errmsg” : “OK”, “data” … Continued

Get all SDTs for a Website Group

You can use LogicMonitor’s REST API to programmatically get information about SDTs scheduled for your website groups. Get a list of SDTs for a website group Returns all SDTs for a website group HTTP Method:GET URI: /service/groups/{id}/sdts Request Parameters: By default, all SDTs will be included in the response. You can include sort, size, filter, … Continued

Update Website Groups

With LogicMonitor’s REST API you can programmatically update your LogicMonitor website groups. There are two ways to update a website group: PUT: A PUT request enables you to replace an entire website group definition (and update fields in the process).  You should use PUT to update a website group if you want to provide an … Continued

Get Website Groups

You can use LogicMonitor’s REST API to programmatically get a list of website groups or to get information about a particular website group. Get a list of website groups Returns a list of website groups HTTP Method:GET URI: /service/groups Request Parameters: By default, 50 website groups will be returned. You can include sort, filter,  fields, … Continued

Add Website Groups

With LogicMonitor’s REST API you can programmatically add a new website group to your LogicMonitor account. Add a website group Add a new website group HTTP Method:POST URI: /service/groups Request Parameters: Property Description Required? Values Type name The name of the group Yes – String description The description for the group No This value defaults … Continued

About the Website Group Resource

The website group resource allows you to programmatically manage your LogicMonitor website groups. Using LogicMonitor’s REST API, you can: Get a list of all website groups Get information about a particular website group Add a website group Update a website group Get all SDTs for a website group Note: As with all of our API … Continued