diff --git a/CHANGES.md b/CHANGES.md index 0c1f3b5..e583b9d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # Changelog +## v1.10.0 +* Added action to get interface. +* Added action to get vrrpa. + ## v1.9.0 * Added an action (list_slb_http_templates) to show SLB http-template. diff --git a/actions/get_interface.yaml b/actions/get_interface.yaml new file mode 100644 index 0000000..9c65f07 --- /dev/null +++ b/actions/get_interface.yaml @@ -0,0 +1,25 @@ +--- +name: get_interface +runner_type: python-script +description: get configuration of IP address of Interface +enabled: true +entry_point: ax_action_runner.py +parameters: + action: + type: string + immutable: true + default: get_list + object_path: + type: string + immutable: true + default: interface + one_target: + type: boolean + immutable: true + default: false + appliance: + type: string + description: The appliance information to connect, which is specified at the 'appliance' parameter in the configuration. + specified_target: + type: object + description: "Specify the target dynamically, (key: 'target', 'api_version', 'userid', 'passwd')" diff --git a/actions/get_interface_ve_v21.yaml b/actions/get_interface_ve_v21.yaml new file mode 100644 index 0000000..1e5731d --- /dev/null +++ b/actions/get_interface_ve_v21.yaml @@ -0,0 +1,25 @@ +--- +name: get_interface_ve_v21 +runner_type: python-script +description: get configuration of IP address of Interface +enabled: true +entry_point: ax_action_runner.py +parameters: + action: + type: string + immutable: true + default: get + object_path: + type: string + immutable: true + default: interface.virtual_ethernet + one_target: + type: boolean + immutable: true + default: false + appliance: + type: string + description: The appliance information to connect, which is specified at the 'appliance' parameter in the configuration. + specified_target: + type: object + description: "Specify the target dynamically, (key: 'target', 'api_version', 'userid', 'passwd')" diff --git a/actions/get_vrrpa.yaml b/actions/get_vrrpa.yaml new file mode 100644 index 0000000..3b69ed1 --- /dev/null +++ b/actions/get_vrrpa.yaml @@ -0,0 +1,25 @@ +--- +name: get_vrrpa +runner_type: python-script +description: get configuration of VRRPA +enabled: true +entry_point: ax_action_runner.py +parameters: + action: + type: string + immutable: true + default: get_list + object_path: + type: string + immutable: true + default: vrrpa + one_target: + type: boolean + immutable: true + default: false + appliance: + type: string + description: The appliance information to connect, which is specified at the 'appliance' parameter in the configuration. + specified_target: + type: object + description: "Specify the target dynamically, (key: 'target', 'api_version', 'userid', 'passwd')" diff --git a/actions/get_vrrpa_v21.yaml b/actions/get_vrrpa_v21.yaml new file mode 100644 index 0000000..fb5dcd5 --- /dev/null +++ b/actions/get_vrrpa_v21.yaml @@ -0,0 +1,25 @@ +--- +name: get_vrrpa_v21 +runner_type: python-script +description: get configuration of VRRPA +enabled: true +entry_point: ax_action_runner.py +parameters: + action: + type: string + immutable: true + default: get + object_path: + type: string + immutable: true + default: vrrpa.vrrpa_global + one_target: + type: boolean + immutable: true + default: false + appliance: + type: string + description: The appliance information to connect, which is specified at the 'appliance' parameter in the configuration. + specified_target: + type: object + description: "Specify the target dynamically, (key: 'target', 'api_version', 'userid', 'passwd')" diff --git a/pack.yaml b/pack.yaml index f7d70e4..a4ec3c8 100644 --- a/pack.yaml +++ b/pack.yaml @@ -7,7 +7,7 @@ keywords: - load balancer - ADC - network -version: 1.9.0 +version: 1.10.0 author: Hiroyasu OHYAMA email: user.localhost2000@gmail.com python_versions: