cloudwatchapplicationsignals_list_services: Returns a list of services that have been discovered by...

View source: R/cloudwatchapplicationsignals_operations.R

cloudwatchapplicationsignals_list_servicesR Documentation

Returns a list of services that have been discovered by Application Signals

Description

Returns a list of services that have been discovered by Application Signals. A service represents a minimum logical and transactional unit that completes a business function. Services are discovered through Application Signals instrumentation.

See https://www.paws-r-sdk.com/docs/cloudwatchapplicationsignals_list_services/ for full documentation.

Usage

cloudwatchapplicationsignals_list_services(
  StartTime,
  EndTime,
  MaxResults = NULL,
  NextToken = NULL
)

Arguments

StartTime

[required] 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: 1698778057

Your requested start time will be rounded to the nearest hour.

EndTime

[required] 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: 1698778057

Your requested start time will be rounded to the nearest hour.

MaxResults

The maximum number of results to return in one operation. If you omit this parameter, the default of 50 is used.

NextToken

Include this value, if it was returned by the previous operation, to get the next set of services.


paws.management documentation built on April 3, 2025, 10:39 p.m.