Skip to content

Latest commit

 

History

History
125 lines (62 loc) · 1.52 KB

File metadata and controls

125 lines (62 loc) · 1.52 KB

get services/platform

btp get services/platform

Gets the details about a specific platform that is registered for service consumption in a subaccount.

btp get services/platform [parameters]

Required

ID

ID of the platform.

-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 target --subaccount ID.

Optional

-h, --help

Help for btp get services/platform command.

> btp get services/platform my-platform-id -sa my-subaccount-id

id: my-platform-id
name: my-platform-name
description: ""
platform_url: my-platform-url
created_at: "2020-02-27T16:04:47.810739Z"
updated_at: "2020-02-27T16:04:47.810739Z"
labels: subaccount_id = my-subaccount-id

OK