File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -58,9 +58,10 @@ GET {{endpoint}}/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupNam
58
58
### Example for Arc-enabled SQL Server
59
59
60
60
##### Example parameters:
61
+ - Microsoft Purview account = relecloud-pv
61
62
- resourceProvider = Microsoft.AzureArcData
62
63
- resourceType = sqlServerInstances
63
- - apiVersion = 2021-01-01-preview
64
+ - resourceName = vm-finance
64
65
65
66
##### Example request:
66
67
```
@@ -69,6 +70,8 @@ GET https://relecloud-pv.purview.azure.com/pds/subscriptions/b285630c-8185-456b-
69
70
70
71
##### Example response:
71
72
73
+ ` 200 OK `
74
+
72
75
``` json
73
76
{
74
77
"count" : 2 ,
@@ -121,9 +124,10 @@ Provide the syncToken you got from the prior pull in any successive delta pulls.
121
124
### Example for Arc-enabled SQL Server
122
125
123
126
##### Example parameters:
127
+ - Microsoft Purview account = relecloud-pv
124
128
- resourceProvider = Microsoft.AzureArcData
125
129
- resourceType = sqlServerInstances
126
- - apiVersion = 2021-01-01-preview
130
+ - resourceName = vm-finance
127
131
- syncToken = 808:0
128
132
129
133
##### Example request:
@@ -133,6 +137,8 @@ https://relecloud-pv.purview.azure.com/pds/subscriptions/b285630c-8185-456b-80ae
133
137
134
138
##### Example response:
135
139
140
+ ` 200 OK `
141
+
136
142
``` json
137
143
{
138
144
"count" : 2 ,
You can’t perform that action at this time.
0 commit comments