Skip to main content

GET /nodes/{uuid}/bundleRepoAvailableSpaceInKB

Use this method to return the amount of space that is available in repository on the baseboard management controller for an ThinkSystem server with XCC2.

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

CodeDescriptionComments
200OKThe request completed successfully.
404Not foundA specified resource cannot be found. A descriptive error message is returned in the response body.
500Internal Server ErrorAn internal error occurred. A descriptive error message is returned in the response body.

Response body

AttributesTypeDescription
BundleRepoAvailableSpaceInKBLongAmount 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
}