Skip to content

/AWS1/CL_CWSLSTSVCDEPENDENTS01

ListServiceDependentsOutput

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_SERVICEDEPENDENTS TYPE /AWS1/CL_CWSSERVICEDEPENDENT=>TT_SERVICEDEPENDENTS TT_SERVICEDEPENDENTS

An array, where each object in the array contains information about one of the dependents of this service.

Optional arguments:

IV_NEXTTOKEN TYPE /AWS1/CWSNEXTTOKEN /AWS1/CWSNEXTTOKEN

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


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

ServiceDependents

An array, where each object in the array contains information about one of the dependents of this service.

Accessible with the following methods

Method Description
GET_SERVICEDEPENDENTS() Getter for SERVICEDEPENDENTS, with configurable default
ASK_SERVICEDEPENDENTS() Getter for SERVICEDEPENDENTS w/ exceptions if field has no v
HAS_SERVICEDEPENDENTS() Determine if SERVICEDEPENDENTS has a value

NextToken

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

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