hitachivantara.vspone_block.vsp.hv_vsp_one_snapshot_facts module – Retrieves snapshot information from 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_facts.
New in hitachivantara.vspone_block 4.4.0
Synopsis
This module retrieves snapshot information from Hitachi VSP One storage systems.
Utilizes the Hitachi Vantara VSP One Simple API for snapshot facts retrieval 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_facts.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. |
|
Query parameters for retrieving snapshot information. |
|
Specify the number of snapshots by using a value in the range from 1 through 1000. If this parameter is omitted, 1000 is considered. |
|
Master volume ID of the snapshot. |
|
Information about snapshots created on and after the date and time specified for this parameter will be obtained. Specify the date and time from which snapshots will be obtained, in YYYY-MM-DDThh:mm:ssZ format. |
|
Information about snapshots created on and before the date and time specified for this parameter will be obtained. Specify the date and time from which snapshots will be obtained, in YYYY-MM-DDThh:mm:ssZ format. |
|
Snapshot group name. Information about the snapshot that is a perfect match with the specified value is obtained. |
|
Snapshot ID. |
|
Specify the first snapshot information to obtain, by specifying the master volume ID of the snapshot and the snapshot ID, linked by a comma. String in formation of ‘master_volume_id,snapshot_id’. If this parameter is omitted, ‘0,0’ is assumed. |
Attributes
Attribute |
Support |
Description |
|---|---|---|
Support: full |
Specifies whether the module operates in check mode. |
Examples
- name: Get snapshot pair with master_volume_id and snapshot_id
hitachivantara.vspone_block.vsp.hv_vsp_one_snapshot_facts:
connection_info:
address: vsp.company.com
username: "admin"
password: "password"
spec:
master_volume_id: 1445
snapshot_id: 4
- name: Get all snapshot pairs
hitachivantara.vspone_block.vsp.hv_vsp_one_snapshot_facts:
connection_info:
address: vsp.company.com
username: "admin"
password: "password"
- name: Get port information by protocol
hitachivantara.vspone_block.vsp.hv_vsp_one_snapshot_facts:
connection_info:
address: vsp.company.com
username: "admin"
password: "password"
spec:
protocol: "fc"
Returned Facts
Facts returned by this module are added/updated in the hostvars host facts and can be referenced by name just like any other host fact. They do not need to be registered in order to use them.
Key |
Description |
|---|---|
Snapshot information retrieved from the storage system. Returned: always |
|
Master volume ID of the snapshot and the snapshot ID, linked by a comma. Returned: success Sample: |
|
Master volume ID of the snapshot and the snapshot ID, linked by a comma. Returned: success Sample: |
|
ID of the volume to be created from the snapshots. This attribute is obtained only if the ID of the volume for which the snapshot was created is defined. Returned: success Sample: |
|
Mapped volume ID of the snapshot in hexadecimal. Returned: success Sample: |
|
Master volume ID of the snapshot. Returned: success Sample: |
|
Master volume ID of the snapshot in hexadecimal. Returned: success Sample: |
|
ID of the pool in which the differential data of the snapshots is stored. Returned: success Sample: |
|
Remaining Retention Time (hours) of the snapshot. If the snapshot data retention period is not set or the snapshot data retention period has expired, 0 is obtained. Returned: success Sample: |
|
ID of the root volume of the snapshots. Returned: success Sample: |
|
ID of the root volume of the snapshots in hexadecimal. Returned: success Sample: |
|
Date and time when the snapshot was created. Returned: success Sample: |
|
Snapshot group name. Returned: success Sample: |
|
Snapshot ID. The mirror unit number is obtained. Returned: success Sample: |
|
Status of the snapshot. Returned: success Sample: |
|
Type of snapshot. Returned: success Sample: |
|
The amount of disk space (MiB) occupied by differential information and control information used by the snapshot group created from the same volume. Returned: success Sample: |