dem
Get transaction monitoring configuration
get/v1/dem/transactions/{entityId}
Path parameters
entityIdstring required
Entity ID.
Response
The request has succeeded.
Example response
{
"id": "e-1448474379026206720",
"type": "SyntheticTransaction",
"testDefinition": {
"testFrom": {
"type": "REGION",
"values": [
"NA"
]
},
"platformOptions": {
"probePlatforms": [
"AWS"
],
"testFromAll": true
},
"outageConfiguration": {
"consecutiveForDown": 2
},
"commands": [
{
"command": "OPEN",
"target": "https://example.com"
}
]
},
"tags": [
{
"key": "environment",
"value": "production"
}
],
"lastOutageStartTime": "2025-01-15T14:31:19.735Z",
"lastOutageEndTime": "2025-01-15T14:31:19.735Z",
"lastTestTime": "2025-01-15T14:31:19.735Z",
"lastErrorTime": "2025-01-15T14:31:19.735Z"
}