本文列举调用托管 Prometheus API 出错时,返回的错误信息。
更多火山引擎 API 公共错误码,请参见 公共错误码。
HTTP 状态码 | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | MissingParameter.{{Parameter}} | The required parameter {{parameter}} is missing. | 缺少参数,请确认并更新参数后重试。 |
400 | InvalidParameter.{{Parameter}} | The specified {{parameter}} is invalid. | 参数不合法,例如参数包含非法字符,或者长度超过限制。请检查参数正确性后重试。 |
400 | InvalidParameter.BodyFormat | The parameter body format is invalid. | 入参 Body 不是有效的 json 字符串,请检查后重试。 |
403 | ProductUnsubscribed | You are not subscribed to the Volcengine Managed Service for Prometheus (VMP). Please go to the VMP console web page to subscribe to the service | 当前账号未订阅 VMP 服务。 |
404 | NotFound.{{parameter}} | The specified {{resourceType}} {{resourceContent}} is not found. | 指定资源不存在,请确认后重试。 |
500 | InternalError | The request failed due to an unknown error. | 内部错误,请重试。如果多次尝试失败,请 提交工单 。 |