Skip to content

Commit c9ca595

Browse files
committed
Update Blog “curling-through-the-oneview-api”
1 parent e8a585e commit c9ca595

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

content/blog/curling-through-the-oneview-api.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
---
2-
title: "Curling through the OneView API"
2+
title: Curling through the OneView API
33
date: 2017-09-07T17:33:30.771Z
4-
author: Didier Lalli
5-
tags: ["HPE-OneView","OneView","RESTAPI"]
6-
authorimage: "/img/blogs/Avatar2.svg"
74
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
1013
---
1114
In previous articles, we used a REST client plug-in to Firefox or Chrome
1215
to exercise the HPE Composable Infrastructure API. This is nice, for
@@ -98,7 +101,7 @@ curl -k -H "accept: application/json" \\
98101
So let us pretend would like to capture the currentVersion in a variable
99102
within a shell script, we could do the following:
100103

101-
\#Retrieve API version
104+
# Retrieve API version
102105

103106

104107
```postscript

0 commit comments

Comments
 (0)