pan-os-python 1.12.0__tar.gz → 1.12.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pan_os_python-1.12.0 → pan_os_python-1.12.2}/PKG-INFO +1 -1
- {pan_os_python-1.12.0 → pan_os_python-1.12.2}/panos/__init__.py +1 -1
- {pan_os_python-1.12.0 → pan_os_python-1.12.2}/panos/base.py +1 -1
- {pan_os_python-1.12.0 → pan_os_python-1.12.2}/pyproject.toml +2 -2
- {pan_os_python-1.12.0 → pan_os_python-1.12.2}/LICENSE +0 -0
- {pan_os_python-1.12.0 → pan_os_python-1.12.2}/README.md +0 -0
- {pan_os_python-1.12.0 → pan_os_python-1.12.2}/panos/device.py +0 -0
- {pan_os_python-1.12.0 → pan_os_python-1.12.2}/panos/errors.py +0 -0
- {pan_os_python-1.12.0 → pan_os_python-1.12.2}/panos/firewall.py +0 -0
- {pan_os_python-1.12.0 → pan_os_python-1.12.2}/panos/ha.py +0 -0
- {pan_os_python-1.12.0 → pan_os_python-1.12.2}/panos/network.py +0 -0
- {pan_os_python-1.12.0 → pan_os_python-1.12.2}/panos/objects.py +0 -0
- {pan_os_python-1.12.0 → pan_os_python-1.12.2}/panos/panorama.py +0 -0
- {pan_os_python-1.12.0 → pan_os_python-1.12.2}/panos/plugins.py +0 -0
- {pan_os_python-1.12.0 → pan_os_python-1.12.2}/panos/policies.py +0 -0
- {pan_os_python-1.12.0 → pan_os_python-1.12.2}/panos/predefined.py +0 -0
- {pan_os_python-1.12.0 → pan_os_python-1.12.2}/panos/updater.py +0 -0
- {pan_os_python-1.12.0 → pan_os_python-1.12.2}/panos/userid.py +0 -0
|
@@ -5157,7 +5157,7 @@ class PanDevice(PanObject):
|
|
|
5157
5157
|
"name": device["devicename"],
|
|
5158
5158
|
"result": device["result"],
|
|
5159
5159
|
"starttime": device["tstart"],
|
|
5160
|
-
"endtime": device
|
|
5160
|
+
"endtime": device.get("tfin"),
|
|
5161
5161
|
}
|
|
5162
5162
|
# Errors and warnings might not have a full structure. If it is just a string, then
|
|
5163
5163
|
# a TypeError will be produced, so in that case, just grab the string.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[tool.poetry]
|
|
2
2
|
name = "pan-os-python"
|
|
3
|
-
version = "1.12.
|
|
3
|
+
version = "1.12.2"
|
|
4
4
|
description = "Framework for interacting with Palo Alto Networks devices via API"
|
|
5
5
|
authors = ["Palo Alto Networks <devrel@paloaltonetworks.com>"]
|
|
6
6
|
license = "ISC"
|
|
@@ -52,7 +52,7 @@ sphinx_rtd_theme = {version = "^0.4.3", python = "^3.5"}
|
|
|
52
52
|
sphinx-autobuild = {version = "^0.7.1", python = "^3.5"}
|
|
53
53
|
bandit = {version = "^1.7.6", python = "^3.8"}
|
|
54
54
|
isort = {version = "^5.13.2", python = "^3.8"}
|
|
55
|
-
m2r = "^0.
|
|
55
|
+
m2r = "^0.3.1"
|
|
56
56
|
mypy = {version = "^1.8.0", python = "^3.8"}
|
|
57
57
|
packaging = {version = "^23.2", python = "^3.7"}
|
|
58
58
|
docutils = {version = "^0.20.1", python = "^3.7"}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|