Skip to content

Commit 0c7d705

Browse files
committed
Added get vrrpa action
1 parent 881c616 commit 0c7d705

File tree

3 files changed

+51
-1
lines changed

3 files changed

+51
-1
lines changed

actions/get_interface.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ parameters:
88
action:
99
type: string
1010
immutable: true
11-
default: get
11+
default: get_list
1212
object_path:
1313
type: string
1414
immutable: true

actions/get_vrrpa.yaml

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

actions/get_vrrpa_v21.yaml

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

0 commit comments

Comments
 (0)