ServiceNow · Arazzo Workflow
ServiceNow Update Configuration Item Attributes
Version 1.0.0
List CIs in a class, fetch one's full record, then update its attributes via the Table API.
View Spec
View on GitHub
AutomationCloud ServicesDigital WorkflowsEnterprise PlatformIT Service ManagementITSMProcessesT1Workflow AutomationWorkflowsArazzoWorkflows
Provider
Workflows
update-ci-attributes
Read a configuration item and update its attributes.
Lists CIs in a class, reads a target CI's full record, and patches its attributes via the Table API.
1
listCis
listCmdbInstances
List configuration items in the class to provide context for the update.
2
getCi
getCmdbInstance
Fetch the target configuration item's full attribute set before applying changes.
3
updateCi
patchRecord
Patch the configuration item's attributes through the Table API, keyed by the CMDB class name as the table and the CI sys_id.
Source API Descriptions
openapi