Creates an application.
Operation description
Each account can create up to 10 applications. For more information, see Multi-application development guide.
QPS limit
The single-user QPS limit for this operation is 50 calls per second. If this limit is exceeded, the API call is throttled, which may affect your business. Call this operation appropriately. 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 application name. The name must be unique.
|
test |
| Description |
string |
No |
The application description.
|
myfirstapp |
| ResourceGroupId |
string |
No |
The resource group ID. |
rg-aekzko7fsuj**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| AppId |
string |
The application ID. |
app-**** |
| RequestId |
string |
The request ID. |
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.