删除监控配置 请求示例1 为服务器hblock1、hblock2删除相关的Pushgateway监控配置:标签为agent、idc,监控指标为disk,监控指标配置项为pstore、devpts。 plaintext DELETE /rest/v1/system/config/monitor?serverIdhblock1,hblock2 HTTP/1.1 Date: Fri, Fri, 24 May 2024 07:01:39 GMT ContentType: application/json; charsetutf8 Authorization: HBlock userName:signature ContentLength: 216 Host: 192.168.0.110:1443 { "pushgateway": "192.168.0.1:9091", "pushgatewayLabels": [ "agent", "idc" ], "collectMetric": "disk", "collectMetricItems": [ "pstore", "devpts" ] } 响应示例1 plaintext HTTP/1.1 200 OK xhblockrequestid: 4b7487d492754feab5f572be3ae532f8 Connection: keepalive Date: Fri, 24 May 2024 07:01:39 GMT Server: HBlock 请求示例2 为所有服务器删除相关的Pushgateway监控配置:lable为agent、idc。 plaintext DELETE /rest/v1/system/config/monitor HTTP/1.1 Date: Fri, 24 May 2024 08:30:08 GMT ContentType: application/json; charsetutf8 Authorization: HBlock userName:signature ContentLength: 112 Host: 192.168.0.110:1443 { "pushgateway": "192.168.0.1:9091", "pushgatewayLabels": [ "agent", "idc" ] } 响应示例2 plaintext HTTP/1.1 200 OK xhblockrequestid: ba61c4c8ecf54ad89ca872faa02c8433 Connection: keepalive Date: Fri, 24 May 2024 08:30:08 GMT Server: HBlock 请求示例3 删除监控数据推送地址。 plaintext DELETE /rest/v1/system/config/monitor HTTP/1.1 Date: Fri, 12 Jun 2026 07:17:25 GMT ContentType: application/json; charsetutf8 Authorization: HBlock userName:signature ContentLength: 106 Host: 192.168.0.65:1443 { "metricDataformat": "prometheusTextBased", "receiverUrl": " }