Status Options
Parameter | Description |
username=USERNAME |
CloudTest user name |
password=PASSWORD |
CloudTest password |
url=URL |
CloudTest URL to connect |
httpproxyhost=SERVER |
HTTP proxy server name (optional) |
httpproxyport=PORT |
HTTP proxy port (optional) |
type=TYPE |
The type of object to stop (i.e.
composition
,
playlist
,
monitor
). If the 'type' option is omitted, then
composition
is assumed. |
instanceid=INSTANCEID |
The ID of the composition instance to stop. Use scommand=status and the service=maestro parameter to get an Instance ID for all running compositions. |
file=FILE |
Specify the file to write the output to (optional). If the 'file' option is omitted, then the output will be written to the command line (standard out). |
For example, to stop the composition with the given composition ID:
scommand cmd=stop instanceid=1-BEDA5E0F-2927-49A6-905C-2B707A12C3E6 \
username=bob \
password=secret url=
http://
<CloudTest URL>/concerto
For example, to stop the monitor named "/Monitors/Web Farm CPU":
scommand cmd=stop type=monitor name="/Monitors/Web Farm CPU" \
username=bob \
password=secret url=
http://
<CloudTest URL>/concerto