You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/governance/resource-graph/changes/get-resource-changes.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -193,7 +193,7 @@ With Resource Graph, you can query either the `resourcechanges`, `resourcecontai
193
193
194
194
### Examples
195
195
196
-
Before querying and analyzing changes in your resources, review the following best practices.
196
+
Before querying and analyzing changes in your resources, review the following best practices and definitions.
197
197
198
198
- Query for change events during a specific window of time and evaluate the change details.
199
199
- This query works best during incident management to understand _potentially_ related changes.
@@ -205,9 +205,14 @@ Before querying and analyzing changes in your resources, review the following be
205
205
- The `order by` command orders the query results by the change time.
206
206
- The `limit` command then limits the ordered results to ensure that you get the five most recent results.
207
207
- What does **Unknown** mean?
208
-
- Unknown is displayed when the change happened on a client that's unrecognized. Clients are recognized based on the user agent and client application ID associated with the original change request.
208
+
- "Unknown" is displayed when the change happened on a client that's unrecognized. Clients are recognized based on the user agent and client application ID associated with the original change request. In this case, the identity/client information was present but did not match any known client.
209
+
- "Unknown" can be shown for the `clientType` value.
210
+
- What does **Unspecified** mean?
211
+
- "Unspecified" is displayed when no identity or client information was available for the change. The notification event carried no changedBy, client application ID, or user agent information, and the resource's system metadata also did not contain a `lastModifiedBy` or `createdBy` value.
212
+
- "Unspecified" can be shown for the `changedBy`, `changedByType`, `clientType`, and `operation` values.
209
213
- What does **System** mean?
210
-
- System is displayed as a `changedBy` value when a background change occurred that wasn't correlated with any direct user action.
214
+
- "System" is displayed when a background platform change occurred that wasn't correlated with any direct user action.
215
+
- "System" can be shown for the `changedBy` and `changedByType` values.
0 commit comments