Skip to content

Commit b14c987

Browse files
committed
fix documentation and add wait_for_task to set/add operations
1 parent 8a9553f commit b14c987

File tree

208 files changed

+1157
-204
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

208 files changed

+1157
-204
lines changed

CHANGELOG.rst

Lines changed: 25 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,25 @@ Check_Point.gaia Release Notes
55
.. contents:: Topics
66

77

8+
v6.0.1
9+
======
10+
11+
Release Summary
12+
---------------
13+
14+
this release 6.0.1 of ``check_point.gaia``, released on 2025-1-27.
15+
16+
Minor Changes
17+
---------------
18+
19+
Added wait_for_task for the VSNext modules cp_gaia_virtual_switch and cp_gaia_virtual_gateway.
20+
21+
Bugfixes
22+
---------------
23+
24+
Fix the documentation that wasn't loaded in the previous version.
25+
26+
827
v6.0.0
928
======
1029

@@ -24,12 +43,12 @@ New Modules
2443
- check_point.gaia.cp_gaia_dynamic_content_layer_facts – get the details of the installed policy on a given dynamic layer on a Check Point machine over Web Services API.
2544
- check_point.gaia.cp_gaia_dynamic_content_layers_facts – get the details of all dynamic layers on a Check Point machine over Web Services API.
2645
- check_point.gaia.cp_gaia_simulate_packet – simulate packet rulebase execution on a Check Point machine over Web Services API.
27-
- check_point.gaia.cp_gaia_virtual_systems_facts – get virtual-system objects facts on Check Point machine over Web Services API.
28-
- check_point.gaia.cp_gaia_virtual_switch – manages virtual switch on Check Point machine over Web Services API.
29-
- check_point.gaia.cp_gaia_virtual_switch_facts – get virtual-switch objects facts on Check Point machine over Web Services API.
30-
- check_point.gaia.cp_gaia_virtual_gateway – manages virtual-gateway objects on Check Point machine over Web Services API.
31-
- check_point.gaia.cp_gaia_virtual_gateway_facts – get virtual-gateway objects facts on Check Point machine over Web Services API.
32-
- check_point.gaia.cp_gaia_virtual_vsnext_state_facts – get the VSNext state on Check Point machine over Web Services API.
46+
- check_point.gaia.cp_gaia_virtual_systems_facts – get virtual-system objects facts on Check Point VSNext machine over Web Services API.
47+
- check_point.gaia.cp_gaia_virtual_switch – manages virtual switch on Check Point VSNext machine over Web Services API.
48+
- check_point.gaia.cp_gaia_virtual_switch_facts – get virtual-switch objects facts on Check Point VSNext machine over Web Services API.
49+
- check_point.gaia.cp_gaia_virtual_gateway – manages virtual-gateway objects on Check Point VSNext machine over Web Services API.
50+
- check_point.gaia.cp_gaia_virtual_gateway_facts – get virtual-gateway objects facts on Check Point VSNext machine over Web Services API.
51+
- check_point.gaia.cp_gaia_virtual_vsnext_state_facts – get the VSNext state on Check Point VSNext machine over Web Services API.
3352
- check_point.gaia.cp_gaia_grub_password – manage grub password of a Check Point machine over Web Services API.
3453
- check_point.gaia.cp_gaia_grub_password_facts – get grub hash password of a Check Point machine over Web Services API.
3554
- check_point.gaia.cp_gaia_snmp – manage SNMP configuration of a Check Point machine over Web Services API.

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -121,12 +121,12 @@ Modules
121121
* `cp_gaia_expert_password_facts` – get expert hash password of a Check Point machine over Web Services API.
122122
* `cp_gaia_time_and_date` – manage time and date and timezone of a Check Point machine over Web Services API.
123123
* `cp_gaia_time_and_date_facts` – get time and date and timezone of a Check Point machine over Web Services API.
124-
* `cp_gaia_virtual_systems_facts` – get virtual-system objects facts on Check Point over Web Services API.
125-
* `cp_gaia_virtual_switch` – manages virtual switch on Check Point machine over Web Services API.
126-
* `cp_gaia_virtual_switch_facts` – get virtual-switch objects facts on Check machine Point over Web Services API.
127-
* `cp_gaia_virtual_gateway` – manages virtual-gateway objects on Check Point machine over Web Services API.
128-
* `cp_gaia_virtual_gateway_facts` – get virtual-gateway objects facts on Check Point machine over Web Services API.
129-
* `cp_gaia_virtual_vsnext_state_facts` – get the VSNext state on Check Point machine over Web Services API.
124+
* `cp_gaia_virtual_systems_facts` – get virtual-system objects facts on Check Point VSNext over Web Services API.
125+
* `cp_gaia_virtual_switch` – manages virtual switch on Check Point VSNext machine over Web Services API.
126+
* `cp_gaia_virtual_switch_facts` – get virtual-switch objects facts on Check Point VSNext machine Point over Web Services API.
127+
* `cp_gaia_virtual_gateway` – manages virtual-gateway objects on Check Point VSNext machine over Web Services API.
128+
* `cp_gaia_virtual_gateway_facts` – get virtual-gateway objects facts on Check Point VSNext machine over Web Services API.
129+
* `cp_gaia_virtual_vsnext_state_facts` – get the VSNext state on Check Point VSNext machine over Web Services API.
130130
* `cp_gaia_dynamic_content` – install policy on a dynamic layer Check Point machine over Web Services API.
131131
* `cp_gaia_dynamic_content_layer_facts` – get the details of the installed policy on a given dynamic layer on a Check Point machine over Web Services API.
132132
* `cp_gaia_dynamic_content_layers_facts` – get the details of all dynamic layers on a Check Point machine over Web Services API.

