{
"operation-name" : "add",
"description" : "Add a dynamic load provider with no load metrics.",
"request-properties" : {
"decay" : {
"type" : {
"TYPE_MODEL_VALUE" : "DOUBLE"
},
"description" : "The factor by which a historic load values should degrade in significance.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : 2.0,
"stability" : "default"
},
"history" : {
"type" : {
"TYPE_MODEL_VALUE" : "INT"
},
"description" : "The number of historic (previous) load values to consider in the load balance factor computation.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : 9,
"stability" : "default"
},
"initial-load" : {
"type" : {
"TYPE_MODEL_VALUE" : "INT"
},
"description" : "Initial load within the range [0..100] with which to prepopulate historical values. Used to gradually drive load to the node. Value of 0 prepopulates with full load and value of -1 disables this behavior.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : 0,
"min" : -1,
"max" : 100,
"stability" : "default"
}
},
"reply-properties" : {},
"stability" : "default",
"read-only" : false,
"runtime-only" : false
}