All Products
Search
Document Center

Application Real-Time Monitoring Service:ListEnvironmentAddons

Last Updated:May 07, 2025

Queries the information about the add-ons that are installed in an environment.

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:
    • For mandatory resource types, indicate with a prefix of * .
    • 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:ListEnvironmentAddonsnone
*Environment
acs:arms:{#regionId}:{#accountId}:environment/{#environmentId}
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
The current API does not require request parameters

Response parameters

ParameterTypeDescriptionExample
object

response

RequestIdstring

Id of the request

32940175-181B-4B93-966E-4BB69176****
Dataobject

The result of the operation.

Addonsarray<object>

The queried add-ons.

addonsobject

The details of the add-on.

Aliasstring

The alias of the add-on.

MySQL
Categoriesarray

The tags of the add-on.

categoriesstring

The tags.

cloud
Dashboardsarray<object>

The dashboards.

dashboardsobject
Descriptionstring

The description of the dashboard.

Namestring

The name of the dashboard.

mysql-overview
Urlstring

The URL of the dashboard.

http://xxxx
Descriptionstring

The description of the add-on.

Environmentsarray<object>

The supported environments.

environmentsobject

The information about the environment.

Dependenciesobject

The dependencies of the environment.

Featuresobject

The feature that can be installed in the environment.

boolean

Indicates whether the feature is supported.

true
Servicesarray

The services.

servicesstring

The service name.

ResourceCenter
ClusterTypesarray

The cluster type.

clusterTypesstring

The cluster type.

Edge
Descriptionstring

The description of the environment.

Enableboolean

Indicates whether the feature is enabled.

true
Labelstring

The tag of the environment.

Namestring

The name of the environment.

CS
Policiesobject

The control policies in the environment.

AlertDefaultStatusstring

The default alert status.

default
DefaultInstallboolean

The default installation status.

false
TargetAddonNamestring

The target name of the add-on.

cloud-rds-mysql
Protocolsarray<object>

The supported protocols.

protocolsobject
Namestring

The name of the protocol.

arms
Iconstring

The URL of the protocol icon.

http://xxxxxxx
Labelstring

The tag of the protocol.

ARMS
Descriptionstring

The description of the protocol.

ARMS
MetricCheckRuleobject

The metric check rule.

PromQLarray

The PromQL statements.

promQLstring

The PromQL statements.

max(flink_taskmanager_job_task_operator_currentEmitEventTimeLag{deploymentId='983d8f2d-14a9-4af0-a23d-751a7818c239'}/1000) >= 600.0
NeedRestartAfterIntegrationboolean

Indicates whether a restart is required after the installation.

true
EnableServiceAccountboolean

Indicates whether a service account is enabled.

true
Iconstring

The URL of the icon.

http://xxxx
Keywordsarray

The collection of keywords.

keywordsstring

The keyword.

Java
Languagestring

The language.

zh
Namestring

The name of the add-on.

mysql
Onceboolean

Indicates whether the add-on can be installed only once.

false
Scenestring

The scenario.

database
Versionstring

The version of the agent.

0.0.1
Weightstring

The weight.

857
LatestReleaseCreateTimestring

The time when the instance was last created.

2023-09-22T16:56:29+08:00

Examples

Sample success responses

JSONformat

{
  "RequestId": "32940175-181B-4B93-966E-4BB69176****",
  "Code": 200,
  "Message": "message",
  "Success": true,
  "Data": {
    "Addons": [
      {
        "Alias": "MySQL",
        "Categories": [
          "cloud"
        ],
        "Dashboards": [
          {
            "Description": "",
            "Name": "mysql-overview",
            "Url": "http://xxxx"
          }
        ],
        "Description": "",
        "Environments": [
          {
            "Dependencies": {
              "Features": {
                "key": true
              },
              "Services": [
                "ResourceCenter"
              ],
              "ClusterTypes": [
                "Edge"
              ]
            },
            "Description": "",
            "Enable": true,
            "Label": "",
            "Name": "CS",
            "Policies": {
              "AlertDefaultStatus": "default",
              "DefaultInstall": false,
              "TargetAddonName": "cloud-rds-mysql",
              "Protocols": [
                {
                  "Name": "arms",
                  "Icon": "http://xxxxxxx",
                  "Label": "ARMS",
                  "Description": "ARMS"
                }
              ],
              "MetricCheckRule": {
                "PromQL": [
                  "max(flink_taskmanager_job_task_operator_currentEmitEventTimeLag{deploymentId='983d8f2d-14a9-4af0-a23d-751a7818c239'}/1000) >= 600.0"
                ]
              },
              "NeedRestartAfterIntegration": true,
              "EnableServiceAccount": true
            }
          }
        ],
        "Icon": "http://xxxx",
        "Keywords": [
          "Java"
        ],
        "Language": "zh",
        "Name": "mysql",
        "Once": false,
        "Scene": "database",
        "Version": "0.0.1",
        "Weight": 857,
        "LatestReleaseCreateTime": "2023-09-22T16:56:29+08:00"
      }
    ],
    "Total": 1
  }
}

Error codes

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