1 - pcloud compute events

Event management commands

Synopsis

Event management commands. Possibility to list or describe Event(s).

pcloud compute events [flags]

Options

  -h, --help   help for events

Options inherited from parent commands

  -F, --format string      Available formats: 'table', 'yaml', 'json', 'csv'.
                            Default is command specific.
                            Can be used with describe and list subcommands.
  -D, --log.dir string     Override Log file directory
  -L, --log.file string    Override Log file name
  -V, --verbosity string   Override Log verbosity

SEE ALSO

2 - pcloud compute events describe

Describe Event

Synopsis

Describe Event with details. Output format depends on –format option.

pcloud compute events describe <EventId> [flags]

Options

  -h, --help   help for describe

Options inherited from parent commands

  -F, --format string      Available formats: 'table', 'yaml', 'json', 'csv'.
                            Default is command specific.
                            Can be used with describe and list subcommands.
  -D, --log.dir string     Override Log file directory
  -L, --log.file string    Override Log file name
  -V, --verbosity string   Override Log verbosity

SEE ALSO

3 - pcloud compute events list

List Events

Synopsis

List Events since one date, to another date, in the Cloud Instance. Events details are displayed with –long option. Events can be filtered out with –filter option. Output format depends on –format option.

Dates can be in any of the following formats, note the use of quotes around formats with spaces:

2024-05-20 “2024-05-20 13:00” 1716163200 2024-05-19T19:00:00-05:00

pcloud compute events list --since <Time> --to <Time>  [flags]

Options

  -f, --filter string   Set search filter.
                        Filters can be any boolean expression built on Event attributes from this list:
                        "Action EventID Level Message Resource Time Timestamp Email Name UserID"
  -h, --help            help for list
  -l, --long            Print detailed info of each Event
  -s, --since string    Timestamp since which events must be displayed 
  -t, --to string       Timestamp to which events must be displayed

Options inherited from parent commands

  -F, --format string      Available formats: 'table', 'yaml', 'json', 'csv'.
                            Default is command specific.
                            Can be used with describe and list subcommands.
  -D, --log.dir string     Override Log file directory
  -L, --log.file string    Override Log file name
  -V, --verbosity string   Override Log verbosity

SEE ALSO