All Products
Search
Document Center

Application Real-Time Monitoring Service:ListEventBridgeIntegrations

Last Updated:Nov 05, 2024

Queries EventBridge integrations that are used to push notifications.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • The required resource types are displayed in bold characters.
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
arms:ListEventBridgeIntegrationsnone
  • All Resources
    *
    none
none

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
EventBridgeIntegrationsarray<object>

The EventBridge integrations.

integrationsobject

The description of 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

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