Table 5.26. List meta information of a given service
Method | URI | Description |
---|---|---|
GET | /admin/services/<full_service_name>/info | Returns a json-dictionary containing information of a given service |
Table 5.27. Parameters
Parameter | Description | Required |
---|---|---|
full_service_name | Identifies the type service (corresponds to full_service_name in manifest) | true |
Table 5.28. Error Response Codes
Code | Description |
---|---|
401 | User is not authorized to access this tenant resources |
404 | The full_service_name is unknown |
Payload
None
Returns
This call returns a json:
{ "author": "Mirantis Inc.", "description": "Demo Service shows how Murano is working.", "enabled": true, "full_service_name": "demoService", "service_display_name": "Demo Service", "service_version": "", "version": "0.1" }