All URIs are relative to https://localhost:3780
Method | HTTP request | Description |
---|---|---|
resources | GET /api/3 | Resources |
Links resources
Resources
Returns a listing of the resources (endpoints) that are available to be invoked in this API.
# load the gem
require 'rapid7_vm_console'
api_instance = Rapid7VmConsole::RootApi.new
begin
#Resources
result = api_instance.resources
p result
rescue Rapid7VmConsole::ApiError => e
puts "Exception when calling RootApi->resources: #{e}"
end
This endpoint does not need any parameter.
No authorization required
- Content-Type: application/json
- Accept: application/json;charset=UTF-8