Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# PyPowerStore Change Log
## Version 3.5.1.0 - released on 18/09/26
- Updated idna to version 3.19 to resolve BlackDuck vulnerability
- Fixed SSL certificate verification default
- Removed plaintext password logging for CWE-532

## Version 3.5.0.0 - released on 23/06/26
- Added QoS functionalities
- Added is_secure parameter to snapshot and snapshot rule methods
Expand Down
2 changes: 1 addition & 1 deletion ProgrammersGuideExamples/appliance_examples.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright: (c) 2024, Dell Technologies
# Copyright: (c) 2024-2026, Dell Technologies

"""Appliance operations"""

Expand Down
2 changes: 1 addition & 1 deletion ProgrammersGuideExamples/certificate_examples.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright: (c) 2024, Dell Technologies
# Copyright: (c) 2024-2026, Dell Technologies

"""Certificate operations"""

Expand Down
2 changes: 1 addition & 1 deletion ProgrammersGuideExamples/chap_config_examples.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright: (c) 2024, Dell Technologies
# Copyright: (c) 2024-2026, Dell Technologies

"""CHAP config operations"""

Expand Down
2 changes: 1 addition & 1 deletion ProgrammersGuideExamples/cluster_examples.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright: (c) 2024, Dell Technologies
# Copyright: (c) 2024-2026, Dell Technologies

"""Cluster Operations"""

Expand Down
2 changes: 1 addition & 1 deletion ProgrammersGuideExamples/discovered_appliances_example.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright: (c) 2024, Dell Technologies
# Copyright: (c) 2024-2026, Dell Technologies

"""Discovered Appliance operations"""

Expand Down
2 changes: 1 addition & 1 deletion ProgrammersGuideExamples/dns_examples.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright: (c) 2024, Dell Technologies
# Copyright: (c) 2024-2026, Dell Technologies

"""DNS operations"""

Expand Down
2 changes: 1 addition & 1 deletion ProgrammersGuideExamples/email_examples.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright: (c) 2024, Dell Technologies
# Copyright: (c) 2024-2026, Dell Technologies

"""Email operations"""

Expand Down
2 changes: 1 addition & 1 deletion ProgrammersGuideExamples/file_dns_examples.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright: (c) 2024, Dell Technologies
# Copyright: (c) 2024-2026, Dell Technologies

# pylint: disable=duplicate-code

Expand Down
2 changes: 1 addition & 1 deletion ProgrammersGuideExamples/file_interface_examples.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright: (c) 2024, Dell Technologies
# Copyright: (c) 2024-2026, Dell Technologies

"""File Interface Operations"""

Expand Down
2 changes: 1 addition & 1 deletion ProgrammersGuideExamples/file_nis_examples.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright: (c) 2024, Dell Technologies
# Copyright: (c) 2024-2026, Dell Technologies

"""File NIS Operations"""

Expand Down
2 changes: 1 addition & 1 deletion ProgrammersGuideExamples/file_system_examples.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright: (c) 2024, Dell Technologies
# Copyright: (c) 2024-2026, Dell Technologies

"""File System Operations"""

Expand Down
2 changes: 1 addition & 1 deletion ProgrammersGuideExamples/file_tree_quota_examples.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright: (c) 2024, Dell Technologies
# Copyright: (c) 2024-2026, Dell Technologies

"""File Tree Quota Operations"""

Expand Down
2 changes: 1 addition & 1 deletion ProgrammersGuideExamples/file_user_quota_examples.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright: (c) 2024, Dell Technologies
# Copyright: (c) 2024-2026, Dell Technologies

"""File User Quota Operations"""

Expand Down
2 changes: 1 addition & 1 deletion ProgrammersGuideExamples/host_examples.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright: (c) 2024, Dell Technologies
# Copyright: (c) 2024-2026, Dell Technologies

"""Host Module Operations"""

Expand Down
2 changes: 1 addition & 1 deletion ProgrammersGuideExamples/host_group_examples.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright: (c) 2024, Dell Technologies
# Copyright: (c) 2024-2026, Dell Technologies

"""Host Group Module Operations"""

