Avisi cloud logo
Clusters

Update Prometheus rules inheritance.

POST
/api/v1/orgs/{organisationSlug}/clusters/{environmentSlug}/{clusterSlug}/prometheus-rules-inheritance

Request Body

application/jsonRequired
bodyRequiredboolean

Path Parameters

organisationSlugRequiredstring
Pattern: "^[a-z0-9-]+$"
environmentSlugRequiredstring
Pattern: "^[a-z0-9-]+$"
clusterSlugRequiredstring
Pattern: "^[a-z0-9-]+$"
curl -X POST "https://api.avisi.cloud/api/v1/orgs/<string>/clusters/<string>/<string>/prometheus-rules-inheritance" \
  -H "Content-Type: application/json" \
  -d 'true'

Request was successfully processed. The response body contains the requested data.

{
  "message": "string"
}