docs/cp_gaia_alias_interface.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,18 @@ Parameters
3434
Interface name with format "\<parent interface\>:\<id\>", for example eth0:1, eth0:2 .. etc.
3535

3636

37-
ipv4_address (False, str, None)
37+
ipv4_address (True, str, None)
3838
Interface IPv4 address.
3939

4040

41-
ipv4_mask_length (False, int, None)
41+
ipv4_mask_length (True, int, None)
4242
Interface IPv4 address mask length.
4343

4444

45+
virtual_system_id (False, int, None)
46+
Virtual System ID.
47+
48+
4549

4650

4751

docs/cp_gaia_alias_interface_facts.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ Parameters
3030
Interface name to show. If not specified, all alias interfaces information is returned.
3131

3232

33+
virtual_system_id (False, int, None)
34+
Virtual System ID.
35+
36+
3337

3438

3539

docs/cp_gaia_allowed_clients.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ Parameters
5252
Allowed all hosts.
5353

5454

55+
virtual_system_id (False, int, None)
56+
Virtual System ID.
57+
58+
5559

5660

5761

docs/cp_gaia_allowed_clients_facts.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ Parameters
3131
Gaia API version for example 1.6.
3232

3333

34+
virtual_system_id (False, int, None)
35+
Virtual System ID.
36+
37+
3438

3539

3640

docs/cp_gaia_api_versions_facts.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ Parameters
3131
Gaia API version for example 1.6.
3232

3333

34+
virtual_system_id (False, int, None)
35+
Virtual System ID.
36+
37+
3438

3539

3640

docs/cp_gaia_asset_facts.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ Parameters
3131
Gaia API version for example 1.6.
3232

3333

34+
virtual_system_id (False, int, None)
35+
Virtual System ID.
36+
37+
3438

3539

3640

docs/cp_gaia_banner.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ Parameters
3434
Banner message enabled.
3535

3636

37+
virtual_system_id (False, int, None)
38+
Virtual System ID.
39+
40+
3741

3842

3943

docs/cp_gaia_banner_facts.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ Parameters
3131
Gaia API version for example 1.6.
3232

3333

34+
virtual_system_id (False, int, None)
35+
Virtual System ID.
36+
37+
3438

3539

3640

0 commit comments

Comments
 (0)