GET /api/v1/boarding/agentInstaller/{filename}
Use this method to download a specific Lenovo Universal Device Client (UDC) agent installation package to the local system. This UDC agent must be installed on ThinkEdge Client devices so that the devices can be securely discovered and managed by a Lenovo XClarity Management Hub resource manager.
To create a UDC-agent-installation package for a specific device, use POST /api/v1/boarding/agentInstaller.
Note
This REST API requires Lenovo XClarity Orchestrator v2.0 or later.
Authentication
Authentication with username and password is required.
Resource URI
GET https://{orchestrator_server_IP}/api/v1/boarding/agentInstaller/{filename}
where {filename} is the filename of the management-agent installer. The file name is returned in the response body when you create the installer using POST /api/v1/boarding/agentInstaller.
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. |
Response body
Attributes | Type | Description | ||
---|---|---|---|---|
{message_attributes} | varies | Status messages (see Status messages) |
Give documentation feedback