put https://{hostname}/concerto/services/rest/composition/instances/v1/
The composition commands you use on a test instance are: play, stop, abort, pause, resume, unload. The return of the command doesn't imply that the action is complete. To get the current state of the instance, use the Get a composition command.
Composition commands
Command | Description |
---|---|
play | Start a composition. |
stop | Halt a composition entirely but finish writing test data. A stopped composition cannot be resumed. |
abort | Halt a composition and do not finish writing test data. An aborted composition cannot be resumed. |
pause | Halt a composition with the intention of resuming it. This does not end a composition as a stop or abort does. |
resume | Continue playing a composition after it has been paused. |
unload | Remove a composition from memory. This is the opposite action of load a composition. |