Source
When configuring notification conditions, you may use the following source for evaluation.
Source Type | Description |
---|---|
Status Code | Use HTTP response status code as Source. |
Response Time | Use response time as Source. |
Response Header | Source is extracted from HTTP response headers. You need to specify the response header name in the Property field. |
Response Body (JSON) | Source is extracted from JSON response body. You need to specify the path of data in the Property field. Click here for more details. |
Response Body (HTML) | Source is extracted from HTML response body. You need to enter the CSS selector to locate the HTML element, and we'll extract the text field of the target element. Click here for more details. |
Response Body (Text) | Source is the response body that is parsed as plain text (string). This source does not specify a Property . |