get https://{hostname}/concerto/services/rest/Results/v1//collection
Queries collection related metrics (pages, transactions, etc.) from a result with grouping/aggregation by location, time in seconds or minutes, network profile, element type, or element name. Use this to determine page load time or transactions per second (tps) or get the 90th percentile for a transaction.
Valid groupBy fields
groupBy values | description |
---|---|
second | Collections which started in the same second. |
minute | Collections which started in the same minute. |
location | Location of the load generator which ran the collection. |
networkProfile | Network profile used for for the collection. |
error | Collections which share the same error. This is not directly related to errors within the page/transaction, etc. |
elementType | Type of element. For example, transaction, page. |
elementName | Name of the element. |
flattenedHierarchy | Hierarchy expressed as a path. For example, "Shopper Clip," "Cart transaction," "Cart page." |
hierarchy | Hierarchy where each node of the hierarchy is a node in the JSON and the JSON reflects a parent/child set of relationships. |