Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/aruba_airwave/mod.ts>ClientInit

Aruba AirWave REST API client for Deno.
Latest
interface ClientInit
import { type ClientInit } from "https://deno.land/x/aruba_airwave@v1.0.2/mod.ts";

Properties

host: string

AirWave IP address or host.

optional
username: string

AirWave login username. If not defined in-code, defaults to ARUBA_AIRWAVE_USERNAME environment variable. If not defined as an environment variable, defaults to admin.

optional
password: string

AirWave login password. If not defined in-code, defaults to ARUBA_AIRWAVE_PASSWORD environment variable. If not defined as an environment variable, defaults to an empty string.