File name
Any name
Description
Use this file to batch update and list configuration modification template information.
Specify this file for the option of swcfmg_changetemplate (Configuration Modification Template Management command) to perform batch update and list display of the configuration modification template information.
File location
Any folder
File format
CSV format
[#]<template-id>,<template-name>,<scope>,<owner>,<description> ... |
Parameters
The following line is regarded as a single definition:
[#]<template-id>,<template-name>,<scope>,<owner>,<description>
Column | Item | Meaning | Value | Remarks |
---|---|---|---|---|
# | Comment line | |||
1 | template-id | Configuration modification template ID The ID that uniquely identifies the configuration modification template. | Example: 000000001 | Cannot be omitted or modified. |
2 | template-name | Configuration modification template name The name of the configuration modification template. | Example: Software A Installation | Cannot be omitted, but can be modified. Specify up to 85 characters (<, >, &, ", ', and | cannot be used) |
3 | scope | Scope The scope of the configuration modification template. | Example: tenant1 | Cannot be omitted, but can be modified. Specify the following:
|
4 | owner | Administrator The user ID of the administrator of the configuration modification template. | 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 infrastructure administrator, the dual-role administrator, or the tenant administrator or tenant user within the tenant. For the global scope, specify the infrastructure administrator or the dual-role administrator. |
5 | description | The description of the configuration modification template. | Example: Installs software A. | Can be omitted and modified. Specify up to 256 characters. |
Notes
None
Examples
000000001,Software A installation,tenant1,user001,Installs software A. 000000002,Software B installation,#GLOBAL,user002,Installs software B. |