...
Note | |||||
---|---|---|---|---|---|
| |||||
Remember, you can also show what methods are allowed and method description, parameters, etc. by making a GET HTTP request to https://vss-api.eis.utoronto.ca:8001/v2/vm/.
|
...
If you decide to add summary in the list of parameters, you'll disable the summary provided by the API about any given VM for this particular request. For example:
Code Block | ||
---|---|---|
| ||
http -a $TK GET "https://vss-api.eis.utoronto.ca:8001/v2/vm/?name=Test&summary" |
...