UNPKG

n8n-nodes-arubacentral

Version:

n8n community node for Aruba Central API integration with comprehensive monitoring, configuration, and management capabilities

16 lines (15 loc) 1.01 kB
declare const operations: { rogues: { getRogueApList: typeof import("./rogues/operations/getRogueApList.methods").getRogueApList; getInterferingApList: typeof import("./rogues/operations/getInterferingApList.methods").getInterferingApList; getSuspectApList: typeof import("./rogues/operations/getSuspectApList.methods").getSuspectApList; getNeighborApList: typeof import("./rogues/operations/getNeighborApList.methods").getNeighborApList; getManuallyContainedApList: typeof import("./rogues/operations/getManuallyContainedApList.methods").getManuallyContainedApList; }; wids: { getInfrastructureAttacks: typeof import("./wids/operations/getInfrastructureAttacks.methods").getInfrastructureAttacks; getClientAttacks: typeof import("./wids/operations/getClientAttacks.methods").getClientAttacks; getWidsEvents: typeof import("./wids/operations/getWidsEvents.methods").getWidsEvents; }; }; export { operations as rapidsOperations };