Avisi cloud logo
Clusters

Update Prometheus rules inheritance.

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

Request Body

application/jsonRequired

body
Required
boolean

Path Parameters

organisationSlug
Required
string

environmentSlug
Required
string

clusterSlug
Required
string

curl -X POST "http://localhost:8090/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"
}