Hitachi

JP1 Version 12 JP1/IT Desktop Management 2 - Smart Device Manager


E.10 Format of a distribution status output file

The following describes the format of a distribution status output file (CSV format).

Example of a distribution status output file (for iOS)

When -version is specified:
Name,Status,Package name,Version
Device1,0,PackageA,1.0
Device2,1,PackageA,1.0
Device3,4,PackageA,1.0
Device4,3,PackageA,1.0
Device5,3,PackageA,1.0
Device6,1,PackageA,1.0
When -version is omitted:
Name,Status,Package name,Version
Device1,0,PackageA,1.0
Device1,0,PackageA,1.5
Device1,1,PackageA,2.0
Device2,1,PackageA,1.0
Device2,1,PackageA,1.5
Device2,0,PackageA,2.0
Device3,4,PackageA,1.0
Device3,0,PackageA,1.5
Device3,0,PackageA,2.0

Example of a distribution status output file (for Android)

When -version is specified:
Name, Distribute Status, Last Distribute Control Status, Last Installation Control Status, Package name, Version
Device 1,0,0,9,Package A,1.0
Device 2,1,0,0,Package A,1.0
Device 3,1,0,2,Package A,1.0
Device 4,1,1,9,Package A,1.0
Device 5,0,3,9,Package A,1.0
Device 6,0,4,9,Package A,1.0
When -version is omitted:
Name, Distribute Status, Last Distribute Control Status, Last Installation Control Status, Package name, Version
Device 1,0,0,9,Package A,1.0
Device 1,0,0,9,Package A,1.5
Device 1,1,0,0,Package A,2.0
Device 2,0,0,9,Package A,1.0
Device 2,1,3,9,Package A,1.5
Device 2,0,0,9,Package A,2.0
Device 3,0,0,9,Package A,1.0
Device 3,0,0,9,Package A,1.5
Device 3,1,0,2,Package A,2.0
Important

If a double quotation mark (") or comma (,) is included in the output values, the values surrounded by double quotation marks are output. Note that a double quotation mark (") is escaped as two double quotation marks ("").

For example: If the application name is Pac"kageA and the version is 1.0:

Name,Status,Package name,Version

Device1,0,"Pac""kageA","1,0"

Format of a distribution status output file (for iOS)

Column number

Item

Output information

1

Name

The name of the smart device, such as an asset management number.

2

Status

0: Not installed

1: Installed

3: Installation requested

4: Installation request failed

5: Installation failed

6: Installing

13: Uninstallation requested

14: Uninstallation request failed

15: Uninstallation failed

3

Package name

The package name of the application

4

Version

The version of the application

Format of a distribution status output file (for Android)

Column number

Item

Output information

1

Name

The name of the smart device, such as an asset management number.

2

Distribute Status

0: Not distributed

1: Distributed

3

Last Distribution Control Status

0: Normal

1: Removal failed

2: Removing

3: Distributing

4: Distribution failed

4

Last Installation Control Status

0: Normal

1: Uninstallation failed

2: Installation failed

9: Not installed

5

Package name

The package name of the application

6

Version

The version of the application

Explanation of the output values in a distribution status output file

Related Topics