File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Management-Utilities/Workload-Factory-API-Samples Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,14 @@ To run these scripts, you need to have the following prerequisites:
1414Hopefully with these samples you'll be able to create your own scripts that use any the Workload Factory APIs.
1515If you do create a new script, please consider contributing it back to this repository so that others can benefit from it.
1616
17- Note that all the scripts support a ` -h ` option that will display a help message for that script.
17+ Note that all scripts allow you to set environment variables to pass options instead of having to use the
18+ command line options. For example, instead of using the ` -t ` option to pass the
19+ [ BlueXP Refresh Token] ( https://docs.netapp.com/us-en/bluexp-automation/platform/create_user_token.html#1-generate-a-netapp-refresh-token ) ,
20+ you can set the ` REFRESH_TOKEN ` environment variable.
1821
22+ Also note that all scripts use the ` -h ` option to display the help message, which includes the available options and their descriptions.
23+
24+ ## Available Scripts
1925| Script | Description |
2026| --- | --- |
2127| [ list_bluexp_accts] ( list_bluexp_accts ) | This list all the BlueXP accounts (a.k.a. organizations) that you have access to. |
You can’t perform that action at this time.
0 commit comments