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

Commit

Permalink
Merge pull request #7 from rapid7/release/6.5.50
Browse files Browse the repository at this point in the history
Update generated library to version: 1.0.0-6.5.50
  • Loading branch information
zyoutz-r7 authored Feb 15, 2019
2 parents e316784 + ba182b6 commit 8642ce9
Show file tree
Hide file tree
Showing 722 changed files with 4,899 additions and 7,045 deletions.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ contributions, not all PRs will be merged as they may not fit the holistic purpo

When contributing, please leverage your own fork of the repo, create a
[pull request](https://github.com/rapid7/vm-console-client-ruby/pulls) with the change, and then a
maintainer will review the changes prior to merging and building a new image.
maintainer will review the changes prior to merging and building a new image.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@


### Miscellaneous Details:
<!--- Provide any additional details you feel are relevant. -->
<!--- Provide any additional details you feel are relevant. -->
2 changes: 1 addition & 1 deletion .swagger-codegen-ignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

README.md
.gitignore
LICENSE
LICENSE
2 changes: 1 addition & 1 deletion .swagger-codegen/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3.0
2.4.0
2 changes: 1 addition & 1 deletion api-files/api_history.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
"date": "2018-05-22",
"checksum": "b8df9b32db5559edd61ed5f0770fd2fc00a5d86a"
}
]
]
1 change: 0 additions & 1 deletion api-files/console-swagger-6.5.1.json

This file was deleted.

1 change: 0 additions & 1 deletion api-files/console-swagger-6.5.19.json

This file was deleted.

1 change: 0 additions & 1 deletion api-files/console-swagger-6.5.2.json

This file was deleted.

1 change: 0 additions & 1 deletion api-files/console-swagger-6.5.3.json

This file was deleted.

1 change: 0 additions & 1 deletion api-files/console-swagger-6.5.4.json

This file was deleted.

1 change: 1 addition & 0 deletions api-files/console-swagger.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/AdhocScan.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**asset_group_ids** | **Array&lt;Integer&gt;** | The asset groups that should be included as a part of the scan. Only asset groups assigned to the site can be specified for a scan. This value should be an array of integers representing the unique identifiers of the asset groups. | [optional]
**engine_id** | **Integer** | The identifier of the scan engine. | [optional]
**hosts** | **Array&lt;String&gt;** | The hosts that should be included as a part of the scan. This should be a mixture of IP Addresses and Hostnames as a String array. | [optional]
**name** | **String** | The user-driven scan name for the scan. | [optional]
Expand Down
6 changes: 3 additions & 3 deletions docs/AdministrationApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ require 'rapid7_vm_console'
api_instance = Rapid7VmConsole::AdministrationApi.new

opts = {
license: File.new("/path/to/file.txt"), # File | The contents of a license (.lic) file.
key: "key_example" # String | A license activation key.
license: File.new('/path/to/file.txt'), # File | The contents of a license (.lic) file.
key: 'key_example' # String | A license activation key.
}

begin
Expand Down Expand Up @@ -77,7 +77,7 @@ require 'rapid7_vm_console'
api_instance = Rapid7VmConsole::AdministrationApi.new

opts = {
command: "command_example" # String | The console command to execute.
command: 'command_example' # String | The console command to execute.
}

begin
Expand Down
22 changes: 11 additions & 11 deletions docs/AssetApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ param1 = Rapid7VmConsole::SearchCriteria.new # SearchCriteria | param1
opts = {
page: 0, # Integer | The index of the page (zero-based) to retrieve.
size: 10, # Integer | The number of records per page to retrieve.
sort: ["sort_example"] # Array<String> | The criteria to sort the records by, in the format: `property[,ASC|DESC]`. The default sort order is ascending. Multiple sort criteria can be specified using multiple sort query parameters.
sort: ['sort_example'] # Array<String> | The criteria to sort the records by, in the format: `property[,ASC|DESC]`. The default sort order is ascending. Multiple sort criteria can be specified using multiple sort query parameters.
}

