Push controls allow manually connecting or disconnecting a push. Use a post with the action parameter set as needed.
Shows the result from the primary
Shows the result from the backup
You cannot read the push_controls endpoint.
You cannot update the push_controls endpoint.
Update the Push_controls object with id mypushpublish.
https://api.scaleengine.net/dev/v2/push_controls/mypushpublish
curl -X POST --data-binary @/path/to/request/body --user 158:8fc8c48da81e6a2a06a9556379bf798af508dc0792497c678b4c3532ba8b637f https://api.scaleengine.net/dev/v2/push_controls/mypushpublish
{ "action": "push_connect" }
{ "name": "mypushpublish", "success": true, "primary": null, "backup": null }
You cannot delete the push_controls endpoint.