All Products
Search
Document Center

CloudOps Orchestration Service:UpdateApplication

Last Updated:Mar 03, 2024

Updates an application. You can call this operation only for the applications that reside in the China (Hangzhou) region. Use an endpoint of the China (Hangzhou) region.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • The required resource types are displayed in bold characters.
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
oos:UpdateApplication
  • Application
    acs:oos:{#regionId}:{#accountId}:application/{#ApplicationName}
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
RegionIdstringNo

The region ID. Set the value to cn-hangzhou.

cn-hangzhou
NamestringYes

The application name.

My-Application
DescriptionstringNo

The description to be updated for the application.

test application
TagsobjectNo

The tags.

{"k1":"v1","k2":"v2"}
AlarmConfigobjectNo

The configurations of application alerts.

ContactGroupsarrayNo

The alert contact groups.

stringNo

The name of the alert contact group.

AlertContactGroup
TemplateIdsarrayNo

The alert templates.

stringNo

The ID of the alert template.

For more information about how to query the IDs of alert templates, see DescribeMetricRuleTemplateList .

d8d1153c517f4971a37350ba8c021c26
HealthCheckUrlstringNo

The health check URL of the application.

/healthcheck/tcp50122
DeleteAlarmRulesBeforeUpdatebooleanNo

Specifies whether to delete existing alert rules before applying the alert template. Default value: false.

false

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request.

F1F00F41-D24C-5377-831B-C97F739CE1AB
Applicationobject

The information about the application.

Descriptionstring

The description of the application.

test application
UpdatedDatestring

The time when the application was updated.

2021-09-07T10:17:46Z
ResourceGroupIdstring

The ID of the resource group.

rg-acfmxsn4m*****
CreatedDatestring

The time when the application was created.

2021-09-07T09:17:46Z
Tagsobject

The tags.

{"k1":"v1","k2":"v2"}
Namestring

The application name.

My-Application

Examples

Sample success responses

JSONformat

{
  "RequestId": "F1F00F41-D24C-5377-831B-C97F739CE1AB",
  "Application": {
    "Description": "test application",
    "UpdatedDate": "2021-09-07T10:17:46Z",
    "ResourceGroupId": "rg-acfmxsn4m*****",
    "CreatedDate": "2021-09-07T09:17:46Z",
    "Tags": {
      "k1": "v1",
      "k2": "v2"
    },
    "Name": "My-Application"
  }
}

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2023-07-27The request parameters of the API has changedsee changesets
Change itemChange content
Input ParametersThe request parameters of the API has changed.
    Added Input Parameters: AlarmConfig
    Added Input Parameters: DeleteAlarmRulesBeforeUpdate