You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 10, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: docs/AdministrationApi.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ No authorization required
63
63
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: docs/AssetApi.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,7 @@ No authorization required
82
82
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
param1= rapid7vmconsole.AssetCreate() # AssetCreate | The details of the asset being added or updated. The operating system can be specified in one of three ways, with the order of precedence: `\"osFingerprint\"`, `\"os\"`, `\"cpe\"` (optional)
102
+
asset= rapid7vmconsole.AssetCreate() # AssetCreate | The details of the asset being added or updated. The operating system can be specified in one of three ways, with the order of precedence: `\"osFingerprint\"`, `\"os\"`, `\"cpe\"` (optional)
**param1** | [**AssetCreate**](AssetCreate.md)| The details of the asset being added or updated. The operating system can be specified in one of three ways, with the order of precedence: `\"osFingerprint\"`, `\"os\"`, `\"cpe\"` | [optional]
117
+
**asset** | [**AssetCreate**](AssetCreate.md)| The details of the asset being added or updated. The operating system can be specified in one of three ways, with the order of precedence: `\"osFingerprint\"`, `\"os\"`, `\"cpe\"` | [optional]
**query** | [**SonarQuery**](SonarQuery.md)| The criteria for a Sonar query. | [optional]
51
51
52
52
### Return type
53
53
@@ -400,7 +400,7 @@ No authorization required
400
400
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
**query** | [**SonarCriteria**](SonarCriteria.md)| The criteria for a Sonar query. | [optional]
434
434
435
435
### Return type
436
436
@@ -448,7 +448,7 @@ No authorization required
448
448
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: docs/AssetGroupApi.md
+24-24Lines changed: 24 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -178,7 +178,7 @@ No authorization required
178
178
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
**param0** | [**AssetGroup**](AssetGroup.md)| The details of the asset group. | [optional]
211
+
**asset_group** | [**AssetGroup**](AssetGroup.md)| The details of the asset group. | [optional]
212
212
213
213
### Return type
214
214
@@ -816,7 +816,7 @@ No authorization required
816
816
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
**id** | **int**| The identifier of the asset group. |
851
-
**param1** | [**SearchCriteria**](SearchCriteria.md)| The search criteria specification. | [optional]
851
+
**criteria** | [**SearchCriteria**](SearchCriteria.md)| The search criteria specification. | [optional]
852
852
853
853
### Return type
854
854
@@ -866,7 +866,7 @@ No authorization required
866
866
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
867
867
868
868
# **set_asset_group_tags**
869
-
> Links set_asset_group_tags(id, param1=param1)
869
+
> Links set_asset_group_tags(id, tags=tags)
870
870
871
871
Asset Group Tags
872
872
@@ -883,11 +883,11 @@ from pprint import pprint
883
883
# create an instance of the API class
884
884
api_instance = rapid7vmconsole.AssetGroupApi()
885
885
id=56# int | The identifier of the asset group.
886
-
param1= [rapid7vmconsole.list[int]()] # list[int] | The tags to associate to the asset group. (optional)
886
+
tags= [rapid7vmconsole.list[int]()] # list[int] | The tags to associate to the asset group. (optional)
**id** | **int**| The identifier of the asset group. |
901
-
**param1** | **list[int]**| The tags to associate to the asset group. | [optional]
901
+
**tags** | **list[int]**| The tags to associate to the asset group. | [optional]
902
902
903
903
### Return type
904
904
@@ -916,7 +916,7 @@ No authorization required
916
916
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
917
917
918
918
# **set_asset_group_users**
919
-
> Links set_asset_group_users(id, param1=param1)
919
+
> Links set_asset_group_users(id, users=users)
920
920
921
921
Asset Group Users
922
922
@@ -933,11 +933,11 @@ from pprint import pprint
933
933
# create an instance of the API class
934
934
api_instance = rapid7vmconsole.AssetGroupApi()
935
935
id=56# int | The identifier of the asset group.
936
-
param1= [rapid7vmconsole.list[int]()] # list[int] | The users to grant access to the asset group. (optional)
936
+
users= [rapid7vmconsole.list[int]()] # list[int] | The users to grant access to the asset group. (optional)
**id** | **int**| The identifier of the asset group. |
951
-
**param1** | **list[int]**| The users to grant access to the asset group. | [optional]
951
+
**users** | **list[int]**| The users to grant access to the asset group. | [optional]
952
952
953
953
### Return type
954
954
@@ -966,7 +966,7 @@ No authorization required
966
966
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
**id** | **int**| The identifier of the asset group. |
1001
-
**param1** | [**AssetGroup**](AssetGroup.md)| The details of the asset group. | [optional]
1001
+
**asset_group** | [**AssetGroup**](AssetGroup.md)| The details of the asset group. | [optional]
1002
1002
1003
1003
### Return type
1004
1004
@@ -1016,7 +1016,7 @@ No authorization required
1016
1016
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
**type** | **str** | The type of the authentication source to use to authenticate the user. Defaults to `normal`. | [optional]
6
+
**id** | **int** | The identifier of the authentication source to use to authenticate the user. The source with the specified identifier must be of the type specified by `type`. If `id` is omitted, then one source of the specified `type` is selected. | [optional]
7
+
**type** | **str** | The type of the authentication source to use to authenticate the user. |
7
8
8
9
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments