Skip to main content
API Version:

Anapaya appliance configuration (experiments only)

experiments object

Section for experimental options.

features object[]

The list of features.

  • Array [
  • namestring

    The name of the feature

    valuestring

    The value of the feature

  • ]
  • Config_Experiments_Wrapped
    {
    "experiments": {
    "features": [
    {
    "name": "string",
    "value": "string"
    }
    ]
    }
    }