We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 079a906 + 0531df7 commit 077b677Copy full SHA for 077b677
README.md
@@ -132,6 +132,12 @@ j1.fetch_all_entity_properties()
132
j1.fetch_all_entity_tags()
133
```
134
135
+##### Fetch Entity Raw Data
136
+
137
+```python
138
+j1.fetch_entity_raw_data(entity_id='<id-of-entity>')
139
+```
140
141
##### Create Integration Instance
142
143
```python
setup.py
@@ -5,7 +5,7 @@
5
6
setup(
7
name="jupiterone",
8
- version="1.2.0",
+ version="1.2.1",
9
description="A Python client for the JupiterOne API",
10
license="MIT License",
11
author="JupiterOne",
0 commit comments