Add new transaction check(s)
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
Transaction check data to add.
check_id
Unique identifier for a monitoring check belonging to a transaction. This is the primary key for a transaction check and should be unique across all transaction checks. Updates to a transaction check should be made using this identifier.
timestamp
The time of the transaction check. This should be in ISO 8601 format. When adding a new transaction check, this field represents the creation time. When updating a transaction check, this represents the time of the update.
additional_properties
Additional metadata that relates to a transaction check.
status
Allowed values:
type
The type of monitoring check that is being performed.
Allowed values:
Response
Transaction check added successfully
check_id
Unique identifier for a monitoring check belonging to a transaction. This is the primary key for a transaction check and should be unique across all transaction checks. Updates to a transaction check should be made using this identifier.
timestamp
The time of the transaction check. This should be in ISO 8601 format. When adding a new transaction check, this field represents the creation time. When updating a transaction check, this represents the time of the update.
status
Allowed values:
type
The type of monitoring check that is being performed.
Allowed values:
additional_properties
Additional metadata that relates to a transaction check.