このコンテンツは選択した言語では利用できません。
11.11. Disable High Availability (HA) on Application
Description
Disable high availability (HA) feature on an application.
Method and URL Structure
Method | URL Structure |
---|---|
POST | /broker/rest/application/:id/events |
Request Parameters
Name | Description | Required | Default |
---|---|---|---|
event | Event | Yes |
See Section A.6, “Applications” for more information about the valid options applicable to these request parameters.
Request
{ "event": "disable-ha" }
{
"event": "disable-ha"
}
cURL Command Example
curl -X POST https://openshift.redhat.com/broker/rest/application/527ade9d7f9c48d37100000a/events --user user@example.com:password --data-urlencode event=disable-ha
$ curl -X POST https://openshift.redhat.com/broker/rest/application/527ade9d7f9c48d37100000a/events --user user@example.com:password --data-urlencode event=disable-ha