II.
OperatorInterventionPoint JSON
Structured · liveoperator-intervention:change-tracker-state
Change tracker state to terminal (stop+clean) json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "operator-intervention:change-tracker-state",
"_kind": "OperatorInterventionPoint",
"_file": "extensions/operator-interventions/operator-interventions-symphony.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Change tracker state to terminal (stop+clean)",
"kind": "change-tracker-state",
"triggerSurface": "tracker-ui",
"sideEffects": [
"stop-and-clean"
],
"idempotent": true
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "phase:execute",
"to": "operator-intervention:change-tracker-state",
"kind": "exposes_intervention_point",
"attributes": {}
}
]
}