API endpoint not working
URGENT!!
The API endpoint /impact/m2m/endpoints
does not exist anymore.
A call like:
curl --location --request POST 'http://api.scs.iot.telekom.com/impact/m2m/endpoints' \
--header 'Content-Type: application/json' \
--header 'Accept: application/json' \
--header 'Authorization: Basic xxxxx' \
--header 'Cookie: xxxx' \
--data-raw '{ "additionalParams": {
"adaptationLayerName":"TMNL_COAP_AL"
},
"address": "",
"groupName": "CON_0000001xxx",
"identifier": "",
"protocol": "HTTP",
"serialNumber": "IMEI:3588780801xxxxx"
}
'
Results in a 404:
<html>
<head>
<title>JBWEB000065: HTTP Status 404 - RESTEASY001185: Could not find resource for relative : /m2m/endpoints of full
path: https://api.scs.iot.telekom.com/impact/m2m/endpoints</title>
<style>
<!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}A.name {color : black;}HR {color : #525D76;}
-->
</style>
</head>
<body>
<h1>JBWEB000065: HTTP Status 404 - RESTEASY001185: Could not find resource for relative : /m2m/endpoints of full
path: https://api.scs.iot.telekom.com/impact/m2m/endpoints</h1>
<HR size="1" noshade="noshade">
<p><b>JBWEB000309: type</b> JBWEB000067: Status report</p>
<p><b>JBWEB000068: message</b> <u>RESTEASY001185: Could not find resource for relative : /m2m/endpoints of full
path: https://api.scs.iot.telekom.com/impact/m2m/endpoints</u></p>
<p><b>JBWEB000069: description</b> <u>JBWEB000124: The requested resource is not available.</u></p>
<HR size="1" noshade="noshade">
</body>
</html>