GET /nodes/{uuid}/bundleRepoAvailableSpaceInKB
Use this method to return the amount of space that is available in repository on the baseboard management controller for a ThinkSystem V3 or V4 server.
Note
This REST API requires Lenovo XClarity Administrator v4.0.0 or later.
Authentication
Authentication with username and password is required.
Request URL
GET https://{management_server_IP}/nodes/{uuid}/bundleRepoAvailableSpaceInKB
where {uuid} is the UUID of the node to be retrieved. To obtain the node UUID, use the GET /nodes method.
Query parameters
None
Request body
None
Response codes
Code | Description | Comments |
---|---|---|
200 | OK | The request completed successfully. |
404 | Not found | A specified resource cannot be found. 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
Attributes | Type | Description | ||
---|---|---|---|---|
BundleRepoAvailableSpaceInKB | Long | Amount of space, in KB, that is available in repository on the baseboard management controller |
The following example is returned if the request is successful.
{
"BundleRepoAvailableSpaceInKB": 300000
}
Give documentation feedback