Skip to main content

Edit Storage Array Snap Configs at Copy Level

API to edit snap configurations for storage array at copy level

Path Parameters
  • copyId int32 required
  • arrayId int32 required
Request Body
  • snapConfigurations object[]
  • masterConfigId int32 required

    This is the masterConfigId, which is available for each vendors configs

  • id int32

    This is the id of the config which is required during config override

  • name string required

    This is the name of the config which is displayed on the Command Center Console

  • type int32 required

    Possible 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 string

    Value of the config

  • values object[]

    Holds a single value for types except 10, for 10 it holds one or more values.

  • id int32
  • name string
  • flags int32 required

    Flag regarding placement of config in the CC page

  • isUpdated boolean

    Whether the config is updated or not

  • isOverridden boolean required

    whether the config is overridden or not

Responses

OK


Schema
  • errorMessage string
  • errorCode int32
Loading...