All Products
Search
Document Center

Application Real-Time Monitoring Service:InstallEnvironmentFeature

Last Updated:Aug 28, 2026

Installs a feature in a specified environment.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request parameters

Parameter

Type

Required

Description

Example

EnvironmentId

string

Yes

The environment ID.

env-xxx

RegionId

string

No

The region ID.

cn-hangzhou

FeatureName

string

Yes

The feature name.

Valid values:

  • app-agent-pilot

  • metric-agent

Valid values:

  • app-agent-pilot :

    Agent of app-pilot

  • metric-agent :

    Agent of metric collection

metric-agent

FeatureVersion

string

Yes

The feature version.

1.1.17

Config

string

No

The feature metadata.

{\"continuous\":true,\"dataRevision\":2}

AliyunLang

string

No

The language. Valid values: zh and en. Default value: zh.

zh

Region

string

No

The region ID of the feature.

cn-shenzhen

Response elements

Element

Type

Description

Example

object

Schema of the response.

RequestId

string

The request ID.

4C518054-852F-4023-ABC1-4AF95FF7****

Code

integer

The HTTP status code. 200 indicates success.

200

Message

string

The response message.

message

Success

boolean

Indicates whether the request was successful. Valid values:

  • true

  • false

true

Data

string

The release ID.

83FCC44C-A056-18AF-A902-7043E723F0D9

Examples

Success response

JSON format

{
  "RequestId": "4C518054-852F-4023-ABC1-4AF95FF7****",
  "Code": 200,
  "Message": "message",
  "Success": true,
  "Data": "83FCC44C-A056-18AF-A902-7043E723F0D9"
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.