Clusters
Update Prometheus rules inheritance.
Request Body
application/json
Requiredbody
RequiredbooleanPath Parameters
organisationSlug
RequiredstringPattern:
"^[a-z0-9-]+$"
environmentSlug
RequiredstringPattern:
"^[a-z0-9-]+$"
clusterSlug
RequiredstringPattern:
"^[a-z0-9-]+$"
Response Body
Request was successfully processed. The response body contains the requested data.
TypeScript Definitions
Use the response body type in TypeScript.
message
stringcurl -X POST "https://api.avisi.cloud/api/v1/orgs/string/clusters/string/string/prometheus-rules-inheritance" \
-H "Content-Type: application/json" \
-d 'true'
{
"message": "string"
}