Skip to content

Commit

Permalink
UPDATED 2022-06-11-1330CDT v00.60.09.015.005
Browse files Browse the repository at this point in the history
UPDATED 2022-06-11-1330CDT v00.60.09.015.005
Addressed issues created by R81.20 [EA] and changes to python scripting and other issues with updated GAIA of R81.20.
Work-In-Progress for R81.20, testing both on R81.10 and R81.20 EA to see what else might need a fix.  Some exported data will fail import due to issues in the new code and that might be fixed before R81.20 GA
  • Loading branch information
mybasementcloud committed Jun 11, 2022
1 parent 00a08ae commit 5f9e682
Show file tree
Hide file tree
Showing 94 changed files with 445 additions and 388 deletions.
4 changes: 2 additions & 2 deletions .environment_info.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"filetype" : "environmentment_info.api_scripts",
"fileversion" : "07.00.00",
"filerevision" : "000",
"filedate" : "2022-05-05",
"filedate" : "2022-06-10",
"fileinformationlevel" : "000",
"MinCMDTemplateVersion" : "07.00.00"
},
Expand All @@ -19,7 +19,7 @@
"Language" : "Windows_CMD",
"Extension" : "CMD"
},
"ScriptDate" : "2022-05-05",
"ScriptDate" : "2022-06-10",
"ScriptVersion" : "06.08.03",
"ScriptRevision" : "002",
"ScriptTweak" : "45",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# File and Folder Purpose and Utilization

## UPDATED: 2022-05-05
## UPDATED: 2022-06-10

Updated to reflect changes to version, folder structure, and filenames.

### Version v00.60.09.010:030 2022-05-05
### Version v00.60.09.015:005 2022-06-10

The value of ${version} for this document is one of the following:

- Version: v00.60.09 ${version}
- Version: v00.60.09.010 ${version.revision}
- Version: v00.60.09.015 ${version.revision}

## Overview

Expand Down
2 changes: 1 addition & 1 deletion LIMITATIONS_and_CAVEATS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# LIMITATIONS and CAVEATS

## UPDATED: 2022-05-05
## UPDATED: 2022-06-10

This document outlines limitations and caveats to the implementation of R8X API export, import, set-update, and delete scripts utilizing bash mgmt_cli commands.

Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ Check Point R8x Export, Import, Set/Update, Rename to new-name, and Delete mgmt_

Additional documentation and information will be provided in .md, .tsv, and potentially .xlsx files in the repository.

## UPDATED: 2022-05-05
## UPDATED: 2022-06-10

Interim update, reorganize the README.MD and add a Quick Start

## Overview

The export, import, set-update, rename-to-new-name, and delete using CSV files scripts in this post, currently version 00.60.09.010 dated 2022-05-05, are intended to allow operations on an existing R80, R80.10, R80.20[|.M1|.M2], R80.30, R80.40, R81, and R81.10 [EA R81.20 possibly] Check Point management server (SMS or MDM) from bash expert mode on the Check Point management server host or another API enabled Check Point management server host instance (Check Point Gaia OS R8X) able to authenticate and reach the target management server host. Utilization from other LINUX releases is not supported, tested, or assumed to work.
The export, import, set-update, rename-to-new-name, and delete using CSV files scripts in this post, currently version 00.60.09.015 dated 2022-06-10, are intended to allow operations on an existing R80, R80.10, R80.20[|.M1|.M2], R80.30, R80.40, R81, R81.10 and EA R81.20 [WIP (Work-In-Progress)]] Check Point management server (SMS or MDM) from bash expert mode on the Check Point management server host or another API enabled Check Point management server host instance (Check Point Gaia OS R8X) able to authenticate and reach the target management server host. Utilization from other LINUX releases is not supported, tested, or assumed to work.

- Check Point Management API documentation is here:
<https://sc1.checkpoint.com/documents/latest/APIs/index.html#introduction>
Expand Down Expand Up @@ -82,7 +82,7 @@ To quickly start working with the scripts, do the following.

Example: ```tar -xvf devops.dev.{version}.tgz```

```tar -xvf devops.dev.v00.60.09.010.tgz```
```tar -xvf devops.dev.v00.60.09.015.tgz```

4. Goto to the export import folder

