InfoNode
type InfoNode {
label: String!
type: InfoType!
value: String
action: String @deprecated
actionData: String
children: [InfoNode!]
}
Fields
InfoNode.label ● String! non-null scalar
The label for this node.
InfoNode.type ● InfoType! non-null enum
This node's value type
InfoNode.value ● String scalar
The value for this node.
InfoNode.action ● String deprecated scalar
DEPRECATED
Please use 'actionData' in the future as this field is going to be removed.
An action associated with this node
InfoNode.actionData ● String scalar
Action data associated with this node. If type is LINK this field contains the URL.
InfoNode.children ● [InfoNode!] list object
Children for this node
Member Of
BusinessService object ● CloudService object ● Database object ● InfoNode object ● MonitoredSystem interface ● SapBusinessObject object ● SapInstance object ● SapSystem object ● Server object