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.
**addresses** | [**list[Address]**](Address.md) | All addresses discovered on the asset. | [optional]
7
+
**agent_id** | **str** | The identifier of the agent. | [optional]
8
+
**assessed_for_policies** | **bool** | Whether the asset has been assessed for policies at least once. | [optional]
9
+
**assessed_for_vulnerabilities** | **bool** | Whether the asset has been assessed for vulnerabilities at least once. | [optional]
10
+
**configurations** | [**list[Configuration]**](Configuration.md) | Configuration key-values pairs enumerated on the asset. | [optional]
11
+
**databases** | [**list[Database]**](Database.md) | The databases enumerated on the asset. | [optional]
12
+
**files** | [**list[File]**](File.md) | The files discovered with searching on the asset. | [optional]
13
+
**history** | [**list[AssetHistory]**](AssetHistory.md) | The history of changes to the asset over time. | [optional]
14
+
**host_name** | **str** | The primary host name (local or FQDN) of the asset. | [optional]
15
+
**host_names** | [**list[HostName]**](HostName.md) | All host names or aliases discovered on the asset. | [optional]
16
+
**id** | **int** | The identifier of the asset. | [optional]
17
+
**ids** | [**list[UniqueId]**](UniqueId.md) | Unique identifiers found on the asset, such as hardware or operating system identifiers. | [optional]
18
+
**ip** | **str** | The primary IPv4 or IPv6 address of the asset. | [optional]
19
+
**last_assessed_for_vulnerabilities** | **str** | The time the last vulnerability assessment occured. |
20
+
**links** | [**list[Link]**](Link.md) | Hypermedia links to corresponding or related resources. | [optional]
21
+
**mac** | **str** | The primary Media Access Control (MAC) address of the asset. The format is six groups of two hexadecimal digits separated by colons. | [optional]
22
+
**os** | **str** | The full description of the operating system of the asset. | [optional]
23
+
**os_fingerprint** | [**OperatingSystem**](OperatingSystem.md) | The details of the operating system of the asset. | [optional]
24
+
**raw_risk_score** | **float** | The base risk score of the asset. | [optional]
25
+
**risk_score** | **float** | The risk score (with criticality adjustments) of the asset. | [optional]
26
+
**services** | [**list[Service]**](Service.md) | The services discovered on the asset. | [optional]
27
+
**software** | [**list[Software]**](Software.md) | The software discovered on the asset. | [optional]
28
+
**type** | **str** | The type of asset. | [optional]
29
+
**user_groups** | [**list[GroupAccount]**](GroupAccount.md) | The group accounts enumerated on the asset. | [optional]
30
+
**users** | [**list[UserAccount]**](UserAccount.md) | The user accounts enumerated on the asset. | [optional]
31
+
**vulnerabilities** | [**AssetVulnerabilities**](AssetVulnerabilities.md) | Summary information for vulnerabilities on the asset. | [optional]
32
+
33
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
[**get_asset_group**](AssetGroupApi.md#get_asset_group) | **GET** /api/3/asset_groups/{id} | Asset Group
13
14
[**get_asset_group_assets**](AssetGroupApi.md#get_asset_group_assets) | **GET** /api/3/asset_groups/{id}/assets | Asset Group Assets
14
15
[**get_asset_group_search_criteria**](AssetGroupApi.md#get_asset_group_search_criteria) | **GET** /api/3/asset_groups/{id}/search_criteria | Asset Group Search Criteria
@@ -273,6 +274,58 @@ No authorization required
273
274
274
275
[[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)
page =0# int | The index of the page (zero-based) to retrieve. (optional) (default to 0)
295
+
size =10# int | The number of records per page to retrieve. (optional) (default to 10)
296
+
sort = ['sort_example'] # list[str] | 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. (optional)
**page** | **int**| The index of the page (zero-based) to retrieve. | [optional][default to 0]
311
+
**size** | **int**| The number of records per page to retrieve. | [optional][default to 10]
312
+
**sort** | [**list[str]**](str.md)| 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. | [optional]
313
+
314
+
### Return type
315
+
316
+
[**PageOfAgent**](PageOfAgent.md)
317
+
318
+
### Authorization
319
+
320
+
No authorization required
321
+
322
+
### HTTP request headers
323
+
324
+
-**Content-Type**: application/json
325
+
-**Accept**: application/json;charset=UTF-8
326
+
327
+
[[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/AssetHistory.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Name | Type | Description | Notes
6
6
**_date** | **str** | The date the asset information was collected or changed. | [optional]
7
7
**description** | **str** | Additional information describing the change. | [optional]
8
8
**scan_id** | **int** | If a scan-oriented change, the identifier of the corresponding scan the asset was scanned in. | [optional]
9
-
**type** | **str** | The type of change. May be one of: | Type | Source of Data | | ----------------------------------- | ----------------------------------------------------------- | | `ASSET-IMPORT`, `EXTERNAL-IMPORT` | External source such as the API | | `EXTERNAL-IMPORT-APPSPIDER` | Rapid7 InsightAppSec (previously known as AppSpider) | | `SCAN` | Scan engine scan | | `ACTIVE-SYNC` | ActiveSync | | `SCAN-LOG-IMPORT` | Manual import of a scan log | | `VULNERABILITY_EXCEPTION_APPLIED` | Vulnerability exception applied | | `VULNERABILITY_EXCEPTION_UNAPPLIED` | Vulnerability exception unapplied | | [optional]
9
+
**type** | **str** | The type of change. May be one of: | Type | Source of Data | | ----------------------------------- | ----------------------------------------------------------- | | `ASSET-IMPORT`, `EXTERNAL-IMPORT` | External source such as the API | | `EXTERNAL-IMPORT-APPSPIDER` | Rapid7 InsightAppSec (previously known as AppSpider) | | `SCAN` | Scan engine scan | | `AGENT-IMPORT` | Rapid7 Insight Agent | | `ACTIVE-SYNC` | ActiveSync | | `SCAN-LOG-IMPORT` | Manual import of a scan log | | `VULNERABILITY_EXCEPTION_APPLIED` | Vulnerability exception applied | | `VULNERABILITY_EXCEPTION_UNAPPLIED` | Vulnerability exception unapplied | | [optional]
10
10
**user** | **str** | If a vulnerability exception change, the login name of the user that performed the operation. | [optional]
11
11
**version** | **int** | The version number of the change (a chronological incrementing number starting from 1). | [optional]
12
12
**vulnerability_exception_id** | **int** | If a vulnerability exception change, the identifier of the vulnerability exception that caused the change. | [optional]
**source** | **str** | The source of the tag. | [optional]
14
-
**sources** | [**list[TagAssetSource]**](TagAssetSource.md) | The source(s) by which a tag isapplied to an asset. | [optional]
14
+
**sources** | [**list[TagAssetSource]**](TagAssetSource.md) | The source(s) by which a tag is-applied to an asset. | [optional]
15
15
**type** | **str** | The type of the tag. |
16
16
17
17
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**maximum_administration_pool_size** | **int** | The maximum number of administrative connections in the connection pool. -1 means unlimited. | [optional]
**maximum_pool_size** | **int** | The maximum number of connections in the connection pool. -1 means unlimited. | [optional]
8
8
**maximum_prepared_statement_pool_size** | **int** | The maximum number of prepared statements in the prepared statement pool. -1 means unlimited. | [optional]
9
9
10
10
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**address** | **str** | The address used to connect to the discoveryconnection source. | [optional]
8
8
**arn** | **str** | The AWS credential ARN (only used for the AWS connection). | [optional]
9
9
**aws_session_name** | **str** | The AWS credential session name (only used for the AWS connection). | [optional]
10
10
**connection_type** | **str** | The type of the discovery connection. | [optional]
@@ -16,7 +16,7 @@ Name | Type | Description | Notes
16
16
**ldap_server** | **str** | The LDAP server to connect to. | [optional]
17
17
**links** | [**list[Link]**](Link.md) | Hypermedia links to corresponding or related resources. | [optional]
18
18
**name** | **str** | The discovery connection name. | [optional]
19
-
**port** | **int** | The address used to connect to the discovery connection source. | [optional]
19
+
**port** | **int** | The port used to connect to the discovery connection source. | [optional]
20
20
**protocol** | **str** | The protocol used to connect to the discovery connection source. | [optional]
21
21
**region** | **str** | The AWS region (only used for the AWS connection). | [optional]
22
22
**scan_engine_is_inside_aws** | **bool** | Flag denoting whether the scan engine is in AWS, this is used for AWS discovery connections for scanning purposes (only used for the AWS connection). | [optional]
**link** | [**ExploitSourceLink**](ExploitSourceLink.md) | Link to the source of the exploit. | [optional]
8
8
**name** | **str** | The source library of the exploit, typically the name of the vendor that maintains and/or defined the exploit. | [optional]
9
9
10
10
[[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