We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2785440 commit f2a253eCopy full SHA for f2a253e
panos/objects.py
@@ -838,6 +838,22 @@ def _setup(self):
838
"sctp",
839
],
840
)
841
+ params[-1].add_profile(
842
+ "10.0.0",
843
+ path="log-type",
844
+ values=[
845
+ "traffic",
846
+ "threat",
847
+ "wildfire",
848
+ "url",
849
+ "data",
850
+ "gtp",
851
+ "tunnel",
852
+ "auth",
853
+ "sctp",
854
+ "decryption",
855
+ ],
856
+ )
857
params.append(VersionedParamPath("filter", path="filter"))
858
params.append(
859
VersionedParamPath(
0 commit comments