Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This cmdlet resets a Subagent. In a first step any orders, workflows and other deployable objects are revoked from the Subagent.
In a second step the Subagent performs a restart.

In case of a Director Agents in a final step the Controller reconnects to the Agent and deploys any required deployable objects.
In case of a Subagent in a final step the Director Agent connects to the Subagent.

It is recommended to first check the state of orders prior to resetting the Subagent and to complete or to cancel any orders attached orders.

Consider that orders have to be continued if they failed due to reset of a Subagent.

The following REST Web Service API resources are used:

* /agents/inventory/cluster/subagent/reset

...

-SubagentId <String>
Specifies a unique identifier for a Subagent. This identifier cannot be modified during the lifetime of an Agenta Subagent.
In order to modify the Agent Subagent identifier the Agent Subagent has to be removed and added.

...

-ControllerId <String>
Specifies the identification of the Controller from which Agents Subagents are removed.

Required?false
Position?2
Default value
Accept pipeline input?true (ByPropertyName)
Accept wildcard characters?false

...