List Snapshot Vendors
Select
SaaS
Customer Managed
Get all snap vendors
Responses
- 200
- 400
OK
- application/json
- Schema
- Example (from schema)
Schema
snapVendors object[]
List of all snap vendors
snapVendor object
id int32name stringcapabilities object
enableUserName booleanSet to true if username is enabled for the vendor
enableArrayDeviceGroup booleanSet to true if the array belongs to a device group
enableHostDeviceGroup booleanSet to true if the host belongs to a device group
enableArrayType booleanSet to true if array type is enabled for the NetApp and AWS to establish subtypes of vendors
enablePassword booleanSet to true if password is enabled for the vendor
enableControlHost booleanSet to true if control host is enabled for the vendor
enableArrayNameChange booleanSet to true if name of the array can be changed
enableNetAppCloudAccount booleanSet to true if NetApp Cloud Account is enabled for the vendor
cloudVendorId int32label object
Labels for array entities to be displayed on the CC page
name stringLabel for array name
controlHost stringLabel for array control host
userName stringLabel for array username
password stringLabel for array password
{
"snapVendors": [
{
"snapVendor": {
"id": 0,
"name": "string"
},
"capabilities": {
"enableUserName": true,
"enableArrayDeviceGroup": true,
"enableHostDeviceGroup": true,
"enableArrayType": true,
"enablePassword": true,
"enableControlHost": true,
"enableArrayNameChange": true,
"enableNetAppCloudAccount": true
},
"cloudVendorId": 0,
"label": {
"name": "string",
"controlHost": "string",
"userName": "string",
"password": "string"
}
}
]
}
Bad Request
Loading...