Update an existing platform registered for service consumption in a subaccount.
btp update services/platform
btp update services/platform [parameters]
|
Required |
|
|---|---|
|
ID |
ID of the platform to be updated. |
|
|
Subaccount ID. To find your subaccount ID, use |
|
Optional |
|
|---|---|
|
|
Help for |
|
|
Name of the platform. Use only alphanumeric characters and hyphens (no spaces). Must be unique across all service brokers registered with the SAP Service Manager in the provided subaccount. |
|
|
Description of the platform. |
|
|
Labels of a platform must be an array of objects. It has the following format: |
|
|
Whether to regenerate credentials for credentials rotation.
|
> btp update services/platform my-platform-id -sa my-subaccount-id -d my-platform-description
id: my-platform-id
type: kubernetes
name: my-platform-name
description: my-platform-description
created_at: "2020-02-27T14:22:41.798266Z"
updated_at: "2020-02-27T14:25:45.671124791Z"
labels: subaccount_id = my-subaccount-id
OK