API Guide

Table Of Contents
{
Ê "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.4. Unregisters an AMP
DELETE /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
Responses
HTTP
Code
Description Schema
204 Successfully unregistered the ArrayManagementProvider No Content
3.3. Bulk
3.3.1. Make a bulk request
POST /bulk/
Parameters
Type Name Schema
Body
request
required
< string, object > map
7