All Products
Search
Document Center

Dynamic Content Delivery Network:UploadRoutineCode

Last Updated:Mar 01, 2024

Uploads code to EdgeRoutine (ER).

Operation description

Note
  • Each time you submit code, a version of the code is generated. You can manage and publish code by version.

  • Each routine can retain at most 10 versions. If the upper limit is reached, you must call the DeleteRoutineCodeRevision operation to manually delete versions that are no longer needed before new versions can be saved.

  • You can call this operation up to 100 times per second per account.

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
dcdn:UploadRoutineCodeRead
  • All Resources
    *
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
NamestringYes

The name of the routine. The name must be unique among the routines that belong to the same Alibaba Cloud account.

test
CodeDescriptionstringYes

The description of the code version.

Hello World

Response parameters

ParameterTypeDescriptionExample
object
Contentobject

The content returned, such as the code version number and information about the code upload.

RequestIdstring

The ID of the request.

DFA2027F-86C0-4421-9593-581A7993696C

Fields in Content

FieldTypeExampleDescription
CodeRevisionString1622034169188190000The version number of the code.
OssPostConfigJsonThe request content required for uploading the JavaScript code.
ㄴOSSAccessKeyIdStringKiTr****The AccessKey ID that is used for the object upload.
ㄴSignatureString+VaGBmeMjdKTD1E=The signature information that is calculated based on the AccessKey secret and the policy field. OSS checks the signature information to verify the validity of the PostObject request.
ㄴcallbackStringeyJjYWxsYmFja1VybCI6Imh0dHA6Ly9lci****The Base64-encoded JSON string that contains multiple fields. To construct a callback parameter, you must specify the URL (callbackUrl) of the server to which the callback request is sent and the content (callbackBody) of the callback request.
ㄴx:codeDescriptionStringIkhlbGxvIFdvcmxkIg==The description of the current code version.
ㄴUrlStringhttp://****.oss-cn-hangzhou.aliyuncs.comThe domain name of the bucket to which the object was uploaded.
ㄴkeyStringtest.123.69188190343.jsThe name of the object.
ㄴpolicyStringeyJleHBpcmF0aW9uIjoiMjAyMS0wNS0yNlQxMz****The JSON string encoded in UTF-8 and Base64 that is used to verify the validity of the request. This parameter indicates the conditions that a PostObject request must meet.

Examples

Sample success responses

JSONformat

{
  "Content": {
    "test": "test",
    "test2": 1
  },
  "RequestId": "DFA2027F-86C0-4421-9593-581A7993696C"
}

Error codes

HTTP status codeError codeError messageDescription
400EdgeRoutine.GeneralErrorA server error occurred: %sA server error occurred. Try again later. If the error persists, submit a ticket.

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