responseWithKeystoneAccess,
authenticatedGET().method("PUT").endpoint(endpoint).payload(payloadFromResourceWithContentType("/autoscale_policy_update_request.json", MediaType.APPLICATION_JSON)).build(),
HttpResponse.builder().statusCode(201).build()
).getPolicyApiForGroupInZone("groupId1", "DFW");
ScalingPolicy scalingPolicy = ScalingPolicy.builder()
.cooldown(6)
.type(ScalingPolicyType.WEBHOOK)
.name("scale down by 5 percent")
.targetType(ScalingPolicyTargetType.PERCENT_CHANGE)
.target("-5")