File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- title : " Curling through the OneView API"
2
+ title : Curling through the OneView API
3
3
date : 2017-09-07T17:33:30.771Z
4
- author : Didier Lalli
5
- tags : ["HPE-OneView","OneView","RESTAPI"]
6
- authorimage : " /img/blogs/Avatar2.svg"
7
4
featuredBlog : false
8
- priority :
9
- thumbnailimage :
5
+ priority : null
6
+ author : Didier Lalli
7
+ authorimage : /img/blogs/Avatar2.svg
8
+ thumbnailimage : null
9
+ tags :
10
+ - HPE-OneView
11
+ - OneView
12
+ - RESTAPI
10
13
---
11
14
In previous articles, we used a REST client plug-in to Firefox or Chrome
12
15
to exercise the HPE Composable Infrastructure API. This is nice, for
@@ -98,7 +101,7 @@ curl -k -H "accept: application/json" \\
98
101
So let us pretend would like to capture the currentVersion in a variable
99
102
within a shell script, we could do the following:
100
103
101
- \# Retrieve API version
104
+ # Retrieve API version
102
105
103
106
104
107
``` postscript
You can’t perform that action at this time.
0 commit comments