I saw another forum post about requests for workspaces, which looked like the perfect thing for some data analysis I'm trying to do. Unfortunately, it doesn't look like this is supported or fully developed because I am missing workspaces (I could very well be doing something wrong.) Does anyone know if there is a roadmap for more NEXIS API development? Has anyone encountered the same thing while calling https://<nexis-host>/api/workspaces? I've tried calling the Virtual IP and both SDA's to no avail. Here's a bit of my script for reference:
workspace=$(curl --location --request POST 'http://<IP ADDR>/api/workspaces' \
--header 'token: '$header'' \
--header 'Content-Type: application/json' \
--data-raw '{
"user": "noneofyourbusiness",
"pass": "noneofyourbusiness"
}' -o /tmp/nexis.json)
First thing I would be looking at: does the User have at least Read permissions on the missing workspaces?
© Copyright 2011 Avid Technology, Inc. Terms of Use | Privacy Policy | Site Map | Find a Reseller