Skip to content

/AWS1/CL_CWSLISTSVCSTATESOUT

ListServiceStatesOutput

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 epoch time in seconds. For example, 1698778057.

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 epoch time in seconds. For example, 1698778057.

it_servicestates TYPE /AWS1/CL_CWSSERVICESTATE=>TT_SERVICESTATES TT_SERVICESTATES

An array of structures, where each structure contains information about the state of one service, including its latest change events such as deployments.

Optional arguments:

iv_nexttoken TYPE /AWS1/CWSNEXTTOKEN /AWS1/CWSNEXTTOKEN

Include this value in your next use of this API to get the next set of service states.


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 epoch time in seconds. For example, 1698778057.

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 epoch time in seconds. For example, 1698778057.

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

ServiceStates

An array of structures, where each structure contains information about the state of one service, including its latest change events such as deployments.

Accessible with the following methods

Method Description
GET_SERVICESTATES() Getter for SERVICESTATES, with configurable default
ASK_SERVICESTATES() Getter for SERVICESTATES w/ exceptions if field has no value
HAS_SERVICESTATES() Determine if SERVICESTATES has a value

NextToken

Include this value in your next use of this API to get the next set of service states.

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