Call
Table 5.1. Get archive for a specified client
| Method | URI | Description | 
|---|---|---|
| GET | /client/<client_type> | Returns archive with all metadata objects for specified client for all active services | 
Table 5.2. Parameters
| Parameter | Description | Required | 
|---|---|---|
| client_type | One of supported Murano Repository client: ui - Murano Dashboard; conductor - Murano Conductor | true | 
Table 5.3. Response Codes
| Code | Description | 
|---|---|
| 200 | Archive with metadata objects successfully composed and sent | 
| 401 | User is not authorized to access this tenant resources | 
| 404 | Client_type is not supported | 
| 304 | Returns empty body if the hash matches the hashsum of current version of the metadata objects archive | 
Payload
None
Returns
This call returns an array of bytes represents tar.gz archive