begin
Expand Down Expand Up @@ -391,7 +391,7 @@ api_instance = Rapid7VmConsole::AssetApi.new

id = 789 # Integer | The identifier of the asset.

protocol = "protocol_example" # String | The protocol of the service.
protocol = 'protocol_example' # String | The protocol of the service.

port = 56 # Integer | The port of the service.

Expand Down Expand Up @@ -444,7 +444,7 @@ api_instance = Rapid7VmConsole::AssetApi.new

id = 789 # Integer | The identifier of the asset.

protocol = "protocol_example" # String | The protocol of the service.
protocol = 'protocol_example' # String | The protocol of the service.

port = 56 # Integer | The port of the service.

Expand Down Expand Up @@ -497,7 +497,7 @@ api_instance = Rapid7VmConsole::AssetApi.new

id = 789 # Integer | The identifier of the asset.

protocol = "protocol_example" # String | The protocol of the service.
protocol = 'protocol_example' # String | The protocol of the service.

port = 56 # Integer | The port of the service.

Expand Down Expand Up @@ -550,7 +550,7 @@ api_instance = Rapid7VmConsole::AssetApi.new

id = 789 # Integer | The identifier of the asset.

protocol = "protocol_example" # String | The protocol of the service.
protocol = 'protocol_example' # String | The protocol of the service.

port = 56 # Integer | The port of the service.

Expand Down Expand Up @@ -603,7 +603,7 @@ api_instance = Rapid7VmConsole::AssetApi.new

id = 789 # Integer | The identifier of the asset.

protocol = "protocol_example" # String | The protocol of the service.
protocol = 'protocol_example' # String | The protocol of the service.

port = 56 # Integer | The port of the service.

Expand Down Expand Up @@ -656,7 +656,7 @@ api_instance = Rapid7VmConsole::AssetApi.new

id = 789 # Integer | The identifier of the asset.

protocol = "protocol_example" # String | The protocol of the service.
protocol = 'protocol_example' # String | The protocol of the service.

port = 56 # Integer | The port of the service.

Expand Down Expand Up @@ -712,7 +712,7 @@ api_instance = Rapid7VmConsole::AssetApi.new

id = 789 # Integer | The identifier of the asset.

protocol = "protocol_example" # String | The protocol of the service.
protocol = 'protocol_example' # String | The protocol of the service.

port = 56 # Integer | The port of the service.

Expand Down Expand Up @@ -1001,7 +1001,7 @@ api_instance = Rapid7VmConsole::AssetApi.new
opts = {
page: 0, # Integer | The index of the page (zero-based) to retrieve.
size: 10, # Integer | The number of records per page to retrieve.
sort: ["sort_example"] # Array<String> | The criteria to sort the records by, in the format: `property[,ASC|DESC]`. The default sort order is ascending. Multiple sort criteria can be specified using multiple sort query parameters.
sort: ['sort_example'] # Array<String> | The criteria to sort the records by, in the format: `property[,ASC|DESC]`. The default sort order is ascending. Multiple sort criteria can be specified using multiple sort query parameters.
}

begin
Expand Down Expand Up @@ -1100,7 +1100,7 @@ api_instance = Rapid7VmConsole::AssetApi.new
opts = {
page: 0, # Integer | The index of the page (zero-based) to retrieve.
size: 10, # Integer | The number of records per page to retrieve.
sort: ["sort_example"] # Array<String> | The criteria to sort the records by, in the format: `property[,ASC|DESC]`. The default sort order is ascending. Multiple sort criteria can be specified using multiple sort query parameters.
sort: ['sort_example'] # Array<String> | The criteria to sort the records by, in the format: `property[,ASC|DESC]`. The default sort order is ascending. Multiple sort criteria can be specified using multiple sort query parameters.
}

