1. Packages
  2. Packages
  3. Volcenginecc Provider
  4. API Docs
  5. vefaas
  6. getRelease
Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine
volcenginecc logo
Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine

    Data Source schema for Volcengine::VEFAAS::Release

    Using getRelease

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getRelease(args: GetReleaseArgs, opts?: InvokeOptions): Promise<GetReleaseResult>
    function getReleaseOutput(args: GetReleaseOutputArgs, opts?: InvokeOptions): Output<GetReleaseResult>
    def get_release(id: Optional[str] = None,
                    opts: Optional[InvokeOptions] = None) -> GetReleaseResult
    def get_release_output(id: Optional[pulumi.Input[str]] = None,
                    opts: Optional[InvokeOptions] = None) -> Output[GetReleaseResult]
    func LookupRelease(ctx *Context, args *LookupReleaseArgs, opts ...InvokeOption) (*LookupReleaseResult, error)
    func LookupReleaseOutput(ctx *Context, args *LookupReleaseOutputArgs, opts ...InvokeOption) LookupReleaseResultOutput

    > Note: This function is named LookupRelease in the Go SDK.

    public static class GetRelease 
    {
        public static Task<GetReleaseResult> InvokeAsync(GetReleaseArgs args, InvokeOptions? opts = null)
        public static Output<GetReleaseResult> Invoke(GetReleaseInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetReleaseResult> getRelease(GetReleaseArgs args, InvokeOptions options)
    public static Output<GetReleaseResult> getRelease(GetReleaseArgs args, InvokeOptions options)
    
    fn::invoke:
      function: volcenginecc:vefaas/getRelease:getRelease
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    Uniquely identifies the resource.
    Id string
    Uniquely identifies the resource.
    id String
    Uniquely identifies the resource.
    id string
    Uniquely identifies the resource.
    id str
    Uniquely identifies the resource.
    id String
    Uniquely identifies the resource.

    getRelease Result

    The following output properties are available:

    CreationTime string
    Creation time
    CurrentTrafficWeight int
    Current release traffic percentage. Valid values: 1–100, indicates the proportion of traffic assigned to the currently releasing version. Returned only when status is inprogress or failed
    Description string
    Description for this release
    ErrorCode string
    Error codes for release failures: functionstartfailed: function startup failed functionstarttimeout: function startup timed out functionhealthcheckfailed: function health check failed systeminternal_error: internal system error
    FailedInstanceLogs string
    Download link for logs of failed release instances
    FinishTime string
    Completion time
    FunctionId string
    Function ID
    Id string
    Uniquely identifies the resource.
    LastUpdateTime string
    Update time
    MaxInstance int
    Maximum number of function instances. Valid range: [0 ~ remaining available account resources/single instance maximum memory]
    NewRevisionNumber int
    Version number of the new version being released. Not returned when status is pending; returned when status is inprogress, failed, or done
    OldRevisionNumber int
    Version number of the old version. Not returned when status is pending; returned when status is inprogress, failed, or done
    ReleaseRecordId string
    Release record ID
    RevisionNumber int
    Version number to release. When RevisionNumber = 0, the latest code (Latest) is released and a new version is created
    RollingStep int
    Canary step percentage. Valid values: 1–100, default: 10
    SourceRevisionNumber int
    Released historical version number
    StableRevisionNumber int
    Version number currently running stably online. Generated after the first successful release. Before the first release (status == pending), StableRevisionNumber is -1
    StartTime string
    Start time of the current release. Not returned when status is pending; returned when status is inprogress, failed, or done
    Status string
    Function release status: pending: never released, inprogress: releasing, done: release successful, failed: release failed
    StatusMessage string
    Detailed function release status. Supplementary information for release status
    TargetRevisionNumber int
    Target version number for release
    TargetTrafficWeight int
    Target release traffic percentage. Valid range: [0, 100], indicates the proportion of traffic assigned to the released version. 100 means full release
    CreationTime string
    Creation time
    CurrentTrafficWeight int
    Current release traffic percentage. Valid values: 1–100, indicates the proportion of traffic assigned to the currently releasing version. Returned only when status is inprogress or failed
    Description string
    Description for this release
    ErrorCode string
    Error codes for release failures: functionstartfailed: function startup failed functionstarttimeout: function startup timed out functionhealthcheckfailed: function health check failed systeminternal_error: internal system error
    FailedInstanceLogs string
    Download link for logs of failed release instances
    FinishTime string
    Completion time
    FunctionId string
    Function ID
    Id string
    Uniquely identifies the resource.
    LastUpdateTime string
    Update time
    MaxInstance int
    Maximum number of function instances. Valid range: [0 ~ remaining available account resources/single instance maximum memory]
    NewRevisionNumber int
    Version number of the new version being released. Not returned when status is pending; returned when status is inprogress, failed, or done
    OldRevisionNumber int
    Version number of the old version. Not returned when status is pending; returned when status is inprogress, failed, or done
    ReleaseRecordId string
    Release record ID
    RevisionNumber int
    Version number to release. When RevisionNumber = 0, the latest code (Latest) is released and a new version is created
    RollingStep int
    Canary step percentage. Valid values: 1–100, default: 10
    SourceRevisionNumber int
    Released historical version number
    StableRevisionNumber int
    Version number currently running stably online. Generated after the first successful release. Before the first release (status == pending), StableRevisionNumber is -1
    StartTime string
    Start time of the current release. Not returned when status is pending; returned when status is inprogress, failed, or done
    Status string
    Function release status: pending: never released, inprogress: releasing, done: release successful, failed: release failed
    StatusMessage string
    Detailed function release status. Supplementary information for release status
    TargetRevisionNumber int
    Target version number for release
    TargetTrafficWeight int
    Target release traffic percentage. Valid range: [0, 100], indicates the proportion of traffic assigned to the released version. 100 means full release
    creationTime String
    Creation time
    currentTrafficWeight Integer
    Current release traffic percentage. Valid values: 1–100, indicates the proportion of traffic assigned to the currently releasing version. Returned only when status is inprogress or failed
    description String
    Description for this release
    errorCode String
    Error codes for release failures: functionstartfailed: function startup failed functionstarttimeout: function startup timed out functionhealthcheckfailed: function health check failed systeminternal_error: internal system error
    failedInstanceLogs String
    Download link for logs of failed release instances
    finishTime String
    Completion time
    functionId String
    Function ID
    id String
    Uniquely identifies the resource.
    lastUpdateTime String
    Update time
    maxInstance Integer
    Maximum number of function instances. Valid range: [0 ~ remaining available account resources/single instance maximum memory]
    newRevisionNumber Integer
    Version number of the new version being released. Not returned when status is pending; returned when status is inprogress, failed, or done
    oldRevisionNumber Integer
    Version number of the old version. Not returned when status is pending; returned when status is inprogress, failed, or done
    releaseRecordId String
    Release record ID
    revisionNumber Integer
    Version number to release. When RevisionNumber = 0, the latest code (Latest) is released and a new version is created
    rollingStep Integer
    Canary step percentage. Valid values: 1–100, default: 10
    sourceRevisionNumber Integer
    Released historical version number
    stableRevisionNumber Integer
    Version number currently running stably online. Generated after the first successful release. Before the first release (status == pending), StableRevisionNumber is -1
    startTime String
    Start time of the current release. Not returned when status is pending; returned when status is inprogress, failed, or done
    status String
    Function release status: pending: never released, inprogress: releasing, done: release successful, failed: release failed
    statusMessage String
    Detailed function release status. Supplementary information for release status
    targetRevisionNumber Integer
    Target version number for release
    targetTrafficWeight Integer
    Target release traffic percentage. Valid range: [0, 100], indicates the proportion of traffic assigned to the released version. 100 means full release
    creationTime string
    Creation time
    currentTrafficWeight number
    Current release traffic percentage. Valid values: 1–100, indicates the proportion of traffic assigned to the currently releasing version. Returned only when status is inprogress or failed
    description string
    Description for this release
    errorCode string
    Error codes for release failures: functionstartfailed: function startup failed functionstarttimeout: function startup timed out functionhealthcheckfailed: function health check failed systeminternal_error: internal system error
    failedInstanceLogs string
    Download link for logs of failed release instances
    finishTime string
    Completion time
    functionId string
    Function ID
    id string
    Uniquely identifies the resource.
    lastUpdateTime string
    Update time
    maxInstance number
    Maximum number of function instances. Valid range: [0 ~ remaining available account resources/single instance maximum memory]
    newRevisionNumber number
    Version number of the new version being released. Not returned when status is pending; returned when status is inprogress, failed, or done
    oldRevisionNumber number
    Version number of the old version. Not returned when status is pending; returned when status is inprogress, failed, or done
    releaseRecordId string
    Release record ID
    revisionNumber number
    Version number to release. When RevisionNumber = 0, the latest code (Latest) is released and a new version is created
    rollingStep number
    Canary step percentage. Valid values: 1–100, default: 10
    sourceRevisionNumber number
    Released historical version number
    stableRevisionNumber number
    Version number currently running stably online. Generated after the first successful release. Before the first release (status == pending), StableRevisionNumber is -1
    startTime string
    Start time of the current release. Not returned when status is pending; returned when status is inprogress, failed, or done
    status string
    Function release status: pending: never released, inprogress: releasing, done: release successful, failed: release failed
    statusMessage string
    Detailed function release status. Supplementary information for release status
    targetRevisionNumber number
    Target version number for release
    targetTrafficWeight number
    Target release traffic percentage. Valid range: [0, 100], indicates the proportion of traffic assigned to the released version. 100 means full release
    creation_time str
    Creation time
    current_traffic_weight int
    Current release traffic percentage. Valid values: 1–100, indicates the proportion of traffic assigned to the currently releasing version. Returned only when status is inprogress or failed
    description str
    Description for this release
    error_code str
    Error codes for release failures: functionstartfailed: function startup failed functionstarttimeout: function startup timed out functionhealthcheckfailed: function health check failed systeminternal_error: internal system error
    failed_instance_logs str
    Download link for logs of failed release instances
    finish_time str
    Completion time
    function_id str
    Function ID
    id str
    Uniquely identifies the resource.
    last_update_time str
    Update time
    max_instance int
    Maximum number of function instances. Valid range: [0 ~ remaining available account resources/single instance maximum memory]
    new_revision_number int
    Version number of the new version being released. Not returned when status is pending; returned when status is inprogress, failed, or done
    old_revision_number int
    Version number of the old version. Not returned when status is pending; returned when status is inprogress, failed, or done
    release_record_id str
    Release record ID
    revision_number int
    Version number to release. When RevisionNumber = 0, the latest code (Latest) is released and a new version is created
    rolling_step int
    Canary step percentage. Valid values: 1–100, default: 10
    source_revision_number int
    Released historical version number
    stable_revision_number int
    Version number currently running stably online. Generated after the first successful release. Before the first release (status == pending), StableRevisionNumber is -1
    start_time str
    Start time of the current release. Not returned when status is pending; returned when status is inprogress, failed, or done
    status str
    Function release status: pending: never released, inprogress: releasing, done: release successful, failed: release failed
    status_message str
    Detailed function release status. Supplementary information for release status
    target_revision_number int
    Target version number for release
    target_traffic_weight int
    Target release traffic percentage. Valid range: [0, 100], indicates the proportion of traffic assigned to the released version. 100 means full release
    creationTime String
    Creation time
    currentTrafficWeight Number
    Current release traffic percentage. Valid values: 1–100, indicates the proportion of traffic assigned to the currently releasing version. Returned only when status is inprogress or failed
    description String
    Description for this release
    errorCode String
    Error codes for release failures: functionstartfailed: function startup failed functionstarttimeout: function startup timed out functionhealthcheckfailed: function health check failed systeminternal_error: internal system error
    failedInstanceLogs String
    Download link for logs of failed release instances
    finishTime String
    Completion time
    functionId String
    Function ID
    id String
    Uniquely identifies the resource.
    lastUpdateTime String
    Update time
    maxInstance Number
    Maximum number of function instances. Valid range: [0 ~ remaining available account resources/single instance maximum memory]
    newRevisionNumber Number
    Version number of the new version being released. Not returned when status is pending; returned when status is inprogress, failed, or done
    oldRevisionNumber Number
    Version number of the old version. Not returned when status is pending; returned when status is inprogress, failed, or done
    releaseRecordId String
    Release record ID
    revisionNumber Number
    Version number to release. When RevisionNumber = 0, the latest code (Latest) is released and a new version is created
    rollingStep Number
    Canary step percentage. Valid values: 1–100, default: 10
    sourceRevisionNumber Number
    Released historical version number
    stableRevisionNumber Number
    Version number currently running stably online. Generated after the first successful release. Before the first release (status == pending), StableRevisionNumber is -1
    startTime String
    Start time of the current release. Not returned when status is pending; returned when status is inprogress, failed, or done
    status String
    Function release status: pending: never released, inprogress: releasing, done: release successful, failed: release failed
    statusMessage String
    Detailed function release status. Supplementary information for release status
    targetRevisionNumber Number
    Target version number for release
    targetTrafficWeight Number
    Target release traffic percentage. Valid range: [0, 100], indicates the proportion of traffic assigned to the released version. 100 means full release

    Package Details

    Repository
    volcenginecc volcengine/pulumi-volcenginecc
    License
    MPL-2.0
    Notes
    This Pulumi package is based on the volcenginecc Terraform Provider.
    volcenginecc logo
    Viewing docs for volcenginecc v0.0.32
    published on Thursday, Apr 23, 2026 by Volcengine
      Try Pulumi Cloud free. Your team will thank you.