Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update NetBackup Documentation #89

Open
wants to merge 135 commits into
base: create-branch
Choose a base branch
from
Open

Update NetBackup Documentation #89

wants to merge 135 commits into from

Conversation

MHemavathi
Copy link

sgupta03 and others added 30 commits June 20, 2018 11:30
* Update README.md

* Update README.md

* Update README.md

* Update README.md
Config Management and Admin APIs code samples
NetBackup 8.2 API Perl scripts for Config, Admin APIs
NetBackup 8.2 API golang scripts for config, admin APIs
Added perl scripts for all GET APIs for VM server credentials and resource limits.
inital work posting to github.   looking to work with the community and veritas on the ansible deployments.    msdp_create and vmware_resourcelimits need some assitance.   although it looks right from the swagger docs, it seems to through an api error.
Python script for NetBackup AssetDB Cleanup for Cloud workload
updated body yaml to correct syntax.
ashviniwaghmode and others added 20 commits September 9, 2020 11:10
…i_based_python_code

Feature/backup restore api based python code
Get a list of VMware vmServers
Modified to use Python3 print statements
ClientBackup.ps1 is a PowerShell script designed to backup a Windows
client using a command line specified policy name and API key.

Didn't exactly fit into the directory structure so put in powershell
directory.
…_PolicyDetails

Create new sample Get-NB-PolicyDetails
 - added MSSQL recipes
 - sample json payloads for various API requests
 - snippets to GET Assets and Recoverypoints
loop count corrected
…_workflow

Adding in samples on how to do a restore given multiple copies
@MHemavathi MHemavathi changed the title NetBackup Documentation Update NetBackup Documentation Mar 28, 2023
@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

//##############################################################
func GetHTTPClient() *http.Client {
tlsConfig := &tls.Config {
InsecureSkipVerify: true, //for this test, ignore ssl certificate

Check failure

Code scanning / CodeQL

Disabled TLS certificate check High

InsecureSkipVerify should not be used in production code.
storagePath: /mnt/msdp/vol0
credentials:
userName: msdp
password: msdp

Check failure

Code scanning / CodeQL

Password in configuration file High

Hard-coded password 'msdp' in configuration file.

func getHTTPClient() http.Client {
tr := &http.Transport{
TLSClientConfig: &tls.Config{InsecureSkipVerify: true},

Check failure

Code scanning / CodeQL

Disabled TLS certificate check High

InsecureSkipVerify should not be used in production code.
Copy link

@github-advanced-security github-advanced-security bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CodeQL found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.