hitachivantara.vspone_block.vsp.hv_vsp_one_snapshot_group module – Manages snapshot group operations in Hitachi VSP One storage systems.
Note
This module is part of the hitachivantara.vspone_block collection (version 4.4.0).
You might already have this collection installed if you are using the ansible package.
It is not included in ansible-core.
To check whether it is installed, run ansible-galaxy collection list.
To install it, use: ansible-galaxy collection install hitachivantara.vspone_block.
You need further requirements to be able to use this module,
see Requirements for details.
To use it in a playbook, specify: hitachivantara.vspone_block.vsp.hv_vsp_one_snapshot_group.
New in hitachivantara.vspone_block 4.4.0
Synopsis
This module manages snapshot group operations in Hitachi VSP One storage systems.
Utilizes the Hitachi Vantara VSP One Simple API for snapshot group operations across VSP one B2x and VSP E series models.
For usage examples, visit https://github.com/hitachi-vantara/vspone-block-ansible/blob/main/playbooks/vsp_direct/vsp_one_snapshot_group.yml
Requirements
The below requirements are needed on the host that executes this module.
python >= 3.9
Parameters
Parameter |
Comments |
|---|---|
Information required to establish a connection to the storage system. |
|
IP address or hostname of the storage system. |
|
Token used to operate on locked resources. |
|
Password for authentication. This is a required field. |
|
Username for authentication. This is a required field. |
|
Configuration parameters for the snapshot group operation. |
|
Snapshot group name. Information about the snapshot group that is a perfect match with the specified value is obtained. |
|
The desired state of the snapshot group. Choices:
|
Attributes
Attribute |
Support |
Description |
|---|---|---|
Support: full |
Specifies whether the module operates in check mode. |
Examples
- name: Get snapshot groups with specific snapshot group name
hitachivantara.vspone_block.vsp.hv_vsp_one_snapshot_group:
connection_info:
address: vsp.company.com
username: "admin"
password: "password"
spec:
snapshot_group_name: "test_sp_group"
- name: Delete snapshot group by snapshot_group_name
hitachivantara.vspone_block.vsp.hv_vsp_one_snapshot_group:
connection_info:
address: vsp.company.com
username: "admin"
password: "password"
state: absent
spec:
snapshot_group_name: "test_sp_group"
Return Values
Common return values are documented here, the following are the fields unique to this module:
Key |
Description |
|---|---|
List of snapshots retrieved from the storage system. Returned: always |
|
Name of the snapshot group. Returned: success Sample: |
|
List of snapshots within the snapshot group. Returned: success |
|
Master volume ID of the snapshot. Returned: success Sample: |
|
Snapshot ID. The mirror unit number is obtained. Returned: success Sample: |