begin
Expand Down Expand Up @@ -1199,7 +1199,7 @@ api_instance = Rapid7VmConsole::AssetApi.new
opts = {
page: 0, # Integer | The index of the page (zero-based) to retrieve.
size: 10, # Integer | The number of records per page to retrieve.
sort: ["sort_example"] # Array<String> | The criteria to sort the records by, in the format: `property[,ASC|DESC]`. The default sort order is ascending. Multiple sort criteria can be specified using multiple sort query parameters.
sort: ['sort_example'] # Array<String> | The criteria to sort the records by, in the format: `property[,ASC|DESC]`. The default sort order is ascending. Multiple sort criteria can be specified using multiple sort query parameters.
}

begin
Expand Down
2 changes: 1 addition & 1 deletion docs/AssetDiscoveryApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ api_instance = Rapid7VmConsole::AssetDiscoveryApi.new
opts = {
page: 0, # Integer | The index of the page (zero-based) to retrieve.
size: 10, # Integer | The number of records per page to retrieve.
sort: ["sort_example"] # Array<String> | The criteria to sort the records by, in the format: `property[,ASC|DESC]`. The default sort order is ascending. Multiple sort criteria can be specified using multiple sort query parameters.
sort: ['sort_example'] # Array<String> | The criteria to sort the records by, in the format: `property[,ASC|DESC]`. The default sort order is ascending. Multiple sort criteria can be specified using multiple sort query parameters.
}

begin
Expand Down
6 changes: 3 additions & 3 deletions docs/AssetGroupApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -522,11 +522,11 @@ require 'rapid7_vm_console'
api_instance = Rapid7VmConsole::AssetGroupApi.new

opts = {
type: "type_example", # String | The type of asset group.
name: "name_example", # String | A search pattern for the name of the asset group. Searches are case-insensitive contains.
type: 'type_example', # String | The type of asset group.
name: 'name_example', # String | A search pattern for the name of the asset group. Searches are case-insensitive contains.
page: 0, # Integer | The index of the page (zero-based) to retrieve.
size: 10, # Integer | The number of records per page to retrieve.
sort: ["sort_example"] # Array<String> | The criteria to sort the records by, in the format: `property[,ASC|DESC]`. The default sort order is ascending. Multiple sort criteria can be specified using multiple sort query parameters.
sort: ['sort_example'] # Array<String> | The criteria to sort the records by, in the format: `property[,ASC|DESC]`. The default sort order is ascending. Multiple sort criteria can be specified using multiple sort query parameters.
}

begin
Expand Down
26 changes: 13 additions & 13 deletions docs/PolicyApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ policy_id = 789 # Integer | The identifier of the policy
opts = {
page: 0, # Integer | The index of the page (zero-based) to retrieve.
size: 10, # Integer | The number of records per page to retrieve.
sort: ["sort_example"] # Array<String> | The criteria to sort the records by, in the format: `property[,ASC|DESC]`. The default sort order is ascending. Multiple sort criteria can be specified using multiple sort query parameters.
sort: ['sort_example'] # Array<String> | The criteria to sort the records by, in the format: `property[,ASC|DESC]`. The default sort order is ascending. Multiple sort criteria can be specified using multiple sort query parameters.
}

begin
Expand Down Expand Up @@ -214,7 +214,7 @@ group_id = 789 # Integer | The identifier of the policy group.
opts = {
page: 0, # Integer | The index of the page (zero-based) to retrieve.
size: 10, # Integer | The number of records per page to retrieve.
sort: ["sort_example"] # Array<String> | The criteria to sort the records by, in the format: `property[,ASC|DESC]`. The default sort order is ascending. Multiple sort criteria can be specified using multiple sort query parameters.
sort: ['sort_example'] # Array<String> | The criteria to sort the records by, in the format: `property[,ASC|DESC]`. The default sort order is ascending. Multiple sort criteria can be specified using multiple sort query parameters.
}

