File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
tests/integration/targets/aci_l4l7_redirect_health_group/tasks Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 54
54
description:
55
55
- The maximum percent when threshold is enabled.
56
56
- The APIC defaults to C(0) when unset during creation.
57
+ - Permitted values are in the range of [0, 100].
57
58
type: int
58
59
min_threshold:
59
60
description:
60
61
- The minimum percent when threshold is enabled.
61
62
- The APIC defaults to C(0) when unset during creation.
63
+ - Permitted values are in the range of [0, 100].
62
64
type: int
63
65
threshold_down_action:
64
66
description:
Original file line number Diff line number Diff line change 45
45
check_mode : true
46
46
register : add_health_group_cm
47
47
48
- - name : Add a new Redirect Health Group in check mode
48
+ - name : Add a new Redirect Health Group
49
49
cisco.aci.aci_l4l7_redirect_health_group :
50
50
<< : *health_group
51
51
register : add_health_group
105
105
- " 'uni/tn-ansible_tenant/svcCont/redirectHealthGroup-ansible_health_group_2' in query_all.current | map(attribute='vnsRedirectHealthGroup.attributes.dn') | list"
106
106
107
107
# REMOVE L4-L7 HEALTH GROUP
108
- - name : Remove Redirect Health Group
108
+ - name : Remove Redirect Health Group in check mode
109
109
cisco.aci.aci_l4l7_redirect_health_group : &remove_group
110
110
<< : *aci_info
111
111
tenant : ansible_tenant
You can’t perform that action at this time.
0 commit comments