Skip to content

Commit 307b3fb

Browse files
committed
fix
1 parent fc5fe35 commit 307b3fb

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

articles/sentinel/datalake/graph-rest-api.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -97,16 +97,16 @@ No request body is required.
9797
| Property | Type | Description |
9898
|----------|------|-------------|
9999
| `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. |
102102
| `graphDefinitionName` | String | The name of the graph definition used to build this instance. |
103103
| `graphDefinitionVersion` | String | The version of the graph definition. |
104104
| `refreshFrequency` | String | How often the graph data is refreshed. |
105105
| `createTime` | String | When the graph instance was created. |
106106
| `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. |
110110

111111
### Response status codes
112112

@@ -116,7 +116,7 @@ No request body is required.
116116

117117
## Query a graph
118118

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).
120120

121121
> [!NOTE]
122122
> `{graphName}` refers to the `name` of a graph returned from the list operation.
@@ -324,6 +324,6 @@ Content-Type: application/json
324324
## Next steps
325325

326326
- [Create custom graphs in the security data lake](create-custom-graphs.md)
327-
- [GQL language guide](gql-language-guide.md)
327+
- [GQL reference for Microsoft Sentinel graph](gql-reference-for-sentinel-custom-graph.md)
328328
- [Microsoft Sentinel graph Python SDK provider reference](sentinel-graph-provider-reference.md)
329329
- [VS Code extension notebooks](notebooks.md)

0 commit comments

Comments
 (0)