getConfigDefinitionForStackDescriptor

get

/ccadmin/v1/stackDescriptors/{id}/config

Get Config Definition For Stack Descriptor. Returns the Config Definition For Stack 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 : getConfigDefinitionForStackDescriptor_response
Type: object
Show Source
Nested Schema : values
Type: array
description of values
Show Source
Nested Schema : items
Type: object
Show Source
Nested Schema : options
Type: array
description of options
Show Source
Example Response (application/json)
{
    "values":[
        {
            "helpText":"Whether to show the step names",
            "defaultValue":"false",
            "minLength":0,
            "label":"Show Step names",
            "type":"checkbox",
            "required":false,
            "displayOnInstances":null,
            "name":"showStepNames",
            "options":[
            ],
            "repositoryId":"showStepNames",
            "regexText":null,
            "displayAsCheckboxes":false,
            "maxLength":1000
        },
        {
            "helpText":"Whether to show the \"Previous\" and \"Next\" buttons",
            "defaultValue":"true",
            "minLength":0,
            "label":"Show Buttons",
            "type":"checkbox",
            "required":false,
            "displayOnInstances":null,
            "name":"showButtons",
            "options":[
            ],
            "repositoryId":"showButtons",
            "regexText":null,
            "displayAsCheckboxes":false,
            "maxLength":1000
        }
    ],
    "repositoryId":"progressTracker",
    "links":[
        {
            "rel":"self",
            "href":"http://localhost:9080/ccadminui/v1/stackDescriptors/progressTracker/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