Skip to content

Latest commit

 

History

History
108 lines (51 loc) · 1.67 KB

File metadata and controls

108 lines (51 loc) · 1.67 KB

list services/instance

btp list services/instance

List all service instances in a subaccount.

btp list services/instance [parameters]

Required

-sa, --subaccount

The ID of the subaccount for which to list service instances. You can omit this parameter if you have already set the context to the subaccount using btp target --subaccount ID.

Optional

--labels-filter

Filters the instances based on the label query. For example, to list all instances that are available in a production landscape, use landscape eq 'production'.

For the full list of the available query options, see Filtering Parameters and Operators.

--fields-filter

Filters the instances based on their fields. You can filter for all fields that are displayed with the 'list services/instance' command. For example, to list all instances that are usable, use usable eq 'true'.

For the full list of the available query options, see Filtering Parameters and Operators.