Skip to content

Latest commit

 

History

History
136 lines (65 loc) · 1.9 KB

File metadata and controls

136 lines (65 loc) · 1.9 KB

list services/platform

btp list services/platform

List all platforms in a subaccount that are registered for service consumption.

btp list services/platform [parameters]

Required

-sa, --subaccount

Subaccount ID. To find your subaccount ID, use btp list accounts/subaccount or you can omit this parameter if you have already set the context to a subaccount using btp list target --subaccount ID.

Optional

-h, --help

Help for btp list services/platform command.

--labels-filter

Filters the service brokers based on the label query. Only items that have label values matching the provided label query will be returned.

--fields-filter

Filters the service brokers based on the field query. Only items that have field values matching the provided field query will be returned.

> btp list services/platform

id            name                        description broker_url   created_at                     updated_at                    labels    
my-broker-id  my-platformplatform-name    my-platformplatform-url  2020-02-27T16:04:47.810739Z    2020-02-27T16:04:47.810739Z   subaccount_id = my-subaacount-id

OK