Edit Subclient Snap Configs for Storage Arrays
Select
API to edit Snap Configurations at Subclient level
Path Parameters
- arrayId int32 required
- subclientId int32 required
- application/json
Request Body
snapConfigurations object[]
masterConfigId int32 requiredThis is the masterConfigId, which is available for each vendors configs
id int32This is the id of the config which is required during config override
name string requiredThis is the name of the config which is displayed on the Command Center Console
type int32 requiredPossible values: [
1
,2
,8
,10
,12
,13
,14
]Type of the config value. type can accept 7 values [1,2,8,10,12,13,14], 1: boolean, 2: integer, 8: text, 10: array[string] are common configs, the rest three are special keys, 12 is for password type key for NetApp E-Series and HPE Nimble, 13 is Private Key for GCP, 14 is a hidden config to select type of Disk for GCP
value stringValue of the config
values object[]
Holds a single value for types except 10, for 10 it holds one or more values. For HPE 3PAR StoreServ, pass MA Id in name field to configure that MA as remote snap MA.
id int32name stringflags int32 requiredFlag regarding placement of config in the CC page
isUpdated booleanWhether the config is updated or not
isOverridden boolean requiredwhether the config is overridden or not
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}