Table 5.22. List all the services
Method | URI | Description |
---|---|---|
GET | /admin/services | Returns a json-array containing all the info (version, display name, author, etc) about each service except their references to other metadata objects |
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 } ] }