Skip to content

Commit 881c616

Browse files
committed
Added action for get interface
1 parent 9e751d6 commit 881c616

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

actions/get_interface.yaml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
name: get_interface
3+
runner_type: python-script
4+
description: get configuration of IP address of Interface
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: interface
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)