Skip to main content

Get all available settings

Select

SaaS
Customer Managed

List all available settings that can be added to entity or global

Responses

OK


Schema
  • additionalSettings object[]
  • name string

    Name of the setting

  • displayLabel string

    Display name of the setting

  • description string

    Description of the setting

  • defaultValue string

    Default value of the setting

  • type string

    Possible values: [Integer, String, Boolean, Multi String]

    Data type of the value

  • isRestartRequired boolean

    Specifies if it is required to restart the services for any changes to take effect

  • minValue int32

    Specifies minimum value that can be set to modify specified global setting. It is only returned if the setting type is Integer

  • maxValue int64

    Maximum supported value

  • category string

    Category of the setting

GET /v4/lookupsettings    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/LookupSettings' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'