Skip to content

Commit 7443fb1

Browse files
authored
Added example of excluding volumes
1 parent ef27a2a commit 7443fb1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

python/fa_sample.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,10 @@
22
"src_flash_array_host": "sn1-x90r2-f06-27.puretec.purestorage.com",
33
"src_flash_array_api_token": "itsasecret",
44
"tgt_flash_array_host": "sn1-x90r2-f06-33.puretec.purestorage.com",
5-
"tgt_flash_array_api_token": "itsasecret"
5+
"tgt_flash_array_api_token": "itsasecret",
6+
"_comment": "list of volumes to exclude",
7+
"excluded_volumes": [
8+
{ "volume_id": "dd246ff7-9104-71cd-0320-8915f47aa77e" },
9+
{ "volume_id": "dd246ff7-9104-71cd-0320-8915f47aa77f" }
10+
]
611
}

0 commit comments

Comments
 (0)