All Products
Search
Document Center

Function Compute:PublishServiceVersion

Last Updated:Sep 19, 2024

Publishes a service version.

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
fc:PublishServiceVersionupdate
  • All Resources
    *
    none
none

Request syntax

POST /2021-04-06/services/{serviceName}/versions

Request parameters

ParameterTypeRequiredDescriptionExample
serviceNamestringYes

The name of the service.

demo-service
bodyobjectNo

The definition of the service version.

descriptionstringNo

The description of the service version.

test_description
If-MatchstringNo

The ETag value of the service. This value is used to ensure that the modified service is consistent with the service to be modified. The ETag value is returned in the responses of the CreateService , UpdateService , and GetService operations.

e19d5cd5af0378da05f63f891c7467af
X-Fc-Account-IdstringNo

The ID of your Alibaba Cloud account.

188077086902****
X-Fc-DatestringNo

The start time when the function is invoked. Specify the time in the yyyy-mm-ddhh:mm:ss format.

Wed, 11 May 2022 09:00:00 GMT
X-Fc-Trace-IdstringNo

2020-12-1210:00:00

rid281s******

Response parameters

ParameterTypeDescriptionExample
headersobject
ETagstring
object

The trace ID of the invocation request of Function Compute.

createdTimestring

The returned data.

2016-08-15T16:06:05.000+0000
descriptionstring

The creation time.

test_description
lastModifiedTimestring

The description of the service version.

2016-08-15T16:06:05.000+0000
versionIdstring

The last update time.

1

Examples

Sample success responses

JSONformat

{
  "createdTime": "2016-08-15T16:06:05.000+0000",
  "description": "test_description",
  "lastModifiedTime": "2016-08-15T16:06:05.000+0000",
  "versionId": "1"
}

Error codes

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

Change history

Change timeSummary of changesOperation
2021-06-30The internal configuration of the API is changed, but the call is not affectedView Change Details
2021-06-30The request parameters of the API has changedView Change Details
2021-06-30The request parameters of the API has changedView Change Details
2021-06-30The request parameters of the API has changedView Change Details