首页 ListEnvPodMonitors

ListEnvPodMonitors

更新时间: 2026-06-05 07:03:02

Queries the PodMonitors of an 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

The table below describes the authorization required to call this API. You can define it in a Resource Access Management (RAM) policy. The table's columns are detailed below:

  • Action: The actions can be used in the Action element of RAM permission policy statements to grant permissions to perform the operation.

  • API: The API that you can call to perform the action.

  • Access level: The predefined level of access granted for each API. Valid values: create, list, get, update, and delete.

  • Resource type: The type of the resource that supports authorization to perform the action. It indicates if the action supports resource-level permission. The specified resource must be compatible with the action. Otherwise, the policy will be ineffective.

    • For APIs with resource-level permissions, required resource types are marked with an asterisk (*). Specify the corresponding Alibaba Cloud Resource Name (ARN) in the Resource element of the policy.

    • For APIs without resource-level permissions, it is shown as All Resources. Use an asterisk (*) in the Resource element of the policy.

  • Condition key: The condition keys defined by the service. The key allows for granular control, applying to either actions alone or actions associated with specific resources. In addition to service-specific condition keys, Alibaba Cloud provides a set of common condition keys applicable across all RAM-supported services.

  • Dependent action: The dependent actions required to run the action. To complete the action, the RAM user or the RAM role must have the permissions to perform all dependent actions.

Action

Access level

Resource type

Condition key

Dependent action

arms:ListEnvPodMonitors

list

*Environment

acs:arms:{#regionId}:{#accountId}:environment/{#environmentId}

None None

Request parameters

Parameter

Type

Required

Description

Example

RegionId

string

Yes

The region ID.

cn-hangzhou

EnvironmentId

string

Yes

The environment ID.

env-xxxxx

Response elements

Element

Type

Description

Example

object

Schema of Response

RequestId

string

The request ID.

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

Code

integer

The HTTP status code. The status code 200 indicates that the request was successful.

200

Data

array<object>

The result of the operation.

array<object>

The returned struct.

RegionId

string

The region ID.

cn-beijing

EnvironmentId

string

The environment ID.

env-xxxxx

Namespace

string

The namespace.

arms-prom

PodMonitorName

string

The name of the PodMonitor.

pm1

ConfigYaml

string

The YAML configuration string.

参见补充说明。

Status

string

The status of the PodMonitor.

run

CreationTimestamp

string

The time when the PodMonitor was created. The value of this parameter is a timestamp.

2011-01-02T11:34:22Z

AddonName

string

The name of the add-on to which the PodMonitor belongs.

mysql

AddonReleaseName

string

The instance name of the add-on.

mysql1

AddonVersion

string

The version of the add-on.

1.0.5

Endpoints

array<object>

The endpoints of the PodMonitor.

object

Endpoint list.

Port

string

The external port.

9182

TargetPort

integer

The destination port.

3306

Path

string

The collection path.

/metrics

Interval

string

The collection interval.

30s

MatchedTargetCount

integer

The number of pods that match the PodMonitor endpoint.

1

Message

string

The returned message.

success

Examples

Success response

JSON format

{
  "RequestId": "4C518054-852F-4023-ABC1-4AF95FF7****",
  "Code": 200,
  "Data": [
    {
      "RegionId": "cn-beijing",
      "EnvironmentId": "env-xxxxx",
      "Namespace": "arms-prom",
      "PodMonitorName": "pm1",
      "ConfigYaml": "参见补充说明。",
      "Status": "run",
      "CreationTimestamp": "2011-01-02T11:34:22Z",
      "AddonName": "mysql",
      "AddonReleaseName": "mysql1",
      "AddonVersion": "1.0.5",
      "Endpoints": [
        {
          "Port": "9182",
          "TargetPort": 3306,
          "Path": "/metrics",
          "Interval": "30s",
          "MatchedTargetCount": 1
        }
      ]
    }
  ],
  "Message": "success"
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.

阿里云首页 可观测监控 Prometheus 版 相关技术圈