Gets settings for virtual array
Requires one of the following roles:
SYSTEM_ADMIN
SYSTEM_MONITOR
Preset virtual array configured settings
| Field | Description | Type | Notes |
| varray_settings | |||
| capacity_critical_alert | |||
| threshold | Get list of available alert threshold | Integer |
0-* Elements |
| default_threshold | Integer | ||
| capacity_error_alert | |||
| threshold | Get list of available alert threshold | Integer |
0-* Elements |
| default_threshold | Integer | ||
| capacity_warning_alert | |||
| threshold | Get list of available alert threshold | Integer |
0-* Elements |
| default_threshold | Integer |
GET https://10.249.245.232:4443/vdc/data-services/varrays/settings Content-Type: application/xml X-SDS-AUTH-TOKEN: <AUTH_TOKEN>
HTTP/1.1 200 OK
Content-Type: application/xml
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<varray_settings>
<capacity_critical_alert>
<default_threshold>15</default_threshold>
<threshold>10</threshold>
<threshold>15</threshold>
</capacity_critical_alert>
<capacity_error_alert>
<threshold>20</threshold>
<threshold>25</threshold>
<threshold>30</threshold>
</capacity_error_alert>
<capacity_warning_alert>
<threshold>35</threshold>
<threshold>40</threshold>
</capacity_warning_alert>
</varray_settings>