API Guide

Table Of Contents
HTTP
Code
Description Schema
201
Successfully registered the ArrayManagementProvider
Headers :
Location (string) : URI of registered AMP.
ArrayManagemen
tProvider
400 Bad request, for incorrect IP address Error
401 Unauthorzied error, in case of invalid username or password Error
Example HTTP response
Response 201
{
Ê "provider_type" : "SMI-S",
Ê "connectivity" : "connected",
Ê "port" : "port",
Ê "user_name" : "user_name",
Ê "use_ssl" : true,
Ê "name" : "name",
Ê "ip_address" : "ip_address",
Ê "managed_arrays" : [ "managed_arrays", "managed_arrays" ]
}
3.2.2. Returns a list of registered AMPs
GET /clusters/{cluster_name}/array_management_providers
Parameters
Type Name Description Schema
Path
cluster_name
required
The name of the cluster string
Query
connectivity_s
tatus
optional
Filter results by connectivity_status. See
LexicalQueryExpression for details.
string
(LexicalQueryExpres
sion)
Query
fields
optional
Select which fields are included in the response.
'name' is always included. See
FieldSelectionExpression for details.
string
(FieldSelectionExpre
ssion)
Query
limit
optional
<p>Maximum number of elements to include in
paginated results.<br> <b>'offset' must also be
specified.<b>
integer (int32)
Query
offset
optional
Index of the first element to include in paginated
results.<br> <b>'limit' must also be
specified.</b>
integer (int32)
5