II.
OperatorInterventionPoint JSON
Structured · liveoperator-intervention:restart-service
Restart Symphony orchestrator service json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "operator-intervention:restart-service",
"_kind": "OperatorInterventionPoint",
"_file": "extensions/operator-interventions/operator-interventions-symphony.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Restart Symphony orchestrator service",
"kind": "restart-service",
"triggerSurface": "signal",
"sideEffects": [
"stop-no-cleanup",
"requeue"
],
"idempotent": true
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "phase:execute",
"to": "operator-intervention:restart-service",
"kind": "exposes_intervention_point",
"attributes": {}
}
]
}