I’m trying to get the schema using an example from pyTigerGraph but get the error:
“Endpoint is not found from url = /gsqlserver/gsql/schema”
My full url is:
“https://myAccount.i.tgcloud.io:9000/gsql/schema?graph=connectivity”
and I tried using token authentication which I have done many times successfully calling other endpoints. I know there are some restrictions on schema related things but i thought those were for modifying the schema, not getting schema info. but just incase, I also tried user name/password authentication.
However, I have never tried username/password authentication so maybe I’m doing that wrong. Note, both times i did not get the error Access Denied…
Note: when I call this to get endpoints:
“https://myAccount.i.tgcloud.io:9000/endpoints?builtin=True&dynamic=False&static=False”
I get a long list of endpoints but nothing with the word schema.
Can anyone make a recommendation here?
Thank you.