UNPKG

n8n-nodes-arubacentral

Version:

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

14 lines (13 loc) 825 B
declare const operations: { topology: { getTopology: typeof import("./topology/operations/getTopology.methods").getTopology; getDevices: typeof import("./topology/operations/getDevices.methods").getDevices; getEdges: typeof import("./topology/operations/getEdges.methods").getEdges; getDest_serial: typeof import("./topology/operations/getDest_serial.methods").getDest_serial; getUplinks: typeof import("./topology/operations/getUplinks.methods").getUplinks; gettunnel: typeof import("./topology/operations/gettunnel.methods").gettunnel; getNeighbors: typeof import("./topology/operations/getNeighbors.methods").getNeighbors; getVlans: typeof import("./topology/operations/getVlans.methods").getVlans; }; }; export { operations as topologyOperations };