getConfigDefinitionForSlotDescriptor

get

/ccadmin/v1/slotDescriptors/{id}/config

Get Config Definition For Slot Descriptor. Returns the Config Definition For Slot Descriptor

Request

Supported Media Types
Path Parameters
Back to Top

Response

Supported Media Types

200 Response

Following model is returned when operation succeeds.
Body ()
Root Schema : getConfigDefinitionForSlotDescriptor_response
Type: object
Show Source
Nested Schema : values
Type: array
Array of configurable properties for this slot type
Show Source
Nested Schema : items
Type: object
Show Source
Nested Schema : options
Type: array
List of option values where property is a select/drop-down
Show Source
Example Response (application/json)
{
    "values":[
        {
            "helpText":"Whether this slot is active",
            "defaultValue":"true",
            "minLength":0,
            "label":"Enable Slot",
            "type":"checkbox",
            "required":false,
            "displayOnInstances":null,
            "name":null,
            "repositoryId":"enableSlot",
            "options":[
            ],
            "regexText":null,
            "displayAsCheckboxes":false,
            "maxLength":1000
        }
    ],
    "repositoryId":"randomSlot",
    "links":[
        {
            "rel":"self",
            "href":"http://localhost:9080/ccadminui/v1/slotDescriptors/randomSlot/config"
        }
    ]
}

Default Response

The error response
Body ()
Root Schema : errorModel
Type: object
Show Source
Nested Schema : errors
Type: array
An optional list of errors if multiple errors were encountered
Show Source
Nested Schema : items
Type: object
Show Source
Back to Top