action gambitcomm_access_list { label: "Returns an array of entries." description: "Each entry consists of user, agents (in minimal range representation) and access mask (not used currently)." provider: gambitcomm method: GET path: "/mimic/access/list" encoding: json output: { type: "array" items: { type: "object" properties: { access_mask: { type: "string" } agent_range: { type: "string" } user: { type: "string" } } } } }