Skip to main content

RunMonitor

Properties

NameTypeRequiredDescription
runRunInformation about the monitor run.

Run

Information about the monitor run.

Properties

NameTypeRequiredDescription
infoRunInfoInformation about the monitor.
statsRunStatsInformation about the monitor run's stats.
executionsExecutions[]Information about the monitor run's executions.
failuresany[]If the monitor run failed, information about the run's failures.

RunInfo

Information about the monitor.

Properties

NameTypeRequiredDescription
jobIdstringThe monitor's run job ID.
collectionUidstringThe unique ID of the monitor's associated collection.
environmentUidstringThe unique ID of the monitor's associated environment.
monitorIdstringThe monitor's ID.
namestringThe monitor's name.
statusstringThe monitor run's status.
startedAtstringThe date and time at which the monitor run began.
finishedAtstringThe date and time at which the monitor's run completed.

RunStats

Information about the monitor run's stats.

Properties

NameTypeRequiredDescription
assertionsStatsAssertions2The monitor run's assertions stats.
requestsStatsRequests2The monitor run's request stats.

StatsAssertions2

The monitor run's assertions stats.

Properties

NameTypeRequiredDescription
totalnumberThe total number of tests performed.
failednumberThe total number of test failures.

StatsRequests2

The monitor run's request stats.

Properties

NameTypeRequiredDescription
totalnumberThe total number of requests.
failednumberThe number of request failures.

Executions

Properties

NameTypeRequiredDescription
idnumberThe execution ID.
itemExecutionsItemInformation about the executed item.
requestExecutionsRequest1Information about the monitor run's requests.
responseExecutionsResponse1Information about the monitor run's response.

ExecutionsItem

Information about the executed item.

Properties

NameTypeRequiredDescription
namestringThe executed item's name.

ExecutionsRequest1

Information about the monitor run's requests.

Properties

NameTypeRequiredDescription
methodstringThe request method.
urlstringThe request's URL.
bodyanyInformation about the request body, such as Content-Length.
headersanyInformation about the request headers, such as Content-Type, Accept, encoding, and other information.
timestampstringThe date and time of the request.

ExecutionsResponse1

Information about the monitor run's response.

Properties

NameTypeRequiredDescription
bodyanyInformation about the request body, such as Content-Length.
codenumberThe response's HTTP status code.
headersanyInformation about the response headers, such as Content-Type, Accept, encoding, and other information.
responseSizenumberThe response size, in bytes.
responseTimenumberThe response time, in milliseconds.

Build Your Own SDKs with  liblab

Build developer friendly SDKs in minutes from your APIs

Start for Free →