All Products
Search
Document Center

Edge Security Acceleration:UploadRoutineCode

Last Updated:Oct 17, 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

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

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.

Change history

Change timeSummary of changesOperation
No change history