get_cloud_service_instances

Retrieves the list of cloud service instances. All instances are printed if you do not specify any options.

Format

emcli get_cloud_service_instances
      [-user="username"]
      [-family="family"]
      [-type="service type"]

[ ]  indicates that the parameter is optional

Options

  • user

    Identifies the name of the user to be used for filtering service instances.

  • family

    Identifies the name of the service family to be used for filtering service instances.

  • type

    Identifies the type of service to be used for filtering service instances.

Examples

Example 1

This example shows all cloud instances that belong to a specified service family (family1):

emcli get_cloud_service_instances -family="family1"

Example 2

This example shows all cloud instances that belong to a specified service type (type1):

emcli get_cloud_service_instances -type="type1"