Method: WavefrontDisplay::Dashboard#do_describe

Defined in:
lib/wavefront-cli/display/dashboard.rb

#do_describeObject



14
15
16
17
18
19
# File 'lib/wavefront-cli/display/dashboard.rb', line 14

def do_describe
  drop_fields(:parameterDetails)
  readable_time(:createdEpochMillis, :updatedEpochMillis)
  data[:sections] = data[:sections].map { |s| s[:name] }
  long_output
end