An open API service indexing awesome lists of open source software.

https://github.com/hewlettpackard/greenlake-data-services-python

Python library to interact with HPE Greenlake Data Service resources
https://github.com/hewlettpackard/greenlake-data-services-python

api data-services hpe-greenlake python

Last synced: about 1 year ago
JSON representation

Python library to interact with HPE Greenlake Data Service resources

Awesome Lists containing this project

README

          

# greenlake_data_services
Data Services Cloud Console API

This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 1.2.0
- Package version: 1.0.0
- Build package: org.openapitools.codegen.languages.PythonClientCodegen

## Requirements.

Python >=3.6

## Installation & Usage
### pip install

If the python package is hosted on a repository, you can install directly using:

```sh
pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git
```
(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git`)

Then import the package:
```python
import greenlake_data_services
```

### Setuptools

Install via [Setuptools](http://pypi.python.org/pypi/setuptools).

```sh
python setup.py install --user
```
(or `sudo python setup.py install` to install the package for all users)

Then import the package:
```python
import greenlake_data_services
```

## Getting Started

Please follow the [installation procedure](#installation--usage) and then run the following:

```python

import time
import greenlake_data_services
from pprint import pprint
from greenlake_data_services.api import alarms_api
from greenlake_data_services.model.error import Error
from greenlake_data_services.model.error_response import ErrorResponse
from greenlake_data_services.model.nimble_alarms_list import NimbleAlarmsList
from greenlake_data_services.model.nimble_alarms_with_request_uri import NimbleAlarmsWithRequestUri
# Defining the host is optional and defaults to https://eu1.data.cloud.hpe.com
# See configuration.py for a list of all supported configuration parameters.
configuration = greenlake_data_services.Configuration(
host = "https://eu1.data.cloud.hpe.com"
)

# The client must configure the authentication and authorization parameters
# in accordance with the API server security policy.
# Examples for each auth method are provided below, use the example that
# satisfies your auth use case.

# Configure Bearer authorization (JWT): JWTAuth
configuration = greenlake_data_services.Configuration(
access_token = 'YOUR_BEARER_TOKEN'
)

# Enter a context with an instance of the API client
with greenlake_data_services.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = alarms_api.AlarmsApi(api_client)
system_id = "2a0df0fe6f7dc7bb16000000000000000000004817" # str | ID of the storage system
limit = 10 # int | Number of items to return at a time (optional)
offset = 5 # int | The offset of the first item in the collection to return (optional)
filter = "id eq 2a0df0fe6f7dc7bb16000000000000000000004817" # str | Lucene query to filter Alarms by Key. (optional)
sort = "name desc" # str | Data query to sort Alarm resource by Key. (optional)
select = "id" # str | Query to select only the required parameters, separated by . if nested (optional)

try:
# Get all alarms of Nimble / Alletra 6K
api_response = api_instance.device_type2_get_alarms(system_id, limit=limit, offset=offset, filter=filter, sort=sort, select=select)
pprint(api_response)
except greenlake_data_services.ApiException as e:
print("Exception when calling AlarmsApi->device_type2_get_alarms: %s\n" % e)
```

## Documentation for API Endpoints

All URIs are relative to *https://eu1.data.cloud.hpe.com*

Class | Method | HTTP request | Description
------------ | ------------- | ------------- | -------------
*AlarmsApi* | [**device_type2_get_alarms**](docs/AlarmsApi.md#device_type2_get_alarms) | **GET** /api/v1/storage-systems/device-type2/{systemId}/alarms | Get all alarms of Nimble / Alletra 6K
*AlarmsApi* | [**device_type2_get_alarms_using_alarm_id**](docs/AlarmsApi.md#device_type2_get_alarms_using_alarm_id) | **GET** /api/v1/storage-systems/device-type2/{systemId}/alarms/{alarmId} | Get all alarms of Nimble / Alletra 6K identified by {alarmId}
*AuditApi* | [**audit_events_get**](docs/AuditApi.md#audit_events_get) | **GET** /api/v1/audit-events | GET audit-events
*AuditEventApi* | [**device_type2_get_events**](docs/AuditEventApi.md#device_type2_get_events) | **GET** /api/v1/storage-systems/device-type2/{systemId}/events | Get all events of Nimble / Alletra 6K
*AuditEventApi* | [**device_type2_get_events_using_event_id**](docs/AuditEventApi.md#device_type2_get_events_using_event_id) | **GET** /api/v1/storage-systems/device-type2/{systemId}/events/{eventId} | Get all events of Nimble / Alletra 6K identified by {eventId}
*AuthzApi* | [**get_access_controls**](docs/AuthzApi.md#get_access_controls) | **GET** /api/v1/access-controls | Get User Accessible Resources
*AuthzApi* | [**get_resource_types**](docs/AuthzApi.md#get_resource_types) | **GET** /api/v1/resource-types | Get resource types with read permissions
*ControllersApi* | [**device_type1_node_batteries_get_by_id**](docs/ControllersApi.md#device_type1_node_batteries_get_by_id) | **GET** /api/v1/storage-systems/device-type1/{systemId}/nodes/{nodeId}/nodes-batteries/{id} | Get details of Primera / Alletra 9K Node Battery identified by {nodeId} and {id}
*ControllersApi* | [**device_type1_node_batteries_list**](docs/ControllersApi.md#device_type1_node_batteries_list) | **GET** /api/v1/storage-systems/device-type1/{systemId}/nodes/{nodeId}/nodes-batteries | Get details of Primera / Alletra 9K Node Batteries identified by {nodeId}
*ControllersApi* | [**device_type1_node_cards_get_by_id**](docs/ControllersApi.md#device_type1_node_cards_get_by_id) | **GET** /api/v1/storage-systems/device-type1/{systemId}/nodes/{nodeId}/node-cards/{id} | Get details of Primera / Alletra 9K Node Card identified by {nodeId} and {id}
*ControllersApi* | [**device_type1_node_cards_list**](docs/ControllersApi.md#device_type1_node_cards_list) | **GET** /api/v1/storage-systems/device-type1/{systemId}/nodes/{nodeId}/node-cards | Get details of Primera / Alletra 9K Node Cards identified by {nodeId}
*ControllersApi* | [**device_type1_node_component_performance_statistics_get**](docs/ControllersApi.md#device_type1_node_component_performance_statistics_get) | **GET** /api/v1/storage-systems/device-type1/{systemId}/nodes/{nodeId}/component-performance-statistics | Get component performance statistics details of Primera / Alletra 9K node idenfified by {nodeId}
*ControllersApi* | [**device_type1_node_cpus_get_by_id**](docs/ControllersApi.md#device_type1_node_cpus_get_by_id) | **GET** /api/v1/storage-systems/device-type1/{systemId}/nodes/{nodeId}/node-cpus/{id} | Get details of Primera / Alletra 9K Node Cpu identified by {nodeId} and {id}
*ControllersApi* | [**device_type1_node_cpus_list**](docs/ControllersApi.md#device_type1_node_cpus_list) | **GET** /api/v1/storage-systems/device-type1/{systemId}/nodes/{nodeId}/node-cpus | Get details of Primera / Alletra 9K Node Cpus identified by {nodeId}
*ControllersApi* | [**device_type1_node_drives_get_by_id**](docs/ControllersApi.md#device_type1_node_drives_get_by_id) | **GET** /api/v1/storage-systems/device-type1/{systemId}/nodes/{nodeId}/node-drives/{id} | Get details of Primera / Alletra 9K Node Drive identified by {nodeId} and {id}
*ControllersApi* | [**device_type1_node_drives_list**](docs/ControllersApi.md#device_type1_node_drives_list) | **GET** /api/v1/storage-systems/device-type1/{systemId}/nodes/{nodeId}/node-drives | Get details of Primera / Alletra 9K Node Drives identified by {nodeId}
*ControllersApi* | [**device_type1_node_mcus_get_by_id**](docs/ControllersApi.md#device_type1_node_mcus_get_by_id) | **GET** /api/v1/storage-systems/device-type1/{systemId}/nodes/{nodeId}/node-mcus/{id} | Get details of Primera / Alletra 9K Node Mcu identified by {nodeId} and {id}
*ControllersApi* | [**device_type1_node_mcus_list**](docs/ControllersApi.md#device_type1_node_mcus_list) | **GET** /api/v1/storage-systems/device-type1/{systemId}/nodes/{nodeId}/node-mcus | Get details of Primera / Alletra 9K Node Mcus identified by {nodeId}
*ControllersApi* | [**device_type1_node_mems_get_by_id**](docs/ControllersApi.md#device_type1_node_mems_get_by_id) | **GET** /api/v1/storage-systems/device-type1/{systemId}/nodes/{nodeId}/node-mems/{id} | Get details of Primera / Alletra 9K Node Memory identified by {nodeId} and {id}
*ControllersApi* | [**device_type1_node_mems_list**](docs/ControllersApi.md#device_type1_node_mems_list) | **GET** /api/v1/storage-systems/device-type1/{systemId}/nodes/{nodeId}/node-mems | Get details of Primera / Alletra 9K Node Memories identified by {nodeId}
*ControllersApi* | [**device_type1_node_powers_get_by_id**](docs/ControllersApi.md#device_type1_node_powers_get_by_id) | **GET** /api/v1/storage-systems/device-type1/{systemId}/nodes/{nodeId}/node-powers/{id} | Get details of Primera / Alletra 9K Node Power Supply identified by {nodeId} and {id}
*ControllersApi* | [**device_type1_node_powers_list**](docs/ControllersApi.md#device_type1_node_powers_list) | **GET** /api/v1/storage-systems/device-type1/{systemId}/nodes/{nodeId}/node-powers | Get details of Primera / Alletra 9K Node Power Supplies identified by {nodeId}
*ControllersApi* | [**device_type1_nodes_get_by_id**](docs/ControllersApi.md#device_type1_nodes_get_by_id) | **GET** /api/v1/storage-systems/device-type1/{systemId}/nodes/{id} | Get details of Primera / Alletra 9K Node identified by {id}
*ControllersApi* | [**device_type1_nodes_list**](docs/ControllersApi.md#device_type1_nodes_list) | **GET** /api/v1/storage-systems/device-type1/{systemId}/nodes | Get details of Primera / Alletra 9K Nodes
*ControllersApi* | [**device_type2_controller_halt**](docs/ControllersApi.md#device_type2_controller_halt) | **POST** /api/v1/storage-systems/device-type2/{systemId}/controllers/{controllerId}/actions/halt | Perform halt of Nimble / Alletra 6K controller identified by {controllerId}
*ControllersApi* | [**device_type2_get_all_controllers**](docs/ControllersApi.md#device_type2_get_all_controllers) | **GET** /api/v1/storage-systems/device-type2/{systemId}/controllers | Get all controllers details by Nimble / Alletra 6K
*ControllersApi* | [**device_type2_get_controller_by_id**](docs/ControllersApi.md#device_type2_get_controller_by_id) | **GET** /api/v1/storage-systems/device-type2/{systemId}/controllers/{controllerId} | Get details of Nimble / Alletra 6K Controller identified by {controllerId}
*ControllersApi* | [**node_powers_locate_pcmbby_id**](docs/ControllersApi.md#node_powers_locate_pcmbby_id) | **POST** /api/v1/storage-systems/device-type1/{systemId}/nodes/{nodeId}/node-powers/{id} | Locate PCBM of Primera / Alletra 9K identified by {id}
*ControllersApi* | [**nodes_locate_by_id**](docs/ControllersApi.md#nodes_locate_by_id) | **POST** /api/v1/storage-systems/device-type1/{systemId}/nodes/{id} | Locate node of Primera / Alletra 9K identified by {id}
*DisksApi* | [**device_type2_disk_edit**](docs/DisksApi.md#device_type2_disk_edit) | **PUT** /api/v1/storage-systems/device-type2/{systemId}/disks/{diskId} | Edit details of Nimble / Alletra 6K disk identified by {diskId}
*DisksApi* | [**device_type2_get_all_disks**](docs/DisksApi.md#device_type2_get_all_disks) | **GET** /api/v1/storage-systems/device-type2/{systemId}/disks | Get all disks details by Nimble / Alletra 6K
*DisksApi* | [**device_type2_get_disk_by_id**](docs/DisksApi.md#device_type2_get_disk_by_id) | **GET** /api/v1/storage-systems/device-type2/{systemId}/disks/{diskId} | Get details of Nimble / Alletra 6K disk identified by {diskId}
*FoldersApi* | [**device_type2_folder_create**](docs/FoldersApi.md#device_type2_folder_create) | **POST** /api/v1/storage-systems/device-type2/{systemId}/folders | Create Nimble / Alletra 6K folder in system identified by {systemId}
*FoldersApi* | [**device_type2_folder_edit**](docs/FoldersApi.md#device_type2_folder_edit) | **PUT** /api/v1/storage-systems/device-type2/{systemId}/folders/{folderId} | Edit details of Nimble / Alletra 6K folder identified by {folderId}
*FoldersApi* | [**device_type2_get_folder_by_id**](docs/FoldersApi.md#device_type2_get_folder_by_id) | **GET** /api/v1/storage-systems/device-type2/{systemId}/folders/{folderId} | Get details of Nimble / Alletra 6K Folders identified by {folderId}
*FoldersApi* | [**device_type2_remove_folder_by_id**](docs/FoldersApi.md#device_type2_remove_folder_by_id) | **DELETE** /api/v1/storage-systems/device-type2/{systemId}/folders/{folderId} | Remove Nimble / Alletra 6K folder identified by {folderId}
*HealthStatusApi* | [**device_type2_get_health_status**](docs/HealthStatusApi.md#device_type2_get_health_status) | **GET** /api/v1/storage-systems/device-type2/{systemId}/health-status | Get details of Nimble / Alletra 6K health status
*HealthStatusApi* | [**device_type2_get_health_status_using_health_id**](docs/HealthStatusApi.md#device_type2_get_health_status_using_health_id) | **GET** /api/v1/storage-systems/device-type2/{systemId}/health-status/{healthStatusId} | Get details of Nimble / Alletra 6K health status identified by {healthStatusId}
*HostInitiatorGroupsApi* | [**device_type2_get_all_host_initiator_groups**](docs/HostInitiatorGroupsApi.md#device_type2_get_all_host_initiator_groups) | **GET** /api/v1/storage-systems/device-type2/{systemId}/host-groups | Get all nimble host initiator groups details by Nimble / Alletra 6K
*HostInitiatorGroupsApi* | [**device_type2_get_host_initiator_group_by_id**](docs/HostInitiatorGroupsApi.md#device_type2_get_host_initiator_group_by_id) | **GET** /api/v1/storage-systems/device-type2/{systemId}/host-groups/{hostInitiatorGroupId} | Get details of Nimble / Alletra 6K Nimble Initiators identified by {hostInitiatorGroupId}
*HostInitiatorGroupsApi* | [**device_type2_host_initiator_group_create**](docs/HostInitiatorGroupsApi.md#device_type2_host_initiator_group_create) | **POST** /api/v1/storage-systems/device-type2/{systemId}/host-groups | Create Nimble / Alletra 6K initiator group in system identified by {systemId}
*HostInitiatorGroupsApi* | [**device_type2_remove_host_initiator_group_by_id**](docs/HostInitiatorGroupsApi.md#device_type2_remove_host_initiator_group_by_id) | **DELETE** /api/v1/storage-systems/device-type2/{systemId}/host-groups/{hostInitiatorGroupId} | Remove initiator-groups identified by {hostInitiatorGroupId} from Nimble / Alletra 6K
*HostInitiatorGroupsApi* | [**device_type2_update_host_initiator_group_by_id**](docs/HostInitiatorGroupsApi.md#device_type2_update_host_initiator_group_by_id) | **PUT** /api/v1/storage-systems/device-type2/{systemId}/host-groups/{hostInitiatorGroupId} | Update initiator-groups identified by {hostInitiatorGroupId}
*HostInitiatorGroupsApi* | [**host_group_create**](docs/HostInitiatorGroupsApi.md#host_group_create) | **POST** /api/v1/host-initiator-groups | Create a host group
*HostInitiatorGroupsApi* | [**host_group_delete**](docs/HostInitiatorGroupsApi.md#host_group_delete) | **DELETE** /api/v1/host-initiator-groups/{hostGroupId} | Delete a host group by {hostGroupId}
*HostInitiatorGroupsApi* | [**host_group_get_by_id**](docs/HostInitiatorGroupsApi.md#host_group_get_by_id) | **GET** /api/v1/host-initiator-groups/{hostGroupId} | Get the host group details by {hostGroupId}
*HostInitiatorGroupsApi* | [**host_group_list**](docs/HostInitiatorGroupsApi.md#host_group_list) | **GET** /api/v1/host-initiator-groups | Get the list of host groups
*HostInitiatorGroupsApi* | [**host_group_update_by_id**](docs/HostInitiatorGroupsApi.md#host_group_update_by_id) | **PUT** /api/v1/host-initiator-groups/{hostGroupId} | Update host group by {hostGroupId}
*HostInitiatorsApi* | [**device_type2_get_all_initiators**](docs/HostInitiatorsApi.md#device_type2_get_all_initiators) | **GET** /api/v1/storage-systems/device-type2/{systemId}/host-initiators | Get all nimble initiators details by Nimble / Alletra 6K
*HostInitiatorsApi* | [**device_type2_get_initiators_by_id**](docs/HostInitiatorsApi.md#device_type2_get_initiators_by_id) | **GET** /api/v1/storage-systems/device-type2/{systemId}/host-initiators/{hostInitiatorId} | Get details of Nimble / Alletra 6K Nimble Initiators identified by {hostInitiatorId}
*HostInitiatorsApi* | [**device_type2_initiators_create**](docs/HostInitiatorsApi.md#device_type2_initiators_create) | **POST** /api/v1/storage-systems/device-type2/{systemId}/host-initiators | Create Nimble / Alletra 6K nimble initiator in system identified by {systemId}
*HostInitiatorsApi* | [**device_type2_remove_initiators_by_id**](docs/HostInitiatorsApi.md#device_type2_remove_initiators_by_id) | **DELETE** /api/v1/storage-systems/device-type2/{systemId}/host-initiators/{hostInitiatorId} | Remove Nimble Initiator identified by {hostInitiatorId} from Nimble / Alletra 6K
*HostInitiatorsApi* | [**host_create**](docs/HostInitiatorsApi.md#host_create) | **POST** /api/v1/host-initiators | Create a host
*HostInitiatorsApi* | [**host_delete**](docs/HostInitiatorsApi.md#host_delete) | **DELETE** /api/v1/host-initiators/{hostId} | Delete a host by {hostId}
*HostInitiatorsApi* | [**host_get_by_id**](docs/HostInitiatorsApi.md#host_get_by_id) | **GET** /api/v1/host-initiators/{hostId} | Get the host details by {hostId}
*HostInitiatorsApi* | [**host_initiator_create**](docs/HostInitiatorsApi.md#host_initiator_create) | **POST** /api/v1/initiators | Create initiator
*HostInitiatorsApi* | [**host_initiator_delete**](docs/HostInitiatorsApi.md#host_initiator_delete) | **DELETE** /api/v1/initiators/{initiatorId} | Delete initiator by {initiatorId}
*HostInitiatorsApi* | [**host_initiator_get_by_id**](docs/HostInitiatorsApi.md#host_initiator_get_by_id) | **GET** /api/v1/initiators/{initiatorId} | Get the initiator details by {initiatorId}
*HostInitiatorsApi* | [**host_initiator_list**](docs/HostInitiatorsApi.md#host_initiator_list) | **GET** /api/v1/initiators | Get the list of initiators
*HostInitiatorsApi* | [**host_list**](docs/HostInitiatorsApi.md#host_list) | **GET** /api/v1/host-initiators | Get the list of hosts
*HostInitiatorsApi* | [**host_update_by_id**](docs/HostInitiatorsApi.md#host_update_by_id) | **PUT** /api/v1/host-initiators/{hostId} | Update Host by {hostId}
*HostInitiatorsApi* | [**host_volume_performance_history_get**](docs/HostInitiatorsApi.md#host_volume_performance_history_get) | **GET** /api/v1/host-initiators/{hostId}/storage-performance-history | Get the volume performance history data associated with a host identified by {uid}
*HostInitiatorsApi* | [**host_volumes_get**](docs/HostInitiatorsApi.md#host_volumes_get) | **GET** /api/v1/host-initiators/{hostId}/volumes | Get details of volumes associated with a host identified by {uid}
*HostPathsApi* | [**device_type1_get_all_host_paths**](docs/HostPathsApi.md#device_type1_get_all_host_paths) | **GET** /api/v1/storage-systems/device-type1/{systemId}/host-paths | Get details of Primera / Alletra 9K Host Paths
*HostPathsApi* | [**device_type1_get_host_paths_by_id**](docs/HostPathsApi.md#device_type1_get_host_paths_by_id) | **GET** /api/v1/storage-systems/device-type1/{systemId}/host-paths/{hostPathId} | Get details of Primera / Alletra 9K Host Path identified by {HostPathId}
*HostSetsApi* | [**device_type1_get_all_host_sets**](docs/HostSetsApi.md#device_type1_get_all_host_sets) | **GET** /api/v1/storage-systems/device-type1/{systemId}/host-sets | Get details of Primera / Alletra 9K Host Sets
*HostSetsApi* | [**device_type1_get_host_sets_by_id**](docs/HostSetsApi.md#device_type1_get_host_sets_by_id) | **GET** /api/v1/storage-systems/device-type1/{systemId}/host-sets/{hostSetId} | Get details of Primera / Alletra 9K Host Set identified by {HostSetId}
*HostsApi* | [**device_type1_get_all_hosts**](docs/HostsApi.md#device_type1_get_all_hosts) | **GET** /api/v1/storage-systems/device-type1/{systemId}/hosts | Get details of Primera / Alletra 9K Hosts
*HostsApi* | [**device_type1_get_host_by_id**](docs/HostsApi.md#device_type1_get_host_by_id) | **GET** /api/v1/storage-systems/device-type1/{systemId}/hosts/{hostId} | Get details of Primera / Alletra 9K Host identified by {HostId}
*IssuesApi* | [**get_issue**](docs/IssuesApi.md#get_issue) | **GET** /api/v1/issues/{id} | Returns the active issue with the given Id
*IssuesApi* | [**list_issues**](docs/IssuesApi.md#list_issues) | **GET** /api/v1/issues | Returns a list of active issues associated with the account, scoped by the user's permissions
*PerformanceTemplatesApi* | [**device_type2_get_all_performance_policies**](docs/PerformanceTemplatesApi.md#device_type2_get_all_performance_policies) | **GET** /api/v1/storage-systems/device-type2/{systemId}/performance-policies | Get all performance-policies details by Nimble / Alletra 6K
*PerformanceTemplatesApi* | [**device_type2_get_performance_policy_by_id**](docs/PerformanceTemplatesApi.md#device_type2_get_performance_policy_by_id) | **GET** /api/v1/storage-systems/device-type2/{systemId}/performance-policies/{performancePolicyId} | Get details of Nimble / Alletra 6K performance-policy identified by {performancePolicyId}
*PerformanceTemplatesApi* | [**device_type2_performance_policy_create**](docs/PerformanceTemplatesApi.md#device_type2_performance_policy_create) | **POST** /api/v1/storage-systems/device-type2/{systemId}/performance-policies | Create Nimble / Alletra 6K performance policy in a system identified by {systemId}
*PerformanceTemplatesApi* | [**device_type2_performance_policy_edit**](docs/PerformanceTemplatesApi.md#device_type2_performance_policy_edit) | **PUT** /api/v1/storage-systems/device-type2/{systemId}/performance-policies/{performancePolicyId} | Edit details of Nimble / Alletra 6K performance policy identified by {performancePolicyId}
*PerformanceTemplatesApi* | [**device_type2_remove_perf_policy_id**](docs/PerformanceTemplatesApi.md#device_type2_remove_perf_policy_id) | **DELETE** /api/v1/storage-systems/device-type2/{systemId}/performance-policies/{performancePolicyId} | Remove performance-policies identified by {performancePolicyId} from Nimble / Alletra 6K
*PortsApi* | [**device_type1_fc_port_edit**](docs/PortsApi.md#device_type1_fc_port_edit) | **PUT** /api/v1/storage-systems/device-type1/{systemId}/ports/{id}/fc | Edit ports identified by {id} from Primera / Alletra 9K identified by {systemId}
*PortsApi* | [**device_type1_iscsi_port_edit**](docs/PortsApi.md#device_type1_iscsi_port_edit) | **PUT** /api/v1/storage-systems/device-type1/{systemId}/ports/{id}/edit-iscsi | Edit iscsi ports identified by {id} from Primera / Alletra 9K identified by {systemId}
*PortsApi* | [**device_type1_iscsi_port_ping**](docs/PortsApi.md#device_type1_iscsi_port_ping) | **POST** /api/v1/storage-systems/device-type1/{systemId}/ports/{id}/ping-iscsi | Ping iscsi ports identified by {id} from Primera / Alletra 9K identified by {systemId}
*PortsApi* | [**device_type1_ports_clear**](docs/PortsApi.md#device_type1_ports_clear) | **POST** /api/v1/storage-systems/device-type1/{systemId}/ports/{id}/clear | Clear the details of the ports identified by {id} from Primera / Alletra 9K identified by {systemId}
*PortsApi* | [**device_type1_ports_get_by_id**](docs/PortsApi.md#device_type1_ports_get_by_id) | **GET** /api/v1/storage-systems/device-type1/{systemId}/ports/{id} | Get details of Primera / Alletra 9K Port identified by {id}
*PortsApi* | [**device_type1_ports_list**](docs/PortsApi.md#device_type1_ports_list) | **GET** /api/v1/storage-systems/device-type1/{systemId}/ports | Get details of Primera / Alletra 9K Ports
*PortsApi* | [**device_type1_rcip_port_edit**](docs/PortsApi.md#device_type1_rcip_port_edit) | **PUT** /api/v1/storage-systems/device-type1/{systemId}/ports/{id}/edit-rcip | Edit rcip ports identified by {id} from Primera / Alletra 9K identified by {systemId}
*PortsApi* | [**device_type1_rcip_port_ping**](docs/PortsApi.md#device_type1_rcip_port_ping) | **POST** /api/v1/storage-systems/device-type1/{systemId}/ports/{id}/ping-rcip | Ping rcip ports identified by {id} from Primera / Alletra 9K identified by {systemId}
*PortsApi* | [**device_type2_edit_fc_port**](docs/PortsApi.md#device_type2_edit_fc_port) | **PUT** /api/v1/storage-systems/device-type2/{systemId}/ports/{portId} | Edit Nimble FC Port of Nimble / Alletra 6K
*PortsApi* | [**device_type2_get_all_fibre_channel_configs**](docs/PortsApi.md#device_type2_get_all_fibre_channel_configs) | **GET** /api/v1/storage-systems/device-type2/{systemId}/fibre-channel-configs | Get all fibre channel configs details of Nimble / Alletra 6K
*PortsApi* | [**device_type2_get_all_fibre_channel_sessions**](docs/PortsApi.md#device_type2_get_all_fibre_channel_sessions) | **GET** /api/v1/storage-systems/device-type2/{systemId}/fibre-channel-sessions | Get all fibre channel sessions details of Nimble / Alletra 6K
*PortsApi* | [**device_type2_get_all_ports**](docs/PortsApi.md#device_type2_get_all_ports) | **GET** /api/v1/storage-systems/device-type2/{systemId}/ports | Get all ports details of Nimble / Alletra 6K
*PortsApi* | [**device_type2_get_fibre_channel_config_by_id**](docs/PortsApi.md#device_type2_get_fibre_channel_config_by_id) | **GET** /api/v1/storage-systems/device-type2/{systemId}/fibre-channel-configs/{fcConfigId} | Get fibre channel configs details of Nimble / Alletra 6K identified by {fcConfigId}.
*PortsApi* | [**device_type2_get_fibre_channel_session_by_id**](docs/PortsApi.md#device_type2_get_fibre_channel_session_by_id) | **GET** /api/v1/storage-systems/device-type2/{systemId}/fibre-channel-sessions/{fcSessionId} | Get fibre channel session details of Nimble / Alletra 6K identified by {fcSessionId}.
*PortsApi* | [**device_type2_get_port_by_id**](docs/PortsApi.md#device_type2_get_port_by_id) | **GET** /api/v1/storage-systems/device-type2/{systemId}/ports/{portId} | Get details of Nimble / Alletra 6K Port identified by {portId}. Fibre_channel_interfaces attributes will be shown for Fibre_channel_interface ports. Network_interfaces attributes will be shown for Network_interface ports.
*PortsApi* | [**get_device_type2_network_interface_by_id**](docs/PortsApi.md#get_device_type2_network_interface_by_id) | **GET** /api/v1/storage-systems/device-type2/{systemId}/network-interfaces/{networkInterfaceId} | Get all network interfaces details by Nimble / Alletra 6K identified by {networkInterfaceId}
*PortsApi* | [**get_device_type2_network_interfaces**](docs/PortsApi.md#get_device_type2_network_interfaces) | **GET** /api/v1/storage-systems/device-type2/{systemId}/network-interfaces | Get all network interfaces details by Nimble / Alletra 6K
*PortsApi* | [**initialise_ports**](docs/PortsApi.md#initialise_ports) | **POST** /api/v1/storage-systems/device-type1/{systemId}/ports/{id}/initialize | Initialize the details of the ports identified by {id} from Primera / Alletra 9K identified by {systemId}
*PortsApi* | [**port_enable**](docs/PortsApi.md#port_enable) | **POST** /api/v1/storage-systems/device-type1/{systemId}/ports/{id} | Port enable disable identified by {id} from Primera / Alletra 9K identified by {systemId}
*ProtectionTemplatesApi* | [**device_type2_create_protection_template**](docs/ProtectionTemplatesApi.md#device_type2_create_protection_template) | **POST** /api/v1/storage-systems/device-type2/{systemId}/protection-templates | Create protection template on Nimble / Alletra 6K in system identified by {systemId}
*ProtectionTemplatesApi* | [**device_type2_edit_protection_template**](docs/ProtectionTemplatesApi.md#device_type2_edit_protection_template) | **PUT** /api/v1/storage-systems/device-type2/{systemId}/protection-templates/{protectionTemplateId} | Edit details of Nimble / Alletra 6K Protection-templates identified by {protectionTemplateId}
*ProtectionTemplatesApi* | [**device_type2_get_all_protection_templates**](docs/ProtectionTemplatesApi.md#device_type2_get_all_protection_templates) | **GET** /api/v1/storage-systems/device-type2/{systemId}/protection-templates | Get all protection-templates details by Nimble / Alletra 6K
*ProtectionTemplatesApi* | [**device_type2_get_protection_template_by_id**](docs/ProtectionTemplatesApi.md#device_type2_get_protection_template_by_id) | **GET** /api/v1/storage-systems/device-type2/{systemId}/protection-templates/{protectionTemplateId} | Get details of Nimble / Alletra 6K protection-templates identified by {protectionTemplateId}
*ProtectionTemplatesApi* | [**device_type2_remove_protection_template**](docs/ProtectionTemplatesApi.md#device_type2_remove_protection_template) | **POST** /api/v1/storage-systems/device-type2/{systemId}/protection-templates/remove | Remove protection templates for Nimble / Alletra 6K
*RestorePointsApi* | [**device_type2_clone_action_on_snapshot_collections**](docs/RestorePointsApi.md#device_type2_clone_action_on_snapshot_collections) | **POST** /api/v1/storage-systems/device-type2/{systemId}/snapshot-collections/{snapshotCollectionId}/actions/clone | Perform action clone Nimble / Alletra 6K on a snapshot collection identified by {snapshotCollectionId} in system identified by {systemId}
*ShelvesApi* | [**device_type1_disks_get_by_id**](docs/ShelvesApi.md#device_type1_disks_get_by_id) | **GET** /api/v1/storage-systems/device-type1/{systemId}/enclosures/{cageId}/disks/{id} | Get details of Primera / Alletra 9K disk identified by {cageId} and {id}
*ShelvesApi* | [**device_type1_disks_list**](docs/ShelvesApi.md#device_type1_disks_list) | **GET** /api/v1/storage-systems/device-type1/{systemId}/enclosures/{cageId}/disks | Get details of Primera / Alletra 9K disks identified by {cageId}
*ShelvesApi* | [**device_type1_enclosure_card_ports_get_by_id**](docs/ShelvesApi.md#device_type1_enclosure_card_ports_get_by_id) | **GET** /api/v1/storage-systems/device-type1/{systemId}/enclosures/{enclosureId}/enclosure-card-ports/{id} | Get details of Primera / Alletra 9K Enclosure Card Port identified by {enclosureId} and {id}
*ShelvesApi* | [**device_type1_enclosure_card_ports_list**](docs/ShelvesApi.md#device_type1_enclosure_card_ports_list) | **GET** /api/v1/storage-systems/device-type1/{systemId}/enclosures/{enclosureId}/enclosure-card-ports | Get details of Primera / Alletra 9K Enclosure Card Ports identified by {enclosureId}
*ShelvesApi* | [**device_type1_enclosure_cards_get_by_id**](docs/ShelvesApi.md#device_type1_enclosure_cards_get_by_id) | **GET** /api/v1/storage-systems/device-type1/{systemId}/enclosures/{enclosureId}/enclosure-cards/{id} | Get details of Primera / Alletra 9K Enclosure Card identified by {enclosureId} and {id}
*ShelvesApi* | [**device_type1_enclosure_cards_list**](docs/ShelvesApi.md#device_type1_enclosure_cards_list) | **GET** /api/v1/storage-systems/device-type1/{systemId}/enclosures/{enclosureId}/enclosure-cards | Get details of Primera / Alletra 9K Enclosure Cards identified by {enclosureId}
*ShelvesApi* | [**device_type1_enclosure_disks_get_by_id**](docs/ShelvesApi.md#device_type1_enclosure_disks_get_by_id) | **GET** /api/v1/storage-systems/device-type1/{systemId}/enclosures/{enclosureId}/enclosure-disks/{id} | Get details of Primera / Alletra 9K Enclosure Disk identified by {enclosureId} and {id}
*ShelvesApi* | [**device_type1_enclosure_disks_list**](docs/ShelvesApi.md#device_type1_enclosure_disks_list) | **GET** /api/v1/storage-systems/device-type1/{systemId}/enclosures/{enclosureId}/enclosure-disks | Get details of Primera / Alletra 9K Enclosure Disks identified by {enclosureId}
*ShelvesApi* | [**device_type1_enclosure_expanders_get_by_id**](docs/ShelvesApi.md#device_type1_enclosure_expanders_get_by_id) | **GET** /api/v1/storage-systems/device-type1/{systemId}/enclosures/{enclosureId}/enclosure-expanders/{id} | Get details of Primera / Alletra 9K Enclosure Expander identified by {enclosureId} and {id}
*ShelvesApi* | [**device_type1_enclosure_expanders_list**](docs/ShelvesApi.md#device_type1_enclosure_expanders_list) | **GET** /api/v1/storage-systems/device-type1/{systemId}/enclosures/{enclosureId}/enclosure-expanders | Get details of Primera / Alletra 9K Enclosure Expanders identified by {enclosureId}
*ShelvesApi* | [**device_type1_enclosure_fans_get_by_id**](docs/ShelvesApi.md#device_type1_enclosure_fans_get_by_id) | **GET** /api/v1/storage-systems/device-type1/{systemId}/enclosures/{enclosureId}/enclosure-fans/{id} | Get details of Primera / Alletra 9K Enclosure Fan identified by {enclosureId} and {id}
*ShelvesApi* | [**device_type1_enclosure_fans_list**](docs/ShelvesApi.md#device_type1_enclosure_fans_list) | **GET** /api/v1/storage-systems/device-type1/{systemId}/enclosures/{enclosureId}/enclosure-fans | Get details of Primera / Alletra 9K Enclosure Fans identified by {enclosureId}
*ShelvesApi* | [**device_type1_enclosure_powers_get_by_id**](docs/ShelvesApi.md#device_type1_enclosure_powers_get_by_id) | **GET** /api/v1/storage-systems/device-type1/{systemId}/enclosures/{enclosureId}/enclosure-powers/{id} | Get details of Primera / Alletra 9K Enclosure Power identified by {enclosureId} and {id}
*ShelvesApi* | [**device_type1_enclosure_powers_list**](docs/ShelvesApi.md#device_type1_enclosure_powers_list) | **GET** /api/v1/storage-systems/device-type1/{systemId}/enclosures/{enclosureId}/enclosure-powers | Get details of Primera / Alletra 9K Enclosure Powers identified by {enclosureId}
*ShelvesApi* | [**device_type1_enclosure_sleds_get_by_id**](docs/ShelvesApi.md#device_type1_enclosure_sleds_get_by_id) | **GET** /api/v1/storage-systems/device-type1/{systemId}/enclosures/{enclosureId}/enclosure-sleds/{id} | Get details of Primera / Alletra 9K Enclosure Sled identified by {enclosureId} and {id}
*ShelvesApi* | [**device_type1_enclosure_sleds_list**](docs/ShelvesApi.md#device_type1_enclosure_sleds_list) | **GET** /api/v1/storage-systems/device-type1/{systemId}/enclosures/{enclosureId}/enclosure-sleds | Get details of Primera / Alletra 9K Enclosure Sleds identified by {enclosureId}
*ShelvesApi* | [**device_type1_enclosures_get_by_id**](docs/ShelvesApi.md#device_type1_enclosures_get_by_id) | **GET** /api/v1/storage-systems/device-type1/{systemId}/enclosures/{id} | Get details of Primera / Alletra 9K Enclosure identified by {id}
*ShelvesApi* | [**device_type1_enclosures_list**](docs/ShelvesApi.md#device_type1_enclosures_list) | **GET** /api/v1/storage-systems/device-type1/{systemId}/enclosures | Get details of Primera / Alletra 9K Enclosures
*ShelvesApi* | [**device_type2_activate_shelf**](docs/ShelvesApi.md#device_type2_activate_shelf) | **PUT** /api/v1/storage-systems/device-type2/{systemId}/shelves/actions/activate | Activate shelves of a Nimble / Alletra 6K storage system identified by {systemId}
*ShelvesApi* | [**device_type2_get_all_shelves**](docs/ShelvesApi.md#device_type2_get_all_shelves) | **GET** /api/v1/storage-systems/device-type2/{systemId}/shelves | Get all shelves details by Nimble / Alletra 6K
*ShelvesApi* | [**device_type2_get_shelf_by_id**](docs/ShelvesApi.md#device_type2_get_shelf_by_id) | **GET** /api/v1/storage-systems/device-type2/{systemId}/shelves/{shelfId} | Get details of Nimble / Alletra 6K Shelf identified by {shelfId}
*ShelvesApi* | [**device_type2_locate_shelf_chassis**](docs/ShelvesApi.md#device_type2_locate_shelf_chassis) | **POST** /api/v1/storage-systems/device-type2/{systemId}/shelves/{shelfId}/actions/locate | Locate chassis of Nimble / Alletra 6K shelf identified by {shelfId}
*ShelvesApi* | [**enclosure_cards_locate_ioby_id**](docs/ShelvesApi.md#enclosure_cards_locate_ioby_id) | **POST** /api/v1/storage-systems/device-type1/{systemId}/enclosures/{enclosureId}/enclosure-cards/{id} | Locate IO Module of Primera / Alletra 9K identified by {id}
*ShelvesApi* | [**enclosure_powers_locate_pcmby_id**](docs/ShelvesApi.md#enclosure_powers_locate_pcmby_id) | **POST** /api/v1/storage-systems/device-type1/{systemId}/enclosures/{enclosureId}/enclosure-powers/{id} | Locate PCM of Primera / Alletra 9K identified by {id}
*ShelvesApi* | [**enclosure_sleds_locate_drive_by_id**](docs/ShelvesApi.md#enclosure_sleds_locate_drive_by_id) | **POST** /api/v1/storage-systems/device-type1/{systemId}/enclosures/{enclosureId}/enclosure-sleds/{id} | Locate drive of Primera / Alletra 9K identified by {id}
*ShelvesApi* | [**enclosures_edit_by_id**](docs/ShelvesApi.md#enclosures_edit_by_id) | **PUT** /api/v1/storage-systems/device-type1/{systemId}/enclosures/{id} | Edit details of Primera / Alletra 9K Enclosure identified by {id}
*ShelvesApi* | [**enclosures_locate_by_id**](docs/ShelvesApi.md#enclosures_locate_by_id) | **POST** /api/v1/storage-systems/device-type1/{systemId}/enclosures/{id} | Locate enclosure drive of Primera / Alletra 9K identified by {id}
*StoragePoolsApi* | [**device_type1_storage_pool_get_by_id**](docs/StoragePoolsApi.md#device_type1_storage_pool_get_by_id) | **GET** /api/v1/storage-systems/device-type1/{systemId}/storage-pools/{id} | Get details of Primera / Alletra 9K storage-pool identified by {id}
*StoragePoolsApi* | [**device_type1_storage_pool_list**](docs/StoragePoolsApi.md#device_type1_storage_pool_list) | **GET** /api/v1/storage-systems/device-type1/{systemId}/storage-pools | Get all storage-pools details by Primera / Alletra 9K
*StoragePoolsApi* | [**device_type1_storage_pool_volume_get_by_id**](docs/StoragePoolsApi.md#device_type1_storage_pool_volume_get_by_id) | **GET** /api/v1/storage-systems/device-type1/{systemId}/storage-pools/{id}/volumes | Get all volumes for storage-pool identified by {uuid} of Primera / Alletra 9K
*StoragePoolsApi* | [**device_type2_create_pool**](docs/StoragePoolsApi.md#device_type2_create_pool) | **POST** /api/v1/storage-systems/device-type2/{systemId}/storage-pools | Create storage pool from Nimble / Alletra 6K system identified by {systemId}
*StoragePoolsApi* | [**device_type2_edit_pool_detail_by_id**](docs/StoragePoolsApi.md#device_type2_edit_pool_detail_by_id) | **PUT** /api/v1/storage-systems/device-type2/{systemId}/storage-pools/{storagePoolId} | Edit details of Nimble / Alletra 6K pool identified by {storagePoolId}
*StoragePoolsApi* | [**device_type2_get_all_pool_details**](docs/StoragePoolsApi.md#device_type2_get_all_pool_details) | **GET** /api/v1/storage-systems/device-type2/{systemId}/storage-pools | Get all pools details by Nimble / Alletra 6K
*StoragePoolsApi* | [**device_type2_get_pool_capacity_history**](docs/StoragePoolsApi.md#device_type2_get_pool_capacity_history) | **GET** /api/v1/storage-systems/device-type2/{systemId}/storage-pools/{storagePoolId}/capacity-history | Get storage pool capacity trend data of Nimble / Alletra 6K storage pool identified by {storagePoolId}
*StoragePoolsApi* | [**device_type2_get_pool_detail_by_id**](docs/StoragePoolsApi.md#device_type2_get_pool_detail_by_id) | **GET** /api/v1/storage-systems/device-type2/{systemId}/storage-pools/{storagePoolId} | Get details of Nimble / Alletra 6K pool identified by {storagePoolId}
*StoragePoolsApi* | [**device_type2_get_pool_performance_history**](docs/StoragePoolsApi.md#device_type2_get_pool_performance_history) | **GET** /api/v1/storage-systems/device-type2/{systemId}/storage-pools/{storagePoolId}/performance-history | Get performance trend data of Nimble / Alletra 6K storage pool identified by {storagePoolId}
*StoragePoolsApi* | [**device_type2_get_pool_performance_statistics**](docs/StoragePoolsApi.md#device_type2_get_pool_performance_statistics) | **GET** /api/v1/storage-systems/device-type2/{systemId}/storage-pools/{storagePoolId}/performance-statistics | Get performance statistics of Nimble / Alletra 6K storage pool identified by {storagePoolId}
*StoragePoolsApi* | [**device_type2_merge_pool_by_id**](docs/StoragePoolsApi.md#device_type2_merge_pool_by_id) | **POST** /api/v1/storage-systems/device-type2/{systemId}/storage-pools/{storagePoolId}/actions/merge | Merge pool identified by {storagePoolId} from Nimble / Alletra 6K
*StoragePoolsApi* | [**device_type2_remove_pool_by_id**](docs/StoragePoolsApi.md#device_type2_remove_pool_by_id) | **DELETE** /api/v1/storage-systems/device-type2/{systemId}/storage-pools/{storagePoolId} | Delete pool identified by {storagePoolId} from Nimble / Alletra 6K
*StoragePoolsApi* | [**storage_pool_volumes_list**](docs/StoragePoolsApi.md#storage_pool_volumes_list) | **GET** /api/v1/storage-systems/{systemId}/storage-pools/{id}/volumes | Get all volumes for storage-pool identified by {id}
*StoragePoolsApi* | [**storage_pools_get_by_id**](docs/StoragePoolsApi.md#storage_pools_get_by_id) | **GET** /api/v1/storage-systems/{systemId}/storage-pools/{id} | Get details of storage pools identified by {id}
*StoragePoolsApi* | [**storage_pools_list**](docs/StoragePoolsApi.md#storage_pools_list) | **GET** /api/v1/storage-systems/{systemId}/storage-pools | Get all storage pools for a device {systemId}
*StorageSystemsApi* | [**device_type1_application_summary_get**](docs/StorageSystemsApi.md#device_type1_application_summary_get) | **GET** /api/v1/storage-systems/device-type1/{systemId}/application-summary | Get Application Summary for a storage system Primera / Alletra 9K
*StorageSystemsApi* | [**device_type1_get_system_performance_statistics**](docs/StorageSystemsApi.md#device_type1_get_system_performance_statistics) | **GET** /api/v1/storage-systems/device-type1/{systemId}/performance-statistics | Get performance statistics for a storage system Primera / Alletra 9K
*StorageSystemsApi* | [**device_type1_qo_s_performance_statistics_get_by_target_name**](docs/StorageSystemsApi.md#device_type1_qo_s_performance_statistics_get_by_target_name) | **GET** /api/v1/storage-systems/device-type1/{systemId}/targets/{targetName}/performance-history | Get QoS performance trend data of Primera / Alletra 9K target identified by {targetName}
*StorageSystemsApi* | [**device_type1_qo_s_policy_get_by_system_id**](docs/StorageSystemsApi.md#device_type1_qo_s_policy_get_by_system_id) | **GET** /api/v1/storage-systems/device-type1/{systemId}/qos-policy | Get QoS policy data for a storage system Primera / Alletra 9K identified by {systemId}
*StorageSystemsApi* | [**device_type1_recommendations_get**](docs/StorageSystemsApi.md#device_type1_recommendations_get) | **GET** /api/v1/storage-systems/device-type1/{systemId}/recommendations | Get recommendations for a storage system Primera / Alletra 9K
*StorageSystemsApi* | [**device_type1_system_capacity_history_get**](docs/StorageSystemsApi.md#device_type1_system_capacity_history_get) | **GET** /api/v1/storage-systems/device-type1/{systemId}/capacity-history | Get capacity trend data for a storage system Primera / Alletra 9K
*StorageSystemsApi* | [**device_type1_system_capacity_summary_get**](docs/StorageSystemsApi.md#device_type1_system_capacity_summary_get) | **GET** /api/v1/storage-systems/device-type1/{systemId}/capacity-summary | Get system capacity for a storage system Primera / Alletra 9K
*StorageSystemsApi* | [**device_type1_system_component_performance_statistics_get**](docs/StorageSystemsApi.md#device_type1_system_component_performance_statistics_get) | **GET** /api/v1/storage-systems/device-type1/{systemId}/component-performance-statistics | Get component performance statistics details for a storage system Primera / Alletra 9K idenfified by {systemId}
*StorageSystemsApi* | [**device_type1_system_get_by_id**](docs/StorageSystemsApi.md#device_type1_system_get_by_id) | **GET** /api/v1/storage-systems/device-type1/{id} | Get Primera / Alletra 9K object identified by {id}
*StorageSystemsApi* | [**device_type1_system_performance_history_get**](docs/StorageSystemsApi.md#device_type1_system_performance_history_get) | **GET** /api/v1/storage-systems/device-type1/{systemId}/performance-history | Get performance trend data for a storage system Primera / Alletra 9K
*StorageSystemsApi* | [**device_type1_systems_list**](docs/StorageSystemsApi.md#device_type1_systems_list) | **GET** /api/v1/storage-systems/device-type1 | Get all Primera / Alletra 9K storage systems
*StorageSystemsApi* | [**device_type2_array_failover**](docs/StorageSystemsApi.md#device_type2_array_failover) | **POST** /api/v1/storage-systems/device-type2/{systemId}/arrays/{arrayId}/actions/failover | Perform failover of Nimble / Alletra 6K array identified by {arrayId}
*StorageSystemsApi* | [**device_type2_create_array**](docs/StorageSystemsApi.md#device_type2_create_array) | **POST** /api/v1/storage-systems/device-type2/{systemId}/arrays | Create Nimble / Alletra 6K array identified by {systemId}
*StorageSystemsApi* | [**device_type2_delete_array_by_id**](docs/StorageSystemsApi.md#device_type2_delete_array_by_id) | **DELETE** /api/v1/storage-systems/device-type2/{systemId}/arrays/{arrayId} | Delete Nimble / Alletra 6K array identified by {arrayId}
*StorageSystemsApi* | [**device_type2_edit_array_by_id**](docs/StorageSystemsApi.md#device_type2_edit_array_by_id) | **PUT** /api/v1/storage-systems/device-type2/{systemId}/arrays/{arrayId} | Edit details of Nimble / Alletra 6K array identified by {arrayId}
*StorageSystemsApi* | [**device_type2_edit_storage_system_settings_by_id**](docs/StorageSystemsApi.md#device_type2_edit_storage_system_settings_by_id) | **PUT** /api/v1/storage-systems/device-type2/{systemId} | Edit settings of Nimble / Alletra 6K system identified by {systemId}
*StorageSystemsApi* | [**device_type2_get_application_capacity_statistics_by_id**](docs/StorageSystemsApi.md#device_type2_get_application_capacity_statistics_by_id) | **GET** /api/v1/storage-systems/device-type2/{systemId}/applications/{id}/capacity-stats | Get capacity stats of Application identified by {id} for a storage system Nimble / Alletra 6K
*StorageSystemsApi* | [**device_type2_get_applications_capacity_statistics**](docs/StorageSystemsApi.md#device_type2_get_applications_capacity_statistics) | **GET** /api/v1/storage-systems/device-type2/{systemId}/applications/capacity-stats | Get capacity stats of Applications for a storage system Nimble / Alletra 6K
*StorageSystemsApi* | [**device_type2_get_storage_system**](docs/StorageSystemsApi.md#device_type2_get_storage_system) | **GET** /api/v1/storage-systems/device-type2 | Get all storage systems by Nimble / Alletra 6K
*StorageSystemsApi* | [**device_type2_get_storage_system_by_id**](docs/StorageSystemsApi.md#device_type2_get_storage_system_by_id) | **GET** /api/v1/storage-systems/device-type2/{systemId} | Get Nimble / Alletra 6K object identified by {systemId}
*StorageSystemsApi* | [**device_type2_get_storage_system_capacity_history**](docs/StorageSystemsApi.md#device_type2_get_storage_system_capacity_history) | **GET** /api/v1/storage-systems/device-type2/{systemId}/capacity-history | Get capacity trend data for a storage system Nimble / Alletra 6K
*StorageSystemsApi* | [**device_type2_get_storage_system_performance_history**](docs/StorageSystemsApi.md#device_type2_get_storage_system_performance_history) | **GET** /api/v1/storage-systems/device-type2/{systemId}/performance-history | Get performance trend data for a storage system Nimble / Alletra 6K
*StorageSystemsApi* | [**device_type2_merge_groups**](docs/StorageSystemsApi.md#device_type2_merge_groups) | **POST** /api/v1/storage-systems/device-type2/{systemId}/actions/merge | Perform group merge with the specified group.
*StorageSystemsApi* | [**get_device_type**](docs/StorageSystemsApi.md#get_device_type) | **GET** /api/v1/storage-systems/storage-types | Get all device types
*StorageSystemsApi* | [**get_device_type2_array_by_id**](docs/StorageSystemsApi.md#get_device_type2_array_by_id) | **GET** /api/v1/storage-systems/device-type2/{systemId}/arrays/{arrayId} | Get details of Nimble / Alletra 6K array identified by {arrayId}
*StorageSystemsApi* | [**get_device_type2_arrays**](docs/StorageSystemsApi.md#get_device_type2_arrays) | **GET** /api/v1/storage-systems/device-type2/{systemId}/arrays | Get all arrays details by Nimble / Alletra 6K
*StorageSystemsApi* | [**get_device_type2_uninitialized_array_by_id**](docs/StorageSystemsApi.md#get_device_type2_uninitialized_array_by_id) | **POST** /api/v1/storage-systems/device-type2/{systemId}/uninitialized-arrays/{uninitializedArrayId} | Get uninitialized arrays details by Nimble / Alletra 6K identified by {uninitializedArrayId}
*StorageSystemsApi* | [**get_device_type2_uninitialized_arrays**](docs/StorageSystemsApi.md#get_device_type2_uninitialized_arrays) | **POST** /api/v1/storage-systems/device-type2/{systemId}/uninitialized-arrays | Get all uninitialized arrays details by Nimble / Alletra 6K
*StorageSystemsApi* | [**provisioning_recommendations**](docs/StorageSystemsApi.md#provisioning_recommendations) | **POST** /api/v1/storage-systems/provisioning-recommendations | provisioning recommendations
*StorageSystemsApi* | [**system_get_by_id**](docs/StorageSystemsApi.md#system_get_by_id) | **GET** /api/v1/storage-systems/{id} | Get storage system object identified by {id}
*StorageSystemsApi* | [**system_locate**](docs/StorageSystemsApi.md#system_locate) | **POST** /api/v1/storage-systems/device-type1/{id} | Locate system of Primera / Alletra 9K
*StorageSystemsApi* | [**systems_list**](docs/StorageSystemsApi.md#systems_list) | **GET** /api/v1/storage-systems | Get all storage systems
*SystemSettingsApi* | [**add_trusted_certificates**](docs/SystemSettingsApi.md#add_trusted_certificates) | **POST** /api/v1/storage-systems/device-type1/{systemId}/trust-certificates | Add trusted certificates for storage system Primera / Alletra 9K identified by {systemId}
*SystemSettingsApi* | [**alert_contacts_create**](docs/SystemSettingsApi.md#alert_contacts_create) | **POST** /api/v1/storage-systems/device-type1/{systemId}/alert-contacts | Add Alert/Mail contact details
*SystemSettingsApi* | [**alert_contacts_delete**](docs/SystemSettingsApi.md#alert_contacts_delete) | **DELETE** /api/v1/storage-systems/device-type1/{systemId}/alert-contacts/{id} | Delete Alert/Email contact of storage system Primera / Alletra 9K identified by {id}
*SystemSettingsApi* | [**alert_contacts_update**](docs/SystemSettingsApi.md#alert_contacts_update) | **PUT** /api/v1/storage-systems/device-type1/{systemId}/alert-contacts/{id} | Edit Alert/Email contact details of storage system Primera / Alletra 9K identified by {id}
*SystemSettingsApi* | [**device_type1_alert_contacts_get_by_id**](docs/SystemSettingsApi.md#device_type1_alert_contacts_get_by_id) | **GET** /api/v1/storage-systems/device-type1/{systemId}/alert-contacts/{id} | Get alert-contact details for a storage system Primera / Alletra 9K identified by {id}
*SystemSettingsApi* | [**device_type1_alert_contacts_list**](docs/SystemSettingsApi.md#device_type1_alert_contacts_list) | **GET** /api/v1/storage-systems/device-type1/{systemId}/alert-contacts | Get alert-contact details for a storage system Primera / Alletra 9K
*SystemSettingsApi* | [**device_type1_certificates_get_by_id**](docs/SystemSettingsApi.md#device_type1_certificates_get_by_id) | **GET** /api/v1/storage-systems/device-type1/{systemId}/certificates/{id} | Get array certificates by Primera / Alletra 9K identified by {id}
*SystemSettingsApi* | [**device_type1_certificates_list**](docs/SystemSettingsApi.md#device_type1_certificates_list) | **GET** /api/v1/storage-systems/device-type1/{systemId}/certificates | Get array certificates by Primera / Alletra 9K
*SystemSettingsApi* | [**device_type1_delete_quorum_witness**](docs/SystemSettingsApi.md#device_type1_delete_quorum_witness) | **DELETE** /api/v1/storage-systems/device-type1/{systemId}/system-settings/quorum-witness/{replicationPartnerId} | Delete quorum witness identified by {replicationPartnerId} on storage system Primera / Alletra 9K identified by {systemId}
*SystemSettingsApi* | [**device_type1_delete_v_center_settings**](docs/SystemSettingsApi.md#device_type1_delete_v_center_settings) | **DELETE** /api/v1/storage-systems/device-type1/{systemId}/vm-manager-settings/{vcenterSettingId} | Delete vcenter setting identified by {vcenterSettingId} on storage system Primera / Alletra 9K identified by {systemId}
*SystemSettingsApi* | [**device_type1_get_quorum_witness**](docs/SystemSettingsApi.md#device_type1_get_quorum_witness) | **GET** /api/v1/storage-systems/device-type1/{systemId}/system-settings/quorum-witness | Get quorum witness configuration details from storage system Primera / Alletra 9K identified by {systemId}
*SystemSettingsApi* | [**device_type1_get_quorum_witness_with_id**](docs/SystemSettingsApi.md#device_type1_get_quorum_witness_with_id) | **GET** /api/v1/storage-systems/device-type1/{systemId}/system-settings/quorum-witness/{replicationPartnerId} | Get details of quorum witness configured on replication partner identified by {replicationPartnerId} on storage system Primera / Alletra 9K identified by {systemId}
*SystemSettingsApi* | [**device_type1_get_replication_partner_with_id**](docs/SystemSettingsApi.md#device_type1_get_replication_partner_with_id) | **GET** /api/v1/storage-systems/device-type1/{systemId}/system-settings/replication-partners/{replicationPartnerId} | Get details of replication partner identified by {replicationPartnerId} on storage system Primera / Alletra 9K identified by {systemId}
*SystemSettingsApi* | [**device_type1_get_replication_partners**](docs/SystemSettingsApi.md#device_type1_get_replication_partners) | **GET** /api/v1/storage-systems/device-type1/{systemId}/system-settings/replication-partners | Get details of replication partners on storage system Primera / Alletra 9K identified by {systemId}
*SystemSettingsApi* | [**device_type1_mail_settings_get**](docs/SystemSettingsApi.md#device_type1_mail_settings_get) | **GET** /api/v1/storage-systems/device-type1/{systemId}/mail-settings | Get the system's SMTP/Mail server settigs
*SystemSettingsApi* | [**device_type1_network_service_cim_get**](docs/SystemSettingsApi.md#device_type1_network_service_cim_get) | **GET** /api/v1/storage-systems/device-type1/{systemId}/network-services/cim | Get CIM Network-Service details for a storage system Primera / Alletra 9K
*SystemSettingsApi* | [**device_type1_network_service_snmp_mgr_get_by_id**](docs/SystemSettingsApi.md#device_type1_network_service_snmp_mgr_get_by_id) | **GET** /api/v1/storage-systems/device-type1/{systemId}/network-services/snmp-mgr/{id} | Get a specific SNMP-Manager Network-Service details for a storage system Primera / Alletra 9K
*SystemSettingsApi* | [**device_type1_network_service_snmp_mgr_list**](docs/SystemSettingsApi.md#device_type1_network_service_snmp_mgr_list) | **GET** /api/v1/storage-systems/device-type1/{systemId}/network-services/snmp-mgr | Get SNMP-Manager Network-Service details for a storage system Primera / Alletra 9K
*SystemSettingsApi* | [**device_type1_network_service_vasa_configure**](docs/SystemSettingsApi.md#device_type1_network_service_vasa_configure) | **POST** /api/v1/storage-systems/device-type1/{systemId}/network-services/vasa/{vasaId} | Configures vasa service for the specified id.
*SystemSettingsApi* | [**device_type1_network_service_vasa_get**](docs/SystemSettingsApi.md#device_type1_network_service_vasa_get) | **GET** /api/v1/storage-systems/device-type1/{systemId}/network-services/vasa | Get VASA Network-Service details for a storage system Primera / Alletra 9K
*SystemSettingsApi* | [**device_type1_network_settings_get**](docs/SystemSettingsApi.md#device_type1_network_settings_get) | **GET** /api/v1/storage-systems/device-type1/{systemId}/network-settings | Get Network-Settings details for a storage system Primera / Alletra 9K
*SystemSettingsApi* | [**device_type1_node_service_ports_get_by_id**](docs/SystemSettingsApi.md#device_type1_node_service_ports_get_by_id) | **GET** /api/v1/storage-systems/device-type1/{systemId}/nodes/{nodeId}/service-ports | Get service ports for nodes of all storage systems of Primera / Alletra 9K identified by {systemId} and {nodeId }
*SystemSettingsApi* | [**device_type1_node_service_ports_list**](docs/SystemSettingsApi.md#device_type1_node_service_ports_list) | **GET** /api/v1/storage-systems/device-type1/{systemId}/nodes/service-ports | Get service ports for nodes of all storage systems of Primera / Alletra 9K identified by {systemId}
*SystemSettingsApi* | [**device_type1_post_quorum_witness**](docs/SystemSettingsApi.md#device_type1_post_quorum_witness) | **POST** /api/v1/storage-systems/device-type1/{systemId}/system-settings/quorum-witness | Create quorum witness on storage system Primera / Alletra 9K identified by {systemId}
*SystemSettingsApi* | [**device_type1_post_remove_replication_partners**](docs/SystemSettingsApi.md#device_type1_post_remove_replication_partners) | **POST** /api/v1/storage-systems/device-type1/{systemId}/system-settings/replication-partners/remove | Delete replication partner from storage system Primera / Alletra 9K identified by {systemId}
*SystemSettingsApi* | [**device_type1_post_replication_partners**](docs/SystemSettingsApi.md#device_type1_post_replication_partners) | **POST** /api/v1/storage-systems/device-type1/{systemId}/system-settings/replication-partners | Create replication partners on Primera / Alletra 9K identified by {systemId}
*SystemSettingsApi* | [**device_type1_post_v_center_settings**](docs/SystemSettingsApi.md#device_type1_post_v_center_settings) | **POST** /api/v1/storage-systems/device-type1/{systemId}/vm-manager-settings | Add vCenter settings to storage system Primera / Alletra 9K
*SystemSettingsApi* | [**device_type1_put_quorum_witness**](docs/SystemSettingsApi.md#device_type1_put_quorum_witness) | **PUT** /api/v1/storage-systems/device-type1/{systemId}/system-settings/quorum-witness/{replicationPartnerId} | Edit quorum witness identified by {replicationPartnerId} on storage system Primera / Alletra 9K identified by {systemId}
*SystemSettingsApi* | [**device_type1_put_replication_partner**](docs/SystemSettingsApi.md#device_type1_put_replication_partner) | **PUT** /api/v1/storage-systems/device-type1/{systemId}/system-settings/replication-partners/{replicationPartnerId} | Edit replication partner identified by {replicationPartnerId} on Primera / Alletra 9K identified by {systemId}
*SystemSettingsApi* | [**device_type1_put_v_center_settings**](docs/SystemSettingsApi.md#device_type1_put_v_center_settings) | **PUT** /api/v1/storage-systems/device-type1/{systemId}/vm-manager-settings/{vcenterSettingId} | Edit vCenter setting identified by {vcenterSettingId} on Primera / Alletra 9K identified by {systemId}
*SystemSettingsApi* | [**device_type1_support_data_collect**](docs/SystemSettingsApi.md#device_type1_support_data_collect) | **POST** /api/v1/storage-systems/device-type1/{systemId}/collect-support-data | Trigger a collection on the storage system Primera / Alletra 9K
*SystemSettingsApi* | [**device_type1_support_settings_get**](docs/SystemSettingsApi.md#device_type1_support_settings_get) | **GET** /api/v1/storage-systems/device-type1/{systemId}/support-settings | Get support settings for a storage system Primera / Alletra 9K
*SystemSettingsApi* | [**device_type1_system_settings_list**](docs/SystemSettingsApi.md#device_type1_system_settings_list) | **GET** /api/v1/storage-systems/device-type1/{systemId}/system-settings | Get the system settings configuration details
*SystemSettingsApi* | [**device_type1_telemetry_get**](docs/SystemSettingsApi.md#device_type1_telemetry_get) | **GET** /api/v1/storage-systems/device-type1/{systemId}/telemetry | Get telemetry status for a storage system Primera / Alletra 9K
*SystemSettingsApi* | [**device_type1_trusted_certificates_get_by_id**](docs/SystemSettingsApi.md#device_type1_trusted_certificates_get_by_id) | **GET** /api/v1/storage-systems/device-type1/{systemId}/trust-certificates/{id} | Get certificates trusted by Primera / Alletra 9K identified by {id}
*SystemSettingsApi* | [**device_type1_trusted_certificates_list**](docs/SystemSettingsApi.md#device_type1_trusted_certificates_list) | **GET** /api/v1/storage-systems/device-type1/{systemId}/trust-certificates | Get certificates trusted by Primera / Alletra 9K
*SystemSettingsApi* | [**device_type1_vm_manager_settings_get_by_id**](docs/SystemSettingsApi.md#device_type1_vm_manager_settings_get_by_id) | **GET** /api/v1/storage-systems/device-type1/{systemId}/vm-manager-settings/{vcenterSettingId} | Get vcenter setting detail for a given vcenter setting of a storage system Primera / Alletra 9K
*SystemSettingsApi* | [**device_type1_vm_manager_settings_list**](docs/SystemSettingsApi.md#device_type1_vm_manager_settings_list) | **GET** /api/v1/storage-systems/device-type1/{systemId}/vm-manager-settings | Get vcenter settings for a storage system Primera / Alletra 9K
*SystemSettingsApi* | [**device_type2_application_server_create**](docs/SystemSettingsApi.md#device_type2_application_server_create) | **POST** /api/v1/storage-systems/device-type2/{systemId}/application-servers | Create Nimble / Alletra 6K application server in system identified by {systemId}
*SystemSettingsApi* | [**device_type2_application_server_edit**](docs/SystemSettingsApi.md#device_type2_application_server_edit) | **PUT** /api/v1/storage-systems/device-type2/{systemId}/application-servers/{applicationServerId} | Modify Nimble / Alletra 6K application server in system identified by {systemId}
*SystemSettingsApi* | [**device_type2_create_replication_partners**](docs/SystemSettingsApi.md#device_type2_create_replication_partners) | **POST** /api/v1/storage-systems/device-type2/{systemId}/system-settings/replication-partners | Create replication partner pair for Nimble / Alletra 6K
*SystemSettingsApi* | [**device_type2_create_witness**](docs/SystemSettingsApi.md#device_type2_create_witness) | **POST** /api/v1/storage-systems/device-type2/{systemId}/system-settings/witnesses | Create a new witness configuration Nimble / Alletra 6K
*SystemSettingsApi* | [**device_type2_edit_mail_settings**](docs/SystemSettingsApi.md#device_type2_edit_mail_settings) | **PUT** /api/v1/storage-systems/device-type2/{systemId}/mail-settings | Edit Nimble Mail Settings of Nimble / Alletra 6K
*SystemSettingsApi* | [**device_type2_edit_network_setting_by_id**](docs/SystemSettingsApi.md#device_type2_edit_network_setting_by_id) | **PUT** /api/v1/storage-systems/device-type2/{systemId}/network-settings/{networkSettingId} | Edit Nimble / Alletra 6K network setting identified by {networkSettingId}
*SystemSettingsApi* | [**device_type2_edit_replication_partners_by_id**](docs/SystemSettingsApi.md#device_type2_edit_replication_partners_by_id) | **PUT** /api/v1/storage-systems/device-type2/{systemId}/system-settings/replication-partners/{replicationpartnerId} | Edit a replication partner for Nimble / Alletra 6K given by replicationpartnerId
*SystemSettingsApi* | [**device_type2_edit_system_settings**](docs/SystemSettingsApi.md#device_type2_edit_system_settings) | **PUT** /api/v1/storage-systems/device-type2/{systemId}/system-settings | Edit system settings of Nimble / Alletra 6K
*SystemSettingsApi* | [**device_type2_get_all_application_servers**](docs/SystemSettingsApi.md#device_type2_get_all_application_servers) | **GET** /api/v1/storage-systems/device-type2/{systemId}/application-servers | Get all application servers details by Nimble / Alletra 6K
*SystemSettingsApi* | [**device_type2_get_all_network_settings**](docs/SystemSettingsApi.md#device_type2_get_all_network_settings) | **GET** /api/v1/storage-systems/device-type2/{systemId}/network-settings | Get all network settings details by Nimble / Alletra 6K
*SystemSettingsApi* | [**device_type2_get_application_server_by_id**](docs/SystemSettingsApi.md#device_type2_get_application_server_by_id) | **GET** /api/v1/storage-systems/device-type2/{systemId}/application-servers/{applicationServerId} | Get details of Nimble / Alletra 6K application server identified by {applicationServerId}
*SystemSettingsApi* | [**device_type2_get_network_setting_by_id**](docs/SystemSettingsApi.md#device_type2_get_network_setting_by_id) | **GET** /api/v1/storage-systems/device-type2/{systemId}/network-settings/{networkSettingId} | Get details of Nimble / Alletra 6K network setting identified by {networkSettingId}
*SystemSettingsApi* | [**device_type2_get_replication_partners**](docs/SystemSettingsApi.md#device_type2_get_replication_partners) | **GET** /api/v1/storage-systems/device-type2/{systemId}/system-settings/replication-partners | Get all replication-partners details for Nimble / Alletra 6K
*SystemSettingsApi* | [**device_type2_get_replication_partners_by_id**](docs/SystemSettingsApi.md#device_type2_get_replication_partners_by_id) | **GET** /api/v1/storage-systems/device-type2/{systemId}/system-settings/replication-partners/{replicationpartnerId} | Get details of Nimble / Alletra 6K replication-partner identified by {replicationpartnerId}
*SystemSettingsApi* | [**device_type2_get_witnesses**](docs/SystemSettingsApi.md#device_type2_get_witnesses) | **GET** /api/v1/storage-systems/device-type2/{systemId}/system-settings/witnesses | Get all witness configuration details by Nimble / Alletra 6K
*SystemSettingsApi* | [**device_type2_get_witnesses_by_id**](docs/SystemSettingsApi.md#device_type2_get_witnesses_by_id) | **GET** /api/v1/storage-systems/device-type2/{systemId}/system-settings/witnesses/{witnessId} | Get details of Nimble / Alletra 6K witness configuration identified by {witnessId}
*SystemSettingsApi* | [**device_type2_pause_replication_partner**](docs/SystemSettingsApi.md#device_type2_pause_replication_partner) | **POST** /api/v1/storage-systems/device-type2/{systemId}/system-settings/replication-partners/actions/pause | Pause the replication pair of Nimble / Alletra 6K
*SystemSettingsApi* | [**device_type2_remove_application_server_by_id**](docs/SystemSettingsApi.md#device_type2_remove_application_server_by_id) | **DELETE** /api/v1/storage-systems/device-type2/{systemId}/application-servers/{applicationServerId} | Remove application server identified by {applicationServerId} from Nimble / Alletra 6K
*SystemSettingsApi* | [**device_type2_remove_replication_partner**](docs/SystemSettingsApi.md#device_type2_remove_replication_partner) | **POST** /api/v1/storage-systems/device-type2/{systemId}/system-settings/replication-partners/remove | Remove list of replication partner for Nimble / Alletra 6K
*SystemSettingsApi* | [**device_type2_remove_witnesses_by_id**](docs/SystemSettingsApi.md#device_type2_remove_witnesses_by_id) | **DELETE** /api/v1/storage-systems/device-type2/{systemId}/system-settings/witnesses/{witnessId} | Remove witness identified by {witnessId} from Nimble / Alletra 6K
*SystemSettingsApi* | [**device_type2_resume_replication_partner**](docs/SystemSettingsApi.md#device_type2_resume_replication_partner) | **POST** /api/v1/storage-systems/device-type2/{systemId}/system-settings/replication-partners/actions/resume | Resume the replication pair of Nimble / Alletra 6K
*SystemSettingsApi* | [**device_type2_send_auto_support**](docs/SystemSettingsApi.md#device_type2_send_auto_support) | **POST** /api/v1/storage-systems/device-type2/{systemId}/autosupport/actions/send | Send auto support information of Nimble / Alletra 6K identified by {systemId}
*SystemSettingsApi* | [**device_type2_test_replication_configuration**](docs/SystemSettingsApi.md#device_type2_test_replication_configuration) | **POST** /api/v1/storage-systems/device-type2/{systemId}/system-settings/replication-partners/actions/test | Test the replication partner pair of Nimble / Alletra 6K
*SystemSettingsApi* | [**device_type2_test_witnesses_by_id**](docs/SystemSettingsApi.md#device_type2_test_witnesses_by_id) | **POST** /api/v1/storage-systems/device-type2/{systemId}/system-settings/witnesses/{witnessId}/actions/test | Test and validate the witness configuration between the host identified by {witnessId} from Nimble / Alletra 6K identified by {systemId}
*SystemSettingsApi* | [**mail_settings_associate**](docs/SystemSettingsApi.md#mail_settings_associate) | **POST** /api/v1/storage-systems/device-type1/{systemId}/mail-settings | Add SMTP/Mail server settigs
*SystemSettingsApi* | [**mail_settings_delete**](docs/SystemSettingsApi.md#mail_settings_delete) | **DELETE** /api/v1/storage-systems/device-type1/{systemId}/mail-settings | Delete SMTP/mail server settings
*SystemSettingsApi* | [**mail_settings_update**](docs/SystemSettingsApi.md#mail_settings_update) | **PUT** /api/v1/storage-systems/device-type1/{systemId}/mail-settings | Edit SMTP/Mail server settigs
*SystemSettingsApi* | [**network_service_cim_update**](docs/SystemSettingsApi.md#network_service_cim_update) | **PUT** /api/v1/storage-systems/device-type1/{systemId}/network-services/cim | Edit CIM network service configuration
*SystemSettingsApi* | [**network_service_snmp_mgr_create**](docs/SystemSettingsApi.md#network_service_snmp_mgr_create) | **POST** /api/v1/storage-systems/device-type1/{systemId}/network-services/snmp-mgr | Add SNMP Manager settings
*SystemSettingsApi* | [**network_service_snmp_mgr_delete**](docs/SystemSettingsApi.md#network_service_snmp_mgr_delete) | **DELETE** /api/v1/storage-systems/device-type1/{systemId}/network-services/snmp-mgr/{id} | Delete SNMP manager settings identified by {id}
*SystemSettingsApi* | [**network_service_snmp_mgr_update**](docs/SystemSettingsApi.md#network_service_snmp_mgr_update) | **PUT** /api/v1/storage-systems/device-type1/{systemId}/network-services/snmp-mgr/{id} | Edit SNMP Manager settings for the specified Id
*SystemSettingsApi* | [**network_settings_associate**](docs/SystemSettingsApi.md#network_settings_associate) | **POST** /api/v1/storage-systems/device-type1/{systemId}/network-settings | Post Network-Settings details for a storage system Primera / Alletra 9K
*SystemSettingsApi* | [**post_certificate**](docs/SystemSettingsApi.md#post_certificate) | **POST** /api/v1/storage-systems/device-type1/{systemId}/certificates | Create certificate on storage system Primera / Alletra 9K identified by {systemId}
*SystemSettingsApi* | [**put_certificate**](docs/SystemSettingsApi.md#put_certificate) | **PUT** /api/v1/storage-systems/device-type1/{systemId}/certificates/{id} | Import certificate identified by {id} on storage system Primera / Alletra 9K identified by {systemId}
*SystemSettingsApi* | [**remove_certificates**](docs/SystemSettingsApi.md#remove_certificates) | **POST** /api/v1/storage-systems/device-type1/{systemId}/certificates/remove | Delete certificates from storage system Primera / Alletra 9K identified by {systemId}
*SystemSettingsApi* | [**remove_trusted_certificates**](docs/SystemSettingsApi.md#remove_trusted_certificates) | **POST** /api/v1/storage-systems/device-type1/{systemId}/trust-certificates/remove | Delete trusted certificates from storage system Primera / Alletra 9K identified by {systemId}
*SystemSettingsApi* | [**support_settings_associate**](docs/SystemSettingsApi.md#support_settings_associate) | **POST** /api/v1/storage-systems/device-type1/{systemId}/support-settings | Add support settings for a storage system Primera / Alletra 9K
*SystemSettingsApi* | [**support_settings_update**](docs/SystemSettingsApi.md#support_settings_update) | **PUT** /api/v1/storage-systems/device-type1/{systemId}/support-settings | Edit support settings for a storage system Primera / Alletra 9K
*SystemSettingsApi* | [**system_settings_associate**](docs/SystemSettingsApi.md#system_settings_associate) | **POST** /api/v1/storage-systems/device-type1/{systemId}/system-settings | Edit system settings configuration
*SystemSettingsApi* | [**system_settings_update**](docs/SystemSettingsApi.md#system_settings_update) | **PUT** /api/v1/storage-systems/device-type1/{systemId}/system-settings | Edit system settings configuration
*TasksApi* | [**get_task**](docs/TasksApi.md#get_task) | **GET** /api/v1/tasks/{id} | Returns details of a specific task
*TasksApi* | [**list_tasks**](docs/TasksApi.md#list_tasks) | **GET** /api/v1/tasks | Returns a list of tasks accessible by the user
*VolumeSetsApi* | [**device_type1_edit_proximity_settings**](docs/VolumeSetsApi.md#device_type1_edit_proximity_settings) | **PUT** /api/v1/storage-systems/device-type1/{systemId}/applicationsets/{id}/proximity-settings | Change proximity settings of hosts where volume sets are exported identified by {id} and {systemId} from Primera / Alletra 9K
*VolumeSetsApi* | [**device_type1_get_proximity_settings**](docs/VolumeSetsApi.md#device_type1_get_proximity_settings) | **GET** /api/v1/storage-systems/device-type1/{systemId}/applicationsets/{id}/proximity-settings | Get hosts and proximity details identified by application set {id} for Primera / Alletra 9K identified by {systemId}
*VolumeSetsApi* | [**device_type1_get_replication_partner_volumes_by_app_set_id**](docs/VolumeSetsApi.md#device_type1_get_replication_partner_volumes_by_app_set_id) | **GET** /api/v1/storage-systems/device-type1/{systemId}/applicationsets/{appsetId}/replication-partners/{replicationPartnerId}/volumes | Get volume details of replication partners identified by {appsetId} and {replicationPartnerId} for Primera / Alletra 9K
*VolumeSetsApi* | [**device_type1_get_replication_partners_by_app_set_id**](docs/VolumeSetsApi.md#device_type1_get_replication_partners_by_app_set_id) | **GET** /api/v1/storage-systems/device-type1/{systemId}/applicationsets/{appsetId}/replication-partners | Get details of Primera / Alletra 9K replication partners identified by {systemId} and {appsetId}
*VolumeSetsApi* | [**device_type1_snapsets_get_by_id**](docs/VolumeSetsApi.md#device_type1_snapsets_get_by_id) | **GET** /api/v1/storage-systems/device-type1/{systemId}/applicationsets/{appsetId}/snapsets/{snapsetId} | Get details of snapsets identified by {snapsetId} for Applicationset identified by {appsetId} for Primera / Alletra 9K
*VolumeSetsApi* | [**device_type1_volume_set_capacity_statistics_get_by_id**](docs/VolumeSetsApi.md#device_type1_volume_set_capacity_statistics_get_by_id) | **GET** /api/v1/storage-systems/device-type1/{systemId}/applicationsets/{id}/capacity-statistics | Get capacity details for an applicationset identified by appsetUid
*VolumeSetsApi* | [**device_type1_volume_set_export**](docs/VolumeSetsApi.md#device_type1_volume_set_export) | **POST** /api/v1/storage-systems/device-type1/{systemId}/applicationsets/{appsetId}/export | Export applicationset identified by {appsetId} from Primera / Alletra 9K identified by {systemId}
*VolumeSetsApi* | [**device_type1_volume_set_snapshot_get_by_id**](docs/VolumeSetsApi.md#device_type1_volume_set_snapshot_get_by_id) | **DELETE** /api/v1/storage-systems/device-type1/{systemId}/applicationsets/{appsetId}/snapsets/{snapsetId} | Remove Primera / Alletra 9K snapset in system identified by {snapsetId}
*VolumeSetsApi* | [**device_type1_volume_set_snapshots_list**](docs/VolumeSetsApi.md#device_type1_volume_set_snapshots_list) | **GET** /api/v1/storage-systems/device-type1/{systemId}/applicationsets/{id}/snapsets | Get snapshot details of volume sets identified by {id} for Primera / Alletra 9K
*VolumeSetsApi* | [**device_type1_volume_set_unexport**](docs/VolumeSetsApi.md#device_type1_volume_set_unexport) | **POST** /api/v1/storage-systems/device-type1/{systemId}/applicationsets/{appsetId}/un-export | Unexport applicationset identified by {appsetId} from Primera / Alletra 9K identified by {systemId}
*VolumeSetsApi* | [**device_type1_volume_set_volumes_list**](docs/VolumeSetsApi.md#device_type1_volume_set_volumes_list) | **GET** /api/v1/storage-systems/device-type1/{systemId}/applicationsets/{appsetId}/volumes | Get volumes for an applicationset identified by appsetUid
*VolumeSetsApi* | [**device_type1_volume_sets_create**](docs/VolumeSetsApi.md#device_type1_volume_sets_create) | **POST** /api/v1/storage-systems/device-type1/{systemId}/applicationsets | Create Application Set for a storage system Primera / Alletra 9K
*VolumeSetsApi* | [**device_type1_volume_sets_delete_by_id**](docs/VolumeSetsApi.md#device_type1_volume_sets_delete_by_id) | **DELETE** /api/v1/storage-systems/device-type1/{systemId}/applicationsets/{id} | Remove applicationset identified by {id} from Primera / Alletra 9K identified by {systemId}
*VolumeSetsApi* | [**device_type1_volume_sets_edit_by_id**](docs/VolumeSetsApi.md#device_type1_volume_sets_edit_by_id) | **PUT** /api/v1/storage-systems/device-type1/{systemId}/applicationsets/{id} | Edit applicationset identified by {id} from Primera / Alletra 9K identified by {systemId}
*VolumeSetsApi* | [**device_type1_volume_sets_get_by_id**](docs/VolumeSetsApi.md#device_type1_volume_sets_get_by_id) | **GET** /api/v1/storage-systems/device-type1/{systemId}/applicationsets/{id} | Get applicationset details for an applicationset identified by appsetUid
*VolumeSetsApi* | [**device_type1_volume_sets_list**](docs/VolumeSetsApi.md#device_type1_volume_sets_list) | **GET** /api/v1/storage-systems/device-type1/{systemId}/applicationsets | Get all applicationset details for Primera / Alletra 9K
*VolumeSetsApi* | [**device_type1_volume_sets_snapshot_create**](docs/VolumeSetsApi.md#device_type1_volume_sets_snapshot_create) | **POST** /api/v1/storage-systems/device-type1/{systemId}/applicationsets/{id}/snapsets | Create snapshot for application set identified by {id}
*VolumeSetsApi* | [**device_type1action_on_volume_sets**](docs/VolumeSetsApi.md#device_type1action_on_volume_sets) | **POST** /api/v1/storage-systems/device-type1/{systemId}/applicationsets/{id}/remote-protection/actions | Actions on volume set identified by {id} and {systemId} from Primera / Alletra 9K
*VolumeSetsApi* | [**device_type2_action_on_snapshot_collection**](docs/VolumeSetsApi.md#device_type2_action_on_snapshot_collection) | **POST** /api/v1/storage-systems/device-type2/{systemId}/volume-collections/{volumeCollectionId}/snapshot-collections/update | Perform offline/online action on snapshot collections of Nimble / Alletra 6K and associated with volume collection {volumeCollectionId} in the system identified by {systemId}
*VolumeSetsApi* | [**device_type2_action_on_volume_collection**](docs/VolumeSetsApi.md#device_type2_action_on_volume_collection) | **POST** /api/v1/storage-systems/device-type2/{systemId}/volume-collections/{volumeCollectionId}/actions/handover | Perform handover action Nimble / Alletra 6K on a volume collection identified by {volumeCollectionId} in system identified by {systemId}
*VolumeSetsApi* | [**device_type2_action_on_volume_collection_id**](docs/VolumeSetsApi.md#device_type2_action_on_volume_collection_id) | **POST** /api/v1/storage-systems/device-type2/{systemId}/volume-collections/{volumeCollectionId}/actions/demote | Perform demote action Nimble / Alletra 6K on a volume collection identified by {volumeCollectionId} in system identified by {systemId}
*VolumeSetsApi* | [**device_type2_actionon_volume_collection**](docs/VolumeSetsApi.md#device_type2_actionon_volume_collection) | **POST** /api/v1/storage-systems/device-type2/{systemId}/volume-collections/{volumeCollectionId}/actions/abort-handover | Perform abort handover action Nimble / Alletra 6K on a volume collection identified by {volumeCollectionId} in system identified by {systemId}
*VolumeSetsApi* | [**device_type2_add_volumes_to_volume_collections**](docs/VolumeSetsApi.md#device_type2_add_volumes_to_volume_collections) | **POST** /api/v1/storage-systems/device-type2/{systemId}/volume-collections/{volumeCollectionId}/actions/add-volumes | Add volumes to Nimble / Alletra 6K volumes collection in system identified by {systemId}
*VolumeSetsApi* | [**device_type2_create_snapshot_collections**](docs/VolumeSetsApi.md#device_type2_create_snapshot_collections) | **POST** /api/v1/storage-systems/device-type2/{systemId}/volume-collections/{volumeCollectionId}/snapshot-collections | Create Nimble / Alletra 6K snapshot collection in system identified by {systemId}
*VolumeSetsApi* | [**device_type2_edit_volume_collection_by_id**](docs/VolumeSetsApi.md#device_type2_edit_volume_collection_by_id) | **PUT** /api/v1/storage-systems/device-type2/{systemId}/volume-collections/{volumeCollectionId} | Edit details of Nimble / Alletra 6K Volume-collections identified by {volumeCollectionId}
*VolumeSetsApi* | [**device_type2_get_all_folders**](docs/VolumeSetsApi.md#device_type2_get_all_folders) | **GET** /api/v1/storage-systems/device-type2/{systemId}/folders | Get all folders details by Nimble / Alletra 6K
*VolumeSetsApi* | [**device_type2_get_all_volume_collections**](docs/VolumeSetsApi.md#device_type2_get_all_volume_collections) | **GET** /api/v1/storage-systems/device-type2/{systemId}/volume-collections | Get all volume-collections details by Nimble / Alletra 6K
*VolumeSetsApi* | [**device_type2_get_snapshot_collections_by_id**](docs/VolumeSetsApi.md#device_type2_get_snapshot_collections_by_id) | **GET** /api/v1/storage-systems/device-type2/{systemId}/volume-collections/{volumeCollectionId}/snapshot-collections/{snapshotCollectionId} | Get details of snapshot collection of Nimble / Alletra 6K Volume collection identified by {volumeCollectionId} by {snapshotId}
*VolumeSetsApi* | [**device_type2_get_snapshots_by_volume_collection_id**](docs/VolumeSetsApi.md#device_type2_get_snapshots_by_volume_collection_id) | **GET** /api/v1/storage-systems/device-type2/{systemId}/volume-collections/{volumeCollectionId}/snapshot-collections | Get all snapshot collections' details of Nimble / Alletra 6K Volume collection identified by {volumeCollectionId}
*VolumeSetsApi* | [**device_type2_get_volume_collection_by_id**](docs/VolumeSetsApi.md#device_type2_get_volume_collection_by_id) | **GET** /api/v1/storage-systems/device-type2/{systemId}/volume-collections/{volumeCollectionId} | Get details of Nimble / Alletra 6K volume-collections identified by {volumeCollectionId}
*VolumeSetsApi* | [**device_type2_promote_action_on_volume_collection**](docs/VolumeSetsApi.md#device_type2_promote_action_on_volume_collection) | **POST** /api/v1/storage-systems/device-type2/{systemId}/volume-collections/{volumeCollectionId}/actions/promote | Perform promote action Nimble / Alletra 6K on a volume collection identified by {volumeCollectionId} in system identified by {systemId}
*VolumeSetsApi* | [**device_type2_remove_snap_shot_collection**](docs/VolumeSetsApi.md#device_type2_remove_snap_shot_collection) | **POST** /api/v1/storage-systems/device-type2/{systemId}/volume-collections/{volumeCollectionId}/snapshot-collections/remove | Remove multiple snapshot collections identified by {volumeCollectionId} from Nimble / Alletra 6K
*VolumeSetsApi* | [**device_type2_remove_volume_collection_by_id**](docs/VolumeSetsApi.md#device_type2_remove_volume_collection_by_id) | **DELETE** /api/v1/storage-systems/device-type2/{systemId}/volume-collections/{volumeCollectionId} | Remove Volume-collection identified by {volumeCollectionId} from Nimble / Alletra 6K
*VolumeSetsApi* | [**device_type2_remove_volumes_from_volume_collection**](docs/VolumeSetsApi.md#device_type2_remove_volumes_from_volume_collection) | **POST** /api/v1/storage-systems/device-type2/{systemId}/volume-collections/{volumeCollectionId}/actions/remove-volumes | Remove volumes from Nimble / Alletra 6K volumes collection in system identified by {systemId}
*VolumeSetsApi* | [**device_type2_volume_collection_create**](docs/VolumeSetsApi.md#device_type2_volume_collection_create) | **POST** /api/v1/storage-systems/device-type2/{systemId}/volume-collections | Create Nimble / Alletra 6K volume collection in system identified by {systemId}
*VolumeSetsApi* | [**volumeset_get_by_id**](docs/VolumeSetsApi.md#volumeset_get_by_id) | **GET** /api/v1/volume-sets/{id} | Get volume-set identified by id
*VolumeSetsApi* | [**volumeset_get_byvolumeset_id**](docs/VolumeSetsApi.md#volumeset_get_byvolumeset_id) | **GET** /api/v1/volume-sets/{id}/volumes | Get volumes identified by volume set id
*VolumeSetsApi* | [**volumeset_list**](docs/VolumeSetsApi.md#volumeset_list) | **GET** /api/v1/volume-sets | Get all volume-sets
*VolumeSetsApi* | [**volumeset_list_for_system_by_system_id**](docs/VolumeSetsApi.md#volumeset_list_for_system_by_system_id) | **GET** /api/v1/storage-systems/{systemId}/volume-sets | Get all volume-sets for a systemId
*VolumeSetsApi* | [**volumeset_system_get_by_id**](docs/VolumeSetsApi.md#volumeset_system_get_by_id) | **GET** /api/v1/storage-systems/{systemId}/volume-sets/{id} | Get volume-set identified by id
*VolumesApi* | [**device_type1_get_clones**](docs/VolumesApi.md#device_type1_get_clones) | **GET** /api/v1/storage-systems/device-type1/{systemId}/volumes/{volumeId}/clones | Get the details of the clone volumes associated with a base volume identified by {volumeId} for Primera / Alletra 9K systems.
*VolumesApi* | [**device_type1_promote_clone_volume**](docs/VolumesApi.md#device_type1_promote_clone_volume) | **POST** /api/v1/storage-systems/device-type1/{systemId}/volumes/{volumeId}/clones/{cloneId}/promote | Promote a clone volume identified by {cloneId} of a volume identified by {volumeId} on storage system Primera / Alletra 9K identified by {systemId}
*VolumesApi* | [**device_type1_promote_snapshot**](docs/VolumesApi.md#device_type1_promote_snapshot) | **POST** /api/v1/storage-systems/device-type1/{systemId}/volumes/{volumeId}/snapshots/{snapshotId} | Promote a snapshot identified by {snapshotId} of a volume identified by {volumeId} on storage system Primera / Alletra 9K identified by {systemId}
*VolumesApi* | [**device_type1_resync_clone_volume**](docs/VolumesApi.md#device_type1_resync_clone_volume) | **POST** /api/v1/storage-systems/device-type1/{systemId}/volumes/{volumeId}/clones/{cloneId}/resync | Resynchronize a clone volume identified by {cloneId} of a volume identified by {volumeId} on storage system Primera / Alletra 9K identified by {systemId}
*VolumesApi* | [**device_type1_snapshots_get_by_id**](docs/VolumesApi.md#device_type1_snapshots_get_by_id) | **GET** /api/v1/storage-systems/device-type1/{systemId}/volumes/{volumeId}/snapshots/{snapshotId} | Get details of snapshot identified by {snapshotId} for Volume identified by {volumeId} for Primera / Alletra 9K
*VolumesApi* | [**device_type1_vlun_export**](docs/VolumesApi.md#device_type1_vlun_export) | **POST** /api/v1/storage-systems/device-type1/{systemId}/volumes/{id}/export | Export vlun for volume identified by {id} from Primera / Alletra 9K identified by {systemId}
*VolumesApi* | [**device_type1_vlun_export_for_snapshot**](docs/VolumesApi.md#device_type1_vlun_export_for_snapshot) | **POST** /api/v1/storage-systems/device-type1/{systemId}/snapshots/{snapshotId}/export | Export vlun for snapshot identified by {id} from Primera / Alletra 9K identified by {systemId}
*VolumesApi* | [**device_type1_vlun_unexport**](docs/VolumesApi.md#device_type1_vlun_unexport) | **POST** /api/v1/storage-systems/device-type1/{systemId}/volumes/{id}/un-export | Unexport vlun for volume identified by {id} from Primera / Alletra 9K identified by {systemId}
*VolumesApi* | [**device_type1_vlun_unexport_for_snapshot**](docs/VolumesApi.md#device_type1_vlun_unexport_for_snapshot) | **POST** /api/v1/storage-systems/device-type1/{systemId}/snapshots/{snapshotId}/un-export | Unexport vlun for snapshot identified by {id} from Primera / Alletra 9K identified by {systemId}
*VolumesApi* | [**device_type1_vluns_get_by_id**](docs/VolumesApi.md#device_type1_vluns_get_by_id) | **GET** /api/v1/storage-systems/device-type1/{systemId}/volumes/{volumeId}/vluns/{id} | Get details of vlun identified by {id} for Volume identified by {volumeId} for Primera / Alletra 9K
*VolumesApi* | [**device_type1_vluns_list**](docs/VolumesApi.md#device_type1_vluns_list) | **GET** /api/v1/storage-systems/device-type1/{systemId}/volumes/{id}/vluns | Get details of vluns for Volume identified by {volumeId} for Primera / Alletra 9K
*VolumesApi* | [**device_type1_volume_capacity_history_get_by_id**](docs/VolumesApi.md#device_type1_volume_capacity_history_get_by_id) | **GET** /api/v1/storage-systems/device-type1/{systemId}/volumes/{id}/capacity-history | Get volume capacity trend data of Primera / Alletra 9K Volume identified by {id}
*VolumesApi* | [**device_type1_volume_get_by_id**](docs/VolumesApi.md#device_type1_volume_get_by_id) | **GET** /api/v1/storage-systems/device-type1/{systemId}/volumes/{id} | Get details of Primera / Alletra 9K Volume identified by {id}
*VolumesApi* | [**device_type1_volume_performance_history_get_by_id**](docs/VolumesApi.md#device_type1_volume_performance_history_get_by_id) | **GET** /api/v1/storage-systems/device-type1/{systemId}/volumes/{id}/performance-history | Get performance trend data of Primera / Alletra 9K Volume identified by {id}
*VolumesApi* | [**device_type1_volume_performance_statistics_get_by_id**](docs/VolumesApi.md#device_type1_volume_performance_statistics_get_by_id) | **GET** /api/v1/storage-systems/device-type1/{systemId}/volumes/{id}/performance-statistics | Get performance statistics of Primera / Alletra 9K Volume identified by {id}
*VolumesApi* | [**device_type1_volume_snapshots_list**](docs/VolumesApi.md#device_type1_volume_snapshots_list) | **GET** /api/v1/storage-systems/device-type1/{systemId}/volumes/{id}/snapshots | Get snapshot details of volume identified by {id} for Primera / Alletra 9K
*VolumesApi* | [**device_type1_volumes_list**](docs/VolumesApi.md#device_type1_volumes_list) | **GET** /api/v1/storage-systems/device-type1/{systemId}/volumes | Get all volumes details for Primera / Alletra 9K
*VolumesApi* | [**device_type2_access_control_record_create**](docs/VolumesApi.md#device_type2_access_control_record_create) | **POST** /api/v1/storage-systems/device-type2/{systemId}/access-control-records | Create Nimble / Alletra 6K access control record in system identified by {systemId}
*VolumesApi* | [**device_type2_clone_volume_by_id**](docs/VolumesApi.md#device_type2_clone_volume_by_id) | **POST** /api/v1/storage-systems/device-type2/{systemId}/volumes/{volumeId}/clone | Create Nimble / Alletra 6K clone volume identified by {volumeId}.
*VolumesApi* | [**device_type2_delete_snapshot_access_by_id**](docs/VolumesApi.md#device_type2_delete_snapshot_access_by_id) | **POST** /api/v1/storage-systems/device-type2/{systemId}/volumes/{volumeId}/snapshots/{snapshotId}/un-export | Delete access for snapshot identified by {snapshotId} from Nimble / Alletra 6K identified by {systemId}
*VolumesApi* | [**device_type2_delete_volume_access_by_id**](docs/VolumesApi.md#device_type2_delete_volume_access_by_id) | **POST** /api/v1/storage-systems/device-type2/{systemId}/volumes/{volumeId}/un-export | Delete access for volume identified by {volumeId} from Nimble / Alletra 6K identified by {systemId}
*VolumesApi* | [**device_type2_edit_snapshot_by_id**](docs/VolumesApi.md#device_type2_edit_snapshot_by_id) | **POST** /api/v1/storage-systems/device-type2/{systemId}/snapshots/actions/update | Edit Multiple Nimble / Alletra 6K snapshots in system identified by {systemId}
*VolumesApi* | [**device_type2_edit_volume_by_id**](docs/VolumesApi.md#device_type2_edit_volume_by_id) | **PUT** /api/v1/storage-systems/device-type2/{systemId}/volumes/{volumeId} | Edit details of Nimble / Alletra 6K Volume identified by {volumeId}
*VolumesApi* | [**device_type2_get_access_control_record_by_id**](docs/VolumesApi.md#device_type2_get_access_control_record_by_id) | **GET** /api/v1/storage-systems/device-type2/{systemId}/access-control-records/{accessControlRecordId} | Get details of Nimble / Alletra 6K access-control-records identified by {accessControlRecordId}
*VolumesApi* | [**device_type2_get_all_access_control_records**](docs/VolumesApi.md#device_type2_get_all_access_control_records) | **GET** /api/v1/storage-systems/device-type2/{systemId}/access-control-records | Get all access-control-records details by Nimble / Alletra 6K
*VolumesApi* | [**device_type2_get_all_snapshots_by_volume_id**](docs/VolumesApi.md#device_type2_get_all_snapshots_by_volume_id) | **GET** /api/v1/storage-systems/device-type2/{systemId}/volumes/{volumeId}/snapshots | Get all snapshots' details of Nimble / Alletra 6K Volume identified by {volumeId}
*VolumesApi* | [**device_type2_get_all_volumes**](docs/VolumesApi.md#device_type2_get_all_volumes) | **GET** /api/v1/storage-systems/device-type2/{systemId}/volumes | Get all volumes details for Nimble / Alletra 6K
*VolumesApi* | [**device_type2_get_snapshot_by_id**](docs/VolumesApi.md#device_type2_get_snapshot_by_id) | **GET** /api/v1/storage-systems/device-type2/{systemId}/volumes/{volumeId}/snapshots/{snapshotId} | Get details of snapshot of Nimble / Alletra 6K Volume identified by {volumeId} by {snapshotId}
*VolumesApi* | [**device_type2_get_volume_by_id**](docs/VolumesApi.md#device_type2_get_volume_by_id) | **GET** /api/v1/storage-systems/device-type2/{systemId}/volumes/{volumeId} | Get details of Nimble / Alletra 6K Volume identified by {volumeId}
*VolumesApi* | [**device_type2_get_volume_capacity_history**](docs/VolumesApi.md#device_type2_get_volume_capacity_history) | **GET** /api/v1/storage-systems/device-type2/{systemId}/volumes/{volumeId}/capacity-history | Get volume capacity trend data of Nimble / Alletra 6K Volume identified by {volumeId}
*VolumesApi* | [**device_type2_get_volume_performance_history**](docs/VolumesApi.md#device_type2_get_volume_performance_history) | **GET** /api/v1/storage-systems/device-type2/{systemId}/volumes/{volumeId}/performance-history | Get performance trend data of Nimble / Alletra 6K Volume identified by {id}
*VolumesApi* | [**device_type2_get_volume_performance_statistics**](docs/VolumesApi.md#device_type2_get_volume_performance_statistics) | **GET** /api/v1/storage-systems/device-type2/{systemId}/volumes/{volumeId}/performance-statistics | Get performance statistics of Nimble / Alletra 6K Volume identified by {volumeId}
*VolumesApi* | [**device_type2_move_volume**](docs/VolumesApi.md#device_type2_move_volume) | **POST** /api/v1/storage-systems/device-type2/{systemId}/volumes/{volumeId}/actions/move | Move Nimble / Alletra 6K volume identified by {volumeId} to another pool.
*VolumesApi* | [**device_type2_provisioning_review**](docs/VolumesApi.md#device_type2_provisioning_review) | **POST** /api/v1/storage-systems/device-type2/{systemId}/provisioning-review | Provisioning review for a storage system Nimble / Alletra 6K
*VolumesApi* | [**device_type2_provisioning_worklow**](docs/VolumesApi.md#device_type2_provisioning_worklow) | **POST** /api/v1/storage-systems/device-type2/{systemId}/provisioning | Create provisioning workflow for a Nimble / Alletra 6K storage system identified by {systemId}
*VolumesApi* | [**device_type2_remove_access_control_record_by_id**](docs/VolumesApi.md#device_type2_remove_access_control_record_by_id) | **DELETE** /api/v1/storage-systems/device-type2/{systemId}/access-control-records/{accessControlRecordId} | Remove access-control-record identified by {accessControlRecordId} from Nimble / Alletra 6K
*VolumesApi* | [**device_type2_remove_snapshot_by_id**](docs/VolumesApi.md#device_type2_remove_snapshot_by_id) | **DELETE** /api/v1/storage-systems/device-type2/{systemId}/volumes/{volumeId}/snapshots/{snapshotId} | Remove Nimble / Alletra 6K snapshot in system identified by {snapshotId}
*VolumesApi* | [**device_type2_remove_volume_by_id**](docs/VolumesApi.md#device_type2_remove_volume_by_id) | **DELETE** /api/v1/storage-systems/device-type2/{systemId}/volumes/{volumeId} | Remove volume identified by {volumeId} from Nimble / Alletra 6K
*VolumesApi* | [**device_type2_restore_volume_by_id**](docs/VolumesApi.md#device_type2_restore_volume_by_id) | **POST** /api/v1/storage-systems/device-type2/{systemId}/volumes/{volumeId}/actions/restore | Restore Nimble / Alletra 6K volume identified by {volumeId} from a previous snapshot.
*VolumesApi* | [**device_type2_snapshot_create**](docs/VolumesApi.md#device_type2_snapshot_create) | **POST** /api/v1/storage-systems/device-type2/{systemId}/volumes/{volumeId}/snapshots | Create Nimble / Alletra 6K snapshot in system identified by {systemId}
*VolumesApi* | [**device_type2_snapshot_export**](docs/VolumesApi.md#device_type2_snapshot_export) | **POST** /api/v1/storage-systems/device-type2/{systemId}/volumes/{volumeId}/snapshots/{snapshotId}/export | Configure access for snapshot identified by {snapshotId} from Nimble / Alletra 6K identified by {systemId}
*VolumesApi* | [**device_type2_volumes_create**](docs/VolumesApi.md#device_type2_volumes_create) | **POST** /api/v1/storage-systems/device-type2/{systemId}/volumes | Create Nimble / Alletra 6K volume in system identified by {systemId}
*VolumesApi* | [**device_type2_volumes_export**](docs/VolumesApi.md#device_type2_volumes_export) | **POST** /api/v1/storage-systems/device-type2/{systemId}/volumes/{volumeId}/export | Configure access for volume identified by {volumeId} from Nimble / Alletra 6K identified by {systemId}
*VolumesApi* | [**snapshot_clone_create**](docs/VolumesApi.md#snapshot_clone_create) | **POST** /api/v1/storage-systems/device-type1/{systemId}/snapshots/{snapshotId}/clone | Create a clone of a snapshot identified by {snapshotId} for Primera / Alletra 9K systems.
*VolumesApi* | [**vluns_delete**](docs/VolumesApi.md#vluns_delete) | **DELETE** /api/v1/storage-systems/device-type1/{systemId}/volumes/{volumeId}/vluns/{id} | Remove vlun idenfied by {id} form volume identified by {volumeId} from Primera / Alletra 9K
*VolumesApi* | [**volume_clone_create**](docs/VolumesApi.md#volume_clone_create) | **POST** /api/v1/storage-systems/device-type1/{systemId}/volumes/{id}/clone | Create a clone volume identified by {id} for Primera / Alletra 9K systems.
*VolumesApi* | [**volume_create**](docs/VolumesApi.md#volume_create) | **POST** /api/v1/storage-systems/device-type1/{systemId}/volumes | Create volume for a storage system Primera / Alletra 9K
*VolumesApi* | [**volume_delete**](docs/VolumesApi.md#volume_delete) | **DELETE** /api/v1/storage-systems/device-type1/{systemId}/volumes/{id} | Remove volume identified by {volumeId} from Primera / Alletra 9K
*VolumesApi* | [**volume_edit**](docs/VolumesApi.md#volume_edit) | **PUT** /api/v1/storage-systems/device-type1/{systemId}/volumes/{id} | Edit volume identified by {volumeId} from Primera / Alletra 9K
*VolumesApi* | [**volume_get_by_id**](docs/VolumesApi.md#volume_get_by_id) | **GET** /api/v1/volumes/{id} | Get details of Volume identified by {id}
*VolumesApi* | [**volume_list_for_system_by_system_id**](docs/VolumesApi.md#volume_list_for_system_by_system_id) | **GET** /api/v1/storage-systems/{systemId}/volumes | Get details of volumes identified with {systemId}
*VolumesApi* | [**volume_snapshot_create**](docs/VolumesApi.md#volume_snapshot_create) | **POST** /api/v1/storage-systems/device-type1/{systemId}/volumes/{id}/snapshots | Create snapshot for volumes identified by {id}
*VolumesApi* | [**volume_snapshot_get_by_id**](docs/VolumesApi.md#volume_snapshot_get_by_id) | **DELETE** /api/v1/storage-systems/device-type1/{systemId}/volumes/{volumeId}/snapshots/{snapshotId} | Remove Primera / Alletra 9K snapshot in system identified by {snapshotId}
*VolumesApi* | [**volumes_list**](docs/VolumesApi.md#volumes_list) | **GET** /api/v1/volumes | Get all volumes

## Documentation For Models

- [AccessControlRecord](docs/AccessControlRecord.md)
- [AccessControlsResponse](docs/AccessControlsResponse.md)
- [AddRemoteCopyLinks](docs/AddRemoteCopyLinks.md)
- [AddTrustedCertificateInput](docs/AddTrustedCertificateInput.md)
- [Address](docs/Address.md)
- [AdmitTime](docs/AdmitTime.md)
- [AlertContactInput](docs/AlertContactInput.md)
- [AlertContacts](docs/AlertContacts.md)
- [AlertContactsAssociatedLinks](docs/AlertContactsAssociatedLinks.md)
- [AlertContactsDetails](docs/AlertContactsDetails.md)
- [AlertContactsDetailsList](docs/AlertContactsDetailsList.md)
- [Allocated](docs/Allocated.md)
- [Allocation](docs/Allocation.md)
- [AllocationDeviceSpeed](docs/AllocationDeviceSpeed.md)
- [AllocationHA](docs/AllocationHA.md)
- [AppKeyValue](docs/AppKeyValue.md)
- [ApplicationServer](docs/ApplicationServer.md)
- [ApplicationServerDetails](docs/ApplicationServerDetails.md)
- [ApplicationServersList](docs/ApplicationServersList.md)
- [ApplicationSummary](docs/ApplicationSummary.md)
- [Applications](docs/Applications.md)
- [AppsetPost](docs/AppsetPost.md)
- [ArrayMigStatus](docs/ArrayMigStatus.md)
- [ArrayUnassignMigStatus](docs/ArrayUnassignMigStatus.md)
- [AssociatedLinks](docs/AssociatedLinks.md)
- [AssociatedLinksInner](docs/AssociatedLinksInner.md)
- [AuditBadRequest](docs/AuditBadRequest.md)
- [AuditData](docs/AuditData.md)
- [Aud