Skip to content

Commit 5be19f6

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

File tree

1 file changed

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

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ They all depend on the [wf_utils](wf_utils) file that contains common functions
55
in particular, `get_token()`, is used to get an authentication token from the BlueXP Workload Factory API. So, if you
66
copy just some of the files from this repository, make sure to copy the `wf_utils` file as well.
77

8+
## Prerequisites
9+
To run these scripts, you need to have the following prerequisites:
10+
- A bash shell.
11+
- The `curl` command-line tool installed.
12+
- 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.
13+
814
Hopefully with these samples you'll be able to create your own scripts that use any the Workload Factory APIs.
915
If you do create a new script, please consider contributing it back to this repository so that others can benefit from it.
1016

0 commit comments

Comments
 (0)