REST Resource: projects.histories.executions.clusters

Resource: ScreenshotCluster

JSON representation
{
  "clusterId": string,
  "keyScreen": {
    object (Screen)
  },
  "activity": string,
  "screens": [
    {
      object (Screen)
    }
  ]
}
Fields
clusterId

string

A unique identifier for the cluster.

Note: This field is used in responses only. Any value specified here in a request is ignored.

keyScreen

object (Screen)

A singular screen that represents the cluster as a whole. This screen will act as the "cover" of the entire cluster. When users look at the clusters, only the key screen from each cluster will be shown. Which screen is the key screen is determined by the ClusteringAlgorithm

activity

string

A string that describes the activity of every screen in the cluster.

screens[]

object (Screen)

Full list of screens.

Screen

JSON representation
{
  "fileReference": string,
  "model": string,
  "version": string,
  "locale": string
}
Fields
fileReference

string

File reference of the png file. Required.

model

string

Model of the device that the screenshot was taken on. Required.

version

string

OS version of the device that the screenshot was taken on. Required.

locale

string

Locale of the device that the screenshot was taken on. Required.

Methods

get

Retrieves a single screenshot cluster by its ID

list

Lists Screenshot Clusters

Returns the list of screenshot clusters corresponding to an execution.