/AWS1/CL_CWSLSTSVCDEPENDENCI01¶
ListServiceDependenciesOutput
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:
1698778057This 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:
1698778057This 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_servicedependencies TYPE /AWS1/CL_CWSSERVICEDEPENDENCY=>TT_SERVICEDEPENDENCIES TT_SERVICEDEPENDENCIES¶
An array, where each object in the array contains information about one of the dependencies 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 dependencies.
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:
1698778057This 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:
1698778057This 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 |
ServiceDependencies¶
An array, where each object in the array contains information about one of the dependencies of this service.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SERVICEDEPENDENCIES() |
Getter for SERVICEDEPENDENCIES, with configurable default |
ASK_SERVICEDEPENDENCIES() |
Getter for SERVICEDEPENDENCIES w/ exceptions if field has no |
HAS_SERVICEDEPENDENCIES() |
Determine if SERVICEDEPENDENCIES has a value |
NextToken¶
Include this value in your next use of this API to get next set of service dependencies.
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 |