This patch adds request and response sample for policy-validate API document. Change-Id: I287caabd4b5acdf2a73f1471dff6aa1aa51e24fe
17 lines
383 B
JSON
17 lines
383 B
JSON
{
|
|
"policy": {
|
|
"spec": {
|
|
"properties": {
|
|
"adjustment": {
|
|
"min_step": 1,
|
|
"number": 1,
|
|
"type": "CHANGE_IN_CAPACITY"
|
|
},
|
|
"event": "CLUSTER_SCALE_IN"
|
|
},
|
|
"type": "senlin.policy.scaling",
|
|
"version": "1.0"
|
|
}
|
|
}
|
|
}
|