HTTP status | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | AddConfigFailed | Servers cannot be connected: serverid1, serverid2.... | 添加pushgateway监控配置的服务器无法连接。 |
400 | DeleteConfigFailed | Servers cannot be connected: serverid1, serverid2.... | 要删除pushgateway监控配置的服务器无法连接。 |
400 | ExceedMaxValue | Value value at 'number' failed to satisfy constraint: Argument must be less than or equal to value. | 超过最大值。 |
400 | InvalidEnumValue | Value value at 'argument' failed to satisfy constraint: Argument must satisfy enum value set: [value1, value2... ] | 枚举参数不合法。 |
400 | InvalidKeyInPushgatewayLabel | The key in the pushgateway label can not be the same as built-in keywords, which include type, cpu, device, fstype, mountpoint, lu, path, file, mode, address and target. | 不可使用系统内置关键字作为标签中的键名称,内置关键字有:type, cpu, device,fstype, mountpoint, lu, path, file, mode, address, target。 |
400 | InvalidPort | Value value at 'port of pushgateway' failed to satisfy constraint: Argument must have value between 1 and 65535. | Port的取值必须在[1, 65535]之间。 |
400 | InvalidString | Value '' at 'argument' failed to satisfy constraint: Argument must not be an empty string. | 参数不能为空字符串。 |
400 | LessThanMinValue | Missing argument, at least one argument in 'argument1, argument2, argument3 ...' is needed. | 至少输入一个参数值。 |
400 | MissingAtLeastOneArgument | Missing argument, at least one argument in 'argument1, argument2, argument3 ...' is needed. | 至少输入一个参数值。 |
400 | SetConfigFailed | Servers cannot be connected: serverid1, serverid2.... The pushgateway with address address and port port does not exist in serverid1, serverid2.... | 设置服务器pushgateway监控的服务器无法连接。 指定的pushgateway不存在。 |