Inspect Update Set
inspect_update_setInspect a ServiceNow update set to list all components grouped by type, including business rules and script includes, for a clear pre-deployment overview.
Instructions
Inspect an update set's contents — lists all components grouped by type (business rules, script includes, etc.).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sys_id | Yes | The sys_id of the update set to inspect. | |
| instance | No | The ServiceNow instance auth alias to connect to. This is the alias configured via `snc configure` (e.g., "myinstance", "prod", "test"). The user will typically refer to this by name when saying things like "on my myinstance instance". If not provided, falls back to the SN_AUTH_ALIAS environment variable. |