All Products
Search
Document Center

Edge Security Acceleration:ListRoutineBuildConfigurations

Last Updated:Jul 23, 2026

Lists the build configurations for multiple routines by name.

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

RoutineNames

string

Yes

The list of ER routine names, separated by commas.

rwa-test,demo

Response elements

Element

Type

Description

Example

object

Schema of Response

RequestId

string

The request ID.

6abd807e-ed2a-44de-ac54-ac38a62472e6

RoutineBuildConfigurations

array<object>

The list of ER build configurations.

array<object>

RoutineBuildConfiguration

object

The ER build configuration information.

RoutineName

string

rwa-test

Repository

string

example-test

ProductionBranch

string

main

GitAccountName

string

test

GitPlatform

string

github

LatestRoutineBuildTask

object

The latest ER build task information.

RoutineName

string

rwa-test

Status

string

building

CreateTime

string

2026-03-10T02:18:55Z

Examples

Success response

JSON format

{
  "RequestId": "6abd807e-ed2a-44de-ac54-ac38a62472e6",
  "RoutineBuildConfigurations": [
    {
      "RoutineBuildConfiguration": {
        "RoutineName": "rwa-test",
        "Repository": "example-test",
        "ProductionBranch": "main",
        "GitAccountName": "test",
        "GitPlatform": "github"
      },
      "LatestRoutineBuildTask": {
        "RoutineName": "rwa-test",
        "Status": "building",
        "CreateTime": "2026-03-10T02:18:55Z"
      }
    }
  ]
}

Error codes

HTTP status code

Error code

Error message

Description

400 InternalException Failed to call the service. Try again later or contact technical support. Failed to call the service. Try again later or contact technical support.

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.