Skip to content

Commit 78e8bae

Browse files
committed
Added Workload Factory API Samples
1 parent b305c6e commit 78e8bae

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Workload Factory API Samples
22

33
This folder contains various bash shell scripts that demonstrate how to use the Workload Factory APIs to perform an action.
4-
They all depend on the `wf_utils` file that contains common functions used by all the scripts. One function
4+
They all depend on the [wf_utils](wf_utils) file that contains common functions used by all the scripts. One function
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

@@ -27,6 +27,7 @@ Note that all the scripts support a `-h` option that will display a help message
2727
| [snapshot_create](snapshot_create) | This creates a snapshot of the specified volume. |
2828
| [volume_clone](volume_clone) | This clones the specified volume. |
2929
| [volume_delete](volume_delete) | This deletes the specified volume. |
30+
| [wf_utils](wf_utils) | This file contains common functions used by all the scripts. It includes the `get_token()` function that retrieves an authentication token from the Workload Factory API. |
3031

3132
## Author Information
3233

0 commit comments

Comments
 (0)