All Products
Search
Document Center

ApsaraVideo VOD:CreateAppInfo

Last Updated:Jul 19, 2024

Creates an application.

Operation description

You can create up to 10 applications within an Alibaba Cloud account. For more information, see Multi-application service.

QPS limits

You can call this operation up to 50 times per second per account. Requests that exceed this limit are dropped and you will experience service interruptions. We recommend that you take note of this limit when you call this operation. For more information, see QPS limits on API operations in ApsaraVideo VOD.

Debugging

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

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
AppNamestringYes

The name of the application. The application name must be unique.

  • The name can contain letters, digits, periods (.), hyphens (-), and at signs (@). The name can be up to 128 characters in length.
  • The value must be encoded in UTF-8.
test
DescriptionstringNo

The description of the application.

  • The description can contain up to 512 characters in length.
  • The value must be encoded in UTF-8.
myfirstapp

Response parameters

ParameterTypeDescriptionExample
object

The returned result.

AppIdstring

The ID of the application.

app-****
RequestIdstring

The ID of the request.

25818875-5F78-4A13-34D5-D7393642****

Examples

Sample success responses

JSONformat

{
  "AppId": "app-****",
  "RequestId": "25818875-5F78-4A13-34D5-D7393642****"
}

Error codes

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

Change history

Change timeSummary of changesOperation
2021-08-03The internal configuration of the API is changed, but the call is not affectedView Change Details