apiSnapshotCommand
Information about snapshot commands.
This object holds all the information a regular ApiCommand object provides,
and adds specific information about the results of a snapshot command.
Depending on the type of the service where the snapshot command was run, a
different result property will be populated.
JSON
property |
type |
description |
HBaseResult |
HBaseResult (apiHBaseSnapshotResult)
|
Results for snapshot commands on HBase services.
|
hdfsResult |
hdfsResult (apiHdfsSnapshotResult)
|
Results for snapshot commands on Hdfs services.
|