Get command of transfer-related information (Google Cloud Storage)

For Google Cloud Storage, you can output the value for a field that is used during transfer by specifying "key to get information (KEY)."

Get command of transfer-related information

utlgsinforef -t {snd|rcv} -f FILE -k KEY

Parameter explanation

[REQUIRED]

These are options for retrieving transfer-related information.

-t, --type {snd|rcv}

Key to get information (mandatory)

This parameter specifies the key of the field that you want to get 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 details on the receive file name, refer to the following:

-k, --key KEY

Key to get information (mandatory)

This parameter specifies the key of the field that you want to get transfer-related information for.

Table 6.3 Field keys

Field Name

Key

Send

Receive

Send Storage Management Information ID

id

-

Receive Storage Management Information ID

id

-

Bucket Name

bucket

Object Name

object

Storage Timeout

timeout

Maximum number of parallels per transfer

parallels

Part Size

partsize

Storage Authentication Information ID

auth-id

Google Application Credentials File

app-credentials

Enable Service Account

enable-service-account

:

Field for which transfer-related information can be retrieved

-

:

Field for which transfer-related information cannot be retrieved

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.