Expand Down Expand Up @@ -119,6 +119,7 @@ Presumptive folder structure for R8X API Management CLI (mgmt_cli) Template base
|./objects[.wip]|folder for objects operations focused scripts|
|./objects[.wip]/csv_tools[.wip]|folder for objects operations for csv handling focused scripts|
|./objects[.wip]/export_import[.wip]|folder for objects operations export, import, set, rename, and delete focused scripts|
|./objects[.wip]/object_operations|folder for objects operations export, import, set, rename, and delete focused scripts|
|./Policy_and_Layers[.wip]|folder for policy and layers operations focused scripts|
|./Session_Cleanup[.wip]|folder for Session Cleanup operation focused scripts|
|./tools.MDSM[.wip]|folder for Tools focused on MDSM operations scripts|
Expand Down
Binary file removed devops.dev.v00.60.09.010.tgz
Binary file not shown.
Binary file added devops.dev.v00.60.09.015.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions devops.dev/.environment_info.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"filetype" : "environmentment_info.api_scripts",
"fileversion" : "07.00.00",
"filerevision" : "000",
"filedate" : "2022-05-05",
"filedate" : "2022-06-10",
"fileinformationlevel" : "000",
"MinCMDTemplateVersion" : "07.00.00"
},
Expand All @@ -19,7 +19,7 @@
"Language" : "Windows_CMD",
"Extension" : "CMD"
},
"ScriptDate" : "2022-05-05",
"ScriptDate" : "2022-06-10",
"ScriptVersion" : "06.08.03",
"ScriptRevision" : "002",
"ScriptTweak" : "45",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# File and Folder Purpose and Utilization

## UPDATED: 2022-05-05
## UPDATED: 2022-06-10

Updated to reflect changes to version, folder structure, and filenames.

### Version v00.60.09.010:030 2022-05-05
### Version v00.60.09.015:005 2022-06-10

The value of ${version} for this document is one of the following:

- Version: v00.60.09 ${version}
- Version: v00.60.09.010 ${version.revision}
- Version: v00.60.09.015 ${version.revision}

## Overview

Expand Down
2 changes: 1 addition & 1 deletion devops.dev/LIMITATIONS_and_CAVEATS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# LIMITATIONS and CAVEATS

## UPDATED: 2022-05-05
## UPDATED: 2022-06-10

This document outlines limitations and caveats to the implementation of R8X API export, import, set-update, and delete scripts utilizing bash mgmt_cli commands.

Expand Down
7 changes: 4 additions & 3 deletions devops.dev/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ Check Point R8x Export, Import, Set/Update, Rename to new-name, and Delete mgmt_

Additional documentation and information will be provided in .md, .tsv, and potentially .xlsx files in the repository.

## UPDATED: 2022-05-05
## UPDATED: 2022-06-10

Interim update, reorganize the README.MD and add a Quick Start

## Overview

The export, import, set-update, rename-to-new-name, and delete using CSV files scripts in this post, currently version 00.60.09.010 dated 2022-05-05, are intended to allow operations on an existing R80, R80.10, R80.20[|.M1|.M2], R80.30, R80.40, R81, and R81.10 [EA R81.20 possibly] Check Point management server (SMS or MDM) from bash expert mode on the Check Point management server host or another API enabled Check Point management server host instance (Check Point Gaia OS R8X) able to authenticate and reach the target management server host. Utilization from other LINUX releases is not supported, tested, or assumed to work.
The export, import, set-update, rename-to-new-name, and delete using CSV files scripts in this post, currently version 00.60.09.015 dated 2022-06-10, are intended to allow operations on an existing R80, R80.10, R80.20[|.M1|.M2], R80.30, R80.40, R81, R81.10 and EA R81.20 [WIP (Work-In-Progress)]] Check Point management server (SMS or MDM) from bash expert mode on the Check Point management server host or another API enabled Check Point management server host instance (Check Point Gaia OS R8X) able to authenticate and reach the target management server host. Utilization from other LINUX releases is not supported, tested, or assumed to work.

- Check Point Management API documentation is here:
<https://sc1.checkpoint.com/documents/latest/APIs/index.html#introduction>
Expand Down Expand Up @@ -82,7 +82,7 @@ To quickly start working with the scripts, do the following.

Example: ```tar -xvf devops.dev.{version}.tgz```

```tar -xvf devops.dev.v00.60.09.010.tgz```
```tar -xvf devops.dev.v00.60.09.015.tgz```

4. Goto to the export import folder

Expand Down Expand Up @@ -119,6 +119,7 @@ Presumptive folder structure for R8X API Management CLI (mgmt_cli) Template base
|./objects[.wip]|folder for objects operations focused scripts|
|./objects[.wip]/csv_tools[.wip]|folder for objects operations for csv handling focused scripts|
|./objects[.wip]/export_import[.wip]|folder for objects operations export, import, set, rename, and delete focused scripts|
|./objects[.wip]/object_operations|folder for objects operations export, import, set, rename, and delete focused scripts|
|./Policy_and_Layers[.wip]|folder for policy and layers operations focused scripts|
|./Session_Cleanup[.wip]|folder for Session Cleanup operation focused scripts|
|./tools.MDSM[.wip]|folder for Tools focused on MDSM operations scripts|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
#
#
ScriptVersion=05.60.09
ScriptRevision=010
ScriptSubRevision=030
ScriptDate=2022-05-04
ScriptRevision=015
ScriptSubRevision=005
ScriptDate=2022-06-10
TemplateVersion=00.60.09
APISubscriptsLevel=010
APISubscriptsVersion=00.60.09
APISubscriptsRevision=005
APISubscriptsRevision=015


