From b8296337878820e05b22dc9e5c836d3d72af9ff3 Mon Sep 17 00:00:00 2001 From: Koya Hinagawa Date: Mon, 2 Dec 2024 15:05:06 +0900 Subject: [PATCH] Added action for show slb http-templates --- CHANGES.md | 3 +++ actions/list_slb_http_templates_v21.yaml | 29 ++++++++++++++++++++++++ pack.yaml | 2 +- 3 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 actions/list_slb_http_templates_v21.yaml diff --git a/CHANGES.md b/CHANGES.md index 44499cd..63faa37 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,8 @@ # Changelog +## v1.9.0 +* Added an action (list_slb_http_templates) to show SLB http-template. + ## v1.7.0 * Added an action (update_slb_virtul_server) to update SLB virtual-server. diff --git a/actions/list_slb_http_templates_v21.yaml b/actions/list_slb_http_templates_v21.yaml new file mode 100644 index 0000000..3bfe13b --- /dev/null +++ b/actions/list_slb_http_templates_v21.yaml @@ -0,0 +1,29 @@ +--- +name: list_slb_http_templates_v21 +runner_type: python-script +description: lists HTTP Template entries which are registered in SLB +enabled: true +entry_point: ax_action_runner.py +parameters: + action: + type: string + immutable: true + default: all + object_path: + type: string + immutable: true + default: slb.template.http_templates + name: + type: string + immutable: true + default: '' + 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 10befa2..f7d70e4 100644 --- a/pack.yaml +++ b/pack.yaml @@ -7,7 +7,7 @@ keywords: - load balancer - ADC - network -version: 1.7.0 +version: 1.9.0 author: Hiroyasu OHYAMA email: user.localhost2000@gmail.com python_versions: