Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Latest commit

 

History

History
50 lines (31 loc) · 905 Bytes

RootApi.md

File metadata and controls

50 lines (31 loc) · 905 Bytes

Rapid7VmConsole::RootApi

All URIs are relative to https://localhost:3780

Method HTTP request Description
resources GET /api/3 Resources

resources

Links resources

Resources

Returns a listing of the resources (endpoints) that are available to be invoked in this API.

Example

# 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

Parameters

This endpoint does not need any parameter.

Return type

Links

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json;charset=UTF-8