Hello Everyone,
is there a way to get a list of all HANA and ASE instances that running on a server and the databases that installed in every instance.
for example :
{ "data": [ { "{#HOST}": "mo-4454?????", "{#INSTANCE}": "ABC" "{#DB}": "<something>" }, { "{#HOST}": "mo-4454?????", "{#INSTANCE}": "BCE" "{#DB}": "<something>" }, { "{#HOST}": "mo-4454?????", "{#INSTANCE}": "DES" "{#DB}": "<something>" } ] }