-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: multi-level snapshot comparison and config parser refactor
- Loading branch information
1 parent
ceaa31c
commit 4f0baee
Showing
6 changed files
with
252 additions
and
305 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
{ | ||
"license": { | ||
"Logging Service": { | ||
"authcode": null, | ||
"custom": { | ||
"_Log_Storage_TB": "7", | ||
"logtype": "disk", | ||
"alogging": "enabled" | ||
}, | ||
"description": "Device Logging Service", | ||
"expired": "no", | ||
"expires": "August 04, 2024", | ||
"feature": "Logging Service", | ||
"issued": "June 27, 2022", | ||
"serial": "013201027229" | ||
}, | ||
"Y feature": { | ||
"authcode": null, | ||
"description": "Device Logging Service", | ||
"expired": "no", | ||
"expires": "August 04, 2024", | ||
"feature": "Logging Service", | ||
"issued": "June 29, 2022", | ||
"serial": "013201027248" | ||
}, | ||
"PAN-DB URL Filtering": { | ||
"Logging Service": "somehting", | ||
"authcode": null, | ||
"description": "Palo Alto Networks URL Filtering License", | ||
"expired": "no", | ||
"expires": "June 30, 2028", | ||
"feature": "PAN-DB URL Filtering", | ||
"issued": "April 27, 2023", | ||
"serial": "013201027229" | ||
}, | ||
"C feature": { | ||
"authcode": null, | ||
"description": "Palo Alto Networks URL Filtering License", | ||
"expired": "no", | ||
"expires": "June 30, 2028", | ||
"feature": "PAN-DB URL Filtering", | ||
"issued": "April 27, 2023", | ||
"serial": "013201027229" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
{ | ||
"license": { | ||
"Logging Service": { | ||
"authcode": null, | ||
"custom": { | ||
"_Log_Storage_TB": "9", | ||
"logtype": "tape", | ||
"blogging": "enabled" | ||
}, | ||
"description": "Device Logging Service", | ||
"expired": "no", | ||
"expires": "August 04, 2024", | ||
"feature": "Logging Service", | ||
"issued": "June 29, 2022", | ||
"serial": "013201027229" | ||
}, | ||
"X feature": { | ||
"authcode": null, | ||
"description": "Device Logging Service", | ||
"expired": "no", | ||
"expires": "August 04, 2024", | ||
"feature": "Logging Service", | ||
"issued": "June 29, 2022", | ||
"serial": "013201027248" | ||
}, | ||
"PAN-DB URL Filtering": { | ||
"authcode": null, | ||
"description": "Palo Alto Networks URL Filtering License", | ||
"expired": "no", | ||
"expires": "June 30, 2028", | ||
"feature": "PAN-DB URL Filtering", | ||
"issued": "April 29, 2023", | ||
"serial": "013201027248" | ||
}, | ||
"C feature": { | ||
"authcode": null, | ||
"description": "Palo Alto Networks URL Filtering License", | ||
"expired": "no", | ||
"expires": "June 30, 2028", | ||
"feature": "PAN-DB URL Filtering", | ||
"issued": "April 27, 2023", | ||
"serial": "013201027229" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.