-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade Assurance new incident layout dynamic inputs for checks (#45)
Enable dynamic check list and optional inputs in Assurance Test incident displaying optional inputs if selected in check list in the new incident layout.
- Loading branch information
1 parent
8ddabc1
commit 7aa2422
Showing
7 changed files
with
462 additions
and
64 deletions.
There are no files selected for viewing
56 changes: 56 additions & 0 deletions
56
Packs/PAN_OS_Upgrade_Services/IncidentFields/incidentfield-DP_MP_Clock_Diff.json
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,56 @@ | ||
{ | ||
"aliasTo": "", | ||
"aliases": null, | ||
"associatedToAll": false, | ||
"associatedTypes": [ | ||
"PAN-OS Network Operations - Upgrade Assurance", | ||
"PAN-OS Network Operations - Device Upgrade" | ||
], | ||
"autoCompleteTags": null, | ||
"breachScript": "", | ||
"cacheVersn": 0, | ||
"caseInsensitive": true, | ||
"cliName": "dpmpclockdiff", | ||
"closeForm": false, | ||
"columns": null, | ||
"content": false, | ||
"defaultRows": null, | ||
"definitionId": "", | ||
"description": "Max. clock difference in seconds between data plane and management plane.", | ||
"editForm": true, | ||
"fieldCalcScript": "", | ||
"fromServerVersion": "", | ||
"group": 0, | ||
"hidden": false, | ||
"id": "incident_dpmpclockdiff", | ||
"isReadOnly": false, | ||
"itemVersion": "", | ||
"locked": false, | ||
"mergeStrategy": "", | ||
"name": "DP/MP Clock Diff", | ||
"neverSetAsRequired": false, | ||
"openEnded": false, | ||
"orgType": "number", | ||
"ownerOnly": false, | ||
"packID": "", | ||
"packName": "", | ||
"placeholder": "0", | ||
"required": false, | ||
"runScriptAfterUpdate": false, | ||
"script": "", | ||
"selectValues": null, | ||
"sla": 0, | ||
"system": false, | ||
"systemAssociatedTypes": null, | ||
"template": "", | ||
"threshold": 72, | ||
"toServerVersion": "", | ||
"type": "number", | ||
"unmapped": false, | ||
"unsearchable": true, | ||
"useAsKpi": false, | ||
"validatedError": "", | ||
"validationRegex": "", | ||
"version": -1, | ||
"x2_fields": "" | ||
} |
56 changes: 56 additions & 0 deletions
56
Packs/PAN_OS_Upgrade_Services/IncidentFields/incidentfield-IPsec_Tunnel.json
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,56 @@ | ||
{ | ||
"aliasTo": "", | ||
"aliases": null, | ||
"associatedToAll": false, | ||
"associatedTypes": [ | ||
"PAN-OS Network Operations - Upgrade Assurance", | ||
"PAN-OS Network Operations - Device Upgrade" | ||
], | ||
"autoCompleteTags": null, | ||
"breachScript": "", | ||
"cacheVersn": 0, | ||
"caseInsensitive": false, | ||
"cliName": "ipsectunnel", | ||
"closeForm": false, | ||
"columns": null, | ||
"content": false, | ||
"defaultRows": null, | ||
"definitionId": "", | ||
"description": "IPsec tunnel name to check if it's in active state.", | ||
"editForm": true, | ||
"fieldCalcScript": "", | ||
"fromServerVersion": "", | ||
"group": 0, | ||
"hidden": false, | ||
"id": "incident_ipsectunnel", | ||
"isReadOnly": false, | ||
"itemVersion": "", | ||
"locked": false, | ||
"mergeStrategy": "", | ||
"name": "IPsec Tunnel", | ||
"neverSetAsRequired": false, | ||
"openEnded": false, | ||
"orgType": "shortText", | ||
"ownerOnly": false, | ||
"packID": "", | ||
"packName": "", | ||
"placeholder": "", | ||
"required": false, | ||
"runScriptAfterUpdate": false, | ||
"script": "", | ||
"selectValues": null, | ||
"sla": 0, | ||
"system": false, | ||
"systemAssociatedTypes": null, | ||
"template": "", | ||
"threshold": 72, | ||
"toServerVersion": "", | ||
"type": "shortText", | ||
"unmapped": false, | ||
"unsearchable": false, | ||
"useAsKpi": false, | ||
"validatedError": "", | ||
"validationRegex": "", | ||
"version": -1, | ||
"x2_fields": "" | ||
} |
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
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.