All Products
Search
Document Center

Application Real-Time Monitoring Service:QueryPromInstallStatus

Last Updated:Jul 04, 2024

Queries whether the Prometheus agent is installed on a cluster.

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
ClusterIdstringYes

The cluster ID.

cc7a37ee31aea4ed1a059eff8034b****

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The request ID.

27E653FA-5958-45BE-8AA9-14D884DC****
Dataobject

The returned struct.

isControllerInstalledboolean

Indicates whether the call was successful. Valid values:

true: The call was successful. false: The call fails.

true

Examples

Sample success responses

JSONformat

{
  "RequestId": "27E653FA-5958-45BE-8AA9-14D884DC****",
  "Data": {
    "isControllerInstalled": true
  }
}

Error codes

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

Change history

Change timeSummary of changesOperation
No change history