Action: vehicle_shift_nodes
Shift nodes of a vehicle’s route to the specified time.
action_typestringrequired
Action type identifier.
Constant value:
vehicle_shift_nodesvehicles objectrequired
A dictionary containing agent_id as a key and shift context object as a value. Multiple vehicles can be specified.
property name* object
new_scheduled_timestampstring<date-time>required
New timestamp of the heading node.
start_from_node_uidstring,null<uuid>nullable
Use this node as a heading node. If not specified or null, then first assigned node is used.
Default value:
nullpartial_successboolean
If set to true and certain vehicles can not be processed then they are skipped. The UIDs of the failed vehicles will be reported in details["rejected_vehicles"].
Default value:
falseAction: vehicle_shift_nodes
{
"action_type": "string",
"vehicles": {},
"partial_success": false
}