You can call this API operation to create a new application.
Operation description
Each account can have a maximum of 10 applications. For more information, see Multi-application development guide.
QPS limit
The queries per second (QPS) limit for a single user is 50 calls per second. If you exceed this limit, API calls are throttled, which may affect your business. Call this API operation at a reasonable frequency. For more information, see QPS limit.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
vod:CreateAppInfo |
create |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| AppName |
string |
Yes |
The name of the application. The name must be unique.
|
test |
| Description |
string |
No |
The description of the application.
|
myfirstapp |
| ResourceGroupId |
string |
No |
The ID of the resource group. |
rg-aekzko7fsuj**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response. |
||
| AppId |
string |
The ID of the application. |
app-**** |
| RequestId |
string |
The ID of the request. |
25818875-5F78-4A13-34D5-D7393642**** |
Examples
Success response
JSON format
{
"AppId": "app-****",
"RequestId": "25818875-5F78-4A13-34D5-D7393642****"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.