CiStagedChange Object
Review queue entry for a proposed configuration item change.
Root Connection
All CiStagedChange objects of an account are accessible by a query on the root connection ciStagedChanges.
Such a query will return a CiStagedChangeConnection!, which contains the CiStagedChange objects in its
nodes field.
CiStagedChangeConnection!)
Root connection for retrieving CiStagedChange records.
| Argument | Type | Description |
|---|---|---|
after |
String
|
Returns the elements in the list that come after the specified cursor. |
before |
String
|
Returns the elements in the list that come before the specified cursor. |
filter |
CiStagedChangeFilter
|
Filter to determine which CiStagedChange records are returned. |
first |
Int
|
Returns the first n elements from the list. |
last |
Int
|
Returns the last n elements from the list. |
order |
[CiStagedChangeOrder!]
|
Order of the CiStagedChange records returned. |
view |
CiStagedChangeView
|
View name. The default value is |
Fields
The fields in this section list which values can be retrieved when querying CiStagedChange records.
Account)
The account this record belongs to.
AutomationRule)
The automation rule that triggered this staged change.
ConfigurationItem)
The configuration item this staged change proposes to modify.
ISO8601Timestamp)
The date and time at which the record was created.
Person)
The person who initiated the change that was intercepted.
JSON)
JSON object containing the original values of the configuration item fields at the time the change was staged.
Boolean)
Indicates whether there are differences between the current and proposed values.
ID!)
Unique identifier of the record.
LifeCycleState)
Current state of the record.
JSON)
JSON object containing the proposed changes to the configuration item fields.
ISO8601Timestamp)
The date and time at which the staged change was reviewed.
Person)
The person who reviewed this staged change.
String)
Note from the reviewer explaining the approval or rejection decision.
String)
An identifier for the client application submitting the resource or the name of an external system.
String)
The unique identifier of the resource in an external system.
CiStagedChangeStatus)
The current status of the staged change (pending, approved, or rejected).
ISO8601Timestamp)
The date and time of the last update of the record. If the record has no updates it contains the createdAt value.
Implements
CiStagedChange implements the following interfaces. This means that fragments defined on these interfaces may be used in queries returning a CiStagedChange.