Compute
Elastic Cloud Server
Huawei Cloud Flexus
Bare Metal Server
Auto Scaling
Image Management Service
Dedicated Host
FunctionGraph
Cloud Phone Host
Huawei Cloud EulerOS
Networking
Virtual Private Cloud
Elastic IP
Elastic Load Balance
NAT Gateway
Direct Connect
Virtual Private Network
VPC Endpoint
Cloud Connect
Enterprise Router
Enterprise Switch
Global Accelerator
Management & Governance
Cloud Eye
Identity and Access Management
Cloud Trace Service
Resource Formation Service
Tag Management Service
Log Tank Service
Config
OneAccess
Resource Access Manager
Simple Message Notification
Application Performance Management
Application Operations Management
Organizations
Optimization Advisor
IAM Identity Center
Cloud Operations Center
Resource Governance Center
Migration
Server Migration Service
Object Storage Migration Service
Cloud Data Migration
Migration Center
Cloud Ecosystem
KooGallery
Partner Center
User Support
My Account
Billing Center
Cost Center
Resource Center
Enterprise Management
Service Tickets
HUAWEI CLOUD (International) FAQs
ICP Filing
Support Plans
My Credentials
Customer Operation Capabilities
Partner Support Plans
Professional Services
Analytics
MapReduce Service
Data Lake Insight
CloudTable Service
Cloud Search Service
Data Lake Visualization
Data Ingestion Service
GaussDB(DWS)
DataArts Studio
Data Lake Factory
DataArts Lake Formation
IoT
IoT Device Access
Developer Tools
SDK Developer Guide
API Request Signing Guide
Terraform
Koo Command Line Interface
Content Delivery & Edge Computing
Content Delivery Network
Intelligent EdgeFabric
CloudPond
Intelligent EdgeCloud
Solutions
SAP Cloud
High Performance Computing
Media Services
Media Processing Center
Video On Demand
Live
SparkRTC
MetaStudio
Developer Services
ServiceStage
CodeArts
CodeArts PerfTest
CodeArts Req
CodeArts Pipeline
CodeArts Build
CodeArts Deploy
CodeArts Artifact
CodeArts TestPlan
CodeArts Check
CodeArts Repo
Cloud Application Engine
Huawei Cloud Astro Canvas
Huawei Cloud Astro Zero
CodeArts Governance
Storage
Object Storage Service
Elastic Volume Service
Cloud Backup and Recovery
Storage Disaster Recovery Service
Scalable File Service Turbo
Scalable File Service
Volume Backup Service
Cloud Server Backup Service
Data Express Service
Dedicated Distributed Storage Service
Containers
Cloud Container Engine
SoftWare Repository for Container
Application Service Mesh
Ubiquitous Cloud Native Service
Cloud Container Instance (CCI)
Databases
Relational Database Service
Document Database Service
Data Admin Service
Data Replication Service
GeminiDB
GaussDB
Distributed Database Middleware
Database and Application Migration UGO
TaurusDB
Middleware
Distributed Cache Service
API Gateway
Distributed Message Service for Kafka
Distributed Message Service for RabbitMQ
Distributed Message Service for RocketMQ
Cloud Service Engine
Multi-Site High Availability Service
EventGrid
Dedicated Cloud
Dedicated Computing Cluster
Business Applications
Workspace
ROMA Connect
Message & SMS
Domain Name Service
Edge Data Center Management
Meeting
AI
Face Recognition Service
Graph Engine Service
Content Moderation
Image Recognition
Optical Character Recognition
ModelArts
ImageSearch
Conversational Bot Service
Speech Interaction Service
Huawei HiLens
Video Intelligent Analysis Service
Cloud Transformation
Well-Architected Framework
Cloud Adoption Framework
Others
Product Pricing Details
System Permissions
Console Quick Start
Common FAQs
Instructions for Associating with a HUAWEI CLOUD Partner
Message Center
Security & Compliance
Security Technologies and Applications
Web Application Firewall
Host Security Service
Cloud Firewall
SecMaster
Anti-DDoS Service
Data Encryption Workshop
Database Security Service
Cloud Bastion Host
Data Security Center
Cloud Certificate Manager
Edge Security
Blockchain
Blockchain Service
Web3 Node Engine Service
MacroVerse aPaaS
KooMessage
KooPhone
KooDrive
Help Center/ EventGrid/ API Reference/ APIs/ Trigger Management/ Obtaining the EG Trigger of a Function Flow

Obtaining the EG Trigger of a Function Flow

Function

This API is used to obtain the trigger of a function flow specified by ID. A trigger is a subscription with a function flow ID as the target.

URI

GET /v1/{project_id}/subscription-triggers/workflow/{workflow_id}

Table 1 Path Parameters

Parameter

Mandatory

Type

Description

project_id

Yes

String

Tenant resource space ID.

workflow_id

Yes

String

ID of the function flow.

Table 2 Query Parameters

Parameter

Mandatory

Type

Description

offset

No

Integer

Offset, which is the position where the query starts. The value must be greater than or equal to 0.

limit

No

Integer

Number of records displayed on each page. The value must be within the range [1, 1000].

sort

No

String

Sorting mode of the query results.

Request Parameters

Table 3 Request header parameters

Parameter

Mandatory

Type

Description

X-Auth-Token

Yes

String

User token. The token can be obtained by calling the IAM API used to obtain a user token. The value of X-Subject-Token in the response header is the user token.

Response Parameters

Status code: 200

Table 4 Response body parameters

Parameter

Type

Description

total

