reschedule_instance
発行済のプロシージャ・インスタンスを再スケジュールします。スケジュール済のインスタンスは再スケジュールのみが可能です。
書式
emcli reshedule_instance
-instance=<instance_guid>
[-exec=<execution_guid>]
[-name=<execution_name>]
[-owner=<execution_owner>]
-schedule=
start_time:yyyy/MM/dd HH:mm;
[tz:<java_timezone_ID>];
[grace_period:xxx]
[ ] indicates that the parameter is optionalオプション
-
instance
実行するインスタンスのGUID。
-
exec
実行のGUID。
-
name
実行名。
-
owner
実行の所有者。
-
schedule
プロシージャ・インスタンスのスケジュール。
-
start_time: プロシージャの開始時間。
-
tz — オプションのタイム・ゾーンID。
-
grace_period: オプションの猶予期間(分)。
-
例
emcli reschedule_instance -instance=16B15CB29C3F9E6CE040578C96093F61 -schedule="start_time:2011/8/21 21:23;tz:America/New_York;grace_period:60"