Returns the list of dependents that invoked the specified service during the provided time range. Dependents include other services, CloudWatch Synthetics canaries, and clients that are instrumented with CloudWatch RUM app monitors.
post/service-dependents#StartTime&EndTime
Query parameters
StartTimestring date-time required
<p>The start of the time period to retrieve information about. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: <code>1698778057</code> </p> <p>Your requested start time will be rounded to the nearest hour.</p>
EndTimestring date-time required
<p>The end of the time period to retrieve information about. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: <code>1698778057</code> </p> <p>Your requested start time will be rounded to the nearest hour.</p>
MaxResultsinteger
The maximum number of results to return in one operation. If you omit this parameter, the default of 50 is used.
NextTokenstring
Include this value, if it was returned by the previous operation, to get the next set of service dependents.
Request body
Response
Success