Skip to content

Commit a1d7d6e

Browse files
authored
Merge pull request #190724 from guywi-ms/guywi-ms-fix-search-job-api-doc
Update search-jobs.md
2 parents efec835 + 6c9226b commit a1d7d6e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/azure-monitor/logs/search-jobs.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ Status code: 202 accepted.
8484

8585

8686
## Get search job status and details
87+
8788
Call the **Tables - Get** API to get the status and details of a search job:
8889
```http
8990
GET https://management.azure.com/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/tables/<TableName>_SRCH?api-version=2021-12-01-preview
@@ -105,7 +106,7 @@ This example retrieves the table status for the search job in the previous examp
105106

106107
**Request**
107108
```http
108-
GET https://management.azure.com/subscriptions/00000000-0000-0000-0000-00000000000/resourcegroups/testRG/providers/Microsoft.OperationalInsights/workspaces/testWS/tables/Syslog_SRCH?2021-07-01-privatepreview
109+
GET https://management.azure.com/subscriptions/00000000-0000-0000-0000-00000000000/resourcegroups/testRG/providers/Microsoft.OperationalInsights/workspaces/testWS/tables/Syslog_SRCH?api-version=2021-12-01-preview
109110
```
110111

111112
**Response**<br>

0 commit comments

Comments
 (0)