List Websites
get website list.
Parameters
Parameter | Description |
---|---|
Fields | A comma delimited list of fields. Filters the response to only include the listed fields for each object. |
Filter | Filters the response according to the operator and value specified. Note that you can use * to match on more than one character. You can use the ‘.’ character to filter values within an object (e.g. custom properties), and multiple filters can be separated by a comma. Operators include: Greater than or equals: >: Less than or equals: <: Greater than: > Less than: < Does not equal: !: Equals: : Includes: ~ Does not include: !~ For example, filter=id>100 will return the results where the resource id is greater than 100. |
Offset | The number of results to offset the displayed results by. |
Size | The number of results to display. Max is 1000. |
Example Output
{
"total": 0,
"searchId": "string",
"items": [
{
"template": {},
"testLocation": {
"all": true,
"collectorIds": [
0
],
"collectors": [
{
"hostname": "string",
"collectorGroupName": "string",
"collectorGroupId": 0,
"description": "string",
"id": 0,
"status": "string"
}
],
"smgIds": [
1,
2,
4,
3,
5,
6
]
},
"groupId": 1,
"overallAlertLevel": "warn",
"pollingInterval": 5,
"description": "Monitor Ebay site response times",
"disableAlerting": true,
"type": "webcheck",
"rolePrivileges": [
"string"
],
"lastUpdated": 0,
"stopMonitoringByFolder": true,
"id": 0,
"stopMonitoring": true,
"userPermission": "string",
"individualSmAlertEnable": false,
"checkpoints": [
{
"geoInfo": "string",
"id": 0,
"smgId": 0
}
],
"steps": [
{
"schema": "string",
"respType": "string",
"HTTPHeaders": "string",
"auth": {
"password": "string",
"type": "basic",
"userName": "string"
},
"matchType": "plain",
"description": "string",
"type": "config",
"timeout": 0,
"useDefaultRoot": true,
"path": "string",
"HTTPMethod": "GET",
"enable": true,
"HTTPVersion": "1.1",
"keyword": "string",
"respScript": "string",
"label": "string",
"url": "/",
"invertMatch": false,
"reqScript": "string",
"HTTPBody": "string",
"followRedirection": true,
"postDataEditType": "raw",
"name": "string",
"requireAuth": false,
"reqType": "string",
"fullpageLoad": false,
"statusCode": "string"
}
],
"transition": 1,
"globalSmAlertCond": 0,
"isInternal": false,
"collectors": [
{
"hostname": "string",
"collectorGroupName": "string",
"collectorGroupId": 0,
"description": "string",
"id": 0,
"status": "string"
}
],
"domain": "www.ebay.com",
"name": "Ebay",
"useDefaultLocationSetting": false,
"useDefaultAlertSetting": true,
"individualAlertLevel": "warn",
"properties": [
{
"name": "addr",
"value": "127.0.0.1"
}
],
"status": "string"
}
]
}
Workflow Library Example
List Websites with Logicmonitor and Send Results Via Email
Preview this Workflow on desktop