Skip to content

Commit 4da173a

Browse files
Merge pull request #23 from AvePoint/elements-hotfix
elements hotfix
2 parents 39609d4 + 24dabd2 commit 4da173a

41 files changed

Lines changed: 252 additions & 230 deletions

Some content is hidden

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

docs/docs/Overview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ Refer to the data center endpoints in the table below:
9696
| | Switzerland North (Zurich) | `https://graph-ch.avepointonlineservices.com/` |
9797
| | UK South (London) | `https://graph-uk.avepointonlineservices.com/` |
9898
| | US - East | `https://graph-us.avepointonlineservices.com/` |
99+
| | United Arab Emirates (Dubai) | `https://graph-uae.avepointonlineservices.com/` |
99100
| | AOS-US Gov | `https://graph-gov.avepointonlineservices.com/` |
100101
| | AOS2 | `https://graph-aos2.avepointonlineservices.com/` |
101102
| | FedRAMP Cloud (Project Hosts) | `https://graphusgovapi.online15.net/` |

docs/docs/services-and-features/enpower/exchange/resourcemailboxes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ If the request has been successfully processed, a 200 OK response will be return
163163
{
164164
"resourceMailboxes": [
165165
{
166-
"id": "73669ae7-55fe-4b47-****-47324c01d5d2",//The unique identifier of the resource mailbox in PowerShell
166+
"id": "73669ae7-55fe-4b47-****-47324c01****",//The unique identifier of the resource mailbox in PowerShell
167167
"userId": "",// The unique identifier of the resource mailbox in Microsoft 365
168168
"principalName": "",// The user principal name of the resource mailbox
169169
"name": "",// The name of the resource mailbox in PowerShell

docs/docs/services-and-features/insights/users/userPermissionsExport.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The API response provides the export job ID and its operation status. You can us
4747
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.
4848

4949
```json
50-
https://graph-us.avepointonlineservices.com/insights/users/insights******001_j*****insightstest.onmicrosoft.com%2523ext%2523%2540m3********.onmicrosoft.com/access/export?exportOptionType=2&siteUrls=https%3A%2F%2Fm******.sharepoint.com%2Fsites%2Fjuly2022public****01&dataSources=microsoft%20teams&dataSources=sharepoint%20online
50+
https://graph-us.avepointonlineservices.com/insights/users/insights******001_j*****insightstest.onmicrosoft.com%2523ext%2523%2540m3********.onmicrosoft.com/access/export?siteUrls=https%3A%2F%2Fm******.sharepoint.com%2Fsites%2Fjuly2022public****01&dataSources=microsoft%20teams&dataSources=sharepoint%20online
5151
```
5252

5353
## Response Sample

docs/elements/baseline-management/create-baseline.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ https://graph.avepointonlineservices.com/partner/external/v3/bm/baselines
5353
"name": "baseline A", // The name of the baseline
5454
"color":"0", // The color of the baseline
5555
"description":"baseline A's description", // The description of the baseline
56-
"customerId":"ce43e186-****-****-****-86b51b0aef92", // The ID of the customer
57-
"tenantId":"af83b8e1-****-****-****-970f92192dc5" // The ID of the tenant
56+
"customerId":"ce43e186-****-98b4-****-86b51b0aef92", // The ID of the customer
57+
"tenantId":"af83b8e1-****-8b70-****-970f92192dc5" // The ID of the tenant
5858
}
5959
```
6060

@@ -64,5 +64,5 @@ If the request has been successfully processed, a 201 OK response will be return
6464

6565
```json
6666
{
67-
"baselineId": "606f30c0-****-****-****-3a1c3a823ab5" // The ID of the newly created baseline
67+
"baselineId": "606f30c0-****-47b8-****-3a1c3a823ab5" // The ID of the newly created baseline
6868
}

docs/elements/baseline-management/query-baselines.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ You can use the following optional query parameters in the URL to control pagina
2525

2626
|Parameter|Description | Type|Required?|
2727
|---|---|---|---|
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|
3030

3131
## Request Body Parameters
3232

@@ -44,8 +44,8 @@ If the request has been successfully processed, a 200 OK response will be return
4444
| --- | --- | --- |
4545
| baselineId | The ID of the baseline. | string |
4646
| 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 |
4949
| 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 |
5050

5151
## Request Sample
@@ -58,8 +58,8 @@ https://graph-us.avepointonlineservices.com/partner/external/v3/bm/baselines/bat
5858
{
5959
"baselineIds":
6060
[
61-
"0f0cb41b-****-****-****-3a1c39554d0c", // The ID of the baseline
62-
"5aec2275-****-****-****-3a1c307a28fa"
61+
"0f0cb41b-****-98b6-****-3a1c39554d0c", // The ID of the baseline
62+
"5aec2275-****-78n6-****-3a1c307a28fa"
6363
]
6464
}
6565
```
@@ -72,23 +72,23 @@ If the request has been successfully processed, a 200 OK response will be return
7272
{
7373
"data": [
7474
{
75-
"baselineId": "0f0cb41b-****-****-****-3a1c39554d0c", // The ID of the baseline
75+
"baselineId": "0f0cb41b-****98b6-****-3a1c39554d0c", // The ID of the baseline
7676
"baselineName": "Baseline1", // The name of the baseline
77-
"createdTime": "2025-09-04T10:30:00Z", // The created time (UTC) of the baseline
78-
"modifiedTime": "2025-09-05T10:30:00Z", // The last modified time (UTC) of the baseline
77+
"createdTime": "2025-09-04T10:30:00Z", // The created time of the baseline in ISO 8601 format
78+
"modifiedTime": "2025-09-05T10:30:00Z", // The last modified time of the baseline in ISO 8601 format
7979
"status": 1 // The status of the baseline. 1 represents "Retrieving settings"
8080
},
8181
{
82-
"baselineId": "5aec2275-****-****-****-3a1c307a28fa",
82+
"baselineId": "5aec2275-****-78n6-****-3a1c307a28fa",
8383
"name": "Baseline2",
8484
"createdTime": "2025-09-06T10:30:00Z",
8585
"modifiedTime": "2025-09-07T10:30:00Z",
8686
"status": 2
8787
}
8888
],
8989
"metadata": {
90-
"pageIndex": 1, // The page index of the current request
91-
"pageSize": 50, // The number of baselines to be retrieved in one request
92-
"totalCount": 2 // The total number count that matches the request
90+
"pageIndex": 1, // The current display page
91+
"pageSize": 50, // The number of objects on the display page
92+
"totalCount": 2 // The total number of objects matching the query parameters
9393
}
9494
}

docs/elements/baseline-management/query-create-baseline-job-report-detail.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ You can use the following optional query parameters in the URL to control pagina
3333

3434
|Parameter|Description | Type|Required?|
3535
|---|---|---|---|
36-
|pageIndex|The index of the page to retrieve. The default value is 1. |integer|No|
37-
|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|
36+
|pageIndex|The starting number of the page to get the report details. The default value is 1|integer|No|
37+
|pageSize|The number of objects to display on one page. The default value is 50 and the maximum value allowed is 100.|integer|No|
3838

3939
## Response
4040

@@ -52,7 +52,7 @@ If the request has been successfully processed, a 200 OK response will be return
5252
To use this API, send a GET request to the specified endpoint.
5353

5454
```json
55-
https://graph-us.avepointonlineservices.com/partner/external/v3/bm/baselines/23351ee7-****-****-****-e8e3ffc29cd7/reports?pageIndex=1&pageSize=50
55+
https://graph-us.avepointonlineservices.com/partner/external/v3/bm/baselines/23351ee7-****-78n6-****-e8e3ffc29cd7/reports?pageIndex=1&pageSize=50
5656
```
5757

5858
## Response Sample
@@ -77,8 +77,8 @@ If the request has been successfully processed, a 200 OK response will be return
7777
...
7878
],
7979
"metadata": {
80-
"pageIndex": 1, // The page index of thecurrent request
81-
"pageSize": 50, // The number of report data to be retrieved in one request
82-
"totalCount": 109 // The total number count that matches the request
80+
"pageIndex": 1, // The current display page
81+
"pageSize": 50, // The number of objects on the display page
82+
"totalCount": 109 // The total number of objects matching the query parameters
8383
}
8484
}

docs/elements/baseline-management/query-job.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ You can use the following optional query parameters in the URL to control pagina
3434

3535
|Parameter|Description | Type|Required?|
3636
|---|---|---|---|
37-
|pageIndex|The index of the page to retrieve. The default value is 1. |integer|No|
38-
|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|
37+
|pageIndex|The starting number of the page to get job information. The default value is 1. |integer|No|
38+
|pageSize|The number of objects to display on one page. The default value is 50 and the maximum value allowed is 100.|integer|No|
3939

4040
## Request Body Parameters
4141

@@ -60,12 +60,12 @@ If the request has been successfully processed, a 200 OK response will be return
6060
To use this API, send a POST request to the specified endpoint.
6161

6262
```json
63-
https://graph-us.avepointonlineservices.com/partner/external/v3/bm/customers/38c6a73d-****-****-****-75b0f1959474/tenants/a2145aa5-****-****-****-7fffd6e0cc68/process-center/jobs/batch?pageIndex=1&pageSize=50
63+
https://graph-us.avepointonlineservices.com/partner/external/v3/bm/customers/38c6a73d-****-98b6-****-75b0f1959474/tenants/a2145aa5-****-76b8-****-7fffd6e0cc68/process-center/jobs/batch?pageIndex=1&pageSize=50
6464

6565
{
6666
"jobIds":
6767
[
68-
"a7bd3e1b-****-****-****-243c4df89a2d" // The ID of the job
68+
"a7bd3e1b-****-97d6-****-243c4df89a2d" // The ID of the job
6969
]
7070
}
7171
```
@@ -78,14 +78,14 @@ If the request has been successfully processed, a 200 OK response will be return
7878
{
7979
"data": [
8080
{
81-
"jobId": "a7bd3e1b-****-****-****-243c4df89a2d", // The ID of the job
81+
"jobId": "a7bd3e1b-****-97d6-****-243c4df89a2d", // The ID of the job
8282
"type": 1, // The type of the job
8383
"status": 2 // The status of the job
8484
}
8585
],
8686
"metadata": {
87-
"pageIndex": 1, // The page index of the current request
88-
"pageSize": 5, // The number of jobs to be retrieved in one request
89-
"totalCount": 1 // The total number count that matches the request
87+
"pageIndex": 1, // The current display page
88+
"pageSize": 50, // The number of objects on the display page
89+
"totalCount": 1 // The total number of objects matching the query parameters
9090
}
9191
}

docs/elements/baseline-management/query-tenant.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ You can use the following optional query parameters in the URL to control pagina
2525

2626
|Parameter|Description | Type|Required?|
2727
|---|---|---|---|
28-
|pageIndex|The index 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 get tenants. 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|
3030

3131
## Request Body Parameters
3232

@@ -45,8 +45,8 @@ If the request has been successfully processed, a 200 OK response will be return
4545
| tenantName | The name of the tenant. | string |
4646
| status | The status of the tenant.<ul><li>**1** - Connected</li><li>**2** - Deployed with exception</li><li>**3** - Deploying</li><li>**4** - Deployment draft saved</li><li>**5** - Deployment failed </li><li>**6** - Expired</li><li>**7** - Deployed </li><li>**8** - Restore failed </li><li>**19** - Restored</li><li>**10** - Restored with exception</li><li>**11** - Restoring</li><li>**12** - Retrieving setting</li><li>**13** - Review deployment</li><li>**14** - Review restore</li><li>**15** - Scheduled deployment </li><li>**16** - Schedule restore</li><li>**17** - Settings retrieval failed</li></ul> | integer |
4747
| driftDetected | The number of configuration deviations that have been detected for the tenant. | integer |
48-
| driftDetectedTime | The time (UTC) when configuration deviations were detected. | string |
49-
| lastDeployedTime | The time (UTC) when the baseline was deployed to the tenant. | string |
48+
| driftDetectedTime | The time in ISO 8601 format when configuration deviations were detected. | string |
49+
| lastDeployedTime | The time in ISO 8601 format when the baseline was deployed to the tenant. | string |
5050
| customerId | The ID of the customer. | string |
5151
| tenantId | The ID of the tenant. | string |
5252
| autoAlignment | The status of the auto-alignment setting. <ul><li>**0** - Disabled</li><li>**1** - Enabled</li></ul>| string |
@@ -65,7 +65,7 @@ https://graph-us.avepointonlineservices.com/partner/external/v3/bm/baselines/bat
6565
{
6666
"tenantIds":
6767
[
68-
"af83b8e1-****-****-****-970f92192dc5" // The ID of the tenant
68+
"af83b8e1-****-98a7-****-970f92192dc5" // The ID of the tenant
6969
]
7070
}
7171
```
@@ -81,23 +81,23 @@ If the request has been successfully processed, a 200 OK response will be return
8181
"tenantName": "2****l", // The name of the tenant
8282
"status": 5, // The status of the tenant. 5 represents "Deployment failed"
8383
"driftDetected": 51, // The number of configuration deviations that have been detected for the tenant
84-
"driftDetectedTime": "2025-09-05T10:30:00Z", // The time (UTC) when configuration deviations were detected
85-
"customerId": "ce43e186-****-****-****-86b51b0aef92", // The ID of the customer
86-
"tenantId": "af83b8e1-****-****-****-970f92192dc5", // The ID of the tenant
84+
"driftDetectedTime": "2025-09-05T10:30:00Z", // The time in ISO 8601 format when configuration deviations were detected
85+
"customerId": "ce43e186-****-67v8-****-86b51b0aef92", // The ID of the customer
86+
"tenantId": "af83b8e1-****-98a7-****-970f92192dc5", // The ID of the tenant
8787
"autoAlignment": 1, // The status of the auto-alignment setting. 1 represents "Enabled"
88-
"lastDeployedTime": "2025-09-11T02:26:34Z", // The time (UTC) when the baseline was deployed to the tenant
88+
"lastDeployedTime": "2025-09-11T02:26:34Z", // The time in ISO 8601 format when the baseline was deployed to the tenant
8989
"appliedBaselines": [
9090
{
91-
"baselineId": "de473862-****-****-****-3a1c20398d55", // The ID of the baseline
91+
"baselineId": "de473862-****-45s6-****-3a1c20398d55", // The ID of the baseline
9292
"baselineName": "baseline1", // The name of the baseline
9393
"version": "4" // The version of the baseline
9494
}
9595
]
9696
}
9797
],
9898
"metadata": {
99-
"pageIndex": 1, // The page index of the current request
100-
"pageSize": 50, // The number of tenants to be retrieved in one request
101-
"totalCount": 1 // The total number count that matches the request
99+
"pageIndex": 1, // The current display page
100+
"pageSize": 50, // The number of objects on the display page
101+
"totalCount": 1 // The total number of objects matching the query parameters
102102
}
103103
}

