All Products
Search
Document Center

Managed Service for Prometheus:RemoveAliClusterIdsFromPrometheusGlobalView

Last Updated:May 09, 2024

Removes data sources from a global aggregation instance.

Debugging

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

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:RemoveAliClusterIdsFromPrometheusGlobalViewWrite
  • Prometheus
    acs:arms:{#regionId}:{#accountId}:prometheus/{#ClusterId}
    none
none

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-1670100631025794-amaykca4
ClusterIdsstringYes

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

cd1d55bef19904324a20ed0ebb86caa5c,c5b48729918ab4745a24482ac29d0973a, c00a94896641449098bf24931e4166003, cd174485c09384060ba542bc1be1185a4

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 global aggregation instance resides. globalViewClusterId: the ID of the global aggregation instance. failedClusterIds: the IDs of the clusters that failed to be added. A cluster may fail to be added if the specified cluster ID is invalid.}
RequestIdstring

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

F7781D4A-2818-41E7-B7BB-79D809E9****

Examples

Sample success responses

JSONformat

{
  "Data": {
    "Success": true,
    "Msg": "OK",
    "Info": "{regionId: the region where the global aggregation instance resides. globalViewClusterId: the ID of the global aggregation instance. failedClusterIds: the IDs of the clusters that failed to be added. A cluster may fail to be added if the specified cluster ID is invalid.}\n"
  },
  "RequestId": "F7781D4A-2818-41E7-B7BB-79D809E9****",
  "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.