agentUpdates
Deletes the specified Agent update
Permanently removes the specified agent update package from the hub. Provide the Id of the agent update to delete. Returns 204 No Content on success.
Deletes the specified Agent update
Permanently removes the specified agent update package from the hub using a POST body. Provide the Id of the agent update to delete. Returns 204 No Content on success.
List agent updates
Returns a list of agent software updates available on the hub, optionally filtered by version, specific ID, or update type (for example, deb, rpm, or Windows). Use this endpoint to discover which update packages are available before triggering a deployment.
List agent updates
Returns a list of agent software updates available on the hub using a POST body, optionally filtered by version, specific ID, or update type. Use this endpoint to discover which update packages are available before triggering a deployment.