Update
PUT {{baseUrl}}/applications/{{id}}.json
This API endpoint allows you to update certain parameters of your application.
The input is expected to be in JSON or XML format in the body parameter of the PUT request. The exact schema is defined below. Any extra parameters passed in the body will be ignored.
See our documentation for a discussion and simple example of updating an application.
Request Body
{"application"=>{"name"=>"<string>", "settings"=>{"app_apdex_threshold"=>"<float>", "enable_real_user_monitoring"=>"<boolean>", "end_user_apdex_threshold"=>"<float>"}}}
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"application":{"application_summary":{"apdex_score":-62778343.93055071,"apdex_target":35681268.2532953,"concurrent_instance_count":54519316,"error_rate":-97321564.15446135,"host_count":46412927,"instance_count":88168593,"response_time":10282789.140526652,"throughput":-80540723.39922453},"end_user_summary":{"apdex_score":24824307.911463574,"apdex_target":37742258.58544561,"response_time":20012208.18953216,"throughput":9452335.710422635},"health_status":"incididunt","id":-35924180,"language":"in anim eu","last_reported_at":"1948-06-17T08:17:39.212Z","links":{"servers":[-5332222,-55336594],"application_hosts":[56569371,-46071464],"application_instances":[-75430142,90405618]},"name":"veniam exercitation occaecat","reporting":false,"settings":{"app_apdex_threshold":71125034.99876216,"enable_real_user_monitoring":false,"end_user_apdex_threshold":84027517.90681121,"use_server_side_config":false}}}