Skip to main content

Get certification recommendation config values

GET 

/recommendations/config

Retrieves configuration attributes used by certification recommendations.

Request

Responses

Cert recommendation configuration attributes

Schema
    recommenderFeatures string[]

    List of identity attributes to use for calculating certification recommendations

    peerGroupPercentageThreshold float

    Possible values: <= 1

    The percent value that the recommendation calculation must surpass to produce a YES recommendation

    runAutoSelectOnce boolean

    Default value: false

    If true, rulesRecommenderConfig will be refreshed with new programatically selected attribute and threshold values on the next pipeline run

    onlyTuneThreshold boolean

    Default value: false

    If true, rulesRecommenderConfig will be refreshed with new programatically selected threshold values on the next pipeline run

Loading...