Get Integrated Storage Settings Details
To view the details of integrated storage settings for a particular backup server, use the following request:
GET /settings/backup_servers/:backup_server_id/integrated_storage_settings.xml
GET /settings/backup_servers/:backup_server_id/integrated_storage_settings.json
XML Request Example
curl -i -u account_email:API_key -X GET http://onapp.test/settings/backup_servers/1/integrated_storage_settings.xml -H 'Accept: application/xml' -H 'Content-type: application/xml'
JSON Request Example
curl -i -u account_email:API_key -X GET http://onapp.test/settings/backup_servers/1/integrated_storage_settings.json -H 'Accept: application/json' -H 'Content-type: application/json'
XML Output Example
<integrated_storage_settings> <bonding_mode>802.3ad</bonding_mode> <mtu type="integer">1500</mtu> <vlan nil="integer">123</vlan> </integrated_storage_settings>
Where:
bonding_mode - the type of bonding mode
mtu - the maximum transportation unit size
vlan - the ID of a VLAN number