Top
Cloud Services Management V1.1.0 Operation Guide
FUJITSU Software

5.2.6 Service Output Commands

Command Name

fscsm_service

Format
fscsm_service export [-serviceId serviceID | -bizSystemId platformID ] -file output-file
fscsm_service list [-bizSystemId platformID]
Description

Outputs service information.

Subcommands
export [-serviceId serviceID | -bizSystemId platformID] -file output-file

Outputs service information as an XML file.

Both serviceID and platformID can be omitted. However, it is possible to narrow down the target service information by specifying one of them.

In serviceID, specify the service ID. In platformID, specify the platform ID.

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.6 Service Information".

When the specified file already exists, an error occurs.

list [-bizSystemId platformID]

Displays the added service information in a prompt window.

platformID can be omitted. If specified, only the information for the specified platform will be output. If not specified, the information for all platforms will be output.

The following items are displayed in ascending order of service ID.

  • Service ID

  • Service Name

  • Service type


Example
  • When outputting the service information with service ID 533-01 as a file

    >fscsm_service export -serviceId 533-01 -file servicedata_533-01.xml<RETURN>
  • When outputting the platform information with platform ID 533 to the screen

    >fscsm_service list -bizSystemId 533<RETURN>
    serviceId           serviceName         serviceType
    ---------------------------------------------------
    533-01              VM533-01            VM
    533-02              VM533-02            VM
    533-03              SLB533              SLB
    533-04              RDB533              RDB
  • When outputting all service information to the screen

    >fscsm_service list<RETURN>
    serviceId           serviceName         serviceType
    --------------------------------------------------
    533-01              VM533-01            VM
    533-02              VM533-02            VM
    533-03              SLB533              SLB
    533-04              RDB533              RDB
    534-01              VM534-01            VM