API Guide

Table Of Contents
Type Name Description Schema
Query
sort_by
optional
Specify the field priority order and direction for
sorting. See SortingOrderExpression for details.
string
(SortingOrderExpres
sion)
Responses
HTTP
Code
Description Schema
200
A JSON array of registered AMPs
Headers :
X-Total-Count (integer) : The total number of entities in the result set
after filtering.
<
ArrayManagemen
tProvider > array
500 Internal server error Error
3.2.3. Returns the details of an AMP
GET /clusters/{cluster_name}/array_management_providers/{name}
Parameters
Type Name Description Schema
Path
cluster_name
required
The name of the cluster string
Path
name
required
The name of a specific instance of the resource string
Query
fields
optional
Select which fields are included in the response.
'name' is always included. See
FieldSelectionExpression for details.
string
(FieldSelectionExpre
ssion)
Responses
HTTP
Code
Description Schema
200 A single AMP
ArrayManagemen
tProvider
Example HTTP response
Response 200
6