Skip to content

Commit 9f367ab

Browse files
author
Raphael Londner
committed
- added name in settings.json
- Updated Readme
1 parent a07dde7 commit 9f367ab

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Pure Storage REST Client
2-
========================
1+
Pure Storage FlashArray REST 1.X SDK
2+
====================================
33
This library is designed to provide a simple interface for issuing commands to
44
a Pure Storage FlashArray using a REST API. It communicates with the array
55
using the python requests HTTP library.
@@ -17,7 +17,7 @@ includes any FlashArray running Purity 3.4.0 or later.
1717

1818
Capabilities
1919
============
20-
This library supports all functionality offered by REST API versions up to 1.17.
20+
This library supports all functionality offered by FlashArray REST API versions from 1.0 up to 1.17.
2121

2222
Note that different versions of the REST API offer different functionality, and
2323
some operations may be unusable except on certain versions of the REST API. For

settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"id": "rest-client",
3+
"name": "Python FlashArray REST 1.X SDK",
34
"filter": "devops",
45
"image": "https://code.purestorage.com/images/8_python%20script.png",
56
"featured": 1,

0 commit comments

Comments
 (0)