UNPKG

n8n-nodes-arubacentral

Version:

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

15 lines (14 loc) 580 B
import { getApCliConfig, replaceApCliConfig } from './apCli.methods'; import { getApSettings, replaceApSettings } from './apSettings.methods'; import { setApHostname, setApSsids } from './apSpecialized.methods'; /** * All operations available for the ap resource in configuration domain */ export declare const apOperations: { getApCli: typeof getApCliConfig; replaceApCli: typeof replaceApCliConfig; getApSettings: typeof getApSettings; replaceApSettings: typeof replaceApSettings; setApHostname: typeof setApHostname; setApSsids: typeof setApSsids; };