All Products
Search
Document Center

Application Real-Time Monitoring Service:CreateOrUpdateEventBridgeIntegration

Last Updated:May 09, 2024

Creates or modifies an EventBridge integration that is used to push notifications.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
IdlongNo

The ID of the EventBridge integration.

  • If you do not specify this parameter, an EventBridge integration is created.
  • If you specify this parameter, the specified EventBridge integration is modified.
123
NamestringNo

The name of the EventBridge integration.

EventBridge_Test
DescriptionstringNo

The description of the EventBridge integration.

test
EndpointstringNo

The public endpoint of EventBridge.

http://xxxxx
AccessKeystringNo

The AccessKey ID that is used to connect to EventBridge.

abc******************
AccessSecretstringNo

The AccessKey secret that is used to connect to EventBridge.

abc******************
EventBusNamestringNo

The name of the event bus.

EventBus_Test
SourcestringNo

The event source.

arms
EventBusRegionIdstringNo

The region ID of the event bus.

cn-hangzhou

Response parameters

ParameterTypeDescriptionExample
object

Schema of Response

RequestIdstring

The request ID.

2B289756-E791-5842-BCBD-AD414C******
EventBridgeIntegrationobject

The information about the EventBridge integration.

Idlong

The ID of the EventBridge integration.

123
Namestring

The name of the EventBridge integration.

EventBridge_Test
Descriptionstring

The description of the EventBridge integration.

test
Endpointstring

The public endpoint of EventBridge.

http://xxxxx
AccessKeystring

The AccessKey ID that is used to connect to EventBridge.

abc******************
AccessSecretstring

The AccessKey secret that is used to connect to EventBridge.

abc******************
EventBusNamestring

The name of the event bus.

EventBus_Test
Sourcestring

The event source.

arms
EventBusRegionIdstring

The region ID of the event bus.

cn-hangzhou

Examples

Sample success responses

JSONformat

{
  "RequestId": "2B289756-E791-5842-BCBD-AD414C******",
  "EventBridgeIntegration": {
    "Id": 123,
    "Name": "EventBridge_Test",
    "Description": "test",
    "Endpoint": "http://xxxxx",
    "AccessKey": "abc******************",
    "AccessSecret": "abc******************",
    "EventBusName": "EventBus_Test",
    "Source": "arms",
    "EventBusRegionId": "cn-hangzhou"
  }
}

Error codes

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

Change history

Change timeSummary of changesOperation
No change history