action gambitcomm_get_active_data_list { label: "The list of {agentnum {statistics}} for agents that are currently active and whose statistics have changed since the last invocation of this command." description: "This list is guaranteed to be sorted into increasing order." provider: gambitcomm method: GET path: "/mimic/get/active_data_list" encoding: json output: { type: "array" items: { type: "integer" format: "int32" } } }