All Products
Search
Document Center

Application Real-Time Monitoring Service:GetPrometheusIntegration

Last Updated:Nov 05, 2024

Queries the information about an exporter that is integrated into a Prometheus instance for Container Service or a Prometheus instance for ECS.

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:GetPrometheusIntegrationnone
  • All Resources
    *
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
RegionIdstringYes

The region ID.

cn-hangzhou
ClusterIdstringYes

The ID of the Prometheus instance. Valid values: aliyun-cs and ecs.

cc7a37ee31aea4ed1a059eff8034b****
IntegrationTypestringYes

The integration type. Valid values: kafka, mysql, redis, snmp, emr, nubela, and tidb.

kafka, mysql, redis, snmp, emr, nubela, and tidb
InstanceIdlongYes

The ID of the exporter.

2893

Response parameters

ParameterTypeDescriptionExample
object

The response schema.

RequestIdstring

The ID of the request.

9BEF2832-9D95-5E3E-9B10-74887CA17B94
Dataobject

The returned struct.

ClusterIdstring

The ID of the Prometheus instance.

c589a1b8db05c4561aefbb898ca8fb1cf
InstanceIdlong

The ID of the exporter.

2893
ShowDescribeboolean

Indicates whether the description is displayed.

true
NeedUpgradeboolean

Indicates whether an upgrade is required.

True
InstanceNamestring

The name of the exporter.

lpd-skyeye
IntegrationTypestring

The integration type. Valid values: kafka, mysql, redis, snmp, emr, nubela, and tidb.

tidb
ExporterTypestring

The type of the exporter.

tidb-exporter
Versionstring

The version information.

1.0.0
Targetstring

The monitored IP address.

127.0.0.1:3422
CanDeleteboolean

Indicates whether the exporter can be deleted.

true
CanEditorboolean

Indicates whether the exporter can be modified.

true
Statusstring

The status of the exporter.

installed
Describestring

The description of the exporter.

"{}"
ShowLogstring

Indicates whether the exporter logs are displayed.

true
Namespacestring

The namespace.

arms-prom
ContainerNamestring

The container name.

kafka-exporter-1
Paramstring

The parameters of the exporter. Format: JSON string.

{ "port": "5554", "name": "kafka-test12", "kafka_instance": "kafka-test", "__label_value": "kafka-test", "scrape_interval": 33, "metrics_path": "/metrics", "__label_key": "kafka-test" }
Codeinteger

The status code. The status code 200 indicates that the request was successful. If another status code is returned, the request failed.

200
Messagestring

The message returned.

message

Examples

Sample success responses

JSONformat

{
  "RequestId": "9BEF2832-9D95-5E3E-9B10-74887CA17B94",
  "Data": {
    "ClusterId": "c589a1b8db05c4561aefbb898ca8fb1cf",
    "InstanceId": 2893,
    "ShowDescribe": true,
    "NeedUpgrade": true,
    "InstanceName": "lpd-skyeye",
    "IntegrationType": "tidb",
    "ExporterType": "tidb-exporter",
    "Version": "1.0.0",
    "Target": "127.0.0.1:3422",
    "CanDelete": true,
    "CanEditor": true,
    "Status": "installed",
    "Describe": "\"{}\"",
    "ShowLog": "true",
    "Namespace": "arms-prom",
    "ContainerName": "kafka-exporter-1",
    "Param": "{\n      \"port\": \"5554\",\n      \"name\": \"kafka-test12\",\n      \"kafka_instance\": \"kafka-test\",\n      \"__label_value\": \"kafka-test\",\n      \"scrape_interval\": 33,\n      \"metrics_path\": \"/metrics\",\n      \"__label_key\": \"kafka-test\"\n}"
  },
  "Code": 200,
  "Message": "message"
}

Error codes

HTTP status codeError codeError message
400IdempotentParameterMismatchThe request uses the same client token as a previous, but non-identical request. Do not reuse a client token with different requests, unless the requests are identical.

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

Change history

Change timeSummary of changesOperation
2023-04-10The Error code has changedView Change Details
2023-03-23The Error code has changedView Change Details