HI guys,
I am trying to fetch details of a10 using axapi but it is not working for me.
I am issuing this command " ** curl -k GET -H “Content-Type:application/json” -H “Authorization: A10 61d63f9924b7a8eecd1441d5fa274b” **"
it is giving the error like below
curl: (6) Could not resolve host: GET
{
** “response”: {**
** “status”: “fail”,**
** “err”: {**
** “code”: 1023656960,**
** “from”: “JSON”,**
** “msg”: “URI not found.”,**
** “location”: “resource-tracking”**
** }**
** }**
}curl: (6) Could not resolve host: H
curl: (3) Port number ended with ‘a’
please help me to solve this problem.