Skip to content

Commit 4dce6d4

Browse files
authored
Documentation for 1.81.0 (#243)
1 parent 2001821 commit 4dce6d4

Some content is hidden

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

72 files changed

+221266
-16555
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.80.0 <archive/1.80.0/index.rst>
910
1.79.0 <archive/1.79.0/index.rst>
1011
1.78.0 <archive/1.78.0/index.rst>
1112
1.77.1 <archive/1.77.1/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.80.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.81.0 01/02/2026 Added FlashArray 2.50 client
910
1.80.0 12/16/2025 Added FlashBlade 2.22 client
1011
1.79.0 11/28/2025 Added FlashArray 2.49 client
1112
1.78.0 11/13/2025 Add /protection-group-snapshots and /protection-group-snapshots/transfer endpoints

docs/_sources/fa_reference.rst.txt

Lines changed: 258 additions & 6 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.49 Client
24+
FlashArray REST 2.50 Client
2525
~~~~~~~~~~~~~~~~~~~~~~~~~~~
26-
.. module:: pypureclient.flasharray.FA_2_49.client
27-
.. autoclass:: pypureclient.flasharray.FA_2_49.client::Client
26+
.. module:: pypureclient.flasharray.FA_2_50.client
27+
.. autoclass:: pypureclient.flasharray.FA_2_50.client::Client
2828
:members:
2929

3030
Models
@@ -2946,6 +2946,18 @@ HostGroupPost
29462946
:model-hide-paramlist: False
29472947
:exclude-members: to_str, to_json, to_dict, from_json, from_dict, as_request_dict
29482948

2949+
HostGroupQosGetResponse
2950+
~~~~~~~~~~~~~~~~~~~~~~~
2951+
.. autopydantic_model:: pypureclient.flasharray::HostGroupQosGetResponse
2952+
:model-show-json: False
2953+
:model-show-field-summary: False
2954+
:model-show-config-summary: False
2955+
:model-show-validator-summary: True
2956+
:model-show-validator-members: True
2957+
:undoc-members: True
2958+
:model-hide-paramlist: False
2959+
:exclude-members: to_str, to_json, to_dict, from_json, from_dict, as_request_dict
2960+
29492961
HostGroupResponse
29502962
~~~~~~~~~~~~~~~~~
29512963
.. autopydantic_model:: pypureclient.flasharray::HostGroupResponse
@@ -3018,6 +3030,18 @@ HostPost
30183030
:model-hide-paramlist: False
30193031
:exclude-members: to_str, to_json, to_dict, from_json, from_dict, as_request_dict
30203032

3033+
HostQosGetResponse
3034+
~~~~~~~~~~~~~~~~~~
3035+
.. autopydantic_model:: pypureclient.flasharray::HostQosGetResponse
3036+
:model-show-json: False
3037+
:model-show-field-summary: False
3038+
:model-show-config-summary: False
3039+
:model-show-validator-summary: True
3040+
:model-show-validator-members: True
3041+
:undoc-members: True
3042+
:model-hide-paramlist: False
3043+
:exclude-members: to_str, to_json, to_dict, from_json, from_dict, as_request_dict
3044+
30213045
HostResponse
30223046
~~~~~~~~~~~~
30233047
.. autopydantic_model:: pypureclient.flasharray::HostResponse
@@ -4242,6 +4266,18 @@ OffloadAzure
42424266
:model-hide-paramlist: False
42434267
:exclude-members: to_str, to_json, to_dict, from_json, from_dict, as_request_dict
42444268

4269+
OffloadAzurePatch
4270+
~~~~~~~~~~~~~~~~~
4271+
.. autopydantic_model:: pypureclient.flasharray::OffloadAzurePatch
4272+
:model-show-json: False
4273+
:model-show-field-summary: False
4274+
:model-show-config-summary: False
4275+
:model-show-validator-summary: True
4276+
:model-show-validator-members: True
4277+
:undoc-members: True
4278+
:model-hide-paramlist: False
4279+
:exclude-members: to_str, to_json, to_dict, from_json, from_dict, as_request_dict
4280+
42454281
OffloadGetResponse
42464282
~~~~~~~~~~~~~~~~~~
42474283
.. autopydantic_model:: pypureclient.flasharray::OffloadGetResponse
@@ -4278,6 +4314,18 @@ OffloadNfs
42784314
:model-hide-paramlist: False
42794315
:exclude-members: to_str, to_json, to_dict, from_json, from_dict, as_request_dict
42804316

4317+
OffloadPatch
4318+
~~~~~~~~~~~~
4319+
.. autopydantic_model:: pypureclient.flasharray::OffloadPatch
4320+
:model-show-json: False
4321+
:model-show-field-summary: False
4322+
:model-show-config-summary: False
4323+
:model-show-validator-summary: True
4324+
:model-show-validator-members: True
4325+
:undoc-members: True
4326+
:model-hide-paramlist: False
4327+
:exclude-members: to_str, to_json, to_dict, from_json, from_dict, as_request_dict
4328+
42814329
OffloadPost
42824330
~~~~~~~~~~~
42834331
.. autopydantic_model:: pypureclient.flasharray::OffloadPost
@@ -4566,6 +4614,18 @@ PodPost
45664614
:model-hide-paramlist: False
45674615
:exclude-members: to_str, to_json, to_dict, from_json, from_dict, as_request_dict
45684616

4617+
PodRemoteArrayStatus
4618+
~~~~~~~~~~~~~~~~~~~~
4619+
.. autopydantic_model:: pypureclient.flasharray::PodRemoteArrayStatus
4620+
:model-show-json: False
4621+
:model-show-field-summary: False
4622+
:model-show-config-summary: False
4623+
:model-show-validator-summary: True
4624+
:model-show-validator-members: True
4625+
:undoc-members: True
4626+
:model-hide-paramlist: False
4627+
:exclude-members: to_str, to_json, to_dict, from_json, from_dict, as_request_dict
4628+
45694629
PodReplicaLink
45704630
~~~~~~~~~~~~~~
45714631
.. autopydantic_model:: pypureclient.flasharray::PodReplicaLink
@@ -6546,6 +6606,114 @@ Realm
65466606
:model-hide-paramlist: False
65476607
:exclude-members: to_str, to_json, to_dict, from_json, from_dict, as_request_dict
65486608

6609+
RealmConnection
6610+
~~~~~~~~~~~~~~~
6611+
.. autopydantic_model:: pypureclient.flasharray::RealmConnection
6612+
:model-show-json: False
6613+
:model-show-field-summary: False
6614+
:model-show-config-summary: False
6615+
:model-show-validator-summary: True
6616+
:model-show-validator-members: True
6617+
:undoc-members: True
6618+
:model-hide-paramlist: False
6619+
:exclude-members: to_str, to_json, to_dict, from_json, from_dict, as_request_dict
6620+
6621+
RealmConnectionKey
6622+
~~~~~~~~~~~~~~~~~~
6623+
.. autopydantic_model:: pypureclient.flasharray::RealmConnectionKey
6624+
:model-show-json: False
6625+
:model-show-field-summary: False
6626+
:model-show-config-summary: False
6627+
:model-show-validator-summary: True
6628+
:model-show-validator-members: True
6629+
:undoc-members: True
6630+
:model-hide-paramlist: False
6631+
:exclude-members: to_str, to_json, to_dict, from_json, from_dict, as_request_dict
6632+
6633+
RealmConnectionKeyGetResponse
6634+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6635+
.. autopydantic_model:: pypureclient.flasharray::RealmConnectionKeyGetResponse
6636+
:model-show-json: False
6637+
:model-show-field-summary: False
6638+
:model-show-config-summary: False
6639+
:model-show-validator-summary: True
6640+
:model-show-validator-members: True
6641+
:undoc-members: True
6642+
:model-hide-paramlist: False
6643+
:exclude-members: to_str, to_json, to_dict, from_json, from_dict, as_request_dict
6644+
6645+
RealmConnectionKeyPost
6646+
~~~~~~~~~~~~~~~~~~~~~~
6647+
.. autopydantic_model:: pypureclient.flasharray::RealmConnectionKeyPost
6648+
:model-show-json: False
6649+
:model-show-field-summary: False
6650+
:model-show-config-summary: False
6651+
:model-show-validator-summary: True
6652+
:model-show-validator-members: True
6653+
:undoc-members: True
6654+
:model-hide-paramlist: False
6655+
:exclude-members: to_str, to_json, to_dict, from_json, from_dict, as_request_dict
6656+
6657+
RealmConnectionKeyPostResponse
6658+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6659+
.. autopydantic_model:: pypureclient.flasharray::RealmConnectionKeyPostResponse
6660+
:model-show-json: False
6661+
:model-show-field-summary: False
6662+
:model-show-config-summary: False
6663+
:model-show-validator-summary: True
6664+
:model-show-validator-members: True
6665+
:undoc-members: True
6666+
:model-hide-paramlist: False
6667+
:exclude-members: to_str, to_json, to_dict, from_json, from_dict, as_request_dict
6668+
6669+
RealmConnectionKeyResponse
6670+
~~~~~~~~~~~~~~~~~~~~~~~~~~
6671+
.. autopydantic_model:: pypureclient.flasharray::RealmConnectionKeyResponse
6672+
:model-show-json: False
6673+
:model-show-field-summary: False
6674+
:model-show-config-summary: False
6675+
:model-show-validator-summary: True
6676+
:model-show-validator-members: True
6677+
:undoc-members: True
6678+
:model-hide-paramlist: False
6679+
:exclude-members: to_str, to_json, to_dict, from_json, from_dict, as_request_dict
6680+
6681+
RealmConnectionWithKey
6682+
~~~~~~~~~~~~~~~~~~~~~~
6683+
.. autopydantic_model:: pypureclient.flasharray::RealmConnectionWithKey
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+
6693+
RealmConnectionsGetResponse
6694+
~~~~~~~~~~~~~~~~~~~~~~~~~~~
6695+
.. autopydantic_model:: pypureclient.flasharray::RealmConnectionsGetResponse
6696+
:model-show-json: False
6697+
:model-show-field-summary: False
6698+
:model-show-config-summary: False
6699+
:model-show-validator-summary: True
6700+
:model-show-validator-members: True
6701+
:undoc-members: True
6702+
:model-hide-paramlist: False
6703+
:exclude-members: to_str, to_json, to_dict, from_json, from_dict, as_request_dict
6704+
6705+
RealmConnectionsResponse
6706+
~~~~~~~~~~~~~~~~~~~~~~~~
6707+
.. autopydantic_model:: pypureclient.flasharray::RealmConnectionsResponse
6708+
:model-show-json: False
6709+
:model-show-field-summary: False
6710+
:model-show-config-summary: False
6711+
:model-show-validator-summary: True
6712+
:model-show-validator-members: True
6713+
:undoc-members: True
6714+
:model-hide-paramlist: False
6715+
:exclude-members: to_str, to_json, to_dict, from_json, from_dict, as_request_dict
6716+
65496717
RealmGetResponse
65506718
~~~~~~~~~~~~~~~~
65516719
.. autopydantic_model:: pypureclient.flasharray::RealmGetResponse
@@ -6882,6 +7050,42 @@ RemoteProtectionGroupSnapshotTransferResponse
68827050
:model-hide-paramlist: False
68837051
:exclude-members: to_str, to_json, to_dict, from_json, from_dict, as_request_dict
68847052

7053+
RemoteRealm
7054+
~~~~~~~~~~~
7055+
.. autopydantic_model:: pypureclient.flasharray::RemoteRealm
7056+
:model-show-json: False
7057+
:model-show-field-summary: False
7058+
:model-show-config-summary: False
7059+
:model-show-validator-summary: True
7060+
:model-show-validator-members: True
7061+
:undoc-members: True
7062+
:model-hide-paramlist: False
7063+
:exclude-members: to_str, to_json, to_dict, from_json, from_dict, as_request_dict
7064+
7065+
RemoteRealmTagGetResponse
7066+
~~~~~~~~~~~~~~~~~~~~~~~~~
7067+
.. autopydantic_model:: pypureclient.flasharray::RemoteRealmTagGetResponse
7068+
:model-show-json: False
7069+
:model-show-field-summary: False
7070+
:model-show-config-summary: False
7071+
:model-show-validator-summary: True
7072+
:model-show-validator-members: True
7073+
:undoc-members: True
7074+
:model-hide-paramlist: False
7075+
:exclude-members: to_str, to_json, to_dict, from_json, from_dict, as_request_dict
7076+
7077+
RemoteRealmsResponse
7078+
~~~~~~~~~~~~~~~~~~~~
7079+
.. autopydantic_model:: pypureclient.flasharray::RemoteRealmsResponse
7080+
:model-show-json: False
7081+
:model-show-field-summary: False
7082+
:model-show-config-summary: False
7083+
:model-show-validator-summary: True
7084+
:model-show-validator-members: True
7085+
:undoc-members: True
7086+
:model-hide-paramlist: False
7087+
:exclude-members: to_str, to_json, to_dict, from_json, from_dict, as_request_dict
7088+
68857089
RemoteVolumeSnapshot
68867090
~~~~~~~~~~~~~~~~~~~~
68877091
.. autopydantic_model:: pypureclient.flasharray::RemoteVolumeSnapshot
@@ -8214,9 +8418,33 @@ StartEndTime
82148418
:model-hide-paramlist: False
82158419
:exclude-members: to_str, to_json, to_dict, from_json, from_dict, as_request_dict
82168420

8217-
StretchedTag
8218-
~~~~~~~~~~~~
8219-
.. autopydantic_model:: pypureclient.flasharray::StretchedTag
8421+
StretchedTagPod
8422+
~~~~~~~~~~~~~~~
8423+
.. autopydantic_model:: pypureclient.flasharray::StretchedTagPod
8424+
:model-show-json: False
8425+
:model-show-field-summary: False
8426+
:model-show-config-summary: False
8427+
:model-show-validator-summary: True
8428+
:model-show-validator-members: True
8429+
:undoc-members: True
8430+
:model-hide-paramlist: False
8431+
:exclude-members: to_str, to_json, to_dict, from_json, from_dict, as_request_dict
8432+
8433+
StretchedTagRealm
8434+
~~~~~~~~~~~~~~~~~
8435+
.. autopydantic_model:: pypureclient.flasharray::StretchedTagRealm
8436+
:model-show-json: False
8437+
:model-show-field-summary: False
8438+
:model-show-config-summary: False
8439+
:model-show-validator-summary: True
8440+
:model-show-validator-members: True
8441+
:undoc-members: True
8442+
:model-hide-paramlist: False
8443+
:exclude-members: to_str, to_json, to_dict, from_json, from_dict, as_request_dict
8444+
8445+
StretchedTagRemoteArrayStatus
8446+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8447+
.. autopydantic_model:: pypureclient.flasharray::StretchedTagRemoteArrayStatus
82208448
:model-show-json: False
82218449
:model-show-field-summary: False
82228450
:model-show-config-summary: False
@@ -9486,6 +9714,30 @@ VolumeSnapshot
94869714
:model-hide-paramlist: False
94879715
:exclude-members: to_str, to_json, to_dict, from_json, from_dict, as_request_dict
94889716

9717+
VolumeSnapshotBatchPost
9718+
~~~~~~~~~~~~~~~~~~~~~~~
9719+
.. autopydantic_model:: pypureclient.flasharray::VolumeSnapshotBatchPost
9720+
:model-show-json: False
9721+
:model-show-field-summary: False
9722+
:model-show-config-summary: False
9723+
:model-show-validator-summary: True
9724+
:model-show-validator-members: True
9725+
:undoc-members: True
9726+
:model-hide-paramlist: False
9727+
:exclude-members: to_str, to_json, to_dict, from_json, from_dict, as_request_dict
9728+
9729+
VolumeSnapshotBatchResponse
9730+
~~~~~~~~~~~~~~~~~~~~~~~~~~~
9731+
.. autopydantic_model:: pypureclient.flasharray::VolumeSnapshotBatchResponse
9732+
:model-show-json: False
9733+
:model-show-field-summary: False
9734+
:model-show-config-summary: False
9735+
:model-show-validator-summary: True
9736+
:model-show-validator-members: True
9737+
:undoc-members: True
9738+
:model-hide-paramlist: False
9739+
:exclude-members: to_str, to_json, to_dict, from_json, from_dict, as_request_dict
9740+
94899741
VolumeSnapshotGetResponse
94909742
~~~~~~~~~~~~~~~~~~~~~~~~~
94919743
.. autopydantic_model:: pypureclient.flasharray::VolumeSnapshotGetResponse

0 commit comments

Comments
 (0)