Skip to content

Commit

Permalink
Merge pull request #197 from HewlettPackard/task
Browse files Browse the repository at this point in the history
API 1000 support for Task
  • Loading branch information
AnushaY1916 authored Dec 3, 2019
2 parents ef3df00 + cd528a5 commit 49d2767
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
- Storage volume
- Storage volume attachment
- Storage volume template
- Task
- Uplink set

# [v1.0.0] (2019-02-07)
Expand Down
2 changes: 1 addition & 1 deletion endpoints-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
|<sub>/rest/switch-types</sub> | GET | :white_check_mark: | :white_check_mark: | :heavy_multiplication_x: |
|<sub>/rest/switch-types/{id}</sub> | GET | :white_check_mark: | :white_check_mark: | :heavy_multiplication_x: |
| **Tasks** |
|<sub>/rest/tasks</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
|<sub>/rest/tasks</sub> | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| **Version** |
|<sub>/rest/version</sub> | GET | :white_check_mark: | :white_check_mark: | :heavy_multiplication_x: |
| **Uplink Sets** |
Expand Down
2 changes: 1 addition & 1 deletion examples/tasks.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ func main() {
os.Getenv("ONEVIEW_OV_DOMAIN"),
os.Getenv("ONEVIEW_OV_ENDPOINT"),
false,
800,
1000,
"*")

// Get all tasks present
Expand Down

0 comments on commit 49d2767

Please sign in to comment.