Skip to main content

Get Snap Configs for storage Array vendor

Select

SaaS
Customer Managed

get snap config for vendor.

Path Parameters
  • vendorId int32 required
Responses

OK


Schema
  • vendor string

    vendor Name

  • configList object[]

    snap configs of snap vendor with default values

  • masterConfigId int32

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

  • name string

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

  • type int32

    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 config to select type of Disk for GCP

  • value string

    Values to be set for all types except 10 and 14

  • values object[]

    Values to be set for type 10 and 14. Incase of HPE 3PAR StoreServ, name field will have the remote snap MA Id.

  • id int32
  • name string
  • flags int32

    Flag regarding placement of config in the CC page

  • description string

    Description about the config that tells the user what it is for and the range of values it accepts

  • isEnabled boolean

    Whether the config is enabled or not

  • checkRange boolean

    Whether to check if the value is in range or not of accepted values

  • minValue int64

    This is the lower limit value to which the config can be set for numeric types

  • maxValue int64

    This is the higher limit value to which the config can be set for numeric types

Loading...