Table 5.10. Get Metadata Object
| Method | URI | Description | 
|---|---|---|
| GET | /admin/<object_type>/<file_name> | Returns a file containing specified metadata object. | 
Table 5.11. Parameters
| Parameter | Description | Required | 
|---|---|---|
| object_type | One of supported Murano Repository objects: workflow, scripts, ui, agent, heat, manifests | true | 
| file_name | Defines a filename of the file to be downloaded. Should be relative to the root folder of the given type | true | 
Table 5.12. Error Response Codes
| Code | Description | 
|---|---|
| 401 | User is not authorized to access this tenant resources | 
| 404 | Metadata object type or directory specified in path parameter are not exist | 
Payload
None
Returns
This call returns an array of bytes represents a file


