Skip to contents

Lists information for multiple secure browser sessions from a specific portal.

See https://www.paws-r-sdk.com/docs/workspacesweb_list_sessions/ for full documentation.

Usage

workspacesweb_list_sessions(
  portalId,
  username = NULL,
  sessionId = NULL,
  sortBy = NULL,
  status = NULL,
  maxResults = NULL,
  nextToken = NULL
)

Arguments

portalId

[required] The ID of the web portal for the sessions.

username

The username of the session.

sessionId

The ID of the session.

sortBy

The method in which the returned sessions should be sorted.

status

The status of the session.

maxResults

The maximum number of results to be included in the next page.

nextToken

The pagination token used to retrieve the next page of results for this operation.