Retrieves the list of metrics and dimensions that a RUM app monitor is sending to a single destination.
get/rummetrics/{AppMonitorName}/metrics#destination
Path parameters
AppMonitorNamestring required
The name of the CloudWatch RUM app monitor that is sending the metrics.
Query parameters
destination'CloudWatch' | 'Evidently' required
The type of destination that you want to view metrics for. Valid values are <code>CloudWatch</code> and <code>Evidently</code>.
destinationArnstring
<p>This parameter is required if <code>Destination</code> is <code>Evidently</code>. If <code>Destination</code> is <code>CloudWatch</code>, do not use this parameter.</p> <p>This parameter specifies the ARN of the Evidently experiment that corresponds to the destination.</p>
maxResultsinteger
<p>The maximum number of results to return in one operation. The default is 50. The maximum that you can specify is 100.</p> <p>To retrieve the remaining results, make another call with the returned <code>NextToken</code> value. </p>
nextTokenstring
Use the token returned by the previous operation to request the next page of results.
Response
Success