Skip to content

Commit cf27454

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

File tree

1 file changed

+6
-5
lines changed
  • Management-Utilities/Workload-Factory-API-Samples

1 file changed

+6
-5
lines changed

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,16 @@ To run these scripts, you need to have the following prerequisites:
1111
- The `curl` command-line tool installed.
1212
- The `jq` command-line JSON processor installed. You can install it using your package manager, e.g., `apt-get install jq` on Debian/Ubuntu or `brew install jq` on macOS.
1313

14-
Hopefully with these samples you'll be able to create your own scripts that use any the Workload Factory APIs.
15-
If you do create a new script, please consider contributing it back to this repository so that others can benefit from it.
16-
17-
Note that all scripts allow you to set environment variables to pass options instead of having to use the
14+
## Notes:
15+
- All scripts allow you to set environment variables to pass options instead of having to use the
1816
command line options. For example, instead of using the `-t` option to pass the
1917
[BlueXP Refresh Token](https://docs.netapp.com/us-en/bluexp-automation/platform/create_user_token.html#1-generate-a-netapp-refresh-token),
2018
you can set the `REFRESH_TOKEN` environment variable.
2119

22-
Also note that all scripts use the `-h` option to display the help message, which includes the available options and their descriptions.
20+
- All scripts use the `-h` option to display the help message, which includes the available options and their descriptions.
21+
22+
Hopefully with these samples you'll be able to create your own scripts that use any the Workload Factory APIs.
23+
If you do create a new script, please consider contributing it back to this repository so that others can benefit from it.
2324

2425
## Available Scripts
2526
| Script | Description |

0 commit comments

Comments
 (0)