Skip to main content

List added entity settings

Select

SaaS
Customer Managed

Returns a list of all entity settings added

Responses

OK


Schema
  • entitySettings object[]
  • displayLabel string

    Name of the setting

  • type string

    Data Type of the entity setting

  • enabled int64

    If the setting is enabled

  • name string

    Name of the setting

  • category string

    Category of the entity setting

  • values object[]
  • value string

    Value set for the specified setting linked to the specified entity

  • comment string

    Comment set by user while modifying the specified entity setting for the given entity

  • entity object
  • id int32
  • name string
  • type string
GET /v4/addedentitysettings    

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/AddedEntitySettings' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'