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 ID of the admin tenant. | Example: tenantA | If the job belongs to the infrastructure administration department, the tenant ID 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: server-id(ipaddress) | Fixed to "server-id(ipaddress)". |
10 | target | Target Execution target of the job | Example: 0I6M73PAH@Direct(192.168.1.1) | Outputs the execution target server of the job in the following format: Server ID(IP address) When the job type is configuration change (Configuration modification), multiple values may be displayed delimited with ';' (semicolon). |
Notes
None
Examples
000000001,patchdistributionrequest_000000001_developmentserver1(kaihatsu1),patchdistribution, completed,user001,tenantA,2013-08-28 22:06:25,2013-08-28 22:15:50,server-id(ipaddress),0I6M73PAH@Direct(192.168.1.1) 000000002,patchapplicationrequest_000000002_developmentserver2(kaihatsu2),patchapplication,running,user002,tenantA,2013-08-28 22:15:45,,server-id(ipaddress),GYLDF7MHM@Direct(192.168.1.2)