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.
Hey everyone, Is it possible to launch a simulation with virl-utils based on a configured .virl file? I have python scripts that generate a *.virl file and would like to launch it with either the API or the virl_utils python package, however I cant f...
Hello, Im having an issue in which I am able to authenticate on the API query to my production SMC and retrieve an authentication token, and then query for the tenant-id successfully. Every subsequent call fails, and I cant retrieve the host groups /...
In case anyone else has this question... virl-utils documentation, based on the version, may not specify the needed flag to perform a 'virl up' action with just a *.virl file. You'll need to perform this command:- virl up -f <filename>.virl And that ...
https://{{STEALTHWATCH-SMC}}/sw-reporting/v1/tenants/:tenant-id/customHosts/tags/ was the url I had to use, basically dropping the smc-confugration/rest/ portion and replacing it with sw-reporting.
Hey Kyle, Im currently on 7.0.2 on Prod and Dev. I actually figured out the issue here, the API call was https://{{STEALTHWATCH-SMC}}/smc-configuration/rest/v1/tenants/{{tenant-id}}/tags/ and it turns out the information I was looking for was actuall...