blob: 843370c98441214c9cb5fade9283e647a9bfa0c5 [file] [log] [blame]
{
"policies": [
{
"id":"policyId1",
"name": "scale up by one server",
"change": 1,
"cooldown": 150,
"type": "webhook",
"links": [
{
"href": "urlRoot/v1.0/010101/groups/groupId1/policy/policyId1",
"rel": "self"
}
]
},
{
"id": "policyId2",
"name": "scale up ten percent",
"changePercent": 10,
"cooldown": 150,
"type": "webhook",
"links": [
{
"href": "urlRoot/v1.0/010101/groups/groupId1/policy/policyId2",
"rel": "self"
}
]
}
]
}