All Products
Search
Document Center

CloudFlow:DescribeFlowAlias

Last Updated:Oct 27, 2025

Queries the details of a flow alias.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request syntax

GET  HTTP/1.1

Request parameters

Parameter

Type

Required

Description

Example

FlowName

string

Yes

The name of the flow.

example-flow-name

Name

string

Yes

The alias.

example-alias-name

Response elements

Element

Type

Description

Example

object

Schema of Response

RequestId

string

The ID of the request.

294D68C1-5108-5971-853A-1A9CC87B4816

Alias

object

The alias information.

Name

string

The name of the alias.

alias-name

Description

string

The description of the alias.

alias description

RoutingConfigurations

array<object>

The weight configuration.

object

Version

string

The version.

1

Weight

integer

The weight.

10

CreatedTime

string

The time when the alias was created.

2024-04-22T06:09:39.907Z

Examples

Success response

JSON format

{
  "RequestId": "294D68C1-5108-5971-853A-1A9CC87B4816",
  "Alias": {
    "Name": "alias-name",
    "Description": "alias description",
    "RoutingConfigurations": [
      {
        "Version": "1",
        "Weight": 10
      }
    ],
    "CreatedTime": "2024-04-22T06:09:39.907Z"
  }
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.