Skip to content

/AWS1/CL_CWSLISTSERVICESOUTPUT

ListServicesOutput

CONSTRUCTOR

IMPORTING

Required arguments:

IV_STARTTIME TYPE /AWS1/CWSTIMESTAMP /AWS1/CWSTIMESTAMP

The start of the time period that the returned information applies to. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057

This displays the time that Application Signals used for the request. It might not match your request exactly, because it was rounded to the nearest hour.

IV_ENDTIME TYPE /AWS1/CWSTIMESTAMP /AWS1/CWSTIMESTAMP

The end of the time period that the returned information applies to. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057

This displays the time that Application Signals used for the request. It might not match your request exactly, because it was rounded to the nearest hour.

IT_SERVICESUMMARIES TYPE /AWS1/CL_CWSSERVICESUMMARY=>TT_SERVICESUMMARIES TT_SERVICESUMMARIES

An array of structures, where each structure contains some information about a service. To get complete information about a service, use GetService.

Optional arguments:

IV_NEXTTOKEN TYPE /AWS1/CWSNEXTTOKEN /AWS1/CWSNEXTTOKEN

Include this value in your next use of this API to get next set of services.


Queryable Attributes

StartTime

The start of the time period that the returned information applies to. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057

This displays the time that Application Signals used for the request. It might not match your request exactly, because it was rounded to the nearest hour.

Accessible with the following methods

Method Description
GET_STARTTIME() Getter for STARTTIME, with configurable default
ASK_STARTTIME() Getter for STARTTIME w/ exceptions if field has no value
HAS_STARTTIME() Determine if STARTTIME has a value

EndTime

The end of the time period that the returned information applies to. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057

This displays the time that Application Signals used for the request. It might not match your request exactly, because it was rounded to the nearest hour.

Accessible with the following methods

Method Description
GET_ENDTIME() Getter for ENDTIME, with configurable default
ASK_ENDTIME() Getter for ENDTIME w/ exceptions if field has no value
HAS_ENDTIME() Determine if ENDTIME has a value

ServiceSummaries

An array of structures, where each structure contains some information about a service. To get complete information about a service, use GetService.

Accessible with the following methods

Method Description
GET_SERVICESUMMARIES() Getter for SERVICESUMMARIES, with configurable default
ASK_SERVICESUMMARIES() Getter for SERVICESUMMARIES w/ exceptions if field has no va
HAS_SERVICESUMMARIES() Determine if SERVICESUMMARIES has a value

NextToken

Include this value in your next use of this API to get next set of services.

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