Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace BrowserMonitorConfiguration

Configuration details for the BROWSER monitor type.

Properties

Const configType

configType: string = "BROWSER_CONFIG"

Optional dnsConfiguration

dnsConfiguration: model.DnsConfiguration

Optional isCertificateValidationEnabled

isCertificateValidationEnabled: undefined | false | true

If certificate validation is enabled, then the call will fail in case of certification errors.

Optional isDefaultSnapshotEnabled

isDefaultSnapshotEnabled: undefined | false | true

If disabled, auto snapshots are not collected.

Optional isFailureRetried

isFailureRetried: undefined | false | true

If isFailureRetried is enabled, then a failed call will be retried.

Optional networkConfiguration

networkConfiguration: model.NetworkConfiguration

Optional verifyResponseCodes

verifyResponseCodes: Array<string>

Expected HTTP response codes. For status code range, set values such as 2xx, 3xx.

Optional verifyTexts

verifyTexts: Array<VerifyText>

Verifies all the search strings present in the response. If any search string is not present in the response, then it will be considered as a failure.

Methods

getDeserializedJsonObj

getJsonObj