TestResult is a datatype for the result of a test.

This datatype is used by several testing mutation fields: testEmailAction(); testHumioRepoAction(); testKafkaEventForwarderV2(); testOpsGenieAction(); testPagerDutyAction(); testS3Action(); testSlackAction(); testSlackPostMessageAction(); testUploadFileAction(); testVictorOpsAction(); and testWebhookAction().

Table: TestResult

ParameterTypeRequiredDefaultStabilityDescription
Some arguments may be required, as indicated in the Required column. For return datatypes, this indicates that you must specify which fields you want returned in the results.
Table last updated: Oct 3, 2024
messagestringyes Long-TermA message explaining the test result.
successbooleanyes Long-TermTrue if the test was a success, false otherwise.