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
Copy file name to clipboardExpand all lines: docs/docs/services-and-features/insights/users/userPermissionsExport.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
@@ -47,7 +47,7 @@ The API response provides the export job ID and its operation status. You can us
47
47
To use this API, send a `GET` request to the specified endpoint, including necessary parameters as defined in the references. The following request is an API call to the Insights environment in the US - East region.
Copy file name to clipboardExpand all lines: docs/elements/baseline-management/query-baselines.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,8 +25,8 @@ You can use the following optional query parameters in the URL to control pagina
25
25
26
26
|Parameter|Description | Type|Required?|
27
27
|---|---|---|---|
28
-
|pageIndex|The starting number of the page to retrieve. The default value is 1. |integer|No|
29
-
|pageSize|The number of records to return per page. The default value is 50, and the acceptable range is from 1 to 100.|integer|No|
28
+
|pageIndex|The starting number of the page to retrieve baselines. The default value is 1. |integer|No|
29
+
|pageSize|The number of objects to display on one page. The default value is 50 and the maximum value allowed is 100.|integer|No|
30
30
31
31
## Request Body Parameters
32
32
@@ -44,8 +44,8 @@ If the request has been successfully processed, a 200 OK response will be return
44
44
| --- | --- | --- |
45
45
| baselineId | The ID of the baseline. | string |
46
46
| baselineName | The name of the baseline. | string |
47
-
| createdTime | The created time (UTC) of the baseline. | string |
48
-
| modifiedTime | The last modified time (UTC) of the baseline. | string |
47
+
| createdTime | The created time of the baseline in ISO 8601 format. | string |
48
+
| modifiedTime | The last modified time of the baseline in ISO 8601 format. | string |
49
49
| status | The status of the baseline.<ul><li>**1** - Retrieving settings</li><li>**2** - Unused</li><li>**3** - Active</li><li>**4** - Settings retrieval failed</li><li>**5** - Retrieved with exception</li><li>**6** - Draft</li></ul> | integer |
Copy file name to clipboardExpand all lines: docs/elements/baseline-management/tenant-action.md
+6-8Lines changed: 6 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,16 +30,15 @@ This section describes the query parameters that can be added to the URL when se
30
30
31
31
## Request Body Parameters
32
32
33
-
You can provide a object about the action.
33
+
You can provide an object about the action.
34
34
35
35
|Parameter|Description | Type|Required?|
36
36
|---|---|---|---|
37
37
|actionType| The action that you want to perform on a tenant. (More actions will be supported in the future) <ul><li>**1** - Apply baselines to tenant</li></ul> |integer|Yes|
38
38
|data| The parameters of the action. |object|Yes|
39
39
40
-
### Apply Action Data Parameters
40
+
**Action data parameters**
41
41
42
-
For the "Apply baselines to tenant" action, the parameters of the data object are as follows.
43
42
44
43
|Parameter|Description | Type|Required?|
45
44
|---|---|---|---|
@@ -64,19 +63,18 @@ If the request has been successfully processed, a 200 OK response will be return
64
63
To use this API, send a POST request to the specified endpoint.
Copy file name to clipboardExpand all lines: docs/elements/change-log.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
@@ -11,7 +11,7 @@ This document provides a detailed log of changes, updates, and enhancements made
11
11
-`/partner/external/v3/general/customers` for onboarding a customer to the current partner.
12
12
-`/partner/external/v3/general/customers/{customerId}/services` for adding a service for a customer.
13
13
-`/partner/external/v3/general/customers/services/batch` for retrieving the services of customers managed by the current partner.
14
-
-`/partner/external/v3/general/customers/{customerId}/3rd-party-products/type/{type}/users` for retrieving the numbers of assigned and available user seats of customer's tenant.
14
+
-`/partner/external/v3/general/customers/{customerId}/3rd-party-products/type/{type}/tenants/batch` for retrieving the numbers of assigned and available user seats of customer's tenant.
15
15
-`/partner/external/v3/general/customers/{customerId}/avpt-products/type/{productType}/overview` for retrieving the purchased user seats for AvePoint products of the customer.
16
16
-`/partner/external/v3/general/customers/{customerId}/tenants/{tenantId}/cloud-backup-m365/users/batch` for retrieving the protected status of users in the customer's tenant by Cloud Backup for Microsoft 365.
17
17
-`/partner/external/v3/general/customers/{customerId}/cloud-backup-m365/overview` for retrieving the customer's protected data information of Cloud Backup for Microsoft 365.
0 commit comments