Update On-prem Agent
Updates an On-prem agent in a customer workspace.
Path parameters
id
Embedded customer ID/external ID. The External ID must be URL encoded and prefixed with an E
(for example, EA2300
).
agent_id
The unique ID of the On-prem agent.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
name
The updated name of the On-prem agent.
os
The updated server operating system.
on_prem_group_id
The On-prem group ID to associate this agent with. See List On-prem groups.
Response
Success - The On-prem agent was updated successfully.
id
The unique identifier of the updated On-prem agent.
name
The updated name of the On-prem agent.
os
The updated server operating system.
on_prem_group_id
The On-prem group ID associated with this agent.
updated_at
Timestamp when the On-prem agent was last updated.