UNPKG

aruba-admin

Version:

A TypeScript/Node.js library for interacting with Aruba Cloud's SOAP API with full type support and multi-region connectivity.

10 lines (9 loc) 163 B
/** GetLogs */ export interface GetLogs { /** xs:int */ serverId?: number; /** xs:dateTime */ from?: Date; /** xs:dateTime */ to?: Date; }