计费成功后,创建资源。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
        
            调试
        
    
授权信息
| 
                                 操作  | 
                            
                                 访问级别  | 
                            
                                 资源类型  | 
                            
                                 条件关键字  | 
                            
                                 关联操作  | 
                        
| 
                                 bpstudio:DeployApplication  | 
                            
                                 update  | 
                            
                                     *Application 
  | 
                            无 | 无 | 
请求参数
| 
                             名称  | 
                        
                             类型  | 
                        
                             必填  | 
                        
                             描述  | 
                        
                             示例值  | 
                    
| ApplicationId | 
                             string  | 
                        
                             是  | 
                        
                             应用 ID  | 
                        
                             VVK605ZH00OA4MRT  | 
                    
| ResourceGroupId | 
                             string  | 
                        
                             否  | 
                        
                             资源组 ID  | 
                        
                             rg-acfmyjt3c5om3hi  | 
                    
| ClientToken | 
                             string  | 
                        
                             否  | 
                        
                             幂等标记  | 
                        
                             1600765710019  | 
                    
返回参数
| 
                             名称  | 
                        
                             类型  | 
                        
                             描述  | 
                        
                             示例值  | 
                    
| 
                             object  | 
                        |||
| Message | 
                             string  | 
                        
                             错误信息  | 
                        
                             Success  | 
                    
| RequestId | 
                             string  | 
                        
                             请求 ID  | 
                        
                             A07FFDF2-78FA-1B48-9E38-88E833A93187  | 
                    
| Data | 
                             integer  | 
                        
                             应用数据  | 
                        
                             123  | 
                    
| Code | 
                             string  | 
                        
                             响应码  | 
                        
                             200  | 
                    
示例
正常返回示例
JSON格式
{
  "Message": "Success",
  "RequestId": "A07FFDF2-78FA-1B48-9E38-88E833A93187",
  "Data": 123,
  "Code": "200"
}
            错误码
| 
                                 HTTP status code  | 
            				
                                 错误码  | 
            				
                                 错误信息  | 
            				
                                 描述  | 
            			
|---|---|---|---|
| 200 | Success | The transaction is successful. | |
| 400 | ParameterEmpty | You must specify the request parameter. | 您必须指定请求参数。 | 
| 500 | ServiceError | A server error occurred. Please try again later. | 服务器异常,请稍后再试 | 
| 404 | EntityNotExist.ResourceGroup | The resource group does not exist. | 资源组不存在 | 
| 404 | EntityNotExist.ResourceId | The resource does not exist. | 资源不存在 | 
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。
该文章对您有帮助吗?