-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.meta-cnc.yaml
34 lines (30 loc) · 1.25 KB
/
.meta-cnc.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# skillet preamble information used by panhandler
# ---------------------------------------------------------------------
# unique snippet name
name: WildFireUpdate
# label used for menu selection
label: WildFireUpdate
description: This Skillet configures aggressive WildFire 1 minute updates with download and install immediately action.
# type of device configuration
# common types are panorama, panos, and template
# https://github.com/PaloAltoNetworks/panhandler/blob/develop/docs/metadata_configuration.rst
type: panos
# preload static or default-based templates
extends:
# grouping of like snippets for dynamic menu creation in panhandler
labels:
collection:
- Configure
- BreenSkillets
# ---------------------------------------------------------------------
# end of preamble section
# snippets section
# ---------------------------------------------------------------------
# snippets used for api configuration including xpath and element as file name
# files will load in the order listed
snippets:
- name: WildFireUpdate
xpath: /config/devices/entry[@name='localhost.localdomain']/deviceconfig/system/update-schedule
file: WildFireUpdate.xml
# ---------------------------------------------------------------------
# end of snippets section