Skip to content

Commit 3494023

Browse files
authored
Documentation for 1.77.0 (#219)
1 parent ae3142a commit 3494023

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

+210594
-8158
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.76.0 <archive/1.76.0/index.rst>
910
1.75.0 <archive/1.75.0/index.rst>
1011
1.74.0 <archive/1.74.0/index.rst>
1112
1.73.0 <archive/1.73.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.76.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.77.0 10/16/2025 Added FlashBlade 2.21 client
910
1.76.0 10/09/2025 Added FlashArray 2.48 client
1011
1.75.0 09/15/2025 Added FlashBlade 2.20 client
1112
1.74.0 08/28/2025 Added FlashArray 2.47 client

docs/_sources/fa_reference.rst.txt

Lines changed: 3 additions & 27 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.47 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_47.client
27+
.. autoclass:: pypureclient.flasharray.FA_2_47.client::Client
2828
:members:
2929

3030
Models
@@ -6642,18 +6642,6 @@ RemotePod
66426642
:model-hide-paramlist: False
66436643
:exclude-members: to_str, to_json, to_dict, from_json, from_dict, as_request_dict
66446644

6645-
RemotePodTagGetResponse
6646-
~~~~~~~~~~~~~~~~~~~~~~~
6647-
.. autopydantic_model:: pypureclient.flasharray::RemotePodTagGetResponse
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-
66576645
RemotePodsResponse
66586646
~~~~~~~~~~~~~~~~~~
66596647
.. autopydantic_model:: pypureclient.flasharray::RemotePodsResponse
@@ -8118,18 +8106,6 @@ StartEndTime
81188106
:model-hide-paramlist: False
81198107
:exclude-members: to_str, to_json, to_dict, from_json, from_dict, as_request_dict
81208108

8121-
StretchedTag
8122-
~~~~~~~~~~~~
8123-
.. autopydantic_model:: pypureclient.flasharray::StretchedTag
8124-
:model-show-json: False
8125-
:model-show-field-summary: False
8126-
:model-show-config-summary: False
8127-
:model-show-validator-summary: True
8128-
:model-show-validator-members: True
8129-
:undoc-members: True
8130-
:model-hide-paramlist: False
8131-
:exclude-members: to_str, to_json, to_dict, from_json, from_dict, as_request_dict
8132-
81338109
Subnet
81348110
~~~~~~
81358111
.. autopydantic_model:: pypureclient.flasharray::Subnet

docs/_sources/fb_reference.rst.txt

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

24-
FlashBlade REST 2.20 Client
24+
FlashBlade REST 2.21 Client
2525
~~~~~~~~~~~~~~~~~~~~~~~~~~~
26-
.. module:: pypureclient.flashblade.FB_2_20.client
27-
.. autoclass:: pypureclient.flashblade.FB_2_20.client::Client
26+
.. module:: pypureclient.flashblade.FB_2_21.client
27+
.. autoclass:: pypureclient.flashblade.FB_2_21.client::Client
2828
:members:
2929

3030
Models
@@ -1518,6 +1518,18 @@ BucketPerformanceGetResponse
15181518
:model-hide-paramlist: False
15191519
:exclude-members: to_str, to_json, to_dict, from_json, from_dict, as_request_dict
15201520

1521+
BucketPerformanceItems
1522+
~~~~~~~~~~~~~~~~~~~~~~
1523+
.. autopydantic_model:: pypureclient.flashblade::BucketPerformanceItems
1524+
:model-show-json: False
1525+
:model-show-field-summary: False
1526+
:model-show-config-summary: False
1527+
:model-show-validator-summary: True
1528+
:model-show-validator-members: True
1529+
:undoc-members: True
1530+
:model-hide-paramlist: False
1531+
:exclude-members: to_str, to_json, to_dict, from_json, from_dict, as_request_dict
1532+
15211533
BucketPost
15221534
~~~~~~~~~~
15231535
.. autopydantic_model:: pypureclient.flashblade::BucketPost
@@ -2106,6 +2118,78 @@ CrossOriginResourceSharingPolicyRuleWithContext
21062118
:model-hide-paramlist: False
21072119
:exclude-members: to_str, to_json, to_dict, from_json, from_dict, as_request_dict
21082120

2121+
DataEvictionPoliciesGetResponse
2122+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2123+
.. autopydantic_model:: pypureclient.flashblade::DataEvictionPoliciesGetResponse
2124+
:model-show-json: False
2125+
:model-show-field-summary: False
2126+
:model-show-config-summary: False
2127+
:model-show-validator-summary: True
2128+
:model-show-validator-members: True
2129+
:undoc-members: True
2130+
:model-hide-paramlist: False
2131+
:exclude-members: to_str, to_json, to_dict, from_json, from_dict, as_request_dict
2132+
2133+
DataEvictionPoliciesMembersGetResponse
2134+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2135+
.. autopydantic_model:: pypureclient.flashblade::DataEvictionPoliciesMembersGetResponse
2136+
:model-show-json: False
2137+
:model-show-field-summary: False
2138+
:model-show-config-summary: False
2139+
:model-show-validator-summary: True
2140+
:model-show-validator-members: True
2141+
:undoc-members: True
2142+
:model-hide-paramlist: False
2143+
:exclude-members: to_str, to_json, to_dict, from_json, from_dict, as_request_dict
2144+
2145+
DataEvictionPoliciesMembersResponse
2146+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2147+
.. autopydantic_model:: pypureclient.flashblade::DataEvictionPoliciesMembersResponse
2148+
:model-show-json: False
2149+
:model-show-field-summary: False
2150+
:model-show-config-summary: False
2151+
:model-show-validator-summary: True
2152+
:model-show-validator-members: True
2153+
:undoc-members: True
2154+
:model-hide-paramlist: False
2155+
:exclude-members: to_str, to_json, to_dict, from_json, from_dict, as_request_dict
2156+
2157+
DataEvictionPoliciesResponse
2158+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2159+
.. autopydantic_model:: pypureclient.flashblade::DataEvictionPoliciesResponse
2160+
:model-show-json: False
2161+
:model-show-field-summary: False
2162+
:model-show-config-summary: False
2163+
:model-show-validator-summary: True
2164+
:model-show-validator-members: True
2165+
:undoc-members: True
2166+
:model-hide-paramlist: False
2167+
:exclude-members: to_str, to_json, to_dict, from_json, from_dict, as_request_dict
2168+
2169+
DataEvictionPolicy
2170+
~~~~~~~~~~~~~~~~~~
2171+
.. autopydantic_model:: pypureclient.flashblade::DataEvictionPolicy
2172+
:model-show-json: False
2173+
:model-show-field-summary: False
2174+
:model-show-config-summary: False
2175+
:model-show-validator-summary: True
2176+
:model-show-validator-members: True
2177+
:undoc-members: True
2178+
:model-hide-paramlist: False
2179+
:exclude-members: to_str, to_json, to_dict, from_json, from_dict, as_request_dict
2180+
2181+
DataEvictionPolicyPost
2182+
~~~~~~~~~~~~~~~~~~~~~~
2183+
.. autopydantic_model:: pypureclient.flashblade::DataEvictionPolicyPost
2184+
:model-show-json: False
2185+
:model-show-field-summary: False
2186+
:model-show-config-summary: False
2187+
:model-show-validator-summary: True
2188+
:model-show-validator-members: True
2189+
:undoc-members: True
2190+
:model-hide-paramlist: False
2191+
:exclude-members: to_str, to_json, to_dict, from_json, from_dict, as_request_dict
2192+
21092193
DirectoryService
21102194
~~~~~~~~~~~~~~~~
21112195
.. autopydantic_model:: pypureclient.flashblade::DirectoryService
@@ -5670,18 +5754,6 @@ PolicyMember
56705754
:model-hide-paramlist: False
56715755
:exclude-members: to_str, to_json, to_dict, from_json, from_dict, as_request_dict
56725756

5673-
PolicyMemberBase
5674-
~~~~~~~~~~~~~~~~
5675-
.. autopydantic_model:: pypureclient.flashblade::PolicyMemberBase
5676-
:model-show-json: False
5677-
:model-show-field-summary: False
5678-
:model-show-config-summary: False
5679-
:model-show-validator-summary: True
5680-
:model-show-validator-members: True
5681-
:undoc-members: True
5682-
:model-hide-paramlist: False
5683-
:exclude-members: to_str, to_json, to_dict, from_json, from_dict, as_request_dict
5684-
56855757
PolicyMemberContext
56865758
~~~~~~~~~~~~~~~~~~~
56875759
.. autopydantic_model:: pypureclient.flashblade::PolicyMemberContext
@@ -6246,18 +6318,6 @@ ReferenceNameOnly
62466318
:model-hide-paramlist: False
62476319
:exclude-members: to_str, to_json, to_dict, from_json, from_dict, as_request_dict
62486320

6249-
ReferenceWithFixedType
6250-
~~~~~~~~~~~~~~~~~~~~~~
6251-
.. autopydantic_model:: pypureclient.flashblade::ReferenceWithFixedType
6252-
:model-show-json: False
6253-
:model-show-field-summary: False
6254-
:model-show-config-summary: False
6255-
:model-show-validator-summary: True
6256-
:model-show-validator-members: True
6257-
:undoc-members: True
6258-
:model-hide-paramlist: False
6259-
:exclude-members: to_str, to_json, to_dict, from_json, from_dict, as_request_dict
6260-
62616321
ReferenceWithoutType
62626322
~~~~~~~~~~~~~~~~~~~~
62636323
.. autopydantic_model:: pypureclient.flashblade::ReferenceWithoutType
@@ -9135,7 +9195,7 @@ patch_certificates
91359195
post_certificates
91369196
'''''''''''''''''
91379197

9138-
.. literalinclude:: source/examples/FB2.15/post_certificates.py
9198+
.. literalinclude:: source/examples/FB2.20/post_certificates.py
91399199
:language: python
91409200

91419201
get_certificates_uses
@@ -9412,6 +9472,24 @@ post_file_systems_audit_policies
94129472
.. literalinclude:: source/examples/FB2.17/post_file_systems_audit_policies.py
94139473
:language: python
94149474

9475+
delete_file_systems_data_eviction_policies
9476+
''''''''''''''''''''''''''''''''''''''''''
9477+
9478+
.. literalinclude:: source/examples/FB2.21/delete_file_systems_data_eviction_policies.py
9479+
:language: python
9480+
9481+
get_file_systems_data_eviction_policies
9482+
'''''''''''''''''''''''''''''''''''''''
9483+
9484+
.. literalinclude:: source/examples/FB2.21/get_file_systems_data_eviction_policies.py
9485+
:language: python
9486+
9487+
post_file_systems_data_eviction_policies
9488+
''''''''''''''''''''''''''''''''''''''''
9489+
9490+
.. literalinclude:: source/examples/FB2.21/post_file_systems_data_eviction_policies.py
9491+
:language: python
9492+
94159493
delete_file_systems
94169494
'''''''''''''''''''
94179495

@@ -10438,6 +10516,59 @@ post_audit_object_store_policies
1043810516
.. literalinclude:: source/examples/FB2.20/post_audit_object_store_policies.py
1043910517
:language: python
1044010518

10519+
Policiesdataevictionap
10520+
~~~~~~~~~~~~~~~~~~~~~~
10521+
10522+
The following examples assume that ``client`` is an instantiated ``flashblade.Client`` object as shown in :ref:`Instantiating a Client`.
10523+
10524+
delete_data_eviction_policies
10525+
'''''''''''''''''''''''''''''
10526+
10527+
.. literalinclude:: source/examples/FB2.21/delete_data_eviction_policies.py
10528+
:language: python
10529+
10530+
delete_data_eviction_policies_file_systems
10531+
''''''''''''''''''''''''''''''''''''''''''
10532+
10533+
.. literalinclude:: source/examples/FB2.21/delete_data_eviction_policies_file_systems.py
10534+
:language: python
10535+
10536+
get_data_eviction_policies_file_systems
10537+
'''''''''''''''''''''''''''''''''''''''
10538+
10539+
.. literalinclude:: source/examples/FB2.21/get_data_eviction_policies_file_systems.py
10540+
:language: python
10541+
10542+
post_data_eviction_policies_file_systems
10543+
''''''''''''''''''''''''''''''''''''''''
10544+
10545+
.. literalinclude:: source/examples/FB2.21/post_data_eviction_policies_file_systems.py
10546+
:language: python
10547+
10548+
get_data_eviction_policies
10549+
''''''''''''''''''''''''''
10550+
10551+
.. literalinclude:: source/examples/FB2.21/get_data_eviction_policies.py
10552+
:language: python
10553+
10554+
get_data_eviction_policies_members
10555+
''''''''''''''''''''''''''''''''''
10556+
10557+
.. literalinclude:: source/examples/FB2.21/get_data_eviction_policies_members.py
10558+
:language: python
10559+
10560+
patch_data_eviction_policies
10561+
''''''''''''''''''''''''''''
10562+
10563+
.. literalinclude:: source/examples/FB2.21/patch_data_eviction_policies.py
10564+
:language: python
10565+
10566+
post_data_eviction_policies
10567+
'''''''''''''''''''''''''''
10568+
10569+
.. literalinclude:: source/examples/FB2.21/post_data_eviction_policies.py
10570+
:language: python
10571+
1044110572
Policiesmanagementaccessap
1044210573
~~~~~~~~~~~~~~~~~~~~~~~~~~
1044310574

@@ -10833,6 +10964,12 @@ get_s3_export_policies
1083310964
.. literalinclude:: source/examples/FB2.20/get_s3_export_policies.py
1083410965
:language: python
1083510966

10967+
patch_s3_export_policies
10968+
''''''''''''''''''''''''
10969+
10970+
.. literalinclude:: source/examples/FB2.20/patch_s3_export_policies.py
10971+
:language: python
10972+
1083610973
post_s3_export_policies
1083710974
'''''''''''''''''''''''
1083810975

@@ -11434,6 +11571,12 @@ get_realms_defaults
1143411571
.. literalinclude:: source/examples/FB2.20/get_realms_defaults.py
1143511572
:language: python
1143611573

11574+
patch_realms_defaults
11575+
'''''''''''''''''''''
11576+
11577+
.. literalinclude:: source/examples/FB2.20/patch_realms_defaults.py
11578+
:language: python
11579+
1143711580
delete_realms
1143811581
'''''''''''''
1143911582

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.76.0',
3+
VERSION: '1.77.0',
44
LANGUAGE: 'en',
55
COLLAPSE_INDEX: false,
66
BUILDER: 'html',

0 commit comments

Comments
 (0)