huaweicloud-sdk-java-v3 icon indicating copy to clipboard operation
huaweicloud-sdk-java-v3 copied to clipboard

Results 14 huaweicloud-sdk-java-v3 issues
Sort by recently updated
recently updated
newest added

**提交内容:** ```txt It's just a test for what fuck. ``` **事件类型:**`nickname` **返回结果:**(segments为空,缺少原因描述) ```json { "suggestion": "block", "label": "abuse", "details": [ { "suggestion": "block", "label": "abuse", "confidence": 0.9466954, "segments": [] }...

需要用到[会议级事件推送](https://support.huaweicloud.com/api-meeting/meeting_21_1507.html)接口,目前代码中没有封装。两个问题 1.请问有无计划添加WebSocket相关API接口支持 2.自己写的WebSocket客户端连接请求后成功立刻又断开 ```java String socketUrl = confLinkInfo.getWebSocketUrl() + "/cms/open/websocket/confctl/increment/conn"; HTTP http = HTTP.builder().config(b -> { b.sslSocketFactory(Objects.requireNonNull(HuaWeiSSLFactory.getSSLSocketFactory()), HuaWeiSSLFactory.myTrustManager); b.hostnameVerifier(HuaWeiSSLFactory.myHostnameVerifier); // 配置 WebSocket 心跳间隔(默认没有心跳) b.pingInterval(10, TimeUnit.SECONDS); b.connectTimeout(30, TimeUnit.SECONDS); b.writeTimeout(30, TimeUnit.SECONDS); b.readTimeout(30,...

Hi, I was wondering if there is any support for RabbitMQ and Kafka instance management in the DMS SDK? If not, is there a plan to add this in the...

I didn't find the obs service in the list of available services I looked here https://github.com/huaweicloud/huaweicloud-sdk-java-v3/tree/master/services How to work with the obs service using huaweicloud-sdk-java-v3 ?

IAM api中没有获取全局可用区的api ECS API中NovaListAvailabilityZones已经限定了region和projectId 获取到的只是当前区域项目的可用区

When adding a host header, do not overwrite the existing host header field. When we make a REST call using an IP address, the Host field is passed through the...

In the case of self-signed HCSO, ignore the hostname validation of the certificate while maintaining server-side certificate validation

我是广州人工智能算力中心开发人员,目前使用了华为的私有云HCSO,在对接用户组时遇到多用户组兼容性问题,如下: 如果联邦用户需要在IAM中属于多个用户组,身份转换规则如下所示。 以下示例表示联邦用户在IAM中的用户名称为“remote”的第一个属性值+空格+第二个属性值,即FirstName LastName。所属用户组为“remote”的第三个属性值,即Groups。 ```json [ { "local": [ { "user": { "name": "{0} {1}" } }, { "groups": "{2}" } ], "remote": [ { "type": "FirstName" }, { "type":...