Skip to content

Commit f16e63c

Browse files
committed
how to fetch policies
1 parent 54e246d commit f16e63c

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

articles/purview/troubleshoot-policy-distribution.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,10 @@ GET {{endpoint}}/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupNam
5858
### Example for Arc-enabled SQL Server
5959

6060
##### Example parameters:
61+
- Microsoft Purview account = relecloud-pv
6162
- resourceProvider = Microsoft.AzureArcData
6263
- resourceType = sqlServerInstances
63-
- apiVersion = 2021-01-01-preview
64+
- resourceName = vm-finance
6465

6566
##### Example request:
6667
```
@@ -69,6 +70,8 @@ GET https://relecloud-pv.purview.azure.com/pds/subscriptions/b285630c-8185-456b-
6970

7071
##### Example response:
7172

73+
`200 OK`
74+
7275
```json
7376
{
7477
"count": 2,
@@ -121,9 +124,10 @@ Provide the syncToken you got from the prior pull in any successive delta pulls.
121124
### Example for Arc-enabled SQL Server
122125

123126
##### Example parameters:
127+
- Microsoft Purview account = relecloud-pv
124128
- resourceProvider = Microsoft.AzureArcData
125129
- resourceType = sqlServerInstances
126-
- apiVersion = 2021-01-01-preview
130+
- resourceName = vm-finance
127131
- syncToken = 808:0
128132

129133
##### Example request:
@@ -133,6 +137,8 @@ https://relecloud-pv.purview.azure.com/pds/subscriptions/b285630c-8185-456b-80ae
133137

134138
##### Example response:
135139

140+
`200 OK`
141+
136142
```json
137143
{
138144
"count": 2,

0 commit comments

Comments
 (0)