docs/elements/baseline-management/tenant-action.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,15 @@ This section describes the query parameters that can be added to the URL when se
3030

3131
## Request Body Parameters
3232

33-
You can provide a object about the action.
33+
You can provide an object about the action.
3434

3535
|Parameter|Description | Type|Required?|
3636
|---|---|---|---|
3737
|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|
3838
|data| The parameters of the action. |object|Yes|
3939

40-
### Apply Action Data Parameters
40+
**Action data parameters**
4141

42-
For the "Apply baselines to tenant" action, the parameters of the data object are as follows.
4342

4443
|Parameter|Description | Type|Required?|
4544
|---|---|---|---|
@@ -64,19 +63,18 @@ If the request has been successfully processed, a 200 OK response will be return
6463
To use this API, send a POST request to the specified endpoint.
6564

6665
```json
67-
https://graph-us.avepointonlineservices.com/partner/external/v3/bm/customers/38c6a73d-****-****-****-75b0f1959474/tenants/a2145aa5-****-****-****-7fffd6e0cc68/actions
66+
https://graph-us.avepointonlineservices.com/partner/external/v3/bm/customers/38c6a73d-****-57c6-****-75b0f1959474/tenants/a2145aa5-****-26v7-****-7fffd6e0cc68/actions
6867

69-
//Apply baseline action
7068
{
7169
"actionType": "1", // The action that you want to perform on the tenant. 1 represents "Apply baselines to tenant"
7270
"data":
7371
[
7472
{
75-
"baselineId": "e12922f4-****-****-****-3a1c162b4cf2", // The ID of the baseline
73+
"baselineId": "e12922f4-****-45b7-****-3a1c162b4cf2", // The ID of the baseline
7674
"rankingOrder": 1 // The ranking order of the baseline among all applied baselines
7775
},
7876
{
79-
"baselineId": "b4c84bff-****-****-****-3a1c16243555",
77+
"baselineId": "b4c84bff-****-87b2-****-3a1c16243555",
8078
"rankingOrder": 2
8179
}
8280
]
@@ -89,6 +87,6 @@ If the request has been successfully processed, a 200 OK response will be return
8987

9088
```json
9189
{
92-
"jobId": "7f3b241b-****-****-****-3a1c395524t6" // The ID of the applying baselines to tenant job
90+
"jobId": "7f3b241b-****-27s7-****-3a1c395524t6" // The ID of the applying baselines to tenant job
9391
}
9492
```

docs/elements/change-log.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This document provides a detailed log of changes, updates, and enhancements made
1111
- `/partner/external/v3/general/customers` for onboarding a customer to the current partner.
1212
- `/partner/external/v3/general/customers/{customerId}/services` for adding a service for a customer.
1313
- `/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.
1515
- `/partner/external/v3/general/customers/{customerId}/avpt-products/type/{productType}/overview` for retrieving the purchased user seats for AvePoint products of the customer.
1616
- `/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.
1717
- `/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

Comments
 (0)