Payload

None

Returns

In case of successful result this call returns a json:

{
    "services": [
        {
            "author": "Mirantis Inc.",
            "description": "<strong> Demo Service </strong>
                            shows how Murano is working.",
            "enabled": true,
            "full_service_name": "demoService",
            "service_display_name": "Demo Service",
            "service_version": "",
            "valid": true,
            "version": "0.1"
        },
        {
            "author": "Mirantis Inc.",
            "description": "<strong> The  Internet Information Service </strong>
                           sets up an IIS server and joins it into an existing domain",
            "enabled": true,
            "full_service_name": "webServer",
            "service_display_name": "Internet Information Services",
            "service_version": 1,
            "valid": true,
            "version": 0.1
        }
   ]
}
                    

loading table of contents...