All Products
Search
Document Center

Managed Service for Prometheus:AddPrometheusGlobalViewByAliClusterIds

Last Updated:Nov 05, 2024

Creates 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

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
RegionIdstringYes

The region ID.

cn-hangzhou
GroupNamestringYes

The name of the global aggregation instance.

zyGlobalView
ProductCodestringNo

The identifier to identify the service if custom dashboards are created for the specified clusters.

adcp
ClusterIdsstringYes

The IDs of clusters. Separate multiple IDs with commas (,).

cd1d55bef19904324a20ed0ebb86caa5c,c5b48729918ab4745a24482ac29d0973a, c00a94896641449098bf24931e4166003, cd174485c09384060ba542bc1be1185a4

Response parameters

ParameterTypeDescriptionExample
object
Dataobject

The struct returned.

Successboolean

Indicates whether the request was successful. Valid values:

  • true
  • false
true
Msgstring

The additional information.

success
Infostring

The Info-level information.

{regionId: the region where the aggregation instance resides. globalViewClusterId: the ID of the aggregation instance. failedClusterIds: the ID of the cluster that failed to be added. A cluster may fail to be added because the specified cluster ID is invalid or the cluster is added across continents.}
RequestIdstring

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

3A0EA2AF-C9B3-555C-B9D5-5DD8F5EF98A9
Codeinteger

Status code. 200 is success, other status codes are exceptions.

200
Messagestring

Returns a hint message for the result.

success

Examples

Sample success responses

JSONformat

{
  "Data": {
    "Success": true,
    "Msg": "success",
    "Info": "{regionId: the region where the aggregation instance resides. globalViewClusterId: the ID of the aggregation instance. failedClusterIds: the ID of the cluster that failed to be added. A cluster may fail to be added because the specified cluster ID is invalid or the cluster is added across continents.}\n"
  },
  "RequestId": "3A0EA2AF-C9B3-555C-B9D5-5DD8F5EF98A9",
  "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