Skip to main content

Get deployment list

POST 

http://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

OK

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
}'
Request Collapse all
Base URL
http://api.anedya.io
Body
{
  "filter": {
    "status": "string"
  },
  "limit": 0,
  "offset": 0
}
ResponseClear

Click the Send API Request button above and see the response here!