Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding dynamic_content and simulate_packet modules #31

Merged
merged 3 commits into from
Jan 1, 2025

Conversation

chkp-ophirk
Copy link
Contributor

added new modules :

  • check_point.gaia.cp_gaia_dynamic_content – install policy on a dynamic layer Check Point machine over Web Services API.
  • 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.
  • 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.
  • check_point.gaia.cp_gaia_simulate_packet – simulate packet rulebase execution on a Check Point machine over Web Services API.

CHANGELOG.rst Outdated
@@ -4,6 +4,23 @@ Check_Point.gaia Release Notes

.. contents:: Topics

v5.1.0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ameera:
since you are adding new module it should be v6.0.0

CHANGELOG.rst Outdated
Release Summary
---------------

this release 5.1.0 of ``check_point.gaia``, released on 2023-11-1.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ameera:
here also 6.0.0

wait_for_task:
description: Wait for task or return immediately.
required: False
default: false
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

make it False

default: True
type: bool
short_description: getting information of the chosen dynamic layer.
version_added: '5.1.0'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

6.0.0

default: True
type: bool
short_description: get the names and meta-data of all dynamic layers.
version_added: '5.1.0'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

6.0.0

default: True
required: False
short_description: installing policy
version_added: '5.1.0'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

6.0.0

@chkp-majds chkp-majds merged commit 315ed9b into CheckPointSW:master Jan 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants