Run tests on agent

Run selected tests on the agent with provided configuration. If the agent configuration is provided, it will be used to override default agent configuration.

Path parameters

agent_idstringRequired
The id of an agent. This is returned on agent creation.

Headers

xi-api-keystringRequired

Request

This endpoint expects an object.
testslist of objectsRequired
List of tests to run on the agent
agent_config_overrideobject or nullOptional
Configuration overrides to use for testing. If not provided, the agent's default configuration will be used.

Response

Successful Response
idstring
test_runslist of objects
created_atinteger or null

Errors