Top
Cloud Services Management V1.0.0 Operation Guide
FUJITSU Software

5.2.6 Service Operation Commands

Command Name

fscsm_service

Format
fscsm_service export [-serviceId ServiceID | -bizsystemId PlatformID ] -file output-file
fscsm_service list [-bizsystemId PlatformID]
Description

Performs outputting of service information.

Subcommands
export [-serviceId ServiceID | -bizsystemId PlatformID] -file output-file

Outputs the 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 registered service information in the 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 the ascending order of service IDs.

  • Service ID

  • Service name

  • Service type


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

    >fscsm_service export -serviceId 533-01 -file servicedata_533-01.xml<RETURN>
  • When outputting the platform information whose platform ID is 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 -menuId aws-2015-001<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