Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions docs/_autosummary/rubrik_polaris.common.html
Original file line number Diff line number Diff line change
Expand Up @@ -320,8 +320,10 @@ <h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this
<li><p><strong>activity_type</strong> (<em>list</em>) – List of Activity Types</p></li>
<li><p><strong>severity</strong> (<em>list</em>) – List of severities</p></li>
<li><p><strong>cluster_ids</strong> (<em>list</em>) – List of Cluster IDs (UUID)</p></li>
<li><p><strong>start_date</strong> (<em>datetime</em>) – Timestamp to start return set from</p></li>
<li><p><strong>end_date</strong> (<em>datetime</em>) – Timestamp to end return set from</p></li>
<li><p><strong>start_time</strong> (<em>datetime</em>) – Filter in all events created or updated
after this datetime</p></li>
<li><p><strong>end_time</strong> (<em>datetime</em>) – Filter in all events created or updated
before this datetime</p></li>
</ul>
</dd>
<dt class="field-even">Returns</dt>
Expand Down
6 changes: 4 additions & 2 deletions docs/_autosummary/rubrik_polaris.html
Original file line number Diff line number Diff line change
Expand Up @@ -484,8 +484,10 @@ <h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this
<li><p><strong>activity_type</strong> (<em>list</em>) – List of Activity Types</p></li>
<li><p><strong>severity</strong> (<em>list</em>) – List of severities</p></li>
<li><p><strong>cluster_ids</strong> (<em>list</em>) – List of Cluster IDs (UUID)</p></li>
<li><p><strong>start_date</strong> (<em>datetime</em>) – Timestamp to start return set from</p></li>
<li><p><strong>end_date</strong> (<em>datetime</em>) – Timestamp to end return set from</p></li>
<li><p><strong>start_time</strong> (<em>datetime</em>) – Filter in all events created or updated
after this datetime</p></li>
<li><p><strong>end_time</strong> (<em>datetime</em>) – Filter in all events created or updated
before this datetime</p></li>
</ul>
</dd>
<dt class="field-even">Returns</dt>
Expand Down
Loading