diff --git a/CHANGELOG.md b/CHANGELOG.md index e0d6ac47..58a054df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/endpoints-support.md b/endpoints-support.md index 1f97d768..cab571ce 100755 --- a/endpoints-support.md +++ b/endpoints-support.md @@ -193,7 +193,7 @@ |/rest/switch-types | GET | :white_check_mark: | :white_check_mark: | :heavy_multiplication_x: | |/rest/switch-types/{id} | GET | :white_check_mark: | :white_check_mark: | :heavy_multiplication_x: | | **Tasks** | -|/rest/tasks | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | +|/rest/tasks | GET | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | | **Version** | |/rest/version | GET | :white_check_mark: | :white_check_mark: | :heavy_multiplication_x: | | **Uplink Sets** | diff --git a/examples/tasks.go b/examples/tasks.go index 8438e021..b94e2539 100644 --- a/examples/tasks.go +++ b/examples/tasks.go @@ -18,7 +18,7 @@ func main() { os.Getenv("ONEVIEW_OV_DOMAIN"), os.Getenv("ONEVIEW_OV_ENDPOINT"), false, - 800, + 1000, "*") // Get all tasks present