Skip to content

Commit 9e751d6

Browse files
committed
Resolved conflicts
2 parents b29740b + b829633 commit 9e751d6

File tree

3 files changed

+33
-1
lines changed

3 files changed

+33
-1
lines changed

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## v1.9.0
4+
* Added an action (list_slb_http_templates) to show SLB http-template.
5+
36
## v1.8.0
47
* Enabled to set health_check parameter at the add_slb_server action.
58

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
name: list_slb_http_templates_v21
3+
runner_type: python-script
4+
description: lists HTTP Template entries which are registered in SLB
5+
enabled: true
6+
entry_point: ax_action_runner.py
7+
parameters:
8+
action:
9+
type: string
10+
immutable: true
11+
default: all
12+
object_path:
13+
type: string
14+
immutable: true
15+
default: slb.template.http_templates
16+
name:
17+
type: string
18+
immutable: true
19+
default: ''
20+
one_target:
21+
type: boolean
22+
immutable: true
23+
default: false
24+
appliance:
25+
type: string
26+
description: The appliance information to connect, which is specified at the 'appliance' parameter in the configuration.
27+
specified_target:
28+
type: object
29+
description: "Specify the target dynamically, (key: 'target', 'api_version', 'userid', 'passwd')"

pack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords:
77
- load balancer
88
- ADC
99
- network
10-
version: 1.8.0
10+
version: 1.9.0
1111
author: Hiroyasu OHYAMA
1212
1313
python_versions:

0 commit comments

Comments
 (0)