NodeType (Complex Type)

Namespace: http://midpoint.evolveum.com/xml/ns/public/common/common-3

Supertype: ObjectType
Node describes a single installation of midPoint. MidPoint installations can work in cluster. The Node objects are the way how the nodes in cluster know about each other.
Item Summary  
Name Type Multiplicity Description
name property
PolyStringType
[0,1] Human-readable, mutable name of the object. 
description property
string
[0,1] Free-form textual description of the object. 
documentation property
string
[0,1] AsciiDoc-formatted technical documentation of the object. 
subtype property
string
[0,-1] Type of the object. 
fetchResult property
OperationResultType
[0,1] Result of the operation that fetched this instance of the object. 
extension container
ExtensionType
[0,1] Extension container that provides generic extensibility mechanism. 
parentOrgRef reference
ObjectReferenceType
[0,-1] Set of the orgs (organizational units, projects, teams) that the object relates to. 
trigger container
TriggerType
[0,-1] Triggers for this object. 
metadata container
MetadataType
[0,1] Meta-data about object creation, modification, etc. 
tenantRef reference
ObjectReferenceType
[0,1] Reference to the tenant to which this object belongs. 
lifecycleState property
string
[0,1] Lifecycle state of the object. 
operationExecution container
OperationExecutionType
[0,-1] Description of recent operations executed on this object (or related objects, e. 
lensContext container
LensContextType
[0,1] Model context describing executed operation  
policySituation property
anyURI
[0,-1] The policy situation(s) of this object. 
triggeredPolicyRule property
EvaluatedPolicyRuleType
[0,-1] Triggered policy rules for this assignment. 
policyException container
PolicyExceptionType
[0,-1] Recorded exception from a policy rule. 
diagnosticInformation property
DiagnosticInformationType
[0,-1] Diagnostic information attached to this object. 
nodeIdentifier property
string
[1,1] Short, cluster-wide identifier of the node. 
hostname property
string
[0,1] Hostname of the node that can be used by other nodes to contact this node over the network. 
url property
string
[0,1] URL of midPoint that can be used by other nodes to contact this node over the network. 
urlOverride property
string
[0,1] Value to override constructed or determined URL. 
ipAddress property
string
[0,-1] IP addresses of the node (both IPv4 and IPv6 addresses in textual notation)  
jmxPort property
int
[0,1] Port at which this node can be contacted via JMX. 
lastCheckInTime property
dateTime
[0,1] The time when this node last checked-in. 
operationalStatus property
NodeOperationalStatusType
[0,1] Basic node operational state: whether it is up (e. 
running property
boolean
[0,1] Whether this node is running, i. 
clustered property
boolean
[0,1] Whether this node is a part of a cluster. 
internalNodeIdentifier property
string
[1,1] Internal (generated) node identifier, used primarily to detect whether the node information was not overwritten by another node. 
executionStatus property
NodeExecutionStatusType
[1,1] Actual node status from the point of executing tasks. 
errorStatus property
NodeErrorStatusType
[1,1] More detailed characterization of the error state. 
connectionResult property
OperationResultType
[0,1] Result of the operation that connected to this node. 
build container
BuildInformationType
[0,1] Information about midPoint build running on this node. 
secret property
ProtectedStringType
[0,1] The secret used for intra-cluster authentication. 
secretUpdateTimestamp property
dateTime
[0,1] When was the secret created or last changed. 
taskExecutionLimitations property
TaskExecutionLimitationsType
[0,1] Limitations for execution of tasks on this node.