honeycomb-mcp-server

by kajirita2002
Verified

honeycomb_slo_update

Update an existing SLO

Input Schema

NameRequiredDescriptionDefault
datasetSlugYesDataset slug the SLO belongs to, or 'all'
descriptionNoNew description for the SLO
nameNoNew name for the SLO
objectiveNoNew objective configuration
sliNoNew Service Level Indicator configuration
sloIdYesSLO ID to update
time_periodNoNew time period configuration

Input Schema (JSON Schema)

{ "properties": { "datasetSlug": { "description": "Dataset slug the SLO belongs to, or 'all'", "type": "string" }, "description": { "description": "New description for the SLO", "type": "string" }, "name": { "description": "New name for the SLO", "type": "string" }, "objective": { "description": "New objective configuration", "type": "object" }, "sli": { "description": "New Service Level Indicator configuration", "type": "object" }, "sloId": { "description": "SLO ID to update", "type": "string" }, "time_period": { "description": "New time period configuration", "type": "object" } }, "required": [ "datasetSlug", "sloId" ], "type": "object" }