Ibm cloud 我无法通过任何方式访问驱动程序行为服务API,比如从node js、python和postman

Ibm cloud 我无法通过任何方式访问驱动程序行为服务API,比如从node js、python和postman,ibm-cloud,postman,iot-driver-behavior,Ibm Cloud,Postman,Iot Driver Behavior,我正在使用一个API按日期获取汽车探测器数据。这是API 获取方法: 我得到的回应是 { "httpCode": "404", "httpMessage": "Not Found", "moreInformation": "The requested URL was not found on this server" } 您这边的错误消息显示找不到404 请在驱动程序行为服务的URL中检查您的主机名 [正确] [你的不正确] 请参考官方API文档。 官方文档令人困惑

我正在使用一个API按日期获取汽车探测器数据。这是API 获取方法:

我得到的回应是

{
    "httpCode": "404",
    "httpMessage": "Not Found",
    "moreInformation": "The requested URL was not found on this server"
}

您这边的错误消息显示找不到404

请在驱动程序行为服务的URL中检查您的主机名

[正确]

[你的不正确]

请参考官方API文档。

官方文档令人困惑——正如所注意的,automotive.internetofthings.ibmcloud.com中充满了对api.ibm.com的引用
{
    "httpCode": "404",
    "httpMessage": "Not Found",
    "moreInformation": "The requested URL was not found on this server"
}