action gambitcomm_get_configured_list { label: "The list of {agentnum} that are currently configured." description: "This list is guaranteed to be sorted into increasing order." provider: gambitcomm method: GET path: "/mimic/get/configured_list" encoding: json output: { type: "array" items: { type: "integer" format: "int32" } } }