File name
Any name |
Description
This file can be used to check job information.
Specify this file in the -list option of swcfmg_job (Job Information Management command).
File location
Any folder |
File format
CSV format
[#]<job-id>,<job-name>,<job-type>,<status>,<owner>,<tenant>,<start-date>,<end-date><target-type><target> ... |
Parameters
The following line is regarded as a single definition:
[#]<job-id>,<job-name>,<job-type>,<status>,<owner>,<tenant>,<start-date>,<end-date><target-type><target>
Column | Item | Meaning | Value | Remarks |
---|---|---|---|---|
# | Comment line | |||
1 | job-id | Job ID | Example: 000000001 | |
2 | job-name | Job name | Example: patchapplicationrequest_000000001_developmentserver(kaihatsu1) | |
3 | job-type | Job type | Example: patchapplication | Outputs one of the following:
|
4 | status | Status Status of the job | Example: running | Outputs one of the following:
|
5 | owner | Administrator User ID of the administrator of the job | Example: user001 | |
6 | tenant | Admin tenant The tenant name of the admin tenant. | Example: tenantA | If the job belongs to the infrastructure administration department, the tenant name is not output. |
7 | start-date | Start date Start date of the job | Example: 2013-08-28 22:05:50 | Output in the following format: YYYY-MM-DD HH:MM:ss (local time) |
8 | end-date | End date End date of the job | Example: 2013-08-28 22:05:10 | Output in the following format: YYYY-MM-DD HH:MM:ss (local time) Not output if the status is "running", "selecting (abnormal)", or "waiting" |
9 | target-type | Target type Type of the execution target of the job | Example: ipaddress | Fixed to "ipaddress" |
10 | target | Target Execution target of the job | Example: 192.168.1.1 | Outputs the IP address of the execution target server of the job. |
Notes
None
Examples
000000001,patchdistributionrequest_000000001_developmentserver1(kaihatsu1),patchdistribution, completed,user001,tenantA,2013-08-28 22:06:25,2013-08-28 22:15:50,ipaddress,192.168.1.1 000000002,patchapplicationrequest_000000002_developmentserver2(kaihatsu2),patchapplication,running,user002,tenantA,2013-08-28 22:15:45,,ipaddress,192.168.1.2