iguber
3 years agoNovice I
Hi, I am trying to run pod demote command from the
Hi, I am trying to run pod demote command from the swagger UI: curl -X PATCH "http://10.202.4.119/api/2.8/pods?quiesce=true" -H "accept: application/json" -H "Content-Type: application/json" -d "{ \"name\": \"DR-vmwaretest\", \"destroyed\": false, \"failover_preferences\": , \"mediator\": \"https://mediator.cloud-support.purestorage.com\", \"requested_promotion_state\": \"demoted\"}" but getting back 400 error with body:
```{
"errors": [
{
"context": "destroyed, name, add_arrays, ...",
"message": "Invalid combination of parameters specified."
}
]
}```