Versions Compared

Key

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

...

Set-JS7SubagentCluster

SYNOPSIS

Store Stores a Subagent Cluster to the JOC Cockpit inventory

...

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

Consider that the Subagent Cluster identification specified with the -SubagentClusterId parameter cannot be modified
for the lifetime of a Subagent Cluster.

The following REST Web Service API resources are used:

* /agents/cluster/store

...

-SubagentId <String[]>
Specifies the unique identifier of one or more Subagents that make up a cluster.
A number of Subagent IDs can be specified spearated separated by a comma.

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

...

-Priority <Int32[]>
Optionally specifies the scheduling mode in the Subagent Cluster:

* If all Subagents use the same priority then this results in an active-active cluster.
* If Subagents use different priorities then this results in an active-passive cluster.

If more than one Subagent is specified with the -SubagentId parameter then accordingly priorities have to be specified separated by a comma.

By default the same priority is applied to all Subagents which results in an active-active cluster.

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

...