Skip to content

Commit 7d7e981

Browse files
author
Alex Kupryienka
committed
Update API to 7.9.0 baseline
1 parent 25713d4 commit 7d7e981

412 files changed

Lines changed: 14196 additions & 1398 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 85 additions & 8 deletions
Large diffs are not rendered by default.

docs/Activity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ Name | Type | Description | Notes
1414
**projectId** | **String** | Unique identifier for project if applicable | [optional]
1515
**instanceId** | **String** | Unique identifier for instance if applicable | [optional]
1616
**createdAt** | **String** | Timestamp of when the activity was created | [optional]
17-
**updatedAt** | **String** | Timestamp of the activity was last updated | [optional]
17+
**updatedAt** | **String** | Timestamp of when the activity was last updated | [optional]
1818

1919

docs/ActivityRequest.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Name | Type | Description | Notes
1212
**project** | **String** | Instance identifier used to filter instance resources | [optional]
1313
**actor** | **String** | Actor identifier used to filter actor resources | [optional]
1414
**search** | **String** | Last filter applied and is a fuzzy match on results | [optional]
15-
**to** | **String** | Date to filter to, keyed off of createdAt, defaults to now | [optional]
16-
**from** | **String** | Date to filter from, keyed off of createdAt, defaults to 1 week ago | [optional]
15+
**to** | **String** | Date to filter to, keyed off of createdAt | [optional]
16+
**from** | **String** | Date to filter from, keyed off of createdAt | [optional]
1717

1818

docs/AgentApp.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,7 @@ Name | Type | Description | Notes
1111
**applicationType** | **String** | | [optional]
1212
**name** | **String** | | [optional]
1313
**bundleID** | **String** | | [optional]
14+
**bundlePath** | **String** | | [optional]
15+
**bundleDataPath** | **String** | | [optional]
1416

1517

docs/AllowedDomainsResponse.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# CorelliumClient.AllowedDomainsResponse
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**allowedDomains** | **[String]** | List of allowed domains | [optional]
8+
9+

docs/AssessmentHistory.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# CorelliumClient.AssessmentHistory
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**total** | **Number** | Total number of items |
8+
**count** | **Number** | Number of items in current response |
9+
**limit** | **Number** | Limit used for the request |
10+
**offset** | **Number** | Offset used for the request |
11+
**results** | [**[AssessmentHistoryLineItem]**](AssessmentHistoryLineItem.md) | The list of assessments |
12+
13+

docs/AssessmentHistoryLineItem.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# CorelliumClient.AssessmentHistoryLineItem
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**date** | **Number** | UNIX Date representing the month |
8+
**complete** | **Number** | The number of successful assessments |
9+
**incomplete** | **Number** | The number of failed assessments |
10+
11+

docs/AttachInterfaceRequest.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# CorelliumClient.AttachInterfaceRequest
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**interfaceId** | **String** | Interface identifier |
8+
**interconnectId** | **String** | Interconnect identifier |
9+
10+
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# CorelliumClient.ClusterConfigurationPayload
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**snapshotLimit** | **Number** | Designates the maximum number of snapshots that can be taken in a cluster | [optional]
8+
**coordinatorConfig** | [**CoordinatorConfig**](CoordinatorConfig.md) | | [optional]
9+
10+

docs/ClusterSnapshot.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# CorelliumClient.ClusterSnapshot
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**identifier** | **String** | Unique identifier for the snapshot | [optional]
8+
9+

0 commit comments

Comments
 (0)