You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+36Lines changed: 36 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -225,3 +225,39 @@ gssh[uga-0psxxx] created
225
225
$ ssh root@152.32.140.92.ipssh.net
226
226
root@152.32.140.92.ipssh.net's password: password of the uhost instance
227
227
```
228
+
229
+
Using command "ucloud api" to call any API.Fill in the parameters of an API in sequence according to the API documentation. This command is quite special, and public parameters such as --public-key,--private-key,--debug,--profile,--timeout-sec are not supported. If you want to tune on debug mode, set environment variable $UCLOUD_CLI_DEBUG=on
230
+
231
+
```
232
+
$ ucloud api --Action <APIName> --Param1 <value> --Param2 <value> ...
233
+
```
234
+
You can also put those API parameters into a json file, like this.
0 commit comments