Skip to content

Commit 4556697

Browse files
authored
Documentation for 1.79.0 (#232)
1 parent c7e4af5 commit 4556697

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+206485
-4275
lines changed

docs/_sources/archive.rst.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Documentation for previous releases could be found below
66
.. toctree::
77
:maxdepth: 1
88

9+
1.78.0 <archive/1.78.0/index.rst>
910
1.77.1 <archive/1.77.1/index.rst>
1011
1.77.0 <archive/1.77.0/index.rst>
1112
1.76.0 <archive/1.76.0/index.rst>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
py-pure-client 1.78.0
2+
---------------------

docs/_sources/changelog.rst.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ A log of changes by version and date.
66
======= ========== =====
77
Version Date Notes
88
======= ========== =====
9+
1.79.0 11/28/2025 Added FlashArray 2.49 client
910
1.78.0 11/13/2025 Add /protection-group-snapshots and /protection-group-snapshots/transfer endpoints
1011
1.77.1 10/29/2025 Added FlashBlade 2.21 client
1112
1.77.0 10/16/2025 Added FlashBlade 2.21 client

docs/_sources/fa_reference.rst.txt

Lines changed: 183 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ Importable as
2121
.. module:: pypureclient.flasharray.client
2222
.. autofunction:: pypureclient.flasharray.client::Client
2323

24-
FlashArray REST 2.48 Client
24+
FlashArray REST 2.49 Client
2525
~~~~~~~~~~~~~~~~~~~~~~~~~~~
26-
.. module:: pypureclient.flasharray.FA_2_48.client
27-
.. autoclass:: pypureclient.flasharray.FA_2_48.client::Client
26+
.. module:: pypureclient.flasharray.FA_2_49.client
27+
.. autoclass:: pypureclient.flasharray.FA_2_49.client::Client
2828
:members:
2929

3030
Models
@@ -2214,6 +2214,18 @@ DirectorySnapshot
22142214
:model-hide-paramlist: False
22152215
:exclude-members: to_str, to_json, to_dict, from_json, from_dict, as_request_dict
22162216

2217+
DirectorySnapshotEradicationConfig
2218+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2219+
.. autopydantic_model:: pypureclient.flasharray::DirectorySnapshotEradicationConfig
2220+
:model-show-json: False
2221+
:model-show-field-summary: False
2222+
:model-show-config-summary: False
2223+
:model-show-validator-summary: True
2224+
:model-show-validator-members: True
2225+
:undoc-members: True
2226+
:model-hide-paramlist: False
2227+
:exclude-members: to_str, to_json, to_dict, from_json, from_dict, as_request_dict
2228+
22172229
DirectorySnapshotGetResponse
22182230
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
22192231
.. autopydantic_model:: pypureclient.flasharray::DirectorySnapshotGetResponse
@@ -3402,18 +3414,6 @@ LocalusermembershippostGroups
34023414
:model-hide-paramlist: False
34033415
:exclude-members: to_str, to_json, to_dict, from_json, from_dict, as_request_dict
34043416

3405-
LocationReference
3406-
~~~~~~~~~~~~~~~~~
3407-
.. autopydantic_model:: pypureclient.flasharray::LocationReference
3408-
:model-show-json: False
3409-
:model-show-field-summary: False
3410-
:model-show-config-summary: False
3411-
:model-show-validator-summary: True
3412-
:model-show-validator-members: True
3413-
:undoc-members: True
3414-
:model-hide-paramlist: False
3415-
:exclude-members: to_str, to_json, to_dict, from_json, from_dict, as_request_dict
3416-
34173417
LogTarget
34183418
~~~~~~~~~
34193419
.. autopydantic_model:: pypureclient.flasharray::LogTarget
@@ -4854,6 +4854,66 @@ PolicyGetResponse
48544854
:model-hide-paramlist: False
48554855
:exclude-members: to_str, to_json, to_dict, from_json, from_dict, as_request_dict
48564856

4857+
PolicyLockable
4858+
~~~~~~~~~~~~~~
4859+
.. autopydantic_model:: pypureclient.flasharray::PolicyLockable
4860+
:model-show-json: False
4861+
:model-show-field-summary: False
4862+
:model-show-config-summary: False
4863+
:model-show-validator-summary: True
4864+
:model-show-validator-members: True
4865+
:undoc-members: True
4866+
:model-hide-paramlist: False
4867+
:exclude-members: to_str, to_json, to_dict, from_json, from_dict, as_request_dict
4868+
4869+
PolicyLockableEradicationConfig
4870+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4871+
.. autopydantic_model:: pypureclient.flasharray::PolicyLockableEradicationConfig
4872+
:model-show-json: False
4873+
:model-show-field-summary: False
4874+
:model-show-config-summary: False
4875+
:model-show-validator-summary: True
4876+
:model-show-validator-members: True
4877+
:undoc-members: True
4878+
:model-hide-paramlist: False
4879+
:exclude-members: to_str, to_json, to_dict, from_json, from_dict, as_request_dict
4880+
4881+
PolicyLockableGetResponse
4882+
~~~~~~~~~~~~~~~~~~~~~~~~~
4883+
.. autopydantic_model:: pypureclient.flasharray::PolicyLockableGetResponse
4884+
:model-show-json: False
4885+
:model-show-field-summary: False
4886+
:model-show-config-summary: False
4887+
:model-show-validator-summary: True
4888+
:model-show-validator-members: True
4889+
:undoc-members: True
4890+
:model-hide-paramlist: False
4891+
:exclude-members: to_str, to_json, to_dict, from_json, from_dict, as_request_dict
4892+
4893+
PolicyLockablePatch
4894+
~~~~~~~~~~~~~~~~~~~
4895+
.. autopydantic_model:: pypureclient.flasharray::PolicyLockablePatch
4896+
:model-show-json: False
4897+
:model-show-field-summary: False
4898+
:model-show-config-summary: False
4899+
:model-show-validator-summary: True
4900+
:model-show-validator-members: True
4901+
:undoc-members: True
4902+
:model-hide-paramlist: False
4903+
:exclude-members: to_str, to_json, to_dict, from_json, from_dict, as_request_dict
4904+
4905+
PolicyLockableResponse
4906+
~~~~~~~~~~~~~~~~~~~~~~
4907+
.. autopydantic_model:: pypureclient.flasharray::PolicyLockableResponse
4908+
:model-show-json: False
4909+
:model-show-field-summary: False
4910+
:model-show-config-summary: False
4911+
:model-show-validator-summary: True
4912+
:model-show-validator-members: True
4913+
:undoc-members: True
4914+
:model-hide-paramlist: False
4915+
:exclude-members: to_str, to_json, to_dict, from_json, from_dict, as_request_dict
4916+
48574917
PolicyManagementAccess
48584918
~~~~~~~~~~~~~~~~~~~~~~
48594919
.. autopydantic_model:: pypureclient.flasharray::PolicyManagementAccess
@@ -5430,6 +5490,18 @@ PolicyRuleSnapshotGetResponse
54305490
:model-hide-paramlist: False
54315491
:exclude-members: to_str, to_json, to_dict, from_json, from_dict, as_request_dict
54325492

5493+
PolicyRuleSnapshotPatch
5494+
~~~~~~~~~~~~~~~~~~~~~~~
5495+
.. autopydantic_model:: pypureclient.flasharray::PolicyRuleSnapshotPatch
5496+
:model-show-json: False
5497+
:model-show-field-summary: False
5498+
:model-show-config-summary: False
5499+
:model-show-validator-summary: True
5500+
:model-show-validator-members: True
5501+
:undoc-members: True
5502+
:model-hide-paramlist: False
5503+
:exclude-members: to_str, to_json, to_dict, from_json, from_dict, as_request_dict
5504+
54335505
PolicyRuleSnapshotPost
54345506
~~~~~~~~~~~~~~~~~~~~~~
54355507
.. autopydantic_model:: pypureclient.flasharray::PolicyRuleSnapshotPost
@@ -5706,6 +5778,18 @@ PolicyrulesmbclientpostRules
57065778
:model-hide-paramlist: False
57075779
:exclude-members: to_str, to_json, to_dict, from_json, from_dict, as_request_dict
57085780

5781+
PolicyrulesnapshotpatchRules
5782+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5783+
.. autopydantic_model:: pypureclient.flasharray::PolicyrulesnapshotpatchRules
5784+
:model-show-json: False
5785+
:model-show-field-summary: False
5786+
:model-show-config-summary: False
5787+
:model-show-validator-summary: True
5788+
:model-show-validator-members: True
5789+
:undoc-members: True
5790+
:model-hide-paramlist: False
5791+
:exclude-members: to_str, to_json, to_dict, from_json, from_dict, as_request_dict
5792+
57095793
PolicyrulesnapshotpostRules
57105794
~~~~~~~~~~~~~~~~~~~~~~~~~~~
57115795
.. autopydantic_model:: pypureclient.flasharray::PolicyrulesnapshotpostRules
@@ -5802,6 +5886,18 @@ PortInitiator
58025886
:model-hide-paramlist: False
58035887
:exclude-members: to_str, to_json, to_dict, from_json, from_dict, as_request_dict
58045888

5889+
PortInitiatorEncryption
5890+
~~~~~~~~~~~~~~~~~~~~~~~
5891+
.. autopydantic_model:: pypureclient.flasharray::PortInitiatorEncryption
5892+
:model-show-json: False
5893+
:model-show-field-summary: False
5894+
:model-show-config-summary: False
5895+
:model-show-validator-summary: True
5896+
:model-show-validator-members: True
5897+
:undoc-members: True
5898+
:model-hide-paramlist: False
5899+
:exclude-members: to_str, to_json, to_dict, from_json, from_dict, as_request_dict
5900+
58055901
PortInitiatorTarget
58065902
~~~~~~~~~~~~~~~~~~~
58075903
.. autopydantic_model:: pypureclient.flasharray::PortInitiatorTarget
@@ -6414,6 +6510,30 @@ Qos
64146510
:model-hide-paramlist: False
64156511
:exclude-members: to_str, to_json, to_dict, from_json, from_dict, as_request_dict
64166512

6513+
QosMetrics
6514+
~~~~~~~~~~
6515+
.. autopydantic_model:: pypureclient.flasharray::QosMetrics
6516+
:model-show-json: False
6517+
:model-show-field-summary: False
6518+
:model-show-config-summary: False
6519+
:model-show-validator-summary: True
6520+
:model-show-validator-members: True
6521+
:undoc-members: True
6522+
:model-hide-paramlist: False
6523+
:exclude-members: to_str, to_json, to_dict, from_json, from_dict, as_request_dict
6524+
6525+
QosMetricsCeilings
6526+
~~~~~~~~~~~~~~~~~~
6527+
.. autopydantic_model:: pypureclient.flasharray::QosMetricsCeilings
6528+
:model-show-json: False
6529+
:model-show-field-summary: False
6530+
:model-show-config-summary: False
6531+
:model-show-validator-summary: True
6532+
:model-show-validator-members: True
6533+
:undoc-members: True
6534+
:model-hide-paramlist: False
6535+
:exclude-members: to_str, to_json, to_dict, from_json, from_dict, as_request_dict
6536+
64176537
Realm
64186538
~~~~~
64196539
.. autopydantic_model:: pypureclient.flasharray::Realm
@@ -6462,6 +6582,18 @@ RealmPost
64626582
:model-hide-paramlist: False
64636583
:exclude-members: to_str, to_json, to_dict, from_json, from_dict, as_request_dict
64646584

6585+
RealmQosGetResponse
6586+
~~~~~~~~~~~~~~~~~~~
6587+
.. autopydantic_model:: pypureclient.flasharray::RealmQosGetResponse
6588+
:model-show-json: False
6589+
:model-show-field-summary: False
6590+
:model-show-config-summary: False
6591+
:model-show-validator-summary: True
6592+
:model-show-validator-members: True
6593+
:undoc-members: True
6594+
:model-hide-paramlist: False
6595+
:exclude-members: to_str, to_json, to_dict, from_json, from_dict, as_request_dict
6596+
64656597
RealmResponse
64666598
~~~~~~~~~~~~~
64676599
.. autopydantic_model:: pypureclient.flasharray::RealmResponse
@@ -6546,6 +6678,18 @@ ReferenceWithType
65466678
:model-hide-paramlist: False
65476679
:exclude-members: to_str, to_json, to_dict, from_json, from_dict, as_request_dict
65486680

6681+
ReferenceWithoutTypeWithIsLocal
6682+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6683+
.. autopydantic_model:: pypureclient.flasharray::ReferenceWithoutTypeWithIsLocal
6684+
:model-show-json: False
6685+
:model-show-field-summary: False
6686+
:model-show-config-summary: False
6687+
:model-show-validator-summary: True
6688+
:model-show-validator-members: True
6689+
:undoc-members: True
6690+
:model-hide-paramlist: False
6691+
:exclude-members: to_str, to_json, to_dict, from_json, from_dict, as_request_dict
6692+
65496693
RemoteArray
65506694
~~~~~~~~~~~
65516695
.. autopydantic_model:: pypureclient.flasharray::RemoteArray
@@ -9246,6 +9390,18 @@ VolumeGroupPost
92469390
:model-hide-paramlist: False
92479391
:exclude-members: to_str, to_json, to_dict, from_json, from_dict, as_request_dict
92489392

9393+
VolumeGroupQosGetResponse
9394+
~~~~~~~~~~~~~~~~~~~~~~~~~
9395+
.. autopydantic_model:: pypureclient.flasharray::VolumeGroupQosGetResponse
9396+
:model-show-json: False
9397+
:model-show-field-summary: False
9398+
:model-show-config-summary: False
9399+
:model-show-validator-summary: True
9400+
:model-show-validator-members: True
9401+
:undoc-members: True
9402+
:model-hide-paramlist: False
9403+
:exclude-members: to_str, to_json, to_dict, from_json, from_dict, as_request_dict
9404+
92499405
VolumeGroupResponse
92509406
~~~~~~~~~~~~~~~~~~~
92519407
.. autopydantic_model:: pypureclient.flasharray::VolumeGroupResponse
@@ -9294,6 +9450,18 @@ VolumePostBase
92949450
:model-hide-paramlist: False
92959451
:exclude-members: to_str, to_json, to_dict, from_json, from_dict, as_request_dict
92969452

9453+
VolumeQosGetResponse
9454+
~~~~~~~~~~~~~~~~~~~~
9455+
.. autopydantic_model:: pypureclient.flasharray::VolumeQosGetResponse
9456+
:model-show-json: False
9457+
:model-show-field-summary: False
9458+
:model-show-config-summary: False
9459+
:model-show-validator-summary: True
9460+
:model-show-validator-members: True
9461+
:undoc-members: True
9462+
:model-hide-paramlist: False
9463+
:exclude-members: to_str, to_json, to_dict, from_json, from_dict, as_request_dict
9464+
92979465
VolumeResponse
92989466
~~~~~~~~~~~~~~
92999467
.. autopydantic_model:: pypureclient.flasharray::VolumeResponse

docs/_static/documentation_options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
var DOCUMENTATION_OPTIONS = {
22
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
3-
VERSION: '1.78.0',
3+
VERSION: '1.79.0',
44
LANGUAGE: 'en',
55
COLLAPSE_INDEX: false,
66
BUILDER: 'html',

docs/archive.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
55

66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Archive &mdash; py-pure-client 1.78.0 documentation</title>
7+
<title>Archive &mdash; py-pure-client 1.79.0 documentation</title>
88
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
99
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
1010
<link rel="stylesheet" href="_static/autodoc_pydantic.css" type="text/css" />
@@ -21,7 +21,7 @@
2121
<script src="_static/js/theme.js"></script>
2222
<link rel="index" title="Index" href="genindex.html" />
2323
<link rel="search" title="Search" href="search.html" />
24-
<link rel="next" title="py-pure-client 1.77.1" href="archive/1.77.1/index.html" />
24+
<link rel="next" title="py-pure-client 1.78.0" href="archive/1.78.0/index.html" />
2525
<link rel="prev" title="Changelog" href="changelog.html" />
2626
</head>
2727

@@ -33,7 +33,7 @@
3333
<a href="index.html" class="icon icon-home"> py-pure-client
3434
</a>
3535
<div class="version">
36-
1.78
36+
1.79
3737
</div>
3838
<div role="search">
3939
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
@@ -52,6 +52,7 @@
5252
<li class="toctree-l1"><a class="reference internal" href="shared_reference.html">Shared References</a></li>
5353
<li class="toctree-l1"><a class="reference internal" href="changelog.html">Changelog</a></li>
5454
<li class="toctree-l1 current"><a class="current reference internal" href="#">Archive</a><ul>
55+
<li class="toctree-l2"><a class="reference internal" href="archive/1.78.0/index.html"> 1.78.0</a></li>
5556
<li class="toctree-l2"><a class="reference internal" href="archive/1.77.1/index.html"> 1.77.1</a></li>
5657
<li class="toctree-l2"><a class="reference internal" href="archive/1.77.0/index.html"> 1.77.0</a></li>
5758
<li class="toctree-l2"><a class="reference internal" href="archive/1.76.0/index.html"> 1.76.0</a></li>
@@ -92,6 +93,7 @@ <h1>Archive<a class="headerlink" href="#archive" title="Permalink to this headin
9293
<p>Documentation for previous releases could be found below</p>
9394
<div class="toctree-wrapper compound">
9495
<ul>
96+
<li class="toctree-l1"><a class="reference internal" href="archive/1.78.0/index.html"> 1.78.0</a></li>
9597
<li class="toctree-l1"><a class="reference internal" href="archive/1.77.1/index.html"> 1.77.1</a></li>
9698
<li class="toctree-l1"><a class="reference internal" href="archive/1.77.0/index.html"> 1.77.0</a></li>
9799
<li class="toctree-l1"><a class="reference internal" href="archive/1.76.0/index.html"> 1.76.0</a></li>
@@ -109,7 +111,7 @@ <h1>Archive<a class="headerlink" href="#archive" title="Permalink to this headin
109111
</div>
110112
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
111113
<a href="changelog.html" class="btn btn-neutral float-left" title="Changelog" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
112-
<a href="archive/1.77.1/index.html" class="btn btn-neutral float-right" title="py-pure-client 1.77.1" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
114+
<a href="archive/1.78.0/index.html" class="btn btn-neutral float-right" title="py-pure-client 1.78.0" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
113115
</div>
114116

115117
<hr/>

0 commit comments

Comments
 (0)