SystemAction
No description
type SystemAction {
id0: ID!
id: ID!
name: String
type: SystemActionType!
description: String
parameters: [SystemActionParameter!]
}
Fields
SystemAction.id0 ● ID! non-null scalar
SystemAction.id ● ID! non-null scalar
SystemAction.name ● String scalar
SystemAction.type ● SystemActionType! non-null enum
SystemAction.description ● String scalar
SystemAction.parameters ● [SystemActionParameter!] list object
Returned By
getAvailableAutomationActionTypes query
Member Of
BusinessService object ● CloudService object ● Database object ● MonitoredSystem interface ● SapBusinessObject object ● SapInstance object ● SapSystem object ● Server object