begin
Expand Down Expand Up @@ -270,7 +270,7 @@ policy_id = 789 # Integer | The identifier of the policy
opts = {
page: 0, # Integer | The index of the page (zero-based) to retrieve.
size: 10, # Integer | The number of records per page to retrieve.
sort: ["sort_example"] # Array<String> | The criteria to sort the records by, in the format: `property[,ASC|DESC]`. The default sort order is ascending. Multiple sort criteria can be specified using multiple sort query parameters.
sort: ['sort_example'] # Array<String> | The criteria to sort the records by, in the format: `property[,ASC|DESC]`. The default sort order is ascending. Multiple sort criteria can be specified using multiple sort query parameters.
}

begin
Expand Down Expand Up @@ -321,11 +321,11 @@ require 'rapid7_vm_console'
api_instance = Rapid7VmConsole::PolicyApi.new

opts = {
filter: "filter_example", # String | Filters the retrieved policies with those whose titles that match the parameter.
filter: 'filter_example', # String | Filters the retrieved policies with those whose titles that match the parameter.
scanned_only: true, # BOOLEAN | Flag indicating the policies retrieved should only include those with Pass or Fail compliance results. The list of scanned policies is based on the user's list of accessible assets.
page: 0, # Integer | The index of the page (zero-based) to retrieve.
size: 10, # Integer | The number of records per page to retrieve.
sort: ["sort_example"] # Array<String> | The criteria to sort the records by, in the format: `property[,ASC|DESC]`. The default sort order is ascending. Multiple sort criteria can be specified using multiple sort query parameters.
sort: ['sort_example'] # Array<String> | The criteria to sort the records by, in the format: `property[,ASC|DESC]`. The default sort order is ascending. Multiple sort criteria can be specified using multiple sort query parameters.
}

begin
Expand Down Expand Up @@ -382,7 +382,7 @@ opts = {
applicable_only: true, # BOOLEAN | An optional boolean parameter indicating the policies retrieved should only include those with a policy compliance status of either a PASS of FAIL result. Default value is `false`, which will also include policies with a compliance status of NOT_APPLICABLE.
page: 0, # Integer | The index of the page (zero-based) to retrieve.
size: 10, # Integer | The number of records per page to retrieve.
sort: ["sort_example"] # Array<String> | The criteria to sort the records by, in the format: `property[,ASC|DESC]`. The default sort order is ascending. Multiple sort criteria can be specified using multiple sort query parameters.
sort: ['sort_example'] # Array<String> | The criteria to sort the records by, in the format: `property[,ASC|DESC]`. The default sort order is ascending. Multiple sort criteria can be specified using multiple sort query parameters.
}

begin
Expand Down Expand Up @@ -536,7 +536,7 @@ opts = {
applicable_only: true, # BOOLEAN | An optional boolean parameter indicating the assets retrieved should only include those with rule results of either PASS or FAIL. Default value is `false`, which will also include assets with a compliance status of NOT_APPLICABLE.
page: 0, # Integer | The index of the page (zero-based) to retrieve.
size: 10, # Integer | The number of records per page to retrieve.
sort: ["sort_example"] # Array<String> | The criteria to sort the records by, in the format: `property[,ASC|DESC]`. The default sort order is ascending. Multiple sort criteria can be specified using multiple sort query parameters.
sort: ['sort_example'] # Array<String> | The criteria to sort the records by, in the format: `property[,ASC|DESC]`. The default sort order is ascending. Multiple sort criteria can be specified using multiple sort query parameters.
}

begin
Expand Down Expand Up @@ -745,7 +745,7 @@ opts = {
applicable_only: true, # BOOLEAN | An optional boolean parameter indicating the assets retrieved should only include those with rule results of either PASS or FAIL. Default value is `false`, which will also include assets with a compliance status of NOT_APPLICABLE.
page: 0, # Integer | The index of the page (zero-based) to retrieve.
size: 10, # Integer | The number of records per page to retrieve.
sort: ["sort_example"] # Array<String> | The criteria to sort the records by, in the format: `property[,ASC|DESC]`. The default sort order is ascending. Multiple sort criteria can be specified using multiple sort query parameters.
sort: ['sort_example'] # Array<String> | The criteria to sort the records by, in the format: `property[,ASC|DESC]`. The default sort order is ascending. Multiple sort criteria can be specified using multiple sort query parameters.
}

