module Rundeck::Client::SystemInfo
Defines methods related to projects.
Public Instance Methods
system_info()
click to toggle source
Get the complete system info
@see rundeck.org/docs/api/index.html#system-info
Rundeck API documentation for 'GET /api/12/system/info' endpoint
@example
Rundeck.system_info
@return [Rundeck::ObjectifiedHash] @!macro exceptions
# File lib/rundeck/client/system_info.rb, line 15 def system_info objectify get('/system/info')['system'] end