Class: WavefrontCli::Integration
- Defined in:
- lib/wavefront-cli/integration.rb
Overview
CLI coverage for the v2 ‘integration’ API.
Constant Summary
Constants included from Constants
Constants::ALL_PAGE_SIZE, Constants::DEFAULT_OPTS, Constants::HUMAN_TIME_FORMAT, Constants::HUMAN_TIME_FORMAT_MS
Instance Attribute Summary
Attributes inherited from Base
#klass, #klass_word, #options, #wf
Instance Method Summary collapse
- #do_install ⇒ Object
- #do_manifests ⇒ Object
- #do_status ⇒ Object
- #do_statuses ⇒ Object
- #do_uninstall ⇒ Object
Methods inherited from Base
#_sdk_class, #check_status, #conds_to_query, #dispatch, #display, #display_api_error, #display_no_api_response, #do_delete, #do_describe, #do_import, #do_list, #do_search, #do_tag_add, #do_tag_clear, #do_tag_delete, #do_tag_set, #do_tags, #do_undelete, #do_update, #format_var, #handle_error, #handle_response, #hcl_fields, #import_to_create, #initialize, #load_display_class, #load_file, #load_from_stdin, #mk_creds, #mk_opts, #no_api_response, #ok_exit, #options_and_exit, #parseable_output, #range_hash, #run, #search_key, #validate_id, #validate_input, #validate_opts, #validate_tags, #validator_exception, #validator_method
Constructor Details
This class inherits a constructor from WavefrontCli::Base
Instance Method Details
#do_install ⇒ Object
16 17 18 |
# File 'lib/wavefront-cli/integration.rb', line 16 def do_install wf.install([:'<id>']) end |
#do_manifests ⇒ Object
12 13 14 |
# File 'lib/wavefront-cli/integration.rb', line 12 def do_manifests wf.manifests end |
#do_status ⇒ Object
8 9 10 |
# File 'lib/wavefront-cli/integration.rb', line 8 def do_status wf.status([:'<id>']) end |
#do_statuses ⇒ Object
24 25 26 |
# File 'lib/wavefront-cli/integration.rb', line 24 def do_statuses wf.statuses end |
#do_uninstall ⇒ Object
20 21 22 |
# File 'lib/wavefront-cli/integration.rb', line 20 def do_uninstall wf.uninstall([:'<id>']) end |