API Guide

Table Of Contents
Chapter 3. Resources
3.1. Aggregate
3.1.1. Groups the resources at the given URI by the values of the provided
fields and returns aggregated computations for each group
GET /aggregates
Parameters
Type Name Description Schema
Query
group_by
required
Comma-separated list of fields to aggregate on string
Query
uri
required
URI of collection to aggregate string
Responses
HTTP
Code
Description Schema
200 A JSON array of aggregates Aggregates
3.2. Amp
3.2.1. Register a new ArrayManagementProvider
POST /clusters/{cluster_name}/array_management_providers
Parameters
Type Name Description Schema
Path
cluster_name
required
The name of the cluster string
Body
amp_payload
required
amp_payload
Responses
4