forked from PaloAltoNetworks/pan.dev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
crumbs.json
433 lines (433 loc) · 12.3 KB
/
crumbs.json
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
{
"cdss": {
"href": "/cdss",
"label": "Cloud-Delivered Security Services",
"sitemap_informationtype": ["Developer"],
"sitemap_productcategory": ["Cloud-Delivered Security Services"],
"children": [
{
"href": "/cdss/docs",
"label": "Cloud-Delivered Security Services",
"description": "CDSS Developer's Documentation",
"sitemap_feature-category": ["Threat Prevention", "IoT", "DNS Security"]
}
]
},
"iot": {
"href": "/iot",
"label": "IoT",
"sitemap_productcategory": ["Cloud-Delivered Security Services", "IoT"],
"children": [
{
"href": "/iot/api",
"label": "IoT API",
"description": "IoT API Reference",
"icon": "⚙️",
"sitemap_feature": ["API"]
}
]
},
"threat-vault": {
"href": "/threat-vault",
"label": "Threat Vault",
"sitemap_productcategory": ["Cloud-Delivered Security Services"],
"sitemap_feature-category": ["Threat Prevention"],
"children": [
{
"href": "/threat-vault/docs",
"label": "Threat Vault Dev Docs",
"description": "Threat Vault Developer's Documentation",
"sitemap_feature": ["API"]
},
{
"href": "/threat-vault/api",
"label": "Threat Vault API | Reference Guide",
"description": "Describes the various API operation parameters, authentication methods, and usage details.",
"icon": "⚙️",
"sitemap_feature": ["API"]
}
]
},
"dns-security": {
"href": "/dns-security",
"label": "DNS Security",
"sitemap_productcategory": ["Cloud-Delivered Security Services"],
"sitemap_feature-category": ["DNS Security"],
"children": [
{
"href": "/dns-security/api",
"label": "DNS Security API | Reference Guide",
"description": "Describes the various API operation parameters, authentication methods, and usage details.",
"sitemap_feature-category": ["DNS Security"],
"icon": "⚙️",
"sitemap_feature": ["API"]
},
{
"href": "/dns-security/docs",
"label": "DNS Security Dev Docs",
"description": "Describes the various API operation parameters, authentication methods, and usage details.",
"sitemap_feature-category": ["DNS Security"],
"icon": "⚙️",
"sitemap_feature": ["API"]
}
]
},
"cloudngfw": {
"href": "/cloudngfw",
"label": "Cloud NGFW",
"children": [
{
"href": "/cloudngfw/docs",
"label": "Cloud NGFW Docs",
"description": "Cloud Next Generation Firewall Docs"
},
{
"href": "/cloudngfw/aws/api",
"label": "Cloud NGFW AWS API",
"description": "Cloud NGFW AWS API Reference",
"icon": "⚙️"
}
]
},
"prisma-cloud": {
"href": "/prisma-cloud",
"sitemap_productcategory": [
"Prisma",
"Prisma Cloud",
"Cloud-Native Security"
],
"sitemap_informationtype": "Developer",
"children": [
{
"href": "/prisma-cloud/docs",
"label": "Prisma Cloud Workflows",
"description": "Prisma Cloud Workflows",
"sitemap_osversion": ["Prisma Cloud Enterprise Edition"]
},
{
"href": "/prisma-cloud/api",
"label": "Prisma Cloud API",
"description": "Prisma Cloud API Reference",
"icon": "⚙️",
"sitemap_feature": ["API"],
"sitemap_osversion": ["Prisma Cloud Enterprise Edition"],
"children": [
{
"href": "/prisma-cloud/api/cspm",
"label": "CSPM API",
"description": "Prisma Cloud CSPM API Reference"
},
{
"href": "/prisma-cloud/api/cwpp",
"label": "CWPP API",
"description": "Prisma Cloud CWPP API Reference"
},
{
"href": "/prisma-cloud/api/code",
"label": "Code API",
"description": "Prisma Cloud Code API Reference"
}
]
}
]
},
"compute": {
"href": "/compute",
"sitemap_productcategory": [
"Prisma",
"Prisma Cloud",
"Prisma Cloud Compute Edition",
"Cloud-Native Security"
],
"sitemap_informationtype": "Developer",
"children": [
{
"href": "/compute/api/22-12",
"label": "Prisma Cloud API v22.12",
"description": "Prisma Cloud API Reference",
"icon": "⚙️",
"sitemap_feature": ["API"],
"sitemap_osversion": ["Self-Hosted 22.12"]
},
{
"href": "/compute/api/30-03",
"label": "Prisma Cloud API v30.03",
"description": "Prisma Cloud API Reference ",
"icon": "⚙️",
"sitemap_feature": ["API"],
"sitemap_osversion": ["Self-Hosted 30.03"]
},
{
"href": "/compute/api/",
"label": "Prisma Cloud API v31.02",
"description": "Prisma Cloud API Reference ",
"icon": "⚙️",
"sitemap_feature": ["API"],
"sitemap_osversion": ["Self-Hosted 31.02"]
}
]
},
"sase": {
"href": "/sase",
"label": "Prisma SASE",
"sitemap_productcategory": ["Prisma", "Prisma SASE"],
"sitemap_feature": ["Prisma", "Prisma SASE", "SASE"],
"children": [
{
"href": "/sase/docs",
"label": "Prisma SASE Docs",
"description": "Prisma SASE Developer Guide"
},
{
"href": "/sase/api/tenancy",
"label": "Tenancy Service API",
"description": "Tenancy Service API Reference",
"icon": "⚙️",
"sitemap_feature": ["API"]
},
{
"href": "/sase/api/iam",
"label": "IAM API",
"description": "IAM API Reference",
"icon": "⚙️",
"sitemap_feature": ["API"]
},
{
"href": "/sase/api/auth",
"label": "Authentication Service API",
"description": "Authentication Service API Reference",
"icon": "⚙️",
"sitemap_feature": ["API"]
},
{
"href": "/sase/api/subscription",
"label": "Subscription Service API",
"description": "Subscription Service API Reference",
"icon": "⚙️",
"sitemap_feature": ["API"]
},
{
"href": "/sase/api/mt-monitor",
"label": "Aggregate Monitoring APIs",
"description": "Aggregate Monitoring API Reference",
"icon": "⚙️",
"sitemap_feature": ["API"]
}
]
},
"sdwan": {
"href": "/sdwan",
"label": "Prisma SD-WAN",
"sitemap_productcategory": ["Prisma", "Prisma SD-WAN"],
"sitemap_feature": ["Prisma SD-WAN"],
"children": [
{
"href": "/sdwan/docs",
"label": "Prisma SD-WAN Docs",
"description": "Prisma SD-WAN Developer Guide"
},
{
"href": "/sdwan/api/unified",
"label": "Unified SASE SD-WAN APIs",
"description": "Unified SASE SD-WAN APIs",
"icon": "⚙️",
"sitemap_feature": ["API"]
},
{
"href": "/sdwan/api/legacy",
"label": "Legacy Prisma SD-WAN APIs",
"description": "Legacy Prisma SD-WAN APIs",
"icon": "⚙️",
"sitemap_feature": ["API"]
}
]
},
"access": {
"href": "/access",
"label": "Prisma Access",
"sitemap_productcategory": ["Prisma", "Prisma Access"],
"sitemap_feature": ["Prisma", "Prisma Access"],
"children": [
{
"href": "/access/docs",
"label": "Prisma Access Docs",
"description": "Prisma Access Developer Guide"
},
{
"href": "/access/api/prisma-access-config",
"label": "Prisma Access Configuration API",
"description": "Prisma Access Configuration API Reference",
"icon": "⚙️",
"sitemap_feature": ["API"]
},
{
"href": "/access/api/ztna",
"label": "ZTNA Connector API",
"description": "ZTNA Connector API Reference",
"icon": "⚙️",
"sitemap_feature": ["API"]
},
{
"href": "/access/api/adem",
"label": "Autonomous DEM APIs",
"description": "Autonomous DEM APIs",
"icon": "⚙️",
"sitemap_feature": ["API"]
},
{
"href": "/access/api/insights/1.0",
"label": "Prisma Access Insights 1.0 APIs",
"description": "Prisma Access Insights 1.0 APIs",
"icon": "⚙️",
"sitemap_feature": ["API"]
},
{
"href": "/access/api/insights",
"label": "Prisma Access Insights 2.0 APIs",
"description": "Prisma Access Insights 2.0 APIs",
"icon": "⚙️",
"sitemap_feature": ["API"]
}
]
},
"panos": {
"href": "/panos",
"label": "PAN-OS",
"sitemap_productcategory": ["PAN-OS"],
"children": [
{
"href": "/panos/docs/apis",
"label": "PAN-OS APIs and SDKs",
"description": "Guides to use PAN-OS APIs and SDKs",
"icon": "⚙️",
"sitemap_feature": ["API"]
},
{
"href": "/panos/docs/automation",
"label": "PAN-OS Automation",
"description": "Guides to use PAN-OS APIs and SDKs",
"icon": "⚙️"
}
]
},
"expedition": {
"href": "/expedition",
"label": "Expedition",
"sitemap_productcategory": ["PAN-OS"],
"children": [
{
"href": "/expedition/docs/",
"label": "Expedition Docs",
"description": "Guides to use Expedition",
"icon": "⚙️"
}
]
},
"cdl": {
"href": "/cdl",
"label": "Cortex Data Lake",
"sitemap_productcategory": ["Cortex Data Lake"],
"children": [
{
"href": "/cdl/docs/",
"label": "Cortex Data Lake Docs",
"description": "Guides to use Cortex Data Lake",
"icon": "⚙️"
},
{
"href": "/cdl/api/",
"label": "Cortex Data Lake APIs",
"description": "CDL API Reference",
"icon": "⚙️",
"sitemap_feature": ["API"]
}
]
},
"terraform-panos": {
"href": "/terraform",
"make_link": true,
"label": "Terraform",
"sitemap_feature": ["Automation"],
"children": [
{
"href": "/terraform/docs/panos",
"label": "Terraform for PAN-OS",
"description": "Guides to use Terraform for PAN-OS",
"icon": "⚙️",
"sitemap_productcategory": ["PAN-OS"]
}
]
},
"swfw": {
"href": "/swfw",
"make_link": true,
"label": "Software NGFW Automation",
"sitemap_feature": ["Automation"],
"children": [
{
"add_crumb": true,
"match": "/terraform/docs/swfw/aws/vmseries",
"href": "/terraform/docs/swfw/aws/vmseries/overview",
"label": "AWS - VM-Series"
},
{
"add_crumb": true,
"match": "/terraform/docs/swfw/aws/cloudngfw",
"href": "/terraform/docs/swfw/aws/cloudngfw/overview",
"label": "AWS - CloudNGFW"
},
{
"add_crumb": true,
"match": "/terraform/docs/swfw/azure/vmseries",
"href": "/terraform/docs/swfw/azure/vmseries/overview",
"label": "Azure - VM-Series"
},
{
"add_crumb": true,
"match": "/terraform/docs/swfw/azure/cloudngfw",
"href": "/terraform/docs/swfw/azure/cloudngfw/overview",
"label": "Azure - CloudNGFW"
},
{
"add_crumb": true,
"match": "/terraform/docs/swfw/gcp/vmseries",
"href": "/terraform/docs/swfw/gcp/vmseries/overview",
"label": "GCP - VM-Series"
},
{
"add_crumb": true,
"match": "/terraform/docs/swfw/gcp/cloudngfw",
"href": "/terraform/docs/swfw/gcp/cloudngfw/overview",
"label": "GCP - CloudNGFW"
}
]
},
"ansible-panos": {
"href": "/ansible",
"label": "Ansible",
"sitemap_feature": ["Automation"],
"children": [
{
"href": "/ansible/docs/panos",
"label": "Ansible for PAN-OS",
"description": "Guides to use Ansible for PAN-OS",
"icon": "⚙️",
"sitemap_productcategory": ["PAN-OS"]
}
]
},
"splunk": {
"href": "/splunk",
"label": "Splunk",
"sitemap_feature": ["SIEM"],
"children": [
{
"href": "/splunk/docs/",
"label": "Palo Alto Networks Splunk App/Add-on",
"description": "Documentation on Splunk integration.",
"icon": "⚙️",
"sitemap_productcategory": ["PAN-OS"]
}
]
}
}