All Products
Search
Document Center

Application Real-Time Monitoring Service:ListEventBridgeIntegrations

Last Updated:May 09, 2024

Queries EventBridge integrations that are 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
PagelongYes

The number of the page to return.

1
SizelongYes

The number of entries to return on each page.

15
NamestringNo

The name of the EventBridge integration.

EventBridge_Test

Response parameters

ParameterTypeDescriptionExample
object

Schema of Response

RequestIdstring

The ID of the request.

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

The information about EventBridge integrations that is returned on each page.

Totallong

The total number of EventBridge integrations that are returned.

1
Pagelong

The number of the returned page.

1
Sizelong

The number of entries returned per page.

15
EventBridgeIntegrationsobject []

The EventBridge integrations.

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

Examples

Sample success responses

JSONformat

{
  "RequestId": "2B289756-E791-5842-BCBD-AD414C******",
  "PageBean": {
    "Total": 1,
    "Page": 1,
    "Size": 15,
    "EventBridgeIntegrations": [
      {
        "Id": 123,
        "Name": "EventBridge_Test",
        "Description": "test"
      }
    ]
  }
}

Error codes

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

Change history

Change timeSummary of changesOperation
No change history