API Guide

/OSRepository/{id}
Description
Gets the ASM OS Repository by its ID
Method
get
Response Class
OSRepository
Response Content-Type: application/xml, application/json
Parameters
Table 158. Parameters
Parameter Value Description Default Value Parameter Type Data Type
id (required) N/A path string
Response Status Codes
Table 159. Response Status Codes
HTTP Status Code Reason
200 OSRepository Retrieved
/OSRepository/{id}
Description
Update OSRepository
Method
put
Response Class
OSRepository
Response Content-Type: application/xml, application/json
Parameters
Table 160. Parameters
Parameter Value Description Default Value Parameter Type Data Type
body N/A N/A body OSRepository
id (required) N/A path string
78