action gambitcomm_get_active_list { label: "The list of {agentnum} that are currently active (running or paused)." description: "This list is guaranteed to be sorted into increasing order." provider: gambitcomm method: GET path: "/mimic/get/active_list" encoding: json output: { type: "array" items: { type: "integer" format: "int32" } } }