Skip to content

1.53.0

Compare
Choose a tag to compare
@jakubtischler jakubtischler released this 24 Jul 14:18
· 11 commits to master since this release
4e754f9

Added FlashArray REST 2.34

Feature Endpoints:

  • New Password Policy feature, which allows to use multiple password policies
    • New endpoint (GET+PATCH): /policies/password
  • Deprecate field "other_errors" in /network-interfaces/performance
    • The field will return value "null" since purity 6.6.8
  • Enable filtering of arrays, hosts and hgroups based on custom tags
    • New endpoint (GET+DELETE): /arrays/tags
    • New endpoint (PUT): /arrays/tags/batch
    • New endpoint (GET+DELETE): /host-groups/tags
    • New endpoint (GET+DELETE): /host-groups/tags/batch
    • New endpoint (GET+DELETE): /hosts/tags
    • New endpoint (PUT): /hosts/tags/batch
  • Move "footprint" field inside "space" object
    • Original "footprint" field will be deprecated
    • Affects all objects that contains "space"
  • FlashArray factory reset
    • Step1: Authorizing Factory Reset
      • POST /arrays/factory-reset-token?[skip_phonehome_check=true]
    • Step2: Executing Factory Reset
      • POST /arrays/erasures?factory_reset_token=4671919&eradicate_all_data=true&preserve_configuration_data=all
    • Step3: Check the completion of apartment reset and Retrieve Certificate of Sanitization
      • GET /arrays/erasures
    • Step4: Finalize Factory Reset
      • PATCH /arrays/erasures?finalize=true&factory_reset_token=4671919&eradicate_all_data=true&reinstall_image=true/false
  • Add "quarantined" as a potential value for "Status" field in the output of GET /array-connections/path