Expand Down
2 changes: 1 addition & 1 deletion ProgrammersGuideExamples/info_examples.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright: (c) 2024, Dell Technologies
# Copyright: (c) 2024-2026, Dell Technologies

"""Info Module Operations"""

Expand Down
2 changes: 1 addition & 1 deletion ProgrammersGuideExamples/ip_pool_address_examples.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright: (c) 2024, Dell Technologies
# Copyright: (c) 2024-2026, Dell Technologies

"""IP Pool Address Operations"""

Expand Down
2 changes: 1 addition & 1 deletion ProgrammersGuideExamples/ip_port_examples.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright: (c) 2024, Dell Technologies
# Copyright: (c) 2024-2026, Dell Technologies

"""IP Port Operations"""

Expand Down
2 changes: 1 addition & 1 deletion ProgrammersGuideExamples/ldap_account_examples.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright: (c) 2024, Dell Technologies
# Copyright: (c) 2024-2026, Dell Technologies

"""LDAP Account operations"""

Expand Down
2 changes: 1 addition & 1 deletion ProgrammersGuideExamples/ldap_domain_examples.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright: (c) 2024, Dell Technologies
# Copyright: (c) 2024-2026, Dell Technologies

"""LDAP domain operations"""

Expand Down
2 changes: 1 addition & 1 deletion ProgrammersGuideExamples/local_user_examples.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright: (c) 2024, Dell Technologies
# Copyright: (c) 2024-2026, Dell Technologies

"""Local User Operations"""

Expand Down
2 changes: 1 addition & 1 deletion ProgrammersGuideExamples/metrics_examples.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright: (c) 2025, Dell Technologies
# Copyright: (c) 2024-2026, Dell Technologies

"""Local User Operations"""

Expand Down
2 changes: 1 addition & 1 deletion ProgrammersGuideExamples/nas_server_examples.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright: (c) 2024, Dell Technologies
# Copyright: (c) 2024-2026, Dell Technologies

"""NAS Server Operations"""

Expand Down
2 changes: 1 addition & 1 deletion ProgrammersGuideExamples/network_examples.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright: (c) 2024, Dell Technologies
# Copyright: (c) 2024-2026, Dell Technologies

"""Network Operations"""

Expand Down
2 changes: 1 addition & 1 deletion ProgrammersGuideExamples/nfs_export_examples.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright: (c) 2024, Dell Technologies
# Copyright: (c) 2024-2026, Dell Technologies

"""NFS Export Operations"""

Expand Down
2 changes: 1 addition & 1 deletion ProgrammersGuideExamples/nfs_server_examples.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright: (c) 2024, Dell Technologies
# Copyright: (c) 2024-2026, Dell Technologies

"""NFS Server Operations"""

Expand Down
2 changes: 1 addition & 1 deletion ProgrammersGuideExamples/ntp_examples.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright: (c) 2024, Dell Technologies
# Copyright: (c) 2024-2026, Dell Technologies

"""NTP operations"""

Expand Down
2 changes: 1 addition & 1 deletion ProgrammersGuideExamples/protection_examples.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright: (c) 2024, Dell Technologies
# Copyright: (c) 2024-2026, Dell Technologies

"""Protection Policy Module Operations"""

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright: (c) 2024, Dell Technologies
# Copyright: (c) 2024-2026, Dell Technologies

"""Remote Support Contact operations"""

Expand Down
2 changes: 1 addition & 1 deletion ProgrammersGuideExamples/remote_support_examples.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright: (c) 2024, Dell Technologies
# Copyright: (c) 2024-2026, Dell Technologies

"""Remote Support operations"""

Expand Down
2 changes: 1 addition & 1 deletion ProgrammersGuideExamples/remote_system_examples.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright: (c) 2024, Dell Technologies
# Copyright: (c) 2024-2026, Dell Technologies

"""Remote system operations"""

Expand Down
2 changes: 1 addition & 1 deletion ProgrammersGuideExamples/replication_group_examples.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright: (c) 2024, Dell Technologies
# Copyright: (c) 2024-2026, Dell Technologies

