Skip to main content

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.0 or later.

Authentication

Authentication with user name 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

CodeDescriptionComments
200OKThe request completed successfully.
400Bad RequestA 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

AttributesTypeDescription
{message_attributes}variesStatus messages (see Status messages)