List command of transfer-related information (Google Cloud Storage)
For Google Cloud Storage, you can list the fields that are used during transfer.
List command of transfer-related information
utlgsinforef -t {snd|rcv} -f FILE
Parameter explanation
- [REQUIRED]
-
These parameters cannot be omitted.
- -t, --type {snd|rcv}
-
Type of information (mandatory)
This parameter specifies the type of management information that you want to view the transfer-related information for.
- snd:
-
Send Storage Management Information
- rcv:
-
Receive Storage Management Information
- -f, --filename FILE
-
Name of file to view (mandatory)
To view transfer information for the sending-side host, specify the file name registered in the Send Management Information.
To view transfer information for the receiving-side host, specify the file name registered in the Receive Management Information.
For details on the send file name, refer to the following:
-
For Windows: Send Management Information
-
For Linux: Send Management Information
For details on the receive file name, refer to the following:
-
For Windows: Receive Management Information
-
For Linux: Receive Management Information
-
Supplement
-
As shown below, you can specify either with a space or an equals sign (=) between the parameter and the setting value.
--parameter Value --parameter=Value
-
If you specify "-h" or "--help" for the parameter, the usage is output.
<Example of output>
Only for the fields that are used for transfer, the values are listed in the following format:
Output of the Send Storage Management Information
# # Send Storage Management Information # Filename(args): gs://cloud01/object01 ID(args): cloud01 Bucket(id): cloud01 Object(args): object01 Timeout(db): 350 Parallels(user default): 28 Part Size(system default): 5 App Credentials(env): ABCDEFGHI
The displayed contents are as follows:
Field that is used for transfer (source of the field value): Field value
-
- Field that is used for transfer
-
This shows the field name for each type of management information that is used for transfer.
-
Source of the field value
-
This shows the source of the field value for each type of management information that is used for transfer.
- args:
-
Parameter that you specify when executing the list command of transfer-related information
- id:
-
Storage Management Information ID
- db:
-
Information registered for each ID in the Cloud Storage DB
- user default:
-
Information registered in the default information in the Cloud Storage DB
- system default:
-
Fixed value in the system
- env:
-
Environment variable
-
Field value
-
This shows each registered field value that is used for transfer.