UNPKG

n8n-nodes-arubacentral

Version:

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

23 lines (22 loc) 1.81 kB
import { INodeProperties } from 'n8n-workflow'; export declare const troubleshootingOperations: { actioncommand: { postSwitch: typeof import("./actioncommand/operations/postSwitch.methods").postSwitch; }; troubleshooting: { getCommands: typeof import("./troubleshooting/operations/getCommands.methods").getCommands; getCxCommands: typeof import("./troubleshooting/operations/getCxCommands.methods").getCxCommands; clearSession: typeof import("./troubleshooting/operations/clearSession.methods").clearSession; getOutput: typeof import("./troubleshooting/operations/getOutput.methods").getOutput; startSession: typeof import("./troubleshooting/operations/startSession.methods").startSession; startCxSession: typeof import("./troubleshooting/operations/startCxSession.methods").startCxSession; getSessionId: typeof import("./troubleshooting/operations/getSessionId.methods").getSessionId; getBackupsBySerialAndPrefix: typeof import("./troubleshooting/operations/getBackupsBySerialAndPrefix.methods").getBackupsBySerialAndPrefix; initiateBackupBySingleDevice: typeof import("./troubleshooting/operations/initiateBackupBySingleDevice.methods").initiateBackupBySingleDevice; initiateBackupByGroup: typeof import("./troubleshooting/operations/initiateBackupByGroup.methods").initiateBackupByGroup; getBackupsBySerial: typeof import("./troubleshooting/operations/getBackupsBySerial.methods").getBackupsBySerial; getBackupByName: typeof import("./troubleshooting/operations/getBackupByName.methods").getBackupByName; enrollEstCert: typeof import("./troubleshooting/operations/enrollEstCert.methods").enrollEstCert; }; }; export declare const troubleshootingDescriptions: INodeProperties[];