Method: Fog::DNS::Rage4::Real#show_global_usage
- Defined in:
- lib/fog/rage4/requests/dns/show_global_usage.rb
#show_global_usage ⇒ Object
Shows global usage for all domains
Parameters
Returns
-
response<~Excon::Response>:
-
body<~Array>
-
12 13 14 15 16 17 |
# File 'lib/fog/rage4/requests/dns/show_global_usage.rb', line 12 def show_global_usage request( :expects => 200, :method => 'GET', :path => "/rapi/showcurrentglobalusage/" ) end |