#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
#
#
ScriptVersion=05.60.09
ScriptRevision=010
ScriptSubRevision=030
ScriptDate=2022-05-04
ScriptRevision=015
ScriptSubRevision=005
ScriptDate=2022-06-10
TemplateVersion=00.60.09
APISubscriptsLevel=010
APISubscriptsVersion=00.60.09
APISubscriptsRevision=005
APISubscriptsRevision=015


#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
#
#
ScriptVersion=05.60.09
ScriptRevision=010
ScriptSubRevision=030
ScriptDate=2022-05-04
ScriptRevision=015
ScriptSubRevision=005
ScriptDate=2022-06-10
TemplateVersion=00.60.09
APISubscriptsLevel=010
APISubscriptsVersion=00.60.09
APISubscriptsRevision=005
APISubscriptsRevision=015


#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
#
#
ScriptVersion=05.60.09
ScriptRevision=010
ScriptSubRevision=030
ScriptDate=2022-05-04
ScriptRevision=015
ScriptSubRevision=005
ScriptDate=2022-06-10
TemplateVersion=00.60.09
APISubscriptsLevel=010
APISubscriptsVersion=00.60.09
APISubscriptsRevision=005
APISubscriptsRevision=015


#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
#
#
ScriptVersion=05.60.09
ScriptRevision=010
ScriptSubRevision=030
ScriptDate=2022-05-04
ScriptRevision=015
ScriptSubRevision=005
ScriptDate=2022-06-10
TemplateVersion=00.60.09
APISubscriptsLevel=010
APISubscriptsVersion=00.60.09
APISubscriptsRevision=005
APISubscriptsRevision=015


#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
#
#
ScriptVersion=00.60.09
ScriptRevision=010
ScriptSubRevision=030
ScriptDate=2022-05-05
ScriptRevision=015
ScriptSubRevision=005
ScriptDate=2022-06-10
TemplateVersion=00.60.09
APISubscriptsLevel=010
APISubscriptsVersion=00.60.09
APISubscriptsRevision=005
APISubscriptsRevision=015


exit /b
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
#
#
ScriptVersion=00.60.09
ScriptRevision=010
ScriptSubRevision=030
ScriptDate=2022-05-05
ScriptRevision=015
ScriptSubRevision=005
ScriptDate=2022-06-10
TemplateVersion=00.60.09
APISubscriptsLevel=010
APISubscriptsVersion=00.60.09
APISubscriptsRevision=005
APISubscriptsRevision=015


exit /b
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
#
#
ScriptVersion=00.60.09
ScriptRevision=010
ScriptSubRevision=030
ScriptDate=2022-05-05
ScriptRevision=015
ScriptSubRevision=005
ScriptDate=2022-06-10
TemplateVersion=00.60.09
APISubscriptsLevel=010
APISubscriptsVersion=00.60.09
APISubscriptsRevision=005
APISubscriptsRevision=015


exit /b
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
#
#
ScriptVersion=00.60.09
ScriptRevision=010
ScriptSubRevision=030
ScriptDate=2022-05-05
ScriptRevision=015
ScriptSubRevision=005
ScriptDate=2022-06-10
TemplateVersion=00.60.09
APISubscriptsLevel=010
APISubscriptsVersion=00.60.09
APISubscriptsRevision=005
APISubscriptsRevision=015


exit /b
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
#
#
ScriptVersion=00.60.09
ScriptRevision=010
ScriptSubRevision=030
ScriptDate=2022-05-05
ScriptRevision=015
ScriptSubRevision=005
ScriptDate=2022-06-10
TemplateVersion=00.60.09
APISubscriptsLevel=010
APISubscriptsVersion=00.60.09
APISubscriptsRevision=005
APISubscriptsRevision=015


exit /b
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
#
#
ScriptVersion=00.60.09
ScriptRevision=010
ScriptSubRevision=030
ScriptDate=2022-05-05
ScriptRevision=015
ScriptSubRevision=005
ScriptDate=2022-06-10
TemplateVersion=00.60.09
APISubscriptsLevel=010
APISubscriptsVersion=00.60.09
APISubscriptsRevision=005
APISubscriptsRevision=015

#

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
#
#
ScriptVersion=00.60.09
ScriptRevision=010
ScriptSubRevision=030
ScriptDate=2022-05-05
ScriptRevision=015
ScriptSubRevision=005
ScriptDate=2022-06-10
TemplateVersion=00.60.09
APISubscriptsLevel=010
APISubscriptsVersion=00.60.09
APISubscriptsRevision=005
APISubscriptsRevision=015

#

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
#
#
ScriptVersion=00.60.09
ScriptRevision=010
ScriptSubRevision=030
ScriptDate=2022-05-05
ScriptRevision=015
ScriptSubRevision=005
ScriptDate=2022-06-10
TemplateVersion=00.60.09
APISubscriptsLevel=010
APISubscriptsVersion=00.60.09
APISubscriptsRevision=005
APISubscriptsRevision=015

#

Expand Down
Loading

0 comments on commit 5f9e682

Please sign in to comment.