list-vw-events¶
- subtitle
Get the list of events for the given Virtual Warehouse.
- version
0.9.126
Description¶
Get the list of events for the given Virtual Warehouse.
Synopsis¶
list-vw-events
--cluster-id <value>
--vw-id <value>
[--limit <value>]
[--ascending | --no-ascending]
[--cli-input-json <value>]
[--generate-cli-skeleton]
Options¶
--cluster-id
(string)
ID of cluster.
--vw-id
(string)
ID of the Virtual Warehouse.
--limit
(integer)
Limit the number of returned rows. If not specified all the events will be returned. Please note the DWX only stores the last 50 events.
--ascending
| --no-ascending
(boolean)
Provide the result in ascending order, default is descending.
--cli-input-json
(string)
Performs service operation based on the JSON string provided. The JSON string follows the format provided by
--generate-cli-skeleton
. If other arguments are provided on the command line, the CLI values will override the JSON-provided values.
--generate-cli-skeleton
(boolean)
Prints a sample input JSON to standard output. Note the specified operation is not run if this argument is specified. The sample input can be used as an argument for
--cli-input-json
.
Output¶
events -> (array)
The list of the events belonging to the particular Virtual Warehouse
item -> (object)
Represents a Event
event -> (string)
The code name of the event
message -> (string)
Detailed message
timestamp -> (datetime)
The timestamp of the event
Form Factors¶
public, private