Skip to content

Commit 80e273f

Browse files
Update Blog “sivabala-opsql-opsramps-kalpavriksha-wish-fulfilling-tree”
1 parent b16e78f commit 80e273f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

content/blog/sivabala-opsql-opsramps-kalpavriksha-wish-fulfilling-tree.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,10 @@ headers = {
175175

176176
response = requests.request("POST", url, headers = headers, data = payload)
177177
```
178-
### Saving OpsQL response as CSV file
178+
### Saving OpsQL response as CSV file
179+
There are times that you would want to save an OpsQL response as a CSV file, perhaps for further analysis. This is how that would be done:
180+
181+
179182

180183
```python
181184
def invoke_opsql() -> None:

0 commit comments

Comments
 (0)