Skip to content

1.47.0

Choose a tag to compare

@mhruska mhruska released this 26 Jan 10:28
· 51 commits to master since this release
e779c07

Added FlashArray REST 2.30

Changes for REST 2.30

  • EULA - The name, title and company properties will be ignored when accepting the EULA and will be null in the response of a GET request.
    • {get|patch}_arrays_eula - No changes in the client code, but the behavior is changed.
  • Directory Service Roles - Multiple groups can be mapped to a single purity role.
    • New endpoints: {post|delete}_directory_services_roles
    • Changes in {get|patch}_directory_services_roles:
      • The response field role is now a ReferenceNoId type (previously was a FixedReferenceNoId).
      • New response field: name
      • New parameters: names, references
  • Controller information and status
    • get_controllers - new response field mode_since (The time at which the current mode of the controller was last updated).

Client enhancements

  • APITokenManager now closes the session on disposal or script exit.