Change
No description
type Change {
id: ID!
system: MonitoredSystem
auto: Boolean!
success: Boolean!
status: ChangeStatus!
impact: ChangeImpact!
component: ChangeComponent!
planned: DateTime
implemented: DateTime
done: DateTime
user: User
reason: ChangeReason
shortDescription: String
fallbackProcedure: String
implementationLog: String
timestamp: DateTime
}
Fields
Change.id ● ID! non-null scalar
The id of the change.
Change.system ● MonitoredSystem interface
The associated monitored system for this change.
Change.auto ● Boolean! non-null scalar
Was this change automatically generated.
Change.success ● Boolean! non-null scalar
Change.status ● ChangeStatus! non-null enum
The status of this change.
Change.impact ● ChangeImpact! non-null enum
The impact of this change.
Change.component ● ChangeComponent! non-null object
The affected component.
Change.planned ● DateTime scalar
Change.implemented ● DateTime scalar
Change.done ● DateTime scalar
Change.user ● User object
Assigned user.
Change.reason ● ChangeReason object
A reason for the change.
Change.shortDescription ● String scalar
A short description.
Change.fallbackProcedure ● String scalar
The fallback procedure.
Change.implementationLog ● String scalar
Implementation log. This can only be query if NOT requested in a list result. If requested in a list this field will always be null!
Change.timestamp ● DateTime scalar
Last modification timestamp.
Returned By
change query
Member Of
BusinessService object ● ChangeNotification object ● ChangePage object ● CloudService object ● Database object ● MonitoredSystem interface ● SapBusinessObject object ● SapInstance object ● SapSystem object ● Server object