Skip to content

/AWS1/CL_TBDLISTMONITORSRSP

ListMonitorsResponse

CONSTRUCTOR

IMPORTING

Required arguments:

IT_MONITORS TYPE /AWS1/CL_TBDMONITORSUMMARY=>TT_MONITORSUMMARIES TT_MONITORSUMMARIES

A list of MonitorSummary objects that describe your monitors in the Deadline Cloud.

Optional arguments:

IV_NEXTTOKEN TYPE /AWS1/TBDSTRING /AWS1/TBDSTRING

If Deadline Cloud returns nextToken, then there are more results available. The value of nextToken is a unique pagination token for each page. To retrieve the next page, call the operation again using the returned token. Keep all other arguments unchanged. If no results remain, then nextToken is set to null. Each pagination token expires after 24 hours. If you provide a token that isn't valid, then you receive an HTTP 400 ValidationException error.


Queryable Attributes

nextToken

If Deadline Cloud returns nextToken, then there are more results available. The value of nextToken is a unique pagination token for each page. To retrieve the next page, call the operation again using the returned token. Keep all other arguments unchanged. If no results remain, then nextToken is set to null. Each pagination token expires after 24 hours. If you provide a token that isn't valid, then you receive an HTTP 400 ValidationException error.

Accessible with the following methods

Method Description
GET_NEXTTOKEN() Getter for NEXTTOKEN, with configurable default
ASK_NEXTTOKEN() Getter for NEXTTOKEN w/ exceptions if field has no value
HAS_NEXTTOKEN() Determine if NEXTTOKEN has a value

monitors

A list of MonitorSummary objects that describe your monitors in the Deadline Cloud.

Accessible with the following methods

Method Description
GET_MONITORS() Getter for MONITORS, with configurable default
ASK_MONITORS() Getter for MONITORS w/ exceptions if field has no value
HAS_MONITORS() Determine if MONITORS has a value