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.

ciStagedChanges (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 current_account.

Fields

The fields in this section list which values can be retrieved when querying CiStagedChange records.

account (Account)

The account this record belongs to.

automationRule (AutomationRule)

The automation rule that triggered this staged change.

ci (ConfigurationItem)

The configuration item this staged change proposes to modify.

createdAt (ISO8601Timestamp)

The date and time at which the record was created.

createdBy (Person)

The person who initiated the change that was intercepted.

currentValues (JSON)

JSON object containing the original values of the configuration item fields at the time the change was staged.

delta (Boolean)

Indicates whether there are differences between the current and proposed values.

id (ID!)

Unique identifier of the record.

lifeCycleState (LifeCycleState)

Current state of the record.

proposedValues (JSON)

JSON object containing the proposed changes to the configuration item fields.

reviewedAt (ISO8601Timestamp)

The date and time at which the staged change was reviewed.

reviewedBy (Person)

The person who reviewed this staged change.

reviewerNote (String)

Note from the reviewer explaining the approval or rejection decision.

source (String)

An identifier for the client application submitting the resource or the name of an external system.

sourceID (String)

The unique identifier of the resource in an external system.

status (CiStagedChangeStatus)

The current status of the staged change (pending, approved, or rejected).

updatedAt (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.