resourceset
This topic describes the verb, command-line arguments, and API parameters available for the resourceset noun in the BMC Cloud Lifecycle Management SDK.
list
Use resourceset-list from the command line to list the resource sets associated with the specified service.
Use resourceset_list in the API to list the resource sets associated with the specified service. This command returns a ResourceSet Python object with the same attributes and relationships.
obj[n].guid returns the GUID
obj[n].name returns the name
...
Command-line argument | API parameter | Description | Required? |
---|---|---|---|
service | service | Name or GUID of a service. | Yes |
-l |
| List all fields. This parameter does not need a value. |
|
-u |
| List only GUIDs. This parameter does not need a value. |
|
-n |
| List only names. This parameter does not need a value. |
|
-s |
| List GUIDs, names, and status (if applicable). This parameter does not need a value. |
|
-k |
| List the field names specified in the value for this parameter. |
|
--filter | filters | List the output that matches the specified filters. |
|
| gcac | GenericCloudAPIClient instance/user authentication. |
|