Approve or Reject a Change

When a change request is in pending_approval status, a reviewer can approve it — triggering automatic execution — or reject it with feedback so it can be revised and resubmitted.

Before you start

How to approve a change

  1. Go to Changes in the main navigation.
  2. Find the change request in pending_approval status — search by CHG-XXXX or filter by status.
  3. Open the change request and review the full change plan, including the target device and all actions.
  4. Click Approve.
  5. Confirm the approval in the modal.

What happens when you approve

How to reject a change

  1. Open the change request in pending_approval status.
  2. Click Reject.
  3. Enter a reason for rejection — this is shown to the requester so they know what to fix.
  4. Click Confirm Rejection.

What happens when you reject

Tracking execution after approval

After approval, go back to the change request detail to see the execution status of each action:

Execution statusMeaning
queuedJob is waiting to be picked up by the edge agent.
runningEdge agent is executing the action on the device.
completedAction executed successfully. The observed result is stored.
failedExecution failed — check the failure reason on the job detail.
Common failure: SNMP write access If a job for a port change fails with a permission-related error, it usually means the SNMP credential assigned to the device has read-only access. Contact your network administrator to grant write access on the device for the SNMP user, then resubmit the change.