Table 5.4. Download the service definition
| Method | URI | Description | 
|---|---|---|
| GET | /client/services/<full_service_name> | Returns a tar.gz archive containing service definition along with all referenced metadata objects, directory structure of metadata objects is preserved | 
Table 5.5. Parameters
| Parameter | Description | Required | 
|---|---|---|
| full_service_name | Identifies the type service (corresponds to full_service_name in manifest) | true | 
Table 5.6. Error Response Codes
| Code | Description | 
|---|---|
| 401 | User is not authorized to access this tenant resources | 
| 404 | Service with specified full_service_name does not exist(there is no manifest file for this service) | 
Payload
None
Returns
This call returns an array of bytes represents tar.gz archive with all files required for given service


