nic
This topic describes the verbs, command-line arguments, and API parameters available for the nic noun in the BMC Cloud Lifecycle Management SDK.
list
Use nic-list from the command line to list available localdisks.
[FIELD_NAME=VALUE ...]] [--environment NAME|id:<GUID>]
Use nic_list to list configured AWS accounts using the API. This command returns a list of logical network objects.
obj[n].guid returns the GUID
obj[n].name returns the name
...
Command-line argument | API parameter | Description | Required? |
---|---|---|---|
-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 as the value for this parameter. |
|
--filter | filters | Filter the output according to the specified criteria. |
|
--environment | environment | Environment name or GUID. |
|
| fieldInfo | list of OM attributes and relations such as ([‘name’, ‘tags.*’, ‘inPool.*’]) |
|
| gcac | GenericCloudAPIClient instance/user authentication. |
|