GET /quantityLicense/{id_list}
Use this method to save one or more specific license files in Lenovo XClarity Administrator to the local system.
Authentication
Authentication with username and password is required.
Request URL
GET https://{management_server_IP}/quantityLicense/{id_list}
where {id_list} is one or more license IDs, separated by a comma. To obtain the license IDs, use GET /quantityLicense.
Query parameters
None
Request body
None
Response codes
Code | Description | Comments |
---|---|---|
200 | OK | The request completed successfully. |
400 | Bad Request | A query parameter or request attribute is missing or not valid, or the operation is not supported. A descriptive error message is returned in the response body. |
409 | Conflict | There is a conflict with the current state of the resource. A descriptive error message is returned in the response body. |
500 | Internal Server Error | An internal error occurred. A descriptive error message is returned in the response body. |
Response body
None
Give documentation feedback