action gambitcomm_get_changed_config_list { label: "The list of {agentnum} for which a configurable parameter changed." description: "This list contains at most 5000 agent(s), and is guaranteed to be sorted into increasing order." provider: gambitcomm method: GET path: "/mimic/get/changed_config_list" encoding: json output: { type: "array" items: { type: "integer" format: "int32" } } }