Skip to content

/AWS1/CL_CAT=>LISTDEVENVIRONMENTSESSIONS()

About ListDevEnvironmentSessions

Retrieves a list of active sessions for a Dev Environment in a project.

Method Signature

IMPORTING

Required arguments:

IV_SPACENAME TYPE /AWS1/CATNAMESTRING /AWS1/CATNAMESTRING

The name of the space.

IV_PROJECTNAME TYPE /AWS1/CATNAMESTRING /AWS1/CATNAMESTRING

The name of the project in the space.

IV_DEVENVIRONMENTID TYPE /AWS1/CATUUID /AWS1/CATUUID

The system-generated unique ID of the Dev Environment.

Optional arguments:

IV_NEXTTOKEN TYPE /AWS1/CATSTRING /AWS1/CATSTRING

A token returned from a call to this API to indicate the next batch of results to return, if any.

IV_MAXRESULTS TYPE /AWS1/CATINTEGER /AWS1/CATINTEGER

The maximum number of results to show in a single call to this API. If the number of results is larger than the number you specified, the response will include a NextToken element, which you can use to obtain additional results.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_CATLSTDEVENVIRONMEN03 /AWS1/CL_CATLSTDEVENVIRONMEN03