UNPKG

n8n-nodes-arubacentral

Version:

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

18 lines (17 loc) 792 B
/** * Operations available in the configuration domain */ export declare const configurationOperations: { ap: { getApCli: typeof import("./ap/apCli.methods").getApCliConfig; replaceApCli: typeof import("./ap/apCli.methods").replaceApCliConfig; getApSettings: typeof import("./ap/apSettings.methods").getApSettings; replaceApSettings: typeof import("./ap/apSettings.methods").replaceApSettings; setApHostname: typeof import("./ap/apSpecialized.methods").setApHostname; setApSsids: typeof import("./ap/apSpecialized.methods").setApSsids; }; devices: { getDeviceGroup: typeof import("./devices/group.methods").getDeviceGroup; moveDevicesToGroup: typeof import("./devices/group.methods").moveDevicesToGroup; }; };