All Products
Search
Document Center

Application Real-Time Monitoring Service:AddPrometheusGlobalView

Last Updated:Nov 05, 2024

Adds a global aggregation instance in Prometheus Service.

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

Request parameters

ParameterTypeRequiredDescriptionExample
RegionIdstringYes

The region ID.

cn-hangzhou
GroupNamestringYes

The name of the aggregation instance.

zyGlobalView
ClustersstringYes

The queried global aggregation instances. The value is a JSON string.

[ { "sourceName": "Data source name- ArmsPrometheus No.1", "sourceType":"AlibabaPrometheus", "userId":"UserID", "clusterId":"ClusterId", }, { "sourceName": "Data source name - MetrcStore No.2", "sourceType":"MetricStore", "dataSource":"MetricStore remote read address", "extras":{ "username":"BasicAuthUsername", "password":"BasicAuthPassword" } }, { "sourceName": "Custom ", "sourceType":"CustomPrometheus", "dataSource":"Build your own Prometheus data source remoteread address", "extras":{ "username":"BasicAuthUsername", "password":"BasicAuthPassword" } }, { "sourceName": "Other one ", "sourceType":"Others", "dataSource":"Other data sources such as Tencent remoteread address", "headers":{ "AnyHeaderToFill":"Headers to be populated" }, "extras":{ "username":"BasicAuthUsername", "password":"BasicAuthPassword" } } // ....... more addre ]
ResourceGroupIdstringNo

The resource group ID.

rg-aek2eq4pecazwfy
Tagarray<object>No

The list of tags.

objectNo

The tag that you want to add.

KeystringNo

The tag key.

http.status_code
ValuestringNo

The tag value.

200

Response parameters

ParameterTypeDescriptionExample
object
Dataobject

The information about the array object.

Successboolean

Indicates whether the request was successful. Valid values:

  • true
  • false
true
Msgstring

The additional information.

OK
Infoobject

The Info-level information.

RegionIdstring

The region ID.

cn-hangzhou
GlobalViewClusterIdstring

The ID of the global aggregation instance.

global-v2-cn-1483223059272121-jmjjfznz
FailedInstancesstring

The list of instances that failed to be added.

\[{"sourceName": "Data source name- ArmsPrometheus","sourceType":"AlibabaPrometheus","userId":"UserID","clusterId":"ClusterId",}]
RequestIdstring

The request ID. You can use the ID to query logs and troubleshoot issues.

34ED024E-9E31-434A-9E4E-D9D15C3****

Examples

Sample success responses

JSONformat

{
  "Data": {
    "Success": true,
    "Msg": "OK",
    "Info": {
      "RegionId": "cn-hangzhou",
      "GlobalViewClusterId": "global-v2-cn-1483223059272121-jmjjfznz",
      "FailedInstances": "\\[{\"sourceName\": \"Data source name- ArmsPrometheus\",\"sourceType\":\"AlibabaPrometheus\",\"userId\":\"UserID\",\"clusterId\":\"ClusterId\",}]\n"
    }
  },
  "RequestId": "34ED024E-9E31-434A-9E4E-D9D15C3****",
  "Code": 200,
  "Message": "success"
}

Error codes

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

Change history

Change timeSummary of changesOperation
2023-03-20The response structure of the API has changedView Change Details