Upgrade all Agents

put

/serviceapi/agentlifecycle/upgrade/{agenttype}/all/

Upgrade all existing agents to the latest version.

Values:

  • gateway
  • cloudagent
  • datacollector

Request

Path Parameters
  • The type of the agent. The value is case-insensitive. Values: gateway | cloudagent | datacollector
Back to Top

Response

Supported Media Types

202 Response

Accepted - All entities accepted for processing

206 Response

Partial Accepted - Partial list of entities accepted for processing

400 Response

Bad Request.

404 Response

Not Found - Agent not available in database

409 Response

Conflict - Entity upgrade already in progress.

412 Response

Pre-condition failed - Pre-requisite checks failed

500 Response

Internal Server Error - Unexpected exception occured
Back to Top