WriteAPI - Method not implemented"
Tried to implement /getSessionToken (Storage Methods) by passing request as
Request :
{
"userToken": "90e1f3a6-7c37-4366-99c4-bc539b4978e123",
"historians": [
"MACHINENAME"
],
"clientId": "Test",
"settings": {
"clientTimeout": 300000,
"fileSize": 8,
"autoCreateDatasets": true
}
}
and got error message as "Method not implemented"
Response:
{
"statusCode": "Error",
"errors": [
"Method not implemented"
]
}
I tried with other storage API too and got same issue.
https://writeapi.canarylabs.com/21.2/
Only /getUserToken and /getTimeZones API's are working. Please suggest another option need to modify in canary admin or response in postman
Any help appreciated!!
7 replies
-
Hi dhgokul !
What is the full url you are using? Are you using the Sender API port: 55253 or 55254. These are different than the Read API ports: 55235 and 55236. The "Method not implemented" implies that it does not recognize the request.
-
Steve Mason Thanks for your response ! I tried with domain name with SSH(Its working for getUserToken POST request) ,
Also tried with public IP with http://xx.xx.xxx.xx:55253(55254)/api/v2/getSessionToken its not sending request.
-
What was the resolution to this? I am having the same issue