Skip to content

Commit a75ab46

Browse files
committed
Added Workload Factory API Samples
1 parent 5be19f6 commit a75ab46

File tree

1 file changed

+7
-1
lines changed
  • Management-Utilities/Workload-Factory-API-Samples

1 file changed

+7
-1
lines changed

Management-Utilities/Workload-Factory-API-Samples/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,14 @@ To run these scripts, you need to have the following prerequisites:
1414
Hopefully with these samples you'll be able to create your own scripts that use any the Workload Factory APIs.
1515
If 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. |

0 commit comments

Comments
 (0)