Name |
Summary |
Parameters |
Returns |
AddNode |
Adds a node to NCM given a complete model. Not recommended - use AddNodeToNCM instead. |
Name |
Summary |
node |
An NCMNode object to add to NCM. |
|
The NCM NodeID (Guid) for the new node. |
AddNodes |
A batch version of the Cirrus.Nodes.AddNodeToNCM verb. Enables NCM to monitor and manage the configuration of Orion nodes, assuming appropriate credentials are available. |
Name |
Summary |
coreNodeIds |
A collection (List<int>) of Orion NodeIDs to add to NCM. |
|
true, unless an exception is thrown. |
AddNodeToNCM |
Enables NCM to monitor and manage the configuration of an Orion node, assuming appropriate credentials are available. |
Name |
Summary |
coreNodeId |
The Orion NodeID (int) for the node to add. |
|
The NCM NodeID (Guid) for the node. |
RemoveNode |
Removes a node from NCM. Does not remove it from Orion, just NCM. |
Name |
Summary |
nodeId |
The NCM NodeID (Guid) for the node to remove. |
|
true, unless an exception is thrown. |
RemoveNodes |
Removes a set of nodes from NCM. Does not remove them from Orion, just NCM. Batch version of the RemoveNode verb. |
Name |
Summary |
ncmNodeIds |
A collection (List<Guid>) of NCM NodeIDs to remove. |
|
true, unless an exception is thrown. |
UpdateNode |
Updates the NCM properties of a node. All properties of the node are overwritten. It does not merge. To use this verb, first call GetNode to fetch the current properties of the node, modify the properties that you want to change on that model object, then call UpdateNode to commit the changes. |
Name |
Summary |
node |
The NCMNode model object to update. |
|
true, unless an exception is thrown. |
GetNode |
Fetches an NCMNode model object for the given node. |
Name |
Summary |
NodeID |
The NCM NodeID (Guid) for the node to read. |
|
The NCMNode model object. |
CheckAPLicence |
|
|
|
DeleteOverLicenseNodes |
|
|
|
ValidateLogin |
|
|
|
GetConnectionProfile |
|
|
|
AddConnectionProfile |
|
|
|
UpdateConnectionProfile |
|
|
|
DeleteConnectionProfile |
|
|
|
GetAllConnectionProfiles |
|
|
|
AssignEOSEntry |
|
|
|
DeleteEOSData |
|
|
|
ChangeEOSType |
|
|
|
GetFIPSIncompatibleObjects |
|
|
|
GetPageableEosDataTable |
|
|
|
GetPageableEosRowCount |
|
|
|
ChangeVulnerabilityStateForNodes |
|
|
|
ChangeVulnerabilityStateForAllNodes |
|
|
|
DeleteAllVulnerabilityData |
|
|
|
ParseMacros |
|
|
|
ExecuteConfigChangeReportAction |
|
|
|