As a Zowe CLI user who invokes commands that call z/OSMF REST APIs,
I want documentation about how to test the APIs with cURL as a troubleshooting step,
so that when a CLI command fails with a REST API error I can determine whether the problem lies with z/OSMF or Zowe CLI.
Additional info:
Postman/Postwoman is also an option, but likely involves installing and getting acquainted with a new app.
As a Zowe CLI user who invokes commands that call z/OSMF REST APIs, I want documentation about how to test the APIs with cURL as a troubleshooting step, so that when a CLI command fails with a REST API error I can determine whether the problem lies with z/OSMF or Zowe CLI.
Additional info:
-u <user>:<password>
- for supplying authentication to REST API--insecure
- equivalent to the CLI option "rejectUnauthorized = false"-v
- much more verbose output