Versions Compared

Key

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

...

Revokes a Cluster Agent and any related Subagents from a Controller

...

This cmdlet revokes a Cluster Agent and any related Subagents from a Controller.
The Cluster Agent configuration remains in place with the inventory and can later on
be deployed to the given Controller.

The following REST Web Service API resources are used:

* /agents/inventory/cluster/revoke

...

-AgentId <String[]>
Specifies a unique identifier for a Cluster Agent. This identifier cannot be modified during the lifetime of an Agenta Cluster Agent.

More than one Cluster Agent can be specified by separating Agent IDs by a comma.

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

...

-ControllerId <String>
Specifies the identification of the Controller from which Cluster Agents are revoked.

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

...