Modifies basic information about an application that is deployed in a Kubernetes cluster.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
edas:ConfigApplication |
update |
*Application
|
None | None |
Request syntax
POST /pop/v5/oam/update_app_basic_info HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| AppId |
string |
Yes |
The ID of the application that you want to modify. |
4f038ddf-b27b-****-****-88e44375**** |
| Description |
string |
No |
The description of the application. The description can be up to 256 characters in length. |
app for pre-production |
| Owner |
string |
No |
The owner of the application. The value can be up to 128 characters in length. |
张三 |
| PhoneNumber |
string |
No |
The phone number of the application owner. |
1361234xxxx |
|
string |
No |
The email address of the application owner. |
mymail@example.com |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Code |
integer |
The HTTP status code that is returned. |
200 |
| Message |
string |
The additional information that is returned. |
success |
| RequestId |
string |
The ID of the request. |
57F146F6-3C94-****-****-A66EF4B9***** |
| Result |
string |
The result of the modification. |
success |
Examples
Success response
JSON format
{
"Code": 200,
"Message": "success",
"RequestId": "57F146F6-3C94-****-****-A66EF4B9*****",
"Result": "success"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 500 | Edas.errorcode.PermissionDenied.message | You are not authorized to perform the operation. | No permissions |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.