cap-js-community / mtx-tool

Multitenancy and Extensibility Tool is a cli to reduce operational overhead for Cloud Foundry SaaS applications
https://cap-js-community.github.io/mtx-tool/
Apache License 2.0
22 stars 3 forks source link

mtx hdil - add column to show if hdi container is HANA native tenant #56

Closed soccermax closed 9 months ago

rlindner81 commented 9 months ago

Information is not externally available... I guess everyone will be native at some point.

soccermax commented 9 months ago

Information can be queried with:

GET https://service-manager.cfapps.{{landscape}}.hana.ondemand.com/v1/service_instances/<instanceGuid>/parameters

Response:

{
  "database_id": "<GUID>",
  "enableTenant": true
}
rlindner81 commented 9 months ago

Currently this Hana Cloud feature is internal only. So, it doesn't make sense for our tooling.