Previous page

Next page

Locate page in Contents

Print this page

progress_eventType

Summary:

Progress information.

Type specification:

Name

Min/Max

Type

Description

message

0..1

infoType

Progress message. Usually contains a text describing the stage of the operation and may also contain parameters describing the Agent operators involved and some other values.

percent

0..1

int

Progress percentage.

eid_list

0..1

eid_listType

The list of Environments participated in the operation.

op

0..1

string

The name of the operation. This is usually the name of the call that initiated the operation. For example, backupm.backup_env.

status

0..1

int

Operation status:

1 -- started.

2 -- processing.

3 -- success.

4 -- error.

id

0..1

int

The original packet ID. This is the ID that you assigned to the original request. Use this ID to match the request and the response messages.

time

0..1

datetime_type

The time elapsed since the operation was started.

parent_id

0..1

 

Certain types of operations are initiated automatically by other operations. For such operations, this element will contain the name of a parent operation.

Description:

For more information on progress reporting, see The progress packet section.

Please send us your feedback on this help page