Integer

Total number of records.

size

Integer

Number of records displayed on the current page.

items

Array of SubscriptionInfo objects

Object list.

Table 5 SubscriptionInfo

Parameter

Type

Description

id

String

Subscription ID.

name

String

Subscription name.

description

String

Description of the subscription.

type

String

Subscription type.

status

String

Status.

channel_id

String

ID of the event channel.

channel_name

String

Name of the event channel.

used

Array of SubscriptionUsedInfo objects

Label information.

sources

Array of SubscriptionSourceInfo objects

List of subscription sources.

targets

Array of SubscriptionTargetInfo objects

List of subscription targets.

created_time

String

Time when the trigger is created.

updated_time

String

Time when the trigger is updated.

Table 6 SubscriptionUsedInfo

Parameter

Type

Description

resource_id

String

Associated resource ID.

owner

String

Management tenant account.

description

String

Description.

Table 7 SubscriptionSourceInfo

Parameter

Type

Description

id

String

ID of the event subscription source.

name

String

Name of the event subscription source.

provider_type

String

Provider type of the event subscription source.

detail

Object

List of event subscription source parameters.

filter

Object

Filtering rule of the event subscription source.

created_time

String

Time when the event subscription is created.

updated_time

String

Time when the event subscription is updated.

Table 8 SubscriptionTargetInfo

Parameter

Type

Description

id

String

ID of the event subscription target.

name

String

Name of the event subscription target.

provider_type

String

Provider type of the event subscription target.

connection_id

String

Connection ID used by the event subscription target.

detail

Object

List of event subscription target parameters.

kafka_detail

KafkaTargetDetail object

List of Kafka event subscription target parameters. The total length of this field after serialization cannot exceed 1024 bytes.

smn_detail

SmnTargetDetail object

List of SMN event target parameters for the subscription. The total length cannot exceed 1024 bytes after serialization.

eg_detail

EgTargetDetail object

List of EG event channel target parameters for the subscription. The total length cannot exceed 1,024 bytes after serialization. This field is mandatory for EG channel event targets.

apigw_detail

ApigwTargetDetail object

List of APIGW URL target parameters for the subscription. The total length cannot exceed 1,024 bytes after serialization. This field is mandatory for APIGW event targets.

retry_times

Integer

Number of retries.

transform

TransForm object

Transform rule of the event subscription target.

dead_letter_queue

DeadLetterQueue object

List of dead letter queue parameters for the subscription.

created_time

String

Time when the event subscription is created.

updated_time

String

Time when the event subscription is updated.

Table 9 KafkaTargetDetail

Parameter

Type

Description

topic

String

Topic.

keyTransform

keyTransform object

Key value rule.

Table 10 keyTransform

Parameter

Type

Description

type

String

Type of the key value rule.

value

String

Key value rule. This parameter is mandatory when type is VARIABLE or CONSTANT.

template

String

Key value rule template. This parameter is mandatory when type is VARIABLE.

Table 11 SmnTargetDetail

Parameter

Type

Description

urn

String

Specifies the topic URN.

agency_name

String

Agency name.

subject_transform

subject_transform object

Title rule.

Table 12 subject_transform

Parameter

Type

Description

type

String

Type of the title rule.

value

String

Title rule.

template

String

Title rule template. This parameter is mandatory when type is set to VARIABLE.

Table 13 EgTargetDetail

Parameter

Type

Description

target_project_id

String

Target project ID.

target_channel_id

String

Target channel ID.

target_region

String

Target region.

cross_region

Boolean

Indicates whether cross-region feature is enabled.

cross_account

Boolean

Indicates whether cross-account feature is enabled.

agency_name

String

Agency name.

Table 14 ApigwTargetDetail

Parameter

Type

Description

url

String

Target URL.

invocation_http_parameters

InvocationHttpParameters object

Parameters for invoking HTTP.

Table 15 InvocationHttpParameters

Parameter

Type

Description

header_parameters

Array of HeaderParameter objects

Object list.

Table 16 HeaderParameter

Parameter

Type

Description

is_value_secret

Boolean

Whether to encrypt the value.

key

String

Header key.

value

String

Header value.

Table 17 TransForm

Parameter

Type

Description

type

String

Type of the transform rule.

value

String

For a constant type rule, the field is the constant content definition.

For a variable type rule, the field is a variable definition and the content must be a JSON object string.

A maximum of 100 variables are supported, and nested structures are not supported.

The variable name can contain a maximum of 64 characters. Only letters, digits, periods (.), underscores (_), and hyphens (-) are allowed. It must start with a letter or digit and cannot start with HC..

The variable value expression can be a constant or JSONPath expression. The string length cannot exceed 1024 characters.

template

String

Template definition of the rule content when the rule is of the variable type. Defined variables can be referenced.

Table 18 DeadLetterQueue

Parameter

Type

Description

type

String

Queue type.

instance_id

String

Instance ID.

connection_id

String

Connection ID.

topic

String

Topic.

Example Requests

Obtain the EG trigger of a function flow.

GET https://{endpoint}/v1/{project_id}/subscription-triggers/workflow/{workflow_id}

Example Responses

Status code: 200

Operation successful.

{
  "total" : 1,
  "size" : 1,
  "items" : [ { } ]
}

Status Codes

Status Code

Description

200

Operation successful.

Error Codes

See Error Codes.

We use cookies to improve our site and your experience. By continuing to browse our site you accept our cookie policy. Find out more

Feedback

Feedback

Feedback

0/500

Selected Content

Submit selected content with the feedback