Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I'm trying to reserve a sandbox session. However, for some reason - the email address in the sandbox is from my previous company, so I am not receiving the email for the reservation or the vpn info. My email address appears up to date on my devnet ...
Hi! A few questions in this post I've added my webserver to the cors proxy as discussed here: http://wiki.dglogik.com/dgsb_wiki:dataflow:dataflow_blocks_reference:data_services:string_loader This server is using a self-signed SSL cert.When I invoke ...
I'm having some kind of problem here. I have a real time recorder block. When I click the output -> table - I see the table of data. I then link this output to a Publish block, and set the /data/pathtodata - and turn on autorun. I've played with ...
Like - is there an API call I can make against the CAF to get things like 829 SERIALNUMBER?For example:ioxclient platform infoHow could I get the same output into my IOX application?I can't seem to find solid CAF api documentation. I know it must be...
I'm trying to get IOxCore running so that I can play with that API. (I am looking for a way to get platform info from my app - like platform serial number for example. Sorry for adding a second question!)I'm having trouble with ioxclient yaml valid...
I believe you're correct - in the above links, they are using Zapier to do the translation from Meraki webhook payload, to webex teams friendly payload.Zapier is rather straightforward, and though I've not played with it in a year or two, I believe t...
Still didn't locate solid docs on this, but I did work it out.1. Base64 encode the localmanager username:password2. POST https://<GOSIP>:<GOSPORT>/iox/api/v2/hosting/tokenservice using encoded auth as a bearer token header, to retrive a token.3. Use ...
I worked it out So I fixed my Dockerfile first. Instead of calling python3 bin, just ran my script directly. Much cleaner/easier to run.Then I found the article on how to run ioxclient w/ debug (NOTE: on my client, if I doioxclient application acti...