ServiceNow · Example Payload

Servicenow Change Management Change Request Input Example

A sample description.

AutomationCloud ServicesDigital WorkflowsEnterprise PlatformIT Service ManagementITSMProcessesT1Workflow AutomationWorkflows

Servicenow Change Management Change Request Input Example is an example object payload from ServiceNow, with 16 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

short_descriptiondescriptionpriorityriskimpactcategoryassigned_toassignment_grouprequested_bystart_dateend_datecmdb_cijustificationimplementation_planbackout_plantest_plan

Example Payload

Raw ↑
{
  "short_description": "example_value",
  "description": "A sample description.",
  "priority": "1",
  "risk": "example_value",
  "impact": "example_value",
  "category": "example_value",
  "assigned_to": "example_value",
  "assignment_group": "example_value",
  "requested_by": "example_value",
  "start_date": "2026-01-15T10:30:00Z",
  "end_date": "2026-01-15T10:30:00Z",
  "cmdb_ci": "example_value",
  "justification": "example_value",
  "implementation_plan": "example_value",
  "backout_plan": "example_value",
  "test_plan": "example_value"
}