get http://<host>:9100/api/versioned/v1/projects//publishedClusterVersions
This endpoint accepts a list of newline separated persistent cluster IDs. For example, the example above includes a clusters file containing two IDs:
309ca70c-3f25-3960-b4c6-fbe0ae969b41
7a0f3c41-87fd-3bfd-abea-eeeb8383091c
Response Fields
Returns newline-separated JSON for each cluster specified in the input. Each JSON object describes the specified cluster ID and a list of every record in the cluster, for each published version of the cluster.
Field | Description |
---|---|
id | The persistent ID of the specified cluster. |
versions | A list of each published version of the cluster. Each version contains metadata about the cluster, and a list of all record IDs in the cluster, as follows: - version - timestamp - name - metrics (metricName, metricValue) - recordIds (entityId, originSourceId, originEntityId) |