v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1477335300.0 KB

Schedules a run.

post/#X-Amz-Target=DeviceFarm_20150623.ScheduleRun

Headers

X-Amz-Target'DeviceFarm_20150623.ScheduleRun' required

Request body

projectArnstring required

The ARN of the project for the run to be scheduled.

appArnstring

The ARN of an application package to run tests against, created with <a>CreateUpload</a>. See <a>ListUploads</a>.

devicePoolArnstring

The ARN of the device pool for the run to be scheduled.

namestring

The name for the run to be scheduled.

Response

Success

Example response

{
  "run": {}
}