Problem with /api2/json/nodes//storage/xtemplates/content

  • Thread starter Thread starter Hupfi10
  • Start date Start date
H

Hupfi10

Guest
Dear Community,


if i try to access https://MYHOST/api2/json/nodes//storage/xtemplates/content
I always see this error:
Code:
URL - GET - https://109.230.236.230:8006/api2/json/nodes//storage/xtemplates/content----------------------------------------------
POST DATA :
----------------------------------------------
1
----------------------------------------------
Headers:
----------------------------------------------
HTTP/1.1 501 Method 'GET /api2/json/nodes//storage/xtemplates/content' not implemented
Date: Mon, 03 Dec 2012 20:53:11 GMT
Server: Apache
Pragma: no-cache
Cache-control: no-cache
Content-Length: 13
Vary: Accept-Encoding
Connection: close
Content-Type: application/json;charset=UTF-8
Expires: Mon, 03 Dec 2012 20:53:11 GMT1
----------------------------------------------
RESPONSE ARRAY:
----------------------------------------------
Array
(
    [data] => 
)
1
----------------------------------------------


Does anyone of you know how to fix that issue ?


Thanks a lot <3
 
Okay,

my fault :D
I got the problem
GET /api2/json/nodes/NODE_ID/storage/xtemplates/content

So it is working

#CaseClosed