begin
Expand Down Expand Up @@ -856,7 +856,7 @@ group_id = 789 # Integer | The identifier of the policy group.
opts = {
page: 0, # Integer | The index of the page (zero-based) to retrieve.
size: 10, # Integer | The number of records per page to retrieve.
sort: ["sort_example"] # Array<String> | The criteria to sort the records by, in the format: `property[,ASC|DESC]`. The default sort order is ascending. Multiple sort criteria can be specified using multiple sort query parameters.
sort: ['sort_example'] # Array<String> | The criteria to sort the records by, in the format: `property[,ASC|DESC]`. The default sort order is ascending. Multiple sort criteria can be specified using multiple sort query parameters.
}

begin
Expand Down Expand Up @@ -913,7 +913,7 @@ policy_id = 789 # Integer | The identifier of the policy
opts = {
page: 0, # Integer | The index of the page (zero-based) to retrieve.
size: 10, # Integer | The number of records per page to retrieve.
sort: ["sort_example"] # Array<String> | The criteria to sort the records by, in the format: `property[,ASC|DESC]`. The default sort order is ascending. Multiple sort criteria can be specified using multiple sort query parameters.
sort: ['sort_example'] # Array<String> | The criteria to sort the records by, in the format: `property[,ASC|DESC]`. The default sort order is ascending. Multiple sort criteria can be specified using multiple sort query parameters.
}

begin
Expand Down Expand Up @@ -1127,7 +1127,7 @@ opts = {
applicable_only: true, # BOOLEAN | An optional boolean parameter indicating the assets retrieved should only include those with rule results of either PASS or FAIL. Default value is `false`, which will also include assets with a compliance status of NOT_APPLICABLE.
page: 0, # Integer | The index of the page (zero-based) to retrieve.
size: 10, # Integer | The number of records per page to retrieve.
sort: ["sort_example"] # Array<String> | The criteria to sort the records by, in the format: `property[,ASC|DESC]`. The default sort order is ascending. Multiple sort criteria can be specified using multiple sort query parameters.
sort: ['sort_example'] # Array<String> | The criteria to sort the records by, in the format: `property[,ASC|DESC]`. The default sort order is ascending. Multiple sort criteria can be specified using multiple sort query parameters.
}

begin
Expand Down Expand Up @@ -1186,7 +1186,7 @@ rule_id = 789 # Integer | The identifier of the policy rule.
opts = {
page: 0, # Integer | The index of the page (zero-based) to retrieve.
size: 10, # Integer | The number of records per page to retrieve.
sort: ["sort_example"] # Array<String> | The criteria to sort the records by, in the format: `property[,ASC|DESC]`. The default sort order is ascending. Multiple sort criteria can be specified using multiple sort query parameters.
sort: ['sort_example'] # Array<String> | The criteria to sort the records by, in the format: `property[,ASC|DESC]`. The default sort order is ascending. Multiple sort criteria can be specified using multiple sort query parameters.
}

begin
Expand Down Expand Up @@ -1342,7 +1342,7 @@ policy_id = 789 # Integer | The identifier of the policy
opts = {
page: 0, # Integer | The index of the page (zero-based) to retrieve.
size: 10, # Integer | The number of records per page to retrieve.
sort: ["sort_example"] # Array<String> | The criteria to sort the records by, in the format: `property[,ASC|DESC]`. The default sort order is ascending. Multiple sort criteria can be specified using multiple sort query parameters.
sort: ['sort_example'] # Array<String> | The criteria to sort the records by, in the format: `property[,ASC|DESC]`. The default sort order is ascending. Multiple sort criteria can be specified using multiple sort query parameters.
}

begin
Expand Down
Loading

0 comments on commit 8642ce9

Please sign in to comment.