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/sentinel/datalake/graph-rest-api.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,16 +97,16 @@ No request body is required.
97
97
| Property | Type | Description |
98
98
|----------|------|-------------|
99
99
|`name`| String | The name of the graph instance. |
100
-
|`mapFileName`| String | The name of the map file associated with the graph. Null if not yet generated.|
101
-
|`mapFileVersion`| String | The version of the map file. Null if not yet generated. |
100
+
|`mapFileName`| String | The name of the map file associated with the graph. |
101
+
|`mapFileVersion`| String | The version of the map file. |
102
102
|`graphDefinitionName`| String | The name of the graph definition used to build this instance. |
103
103
|`graphDefinitionVersion`| String | The version of the graph definition. |
104
104
|`refreshFrequency`| String | How often the graph data is refreshed. |
105
105
|`createTime`| String | When the graph instance was created. |
106
106
|`lastUpdateTime`| String | When the graph instance was last updated. |
107
-
|`lastSnapshotTime`| String | The timestamp of the most recent data snapshot. Null if no snapshot exists.|
108
-
|`lastSnapshotRequestTime`| String | When the last snapshot was requested. Null if no snapshot has been requested.|
109
-
|`instanceStatus`| String | The current status of the graph instance: `Ready`, `Creating`, or `Failed`. |
107
+
|`lastSnapshotTime`| String | The timestamp of the most recent data snapshot. |
108
+
|`lastSnapshotRequestTime`| String | When the last snapshot was requested. |
109
+
|`instanceStatus`| String | The current status of the graph instance. |
110
110
111
111
### Response status codes
112
112
@@ -116,7 +116,7 @@ No request body is required.
116
116
117
117
## Query a graph
118
118
119
-
Query a custom graph using Graph Query Language (GQL). For more information on GQL, see [GQL language guide](gql-language-guide.md).
119
+
Query a custom graph using Graph Query Language (GQL). For more information on GQL, see [GQL reference for Microsoft Sentinel graph](gql-reference-for-sentinel-custom-graph.md).
120
120
121
121
> [!NOTE]
122
122
> `{graphName}` refers to the `name` of a graph returned from the list operation.
0 commit comments