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
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
Name | string | Yes | The name of the routine. The name must be unique among the routines that belong to the same Alibaba Cloud account. | test |
CodeDescription | string | Yes | The description of the code version. | Hello World |
Response parameters
Fields in Content
Field | Type | Example | Description |
---|---|---|---|
CodeRevision | String | 1622034169188190000 | The version number of the code. |
OssPostConfig | Json | The request content required for uploading the JavaScript code. | |
ㄴOSSAccessKeyId | String | KiTr**** | The AccessKey ID that is used for the object upload. |
ㄴSignature | String | +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. |
ㄴcallback | String | eyJjYWxsYmFja1VybCI6Imh0dHA6Ly9lci**** | 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:codeDescription | String | IkhlbGxvIFdvcmxkIg== | The description of the current code version. |
ㄴUrl | String | http://****.oss-cn-hangzhou.aliyuncs.com | The domain name of the bucket to which the object was uploaded. |
ㄴkey | String | test.123.69188190343.js | The name of the object. |
ㄴpolicy | String | eyJleHBpcmF0aW9uIjoiMjAyMS0wNS0yNlQxMz**** | 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
JSON
format
{
"Content": {
"test": "test",
"test2": 1
},
"RequestId": "DFA2027F-86C0-4421-9593-581A7993696C"
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | EdgeRoutine.GeneralError | A server error occurred: %s | A 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 time | Summary of changes | Operation |
---|
No change history