All Products
Search
Document Center

Application Real-Time Monitoring Service:RemoveSourcesFromPrometheusGlobalView

Last Updated:May 15, 2024

Removes custom data sources from a global aggregation instance in Prometheus Service.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

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
GlobalViewClusterIdstringYes

The ID of the global aggregation instance.

global-v2-cn-1478326682034601-vss8pd0i
SourceNamesstringYes

The list of custom data sources. You can specify multiple data sources and separate them with commas (,).

localPrometheusClusterName,testCumterPrometheusName

Response parameters

ParameterTypeDescriptionExample
object
Dataobject

The returned struct.

Successboolean

Indicates whether the request was successful. Valid values:

  • true
  • false
True
Msgstring

The additional information.

OK
Infostring

The Info-level information.

{regionId: the region where the aggregation instance resides. globalViewClusterId: the ID of the aggregation instance.
RequestIdstring

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

9319A57D-2D9E-472A-B69B-CF3CD16D****
Messagestring

Returns a hint message for the result.

success
Codeinteger

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

200

Examples

Sample success responses

JSONformat

{
  "Data": {
    "Success": true,
    "Msg": "OK",
    "Info": "{regionId: the region where the aggregation instance resides. globalViewClusterId: the ID of the aggregation instance.\n"
  },
  "RequestId": "9319A57D-2D9E-472A-B69B-CF3CD16D****",
  "Message": "success",
  "Code": 200
}

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 changedsee changesets
Change itemChange content
Output ParametersThe response structure of the API has changed.