Orange API:如何使用来自 Live Objects 的 HTTP 在 AWS 上 post?

Orange API: How to post on AWS with HTTP from Live Objects?

如何使用 HTTP POST 将数据从 Orange Live Objects 发送到 AWS,知道 AWS 需要身份验证 (CA, cert and private key) ?

Currently I got a 403 forbidden error as I don't send anything relative to secure connection.

我尝试使用 curl 成功添加 --cacert --cert--key,但是 我不知道如何使用 Orange REST API.

您好,您可能使用了 Live Objects 不允许的端口。推送 http 的允许端口是标准端口 80、8080 和 443

如果您看到 AWS 对推送回复 403 状态码,则表示 TLS 握手正常。

如果您需要设置 HTTP headers 进行身份验证,您可以在配置操作策略时指定这些 headers(请参阅 httpPush -> headers)。

您可以使用此端点测试 HTTP 服务:/api/v0/event2action/test/http-push swagger 可用: https://liveobjects.orange-business.com/swagger-ui/index.html#/Triggers_and_Actions_-_Test

奥雷连