listRoamingcomputers: Return a list of RoamingComputers

Description Usage Arguments

View source: R/ManagementAPI.R

Description

Return a list of RoamingComputers

Usage

1
2
3
4
5
6
7
8
9
listRoamingcomputers(
  limit = 100,
  page = 1,
  name = NULL,
  status = NULL,
  lastSyncBefore = NULL,
  lastSyncAfter = NULL,
  organizationId = Sys.getenv("umbrellaOrganizationId")
)

Arguments

limit

Number of results to return for the given page number.

page

Page number of results.

name
status
lastSyncBefore
lastSyncAfter
organizationId

The organizationID related to this RoamingComputer


samterfa/umbrella documentation built on Dec. 31, 2020, 5:04 a.m.