Summary:
Saves a progress message into the Agent history database.
Request specification:
Name |
Min/Max |
Type |
Description |
|
|
|
|
|
|
|
|
|
|
Progress data. |
|
|
|
|
|
Returns:
OK/Errors.
Description:
If you've received a progress message in real time from the operation that is not currently being logged in the history database, you can still save the message in the database manually using the put_ops
call.
Example:
<packet version="4.0.0">
<target>op_log</target>
<data>
<put_ops>
<progress>
<id>13c45eee115t153crdfc</id>
<op>vzaenvm.create</op>
<message>
<message>T3BlcmF0aW9uICVvcF9uYW1lJSBpcyAlc3RhdHVzJQ==</message>
<name></name>
<translate/>
<parameter>
<message>Y3JlYXRl</message>
<name>op_name</name>
</parameter>
<parameter>
<message>c3RhcnRlZA==</message>
<name>status</name>
<translate/>
</parameter>
</message>
<status>3</status>
<time>2007-03-07T11:44:21+0000</time>
</progress>
</put_ops>
</data>
</packet>