get_cloud_service_requests

Retrieves a list of cloud service requests. All requests are printed if you do not provide any options. Options cannot be used simultaneously.

Format

emcli get_cloud_service_requests
      [-user="username"]
      [-family="family"]
      [-ids="id1;id2..."]

[ ]  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.

  • ids

    Lists the Request IDs to be used for filtering cloud requests. Separate each ID with a semicolon ( ; ).

Examples

Example 1

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

emcli get_cloud_service_requests -family="family1"

Example 2

This example shows all cloud service requests with a specific request ID (1 and 2):

emcli get_cloud_service_requests -ids="1;2"