@edgible-team/sdk
    Preparing search index...

    Class DevicePoolsClient

    Device pool reads and per-device WireGuard config lookup.

    Index

    Constructors

    Methods

    • The organization's default pool. Back-compat single-pool read: the backend (getOrganizationPool) returns the org's first pool. Use list for all pools.

      Parameters

      Returns Promise<DevicePoolData>

    • A device's WireGuard config within a pool.

      Deliberate behavior change (D3): the legacy api-client swallowed 404 and returned null; this method lets the pipeline's NotFoundError propagate when the device has no WireGuard config in the pool.

      Parameters

      • params: { deviceId: string; poolId: string }
      • Optionalopts: RequestOptions

      Returns Promise<DeviceWireGuardConfig>