VSA_API_ARGS
VSA_API_ARGS are the necessary parameters required for using VSAToolbox, a set of tools to interact with a Kaseya VSA server's API.
Dependencies
What VSA content relies on this Managed Variable?
VSAToolbox
Example Data
Please note that the arguments have changed in VSAToolbox from previously used procedures. Ensure the arguments have been updated to match those seen below. Verify that there are two hyphens --
before each argument.
--baseurl 'https://subdomain.server.com' --username 'EXAMPLEUSER' --pat '00000000-0000-0000-0000-000000000000'
--baseurl 'https://subdomain.server.com'
The base URL that the VSA API can be accessed from. It should be in the format 'https://subdomain.server.com'.
--username 'EXAMPLEUSER'
The username to use for VSA API authentication.
--pat '00000000-0000-0000-0000-000000000000'
The personal access token to use for VSA REST API authentication.