File name
Any name
Description
Use this file to register, update, and list the asset information.
Specify this file for the option of swcfmg_repository (Asset Information Management command) to register, update, and list the asset information.
File location
Any folder
File format
CSV format
[#]<asset-id>,<asset-name>,<file-name>,<scope>,<owner>,<description> ... |
Parameters
The following line is regarded as a single definition:
[#]<asset-id>,<asset-name>,<file-name>,<description>,<scope>,<owner>
Column | Item | Meaning | Value | Remarks |
---|---|---|---|---|
# | Comment line | |||
1 | asset-id | Asset ID The ID that uniquely identifies the asset. | Example: 000000001 | Can be omitted when registering, but cannot be omitted when updating. Cannot be modified. Specify a nine-digit integer in the range of 000000001 - 999999999. When omitted during registration, an unused ID is automatically allocated from the IDs starting from 000000001. |
2 | asset-name | Asset name The name of the asset. | Example: Software installer | Cannot be omitted, but can be modified. Specify up to 85 characters (<, >, &, ", ', and | cannot be used) |
3 | file-name | File name The file name of the file to be an asset. | Example: install.exe | Can be omitted, but cannot be modified. Omit this setting when registering. This is not displayed if nothing has been uploaded. |
4 | scope | Scope The scope of the asset. | Example: tenant1 | Cannot be omitted, but can be modified. Specify the following:
|
5 | owner | Administrator The user ID of the administrator of the asset. | Example: user001 | Cannot be omitted, but can be modified. The users who can be specified differ depending on the specified scope. For the tenant scope, specify the tenant administrator, tenant user, or dual-role administrator of that tenant. For the global scope, specify the infrastructure administrator or the dual-role administrator. |
6 | description | The description of the asset. | Example: Installs software. | Can be omitted and modified. Specify up to 256 characters. |
Notes
None
Examples
000000001,Software A installer,setup.exe,tenant1,user001,Installer of software A. 000000002,Software B installer,setup.exe,#GLOBAL,cfmgadmin,Installer of software B. |