Skip to content

Releases: CheckPointSW/cp-mgmt-api-go-sdk

v1.9.0

Choose a tag to compare

@chkp-tomerassa chkp-tomerassa released this 01 Sep 09:05
26876b4

Fixed ApiQuery objects return type

v1.8.0

Choose a tag to compare

@chkp-royl chkp-royl released this 10 Dec 07:45
05ed01e
Add error message when task fail (#20)

v1.7.2

Choose a tag to compare

@chkp-adambar chkp-adambar released this 29 Sep 10:53
a7b913a
change import in main.go (#19)

v1.7.1

Choose a tag to compare

@chkp-royl chkp-royl released this 14 Jan 08:40
afb5b18
Add support for HTTP GET, PUT, DELETE in APIClient.go (#16)

v1.7.0

Choose a tag to compare

@chkp-royl chkp-royl released this 09 Jan 11:28
afb5b18

Add support to specify HTTP request method e.g. POST, PUT, GET, DELETE (Default is POST)

v1.6.1

Choose a tag to compare

@chkp-royl chkp-royl released this 07 Jun 13:20

Add support to automatic publish mode -
New SDK parameter AutoPublishBatchSize is the number of batch size (API calls) to execute publish automatically (set -1 to turn off).
Example:
Set AutoPublishBatchSize to 10 means that after each 10 API calls, SDK will run publish automatically for the user and then continue handle other calls.

v1.6.0

Choose a tag to compare

@chkp-royl chkp-royl released this 22 Jun 15:21

Add support to Smart-1 Cloud. Use 'CloudMgmtId' in ApiClient to set your cloud management UID.

v1.5.1

Choose a tag to compare

@chkp-royl chkp-royl released this 15 Jun 15:28
057b48e

Skip TLS verify set to true

v1.5.0

Choose a tag to compare

@chkp-alonshev chkp-alonshev released this 23 May 12:35
3d603c9
  • Deprecate old login function
  • support usage of payload on Log in

v1.4.0

Choose a tag to compare

@chkp-alonshev chkp-alonshev released this 24 Nov 10:06
cd0fca4

Add support to login with API key