EMC ViPR REST API

Search (SHIFT+S)

API Reference


Get Custom Config Type

GET /config/controller/types/{config_name}

Show config type.

config_name

Required Roles

Requires one of the following roles:

  • SYSTEM_ADMIN
  • SYSTEM_MONITOR

Response Body

The config type data.

Field Description Type Notes
<config_type>
<name> The name of the config type String
<scopes>    
<scope>     0-* Elements
<type> The scope type Valid values: systemType global String
<value> The scope value String 0-* Elements
</scope>      
</scopes>      
<variables>    
<variable>     0-* Elements
<display_name> The name of the variable String
<sample_value> The sample value of the variable String
<recommended> Whether or not this variable is recommended to be used when constructing the config value Boolean
</variable>      
</variables>      
<type> The data type of the config value String
<rules>    
<rule> String 0-* Elements
</rules>      
<config_type> The configType of the config value. Current values can be {@code CustomName} or {@code SimpleValue}. String
</config_type>