Skip to content

Commit

Permalink
Add new readiness test field that went missing.
Browse files Browse the repository at this point in the history
  • Loading branch information
adambaumeister committed Aug 9, 2023
1 parent d66c64b commit 2ea7b1f
Showing 1 changed file with 60 additions and 0 deletions.
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": ""
}

0 comments on commit 2ea7b1f

Please sign in to comment.