Closed sharadr closed 12 years ago
Visiting:
/api/node/list/xml/
Gives this:
HTTP Status 404 - "/yana/api/node/list/xml/index.gsp" not found.
type Status report
message "/yana/api/node/list/xml/index.gsp" not found.
description The requested resource ("/yana/api/node/list/xml/index.gsp" not found.) is not available.
Documentation says that :
List all Nodes:
curl --verbose --request POST --header "Content-Type: application/json" http://localhost:8080/api/node/list/{format} --cookie cookies.txt
Should also respond to GET.
Visiting:
/api/node/list/xml/
Gives this:
HTTP Status 404 - "/yana/api/node/list/xml/index.gsp" not found.
type Status report
message "/yana/api/node/list/xml/index.gsp" not found.
description The requested resource ("/yana/api/node/list/xml/index.gsp" not found.) is not available.
Documentation says that :
List all Nodes:
curl --verbose --request POST --header "Content-Type: application/json" http://localhost:8080/api/node/list/{format} --cookie cookies.txt