All Products
Search
Document Center

CloudOps Orchestration Service:CreateApplication

Last Updated:Mar 03, 2024

Creates 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:CreateApplicationWrite
  • Application
    acs:oos:{#regionId}:{#accountId}:application/*
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
RegionIdstringNo

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

cn-hangzhou
NamestringYes

The application name.

MyApplication
DescriptionstringNo

The description of the application.

application
ResourceGroupIdstringNo

The ID of the resource group.

rg-acfmxsn4m******
TagsobjectNo

The tags.

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

The client token that is used to ensure the idempotence of the request.

TF-CreateApplication-1647587475-84104b89-eba5-47a8-b2fd-807b8b7d
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 information about how to obtain the ID of an alert template, see DescribeMetricRuleTemplateList .

6c7372e9e237463bb9efcb1acd91358d
HealthCheckUrlstringNo

The health check URL of the application.

/healthcheck/tcp50122
ServiceIdstringNo

The ID of the service.

service-79538e30e44541b699d8

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request.

274917E8-8E74-5928-A82F-4940F52F7ACB
Applicationobject

The information about the application.

Tagsobject

The tags.

string

The tags.

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

The application name.

Myapplication
UpdateDatestring

The time when the application was updated.

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

The description of the application.

application
CreateDatestring

The time when the application was created.

2021-09-07T09:17:46Z

Examples

Sample success responses

JSONformat

{
  "RequestId": "274917E8-8E74-5928-A82F-4940F52F7ACB",
  "Application": {
    "Tags": {
      "key": "{\"k1\":\"v1\",\"k2\":\"v2\"}"
    },
    "Name": "Myapplication",
    "UpdateDate": "2021-09-07T09:17:46Z",
    "Description": "application",
    "CreateDate": "2021-09-07T09:17:46Z"
  }
}

Error codes

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

Change history

Change timeSummary of changesOperation
2023-10-12The request parameters of the API has changedsee changesets
Change itemChange content
Input ParametersThe request parameters of the API has changed.
    Added Input Parameters: ServiceId
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