Queries the configuration of Java startup parameters for an application.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
edas:ReadApplication |
get |
*All Resource
|
None | None |
Request syntax
GET /pop/v5/oam/java_start_up_config HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| AppId |
string |
Yes |
The ID of the application. |
5fdf50e8-* |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Code |
integer |
The HTTP status code that is returned. |
200 |
| Message |
string |
The message that is returned. |
success |
| RequestId |
string |
The ID of the request. |
4823-bhjf-23u4-eiufh |
| JavaStartUpConfig |
object |
The configuration of Java startup parameters. |
|
| StartUpArgs |
string |
The effective startup parameter configuration. |
-Xms512m |
| OriginalConfigs |
string |
The displayed startup parameter configuration. |
-Xms512m |
Examples
Success response
JSON format
{
"Code": 200,
"Message": "success",
"RequestId": "4823-bhjf-23u4-eiufh",
"JavaStartUpConfig": {
"StartUpArgs": "-Xms512m",
"OriginalConfigs": "-Xms512m"
}
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 500 | UnknownError | The request processing has failed due to some unknown error. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.