chinnaphani

Results 17 comments of chinnaphani

i am getting error like this. pyodata.exceptions.HttpError: Metadata request failed, status code: 401, body:

its a internal sever, not public server

Sorry for delay message. I am out of station, here is the output of curl -vvv C:\Users\administrator\Downloads\curl-7.64.1_1-win64-mingw\curl-7.64.1-win64-mingw\bin>curl.exe -vvv http://citrixdc.bluepedia.com/Citrix/Monitor/OData/v3/Data/$metadata * Trying fe80::1800:b92e:d77d:4c78... * TCP_NODELAY set * Connected to citrixdc.bluepedia.com (fe80::1800:b92e:d77d:4c78)...

here is the my code. `import requests import pyodata url = "http://citrixdc.bluepedia.com/Citrix/Monitor/OData/v3/Data/" mys = requests.Session() # import pdb; pdb.set_trace() mys.auth = ("Bluepedia\administrator", 'Vihaan@2016') import pdb; pdb.set_trace() client = pyodata.Client(url,requests.Session())`

here is the result with -u C:\Users\administrator\Downloads\curl-7.64.1_1-win64-mingw\curl-7.64.1-win64-mingw\bin>curl.exe -vvv http://citrixdc.bluepedia.com/Citrix/Monitor/OData/v3/Data/$metadata -u bluepedia\administrator:Vihaan@2016 * Trying fe80::1800:b92e:d77d:4c78... * TCP_NODELAY set * Connected to citrixdc.bluepedia.com (fe80::1800:b92e:d77d:4c78) port 80 (#0) * Server auth using Basic...

Hi any update for me plz

Hi, when i use the url in Internet Explorer i am getting the page opened and it showing as below. - - Default - Catalogs - Machines - LoadIndexes -...

Hi, Sorry to trouble you again, but i got some good progress and i get exit code 0, when i process below code. hope it connected to odata url, but...

here is metadata file. ``` - - Default - ApplicationActivitySummaries - Applications - ApplicationInstances - Sessions - Connections - ConnectionFailureCategories - Machines - Catalogs - LoadIndexes - DesktopGroups - Hypervisors...

here is the postmen data and $metadata, does it helps :( now a I am getting below error. if i run below code. ``applist = directorReqData.entity_sets.Applications.get_entities().select('Name').execute() for app in applist:...