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
Prepare, wait for, and download logs from a Database Instance. This command automatically prepares the logs, waits for them to be ready, and downloads them to a file.
Prepare, wait for, and download logs from a Database Instance. This command automatically prepares the logs, waits for them to be ready, and downloads them to a file.
Retrieve information about the logs of a Database Instance. Specify the `instance_log_id` and `region` in your request to get information such as `download_url`, `status`, `expires_at` and `created_at` about your logs in the response.
Long: `Prepare, wait for, and download logs from a Database Instance. This command automatically prepares the logs, waits for them to be ready, and downloads them to a file.`,
100
+
Namespace: "rdb",
101
+
Resource: "log",
102
+
Verb: "download",
103
+
ArgsType: reflect.TypeOf(logDownloadArgs{}),
104
+
ArgSpecs: core.ArgSpecs{
105
+
{
106
+
Name: "instance-id",
107
+
Short: `UUID of the Database Instance you want logs of`,
108
+
Required: true,
109
+
Positional: true,
110
+
},
111
+
{
112
+
Name: "from",
113
+
Short: `Start datetime of your log. Supports absolute RFC3339 timestamps and relative times (see `+"`scw help date`"+`).`,
114
+
Required: false,
115
+
},
116
+
{
117
+
Name: "to",
118
+
Short: `End datetime of your log. Supports absolute RFC3339 timestamps and relative times (see `+"`scw help date`"+`).`,
0 commit comments