Skip to content

AdminNodeGroupManagement

The AdminNodeGroupManagement script library provides script procedures that configure and administer node group settings.

The AdminNodeGroupManagement script library provides the following script procedures. To display detailed information about each script procedure, use the help command for the AdminNodeGroupManagement script library, specifying the name of the script of interest as an argument.

AdminNodeGroupManagement.addNodeGroupMember(*args)

Add a node to a node group that exists in your configuration.

AdminNodeGroupManagement.checkIfNodeExists(*args)

Display whether the node of interest exists in a specific node group.

AdminNodeGroupManagement.checkIfNodeGroupExists(*args)

Display whether a specific node group exists in your configuration.

AdminNodeGroupManagement.createNodeGroup(*args)

Create a new node group in your configuration.

AdminNodeGroupManagement.createNodeGroupProperty(*args)

Assigns custom properties to the node group of interest.

AdminNodeGroupManagement.deleteNodeGroup(*args)

Delete a node group from your configuration.

AdminNodeGroupManagement.deleteNodeGroupMember(*args)

Remove a node from a specific node group in your configuration.

AdminNodeGroupManagement.deleteNodeGroupProperty(*args)

Remove a specific custom property from a node group.

AdminNodeGroupManagement.help(*args)

Display the script procedures that the AdminNodeGroupManagement script library supports.

To display detailed help for a specific script, specify the name of the script of interest.

AdminNodeGroupManagement.listNodeGroupMembers(*args)

List the name of each node that is configured within a specific node group.

AdminNodeGroupManagement.listNodeGroupProperties(*args)

List the custom properties that are configured within a specific node group.

AdminNodeGroupManagement.listNodeGroups(*args)

Display the node groups that exist in your configuration.

If you specify the name of a specific node, the script returns the name of the node group to which the node belongs.

AdminNodeGroupManagement.modifyNodeGroup(*args)

Modify the short name and description of a node group.

AdminNodeGroupManagement.modifyNodeGroupProperty(*args)

Modify the value of a custom property assigned to a node group.