This call returns list of ASP.NET Applications:

                                
{
  "aspNetApps":
      [
         {
           "id": "88f6ed99ff3645bcb84e1e37ab9ece3d",
           "name": "frontend",
           "created": "2010-11-30T03:23:42Z",
           "updated": "2010-11-30T03:23:44Z",
           "domain": "ACME",
           "repository": "https://github.com/Mirantis/murano-mvc-demo.git",
           "uri": "http://10.0.0.2",
           "units": [{
               "id": "59255829f0574297acc1cd3a18ff6fd7",
               "address": "10.0.0.2",
               "location": "west-dc"
           }]
         },
         {
           "id": "aa49dcaff9914b8abb26855f0799b0e0",
           "name": "backend",
           "created": "2010-11-30T03:23:42Z",
           "updated": "2010-11-30T03:23:44Z",
           "repository": "https://github.com/Mirantis/murano-mvc-demo.git",
           "uri": "http://10.0.0.3",
           "domain": "ACME2" ,
           "units": [{
               "id": "274b54f6bbe6493690e7107aa947e112",
               "address": "10.0.0.3",
               "location": "west-dc"
           }]
         }
      ]
}                                    
                            

loading table of contents...