Skip to content

Commit b305c6e

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

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ They all depend on the `wf_utils` file that contains common functions used by al
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-
Hopefully with these examples you'll be able to create your own scripts that use any the Workload Factory APIs.
8+
Hopefully with these samples you'll be able to create your own scripts that use any the Workload Factory APIs.
99
If you do create a new script, please consider contributing it back to this repository so that others can benefit from it.
1010

1111
Note that all the scripts support a `-h` option that will display a help message for that script.
@@ -14,7 +14,7 @@ Note that all the scripts support a `-h` option that will display a help message
1414
| --- | --- |
1515
| [list_bluexp_accts](list_bluexp_accts) | This list all the BlueXP accounts (a.k.a. organizations) that you have access to. |
1616
| [list_credentials](list_credentials) | This lists all the Workload Factory credentials that you have access to. |
17-
[ [list_filesystems](list_filesystems) | This lists all the FSx for ONTAP file systems that you have access to in the specified AWS region. |
17+
| [list_filesystems](list_filesystems) | This lists all the FSx for ONTAP file systems that you have access to in the specified AWS region. |
1818
| [list_snapmirrors](list_snapmirrors) | This lists all the SnapMirror relationships that are associated with the specified file system. |
1919
| [list_svms](list_svms) | This lists all the SVMs that are associated with the specified file system. |
2020
| [list_volumes](list_volumes) | This lists all the volumes that are associated with the specified file system. |

0 commit comments

Comments
 (0)