migrationJobEntry

Namespace: (default namespace)
XML Schema: ns1.xsd

A migration job entry contains information about an executed migration job. Infomation like the job status and the count of objects that have been handled are stored in MigrationJobEntry objects.

XML

Elements

name (type) min/max
occurs
description
handledObjects (long) 1/1 Returns how many objects have been handled by the migration job
logName (string) 0/1 Returns the log filename for the migration job
jobId (int) 1/1
status (int) 1/1 Returns the status of the executed migration job
timestamp (string) 0/1 Returns the timestamp for this job entry
jobType (int) 1/1 Returns the job type. The job type is used to distinguished between a tag type migration and a template type migration
config (string) 0/1 Returns the configuration in form of a serialized json string for the migration job

JSON

property type description
handledObjects handledObjects (long) Returns how many objects have been handled by the migration job
logName logName (string) Returns the log filename for the migration job
jobId jobId (int)
status status (int) Returns the status of the executed migration job
timestamp timestamp (string) Returns the timestamp for this job entry
jobType jobType (int) Returns the job type. The job type is used to distinguished between a tag type migration and a template type migration
config config (string) Returns the configuration in form of a serialized json string for the migration job