category: Utilities provider: BPA Securities commonfields: id: BPA version: -1 deprecated: true configuration: - display: Server URL (either Firewall or Panorama). e.g., https://192.168.0.1 name: server required: true type: 0 - display: Panorama API Key name: key type: 4 hidden: true required: false - name: key_creds type: 9 displaypassword: Panorama API Key hiddenusername: true required: false - display: BPA Access Token name: token type: 4 hidden: true required: false - name: token_creds type: 9 displaypassword: BPA Access Token hiddenusername: true required: false - display: Trust any certificate (not secure) name: insecure type: 8 required: false - display: Use system proxy settings name: proxy type: 8 required: false description: Deprecated. Use Palo Alto Networks AIops instead, run aiops-bpa-report-generate command. display: Palo Alto Networks BPA (Deprecated) name: BPA script: commands: - arguments: - description: A comma-separated list of IDs of the documents to return. name: doc_ids description: Gets the documentation of all BPA checks. name: pan-os-get-documentation outputs: - contextPath: PAN-OS-BPA.Documentation.Document.DocId description: The ID of the document. type: Number - contextPath: PAN-OS-BPA.Documentation.Document.TopNav description: The TopNav field of the document. type: String - contextPath: PAN-OS-BPA.Documentation.Document.LeftNav description: The LeftNav field of the document. type: String - contextPath: PAN-OS-BPA.Documentation.Document.Title description: The title of the document. type: String - contextPath: PAN-OS-BPA.Documentation.Document.DocType description: The type of the document. type: String - contextPath: PAN-OS-BPA.Documentation.Document.Description description: The description of the document. type: String - contextPath: PAN-OS-BPA.Documentation.Document.Rationale description: The rationale of the document. type: String - contextPath: PAN-OS-BPA.Documentation.Document.References description: The references for the document. type: String - contextPath: PAN-OS-BPA.Documentation.Document.Active description: Whether the document is active or not. type: Boolean - contextPath: PAN-OS-BPA.Documentation.Document.LastUpdatedDate description: The date the document was last updated. type: String - contextPath: PAN-OS-BPA.Documentation.Document.CapabilityLabel description: The capability label of the document. type: Unknown - contextPath: PAN-OS-BPA.Documentation.Document.ClassLabel description: The class label of the document. type: Unknown - contextPath: PAN-OS-BPA.Documentation.Document.ControlCategory description: The control category of the document. type: Unknown - contextPath: PAN-OS-BPA.Documentation.Document.Cscv6Control description: The CSCv6 control of the document. type: Unknown - contextPath: PAN-OS-BPA.Documentation.Document.Cscv7Control description: The CSCv7 control of the document. type: Unknown - contextPath: PAN-OS-BPA.Documentation description: The list of BPA checks. type: Unknown deprecated: true - arguments: - auto: PREDEFINED defaultValue: 'false' description: Whether to download the Panorama report. Can be "true" or "false". Default is "false". name: generate_zip_bundle predefined: - 'false' - 'true' - defaultValue: '120' description: The timeout for the request. Default is 120. name: timeout description: Submits a job to the BPA job queue. PAN-OS devices with large configuration files may take a few minutes for the job to be submitted. name: pan-os-bpa-submit-job outputs: - contextPath: PAN-OS-BPA.SubmittedJob.JobID description: Submitted job ID, used to query results when the job is done. type: String deprecated: true - arguments: - description: The job ID for which to return results. name: task_id required: true - auto: PREDEFINED defaultValue: 'false' description: Whether to exclude passed checks. Can be "true" or "false". Default is "false". name: exclude_passed_checks predefined: - 'true' - 'false' - description: A comma-separated list of the BPA IDs of the results to return. name: check_id - description: A comma-separated list of the name of the results to return. name: check_name description: Returns the results of the BPA job. name: pan-os-bpa-get-job-results deprecated: true outputs: - contextPath: PAN-OS-BPA.JobResults.JobID description: The submitted job ID. type: String - contextPath: PAN-OS-BPA.JobResults.Status description: The job status in the queue (in progress or completed). type: String - contextPath: PAN-OS-BPA.JobResults.Checks description: The list of checks. type: Unknown - contextPath: InfoFile.Name description: File name. type: string - contextPath: InfoFile.EntryID description: File entry ID. type: string - contextPath: InfoFile.Size description: File size. type: number - contextPath: InfoFile.Type description: File type, e.g., "PE". type: string - contextPath: InfoFile.Info description: Basic information of the file. type: string - contextPath: InfoFile.Extension description: File extension. type: string dockerimage: demisto/python3:3.11.10.116439 runonce: false script: '-' subtype: python3 type: python tests: - No tests (deprecated) fromversion: 5.0.0