|
7 | 7 | "responses": {
|
8 | 8 | "200": {
|
9 | 9 | "body": {
|
10 |
| - "linkerName": "linkName", |
11 |
| - "isConnectionAvailable": true, |
12 |
| - "reportStartTimeUtc": "2020-07-12T22:05:09Z", |
13 |
| - "reportEndTimeUtc": "2020-07-12T22:06:09Z", |
14 |
| - "sourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test-rg/providers/Microsoft.DocumentDb/databaseAccounts/test-acc/mongodbDatabases/test-db", |
15 |
| - "targetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test-rg/providers/Microsoft.DocumentDb/databaseAccounts/test-acc/mongodbDatabases/test-db", |
16 |
| - "authType": "secret", |
17 |
| - "validationDetail": [ |
18 |
| - { |
19 |
| - "name": "TargetExistence", |
20 |
| - "description": "The target existence is validated", |
21 |
| - "result": "success" |
22 |
| - }, |
23 |
| - { |
24 |
| - "name": "TargetNetworkAccess", |
25 |
| - "description": "Deny public network access is set to yes. Please confirm you are using private endpoint connection to access target resource.", |
26 |
| - "result": "warning" |
27 |
| - } |
28 |
| - ] |
| 10 | + "properties": { |
| 11 | + "linkerName": "linkName", |
| 12 | + "isConnectionAvailable": true, |
| 13 | + "reportStartTimeUtc": "2020-07-12T22:05:09Z", |
| 14 | + "reportEndTimeUtc": "2020-07-12T22:06:09Z", |
| 15 | + "sourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test-rg/providers/Microsoft.DocumentDb/databaseAccounts/test-acc/mongodbDatabases/test-db", |
| 16 | + "targetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test-rg/providers/Microsoft.DocumentDb/databaseAccounts/test-acc/mongodbDatabases/test-db", |
| 17 | + "authType": "secret", |
| 18 | + "validationDetail": [ |
| 19 | + { |
| 20 | + "name": "TargetExistence", |
| 21 | + "description": "The target existence is validated", |
| 22 | + "result": "success" |
| 23 | + }, |
| 24 | + { |
| 25 | + "name": "TargetNetworkAccess", |
| 26 | + "description": "Deny public network access is set to yes. Please confirm you are using private endpoint connection to access target resource.", |
| 27 | + "result": "warning" |
| 28 | + } |
| 29 | + ] |
| 30 | + } |
29 | 31 | }
|
30 | 32 | },
|
31 | 33 | "202": {}
|
|
0 commit comments