fscsm_bizsystem
fscsm_bizsystem create -file input-file
fscsm_bizsystem modify -file input-file
fscsm_bizsystem delete -bizSystemId platformID
fscsm_bizsystem export [-bizSystemId platformID | -projectId projectID | -menuId menuID | -serviceId serviceID] -file output-file
fscsm_bizsystem list [-projectID projectID | -menuId menuID]
Performs addition, modification, deletion, and output of platform information.
Adds platform information.
In input-file, enter the name of the file containing the information of the platform to be added. For details on the format of the file, refer to "5.3.5 Platform Information".
Modifies platform information. Only the information of a single platform can be modified at one time.
In input-file, enter the name of the file containing the information of the menu to be modified. For details on the format of the file, refer to "5.3.5 Platform Information".
Deletes platform information.
In platformID, specify the ID of the platform to be deleted.
Outputs platform information as an XML file.
platformID, projectID, menuID, and serviceID can be omitted, or by specifying either one the platform information can be filtered.
Specify a platform ID for platformID, a project ID for projectID, a menu ID for menuID, and a service ID for serviceID.
In output-file, specify the file name using a character string containing alphanumeric characters, hyphens ("-"), underscores ("_"), and periods ("."). For details on the format of the file, refer to "5.3.5 Platform Information".
When the specified file already exists, an error occurs.
Displays the added platform information in a prompt window.
Both projectID and menuID can be omitted. However, it is possible to narrow down the target platform information by specifying one of them.
In projectID, specify a project ID. In menuID, specify a menu ID.
The following items are displayed in ascending order of platform ID.
Platform ID
Platform Name
Project ID
Menu ID
When adding platform information
>fscsm_bizsystem create -file addbizsys.xml<RETURN>
When modifying platform information
>fscsm_bizsystem modify -file updbizsys.xml<RETURN>
When deleting the platform information with platform ID 533
>fscsm_bizsystem delete -bizSystemId 533<RETURN>
When outputting the platform information with platform ID 533 as a file
>fscsm_bizsystem export -bizSystemId 533 -file bizsysdata_533.xml<RETURN>
When outputting the platform information with menu ID aws-2015-001 as a file
>fscsm_bizsystem export -menuId aws-2015-001 -file bizsysdata_AWS.xml<RETURN>
When outputting all platform information as a file
>fscsm_bizsystem export -file bizsysdata_ALL.xml<RETURN>
When outputting platform information with the menu ID menu-20 to the screen
>fscsm_bizsystem list -menuId menu-20<RETURN> bizSystemId bizSystemName projectId menuId ------------------------------------------------------------------------ 502 systemB project-50 menu-20 801 systemG project-50 menu-20