Skip to Content
0
Former Member
Aug 18, 2017 at 01:17 PM

How to get a list of Hana instances in a json file

80 Views

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>"
        }
    ]
}