"""Replication Group operations"""

Expand Down
2 changes: 1 addition & 1 deletion ProgrammersGuideExamples/replication_session_examples.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright: (c) 2024, Dell Technologies
# Copyright: (c) 2024-2026, Dell Technologies

"""Replication session Operations"""

Expand Down
2 changes: 1 addition & 1 deletion ProgrammersGuideExamples/role_examples.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright: (c) 2024, Dell Technologies
# Copyright: (c) 2024-2026, Dell Technologies

"""Role operations"""

Expand Down
2 changes: 1 addition & 1 deletion ProgrammersGuideExamples/security_config_examples.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright: (c) 2024, Dell Technologies
# Copyright: (c) 2024-2026, Dell Technologies

"""Security config operations"""

Expand Down
2 changes: 1 addition & 1 deletion ProgrammersGuideExamples/service_config_examples.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright: (c) 2024, Dell Technologies
# Copyright: (c) 2024-2026, Dell Technologies

"""Service config operations"""

Expand Down
2 changes: 1 addition & 1 deletion ProgrammersGuideExamples/service_user_examples.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright: (c) 2024, Dell Technologies
# Copyright: (c) 2024-2026, Dell Technologies

"""Service user module operations"""

Expand Down
2 changes: 1 addition & 1 deletion ProgrammersGuideExamples/smb_server_examples.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright: (c) 2024, Dell Technologies
# Copyright: (c) 2024-2026, Dell Technologies

"""SMB Server Operations"""

Expand Down
2 changes: 1 addition & 1 deletion ProgrammersGuideExamples/smb_share_examples.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright: (c) 2024, Dell Technologies
# Copyright: (c) 2024-2026, Dell Technologies

# pylint: disable=duplicate-code

Expand Down
2 changes: 1 addition & 1 deletion ProgrammersGuideExamples/smtp_config_examples.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright: (c) 2024, Dell Technologies
# Copyright: (c) 2024-2026, Dell Technologies

"""SMTP Config operations"""

Expand Down
2 changes: 1 addition & 1 deletion ProgrammersGuideExamples/snapshot_examples.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright: (c) 2024, Dell Technologies
# Copyright: (c) 2024-2026, Dell Technologies

"""Snapshot Module Operations"""

Expand Down
2 changes: 1 addition & 1 deletion ProgrammersGuideExamples/snmp_server.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright: (c) 2024, Dell Technologies
# Copyright: (c) 2024-2026, Dell Technologies

"""SNMP server Operations"""
from PyPowerStore import powerstore_conn
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright: (c) 2024, Dell Technologies
# Copyright: (c) 2024-2026, Dell Technologies

"""Storage container destination operations"""

Expand Down
2 changes: 1 addition & 1 deletion ProgrammersGuideExamples/storage_container_examples.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright: (c) 2024, Dell Technologies
# Copyright: (c) 2024-2026, Dell Technologies

"""Storage container operations"""

Expand Down
2 changes: 1 addition & 1 deletion ProgrammersGuideExamples/vcenter_examples.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright: (c) 2024, Dell Technologies
# Copyright: (c) 2024-2026, Dell Technologies

"""Vcenter Operations"""

Expand Down
2 changes: 1 addition & 1 deletion ProgrammersGuideExamples/volume_examples.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright: (c) 2024, Dell Technologies
# Copyright: (c) 2024-2026, Dell Technologies

# pylint: disable=duplicate-code

Expand Down
2 changes: 1 addition & 1 deletion ProgrammersGuideExamples/volume_group_examples.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright: (c) 2024, Dell Technologies
# Copyright: (c) 2024-2026, Dell Technologies

"""Volume Group Module Operations"""

Expand Down
6 changes: 3 additions & 3 deletions PyPowerStore/__init__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright: (c) 2026, Dell Technologies
# Copyright: (c) 2024-2026, Dell Technologies
"""__init__.py."""

# pylint: disable=invalid-name

