Skip to content

Commit e0651db

Browse files
committed
Added action to get interface ve
1 parent ac568a4 commit e0651db

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

actions/get_interface_ve_v21.yaml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
name: get_interface_ve_v21
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.virtual_ethernet
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)