Versions Compared

Key

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

...

This cmdlet stores a Standalone Agent to the JOC Cockpit inventory that later on can be deployed to a Controller.

Consider that the Agent identification specified with the -AgentId parameter cannot be modified
for the lifetime of a Standalone Agent.

The following REST Web Service API resources are used:

* /agents/inventory/store

...

-AgentAlias <String[]>
Optionally specifies a number of alias names for a Standalone Agent that are separated by a comma.
An alias name is an alternative name for the same Agent that can be used when assigning Agents to jobs.

...

-Hide <SwitchParameter>
A Standalone Agent can be hidden to prevent further use in workflow configurations. Deployed workflows still can
use a hidden Agent.

In addition, a hidden Agent it not considered with the Agent Component Status and Agent Cluster Status widgets in the JS7 Dashboard.

Required?false
Position?named
Default valueFalse
Accept pipeline input?true (ByPropertyName)
Accept wildcard characters?false

...