__title__ = "PyPowerStore"
__version__ = "3.5.0.0"
__version__ = "3.5.1.0"
__author__ = "Dell Technologies or its subsidiaries"
__copyright__ = "Copyright 2026 Dell Technologies"
__copyright__ = "Copyright 2024-2026 Dell Technologies"
2 changes: 1 addition & 1 deletion PyPowerStore/client.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright: (c) 2024, Dell Technologies
# Copyright: (c) 2024-2026, Dell Technologies

"""Client module for PowerStore"""

Expand Down
2 changes: 1 addition & 1 deletion PyPowerStore/configuration.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright: (c) 2024, Dell Technologies
# Copyright: (c) 2024-2026, Dell Technologies

"""Collection of configuration related functions for PowerStore"""

Expand Down
2 changes: 1 addition & 1 deletion PyPowerStore/objects/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024 Dell Inc. or its subsidiaries.
# Copyright (c) 2024-2026 Dell Inc. or its subsidiaries.
# All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
Expand Down
2 changes: 1 addition & 1 deletion PyPowerStore/objects/file_dns.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright: (c) 2024, Dell Technologies
# Copyright: (c) 2024-2026, Dell Technologies

"""Collection of file DNS related functions for PowerStore"""

Expand Down
2 changes: 1 addition & 1 deletion PyPowerStore/objects/file_interface.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright: (c) 2024, Dell Technologies
# Copyright: (c) 2024-2026, Dell Technologies

"""Collection of file interface related functions for PowerStore"""

Expand Down
2 changes: 1 addition & 1 deletion PyPowerStore/objects/file_nis.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright: (c) 2024, Dell Technologies
# Copyright: (c) 2024-2026, Dell Technologies

"""Collection of file NIS related functions for PowerStore"""

Expand Down
2 changes: 1 addition & 1 deletion PyPowerStore/objects/nfs_server.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright: (c) 2024, Dell Technologies
# Copyright: (c) 2024-2026, Dell Technologies

"""Collection of NFS server related functions for PowerStore"""

Expand Down
2 changes: 1 addition & 1 deletion PyPowerStore/objects/smb_server.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright: (c) 2024, Dell Technologies
# Copyright: (c) 2024-2026, Dell Technologies

"""Collection of SMB server related functions for PowerStore"""

Expand Down
2 changes: 1 addition & 1 deletion PyPowerStore/objects/snmp_server.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright: (c) 2024, Dell Technologies
# Copyright: (c) 2024-2026, Dell Technologies

"""Collection of SNMP related functions for PowerStore"""

Expand Down
2 changes: 1 addition & 1 deletion PyPowerStore/powerstore_conn.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright: (c) 2024, Dell Technologies
# Copyright: (c) 2024-2026, Dell Technologies

"""Module for establishing connection with PowerStore"""

Expand Down
4 changes: 2 additions & 2 deletions PyPowerStore/protection.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright: (c) 2024, Dell Technologies
# Copyright: (c) 2024, Ivan Pchelintsev <Ivan.Pchelintsev@emc.com>
# Copyright: (c) 2024-2026, Dell Technologies
# Copyright: (c) 2024-2026, Ivan Pchelintsev <Ivan.Pchelintsev@emc.com>

"""Collection of protection related functions for PowerStore"""

Expand Down
2 changes: 1 addition & 1 deletion PyPowerStore/provisioning.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright: (c) 2024, Dell Technologies
# Copyright: (c) 2024-2026, Dell Technologies

"""Collection of provisioning related functions for PowerStore"""

Expand Down
2 changes: 1 addition & 1 deletion PyPowerStore/utils/constants.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright: (c) 2024, Dell Technologies
# Copyright: (c) 2024-2026, Dell Technologies

"""Module for PowerStore constants"""

Expand Down
2 changes: 1 addition & 1 deletion PyPowerStore/utils/exception.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright: (c) 2024, Dell Technologies
# Copyright: (c) 2024-2026, Dell Technologies

"""PowerStore exceptions"""

Expand Down
2 changes: 1 addition & 1 deletion PyPowerStore/utils/helpers.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright: (c) 2024, Dell Technologies
# Copyright: (c) 2024-2026, Dell Technologies

"""Helper module for PowerStore"""

Expand Down
Loading
Loading