Properties
Name | Type | Required | Description |
---|---|---|---|
Monitor | GetMonitorMonitor | ❌ |
Properties
Name | Type | Required | Description |
---|---|---|---|
Id | string | ❌ | The monitor's ID. |
Name | string | ❌ | The monitor's name. |
Uid | string | ❌ | The monitor's unique ID. |
Owner | double | ❌ | The ID of monitor's owner. |
CollectionUid | string | ❌ | The unique ID of the monitor's associated collection. |
EnvironmentUid | string | ❌ | The unique ID of the monitor's associated environment. |
Distribution | List<string> |
❌ | A list of the monitor's geographic regions. |
LastRun_ | LastRun | ❌ | Information about the monitor's previous run. |
Notifications_ | Notifications | ❌ | Information about the monitor's notification settings. |
Options_ | Options | ❌ | Information about the monitor's option settings. |
Schedule | MonitorSchedule2 | ❌ | Information about the monitor's schedule. |
Information about the monitor's previous run.
Properties
Name | Type | Required | Description |
---|---|---|---|
FinishedAt | string | ❌ | The date and time at which the monitor's previous run completed. |
StartedAt | string | ❌ | The date and time at which the monitor's previous run started. |
Stats | LastRunStats | ❌ | Information about the monitor's stats. |
Status | string | ❌ | The monitor's status after its last run. |
Information about the monitor's stats.
Properties
Name | Type | Required | Description |
---|---|---|---|
Assertions | StatsAssertions1 | ❌ | Information about the monitor's assertions. |
Requests | StatsRequests1 | ❌ | Information about the monitor's requests. |
Information about the monitor's assertions.
Properties
Name | Type | Required | Description |
---|---|---|---|
Failed | double | ❌ | The total number of test failures. |
Total | double | ❌ | The total number of tests performed. |
Information about the monitor's requests.
Properties
Name | Type | Required | Description |
---|---|---|---|
Total | double | ❌ | The total number of requests. |
Information about the monitor's notification settings.
Properties
Name | Type | Required | Description |
---|---|---|---|
OnError_ | List<OnError> |
❌ | |
OnFailure_ | List<OnFailure> |
❌ |
Properties
Name | Type | Required | Description |
---|---|---|---|
string | ❌ | The email address of the user to notify on monitor error. |
Properties
Name | Type | Required | Description |
---|---|---|---|
string | ❌ | The email address of the user to notify on monitor failure. |
Information about the monitor's option settings.
Properties
Name | Type | Required | Description |
---|---|---|---|
FollowRedirects | bool | ❌ | If true, follow redirects enabled. |
RequestDelay | double | ❌ | The monitor's request delay value. |
RequestTimeout | double | ❌ | The monitor's request timeout value. |
StrictSsl | bool | ❌ | If true, strict SSL enabled. |
Information about the monitor's schedule.
Properties
Name | Type | Required | Description |
---|---|---|---|
Cron | string | ❌ | The monitor's cron frequency value. |
NextRun | string | ❌ | The date and time of monitor's next scheduled run. |
Timezone | string | ❌ | The monitor's timezone. |