dem
Create website monitoring configuration
post/v1/dem/websites
Request body
Example request
{
"name": "solarwinds.com",
"url": "https://www.solarwinds.com",
"availabilityCheckSettings": {
"platformOptions": {
"probePlatforms": [
"AWS"
],
"testFromAll": true
},
"testFrom": {
"type": "REGION",
"values": [
"NA"
]
},
"outageConfiguration": {
"consecutiveForDown": 2
},
"checkForString": {
"value": "string"
},
"protocols": [
"HTTP",
"HTTPS"
],
"ssl": {
"enabled": true,
"daysPriorToExpiration": 7,
"ignoreIntermediateCertificates": true
},
"customHeaders": [
{
"name": "string",
"value": "string"
}
],
"allowInsecureRenegotiation": true,
"postData": "{\"example\": \"value\"}"
},
"tags": [
{
"key": "environment",
"value": "production"
}
],
"rum": {
"apdexTimeInSeconds": 4,
"spa": true
}
}Response
The request has succeeded and a new resource has been created as a result.