-
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.
Merge pull request #3 from PaloAltoNetworks/bugfix-missing-incident-f…
…ields Add new readiness test field that went missing.
- Loading branch information
Showing
1 changed file
with
60 additions
and
0 deletions.
There are no files selected for viewing
60 changes: 60 additions & 0 deletions
60
Packs/PAN_OS_Upgrade_Services/IncidentFields/incidentfield-Readiness_Test_Result.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,60 @@ | ||
{ | ||
"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": "readinesstestresult", | ||
"closeForm": false, | ||
"columns": null, | ||
"content": false, | ||
"defaultRows": null, | ||
"definitionId": "", | ||
"description": "Status of readiness checks.", | ||
"editForm": true, | ||
"fieldCalcScript": "", | ||
"fromServerVersion": "", | ||
"group": 0, | ||
"hidden": false, | ||
"id": "incident_readinesstestresult", | ||
"isReadOnly": false, | ||
"itemVersion": "", | ||
"locked": false, | ||
"mergeStrategy": "", | ||
"name": "Readiness Test Result", | ||
"neverSetAsRequired": false, | ||
"openEnded": false, | ||
"orgType": "singleSelect", | ||
"ownerOnly": false, | ||
"packID": "", | ||
"packName": "", | ||
"placeholder": "", | ||
"required": false, | ||
"runScriptAfterUpdate": false, | ||
"script": "", | ||
"selectValues": [ | ||
"", | ||
"Passed ✅", | ||
"Failed ❌" | ||
], | ||
"sla": 0, | ||
"system": false, | ||
"systemAssociatedTypes": null, | ||
"template": "", | ||
"threshold": 72, | ||
"toServerVersion": "", | ||
"type": "singleSelect", | ||
"unmapped": false, | ||
"unsearchable": false, | ||
"useAsKpi": false, | ||
"validatedError": "", | ||
"validationRegex": "", | ||
"version": -1, | ||
"x2_fields": "" | ||
} |