Get deployment list
POSThttp://api.anedya.io/deployments/list
Get list of all deployments. The API returns preliminary data for each deployment, like status, current stage total number of successes and failures.
Request
Responses
- 200
OK
- curl
- nodejs
- python
- go
- rust
- csharp
- ruby
- php
- java
- powershell
- CURL
curl -L 'http://api.anedya.io/deployments/list' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-d '{
"filter": {
"status": "string"
},
"limit": 0,
"offset": 0
}'
ResponseClear