Class: RogIQ::Remote::Diagnose
- Inherits:
-
CommandBase
- Object
- Thor
- CommandBase
- RogIQ::Remote::Diagnose
- Defined in:
- lib/rogiq/remote/diagnose.rb
Instance Method Summary collapse
Instance Method Details
#emergency(identifier) ⇒ Object
9 10 11 |
# File 'lib/rogiq/remote/diagnose.rb', line 9 def emergency(identifier) emit(api.get("/api/v1/cli/diagnose/emergency", { identifier: identifier })) end |
#migrations ⇒ Object
14 15 16 |
# File 'lib/rogiq/remote/diagnose.rb', line 14 def migrations emit(api.get("/api/v1/cli/diagnose/migrations")) end |
#pinecone ⇒ Object
19 20 21 |
# File 'lib/rogiq/remote/diagnose.rb', line 19 def pinecone emit(api.get("/api/v1/cli/diagnose/pinecone")) end |