You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 15, 2024. It is now read-only.
The current JupiterOne Python SDK does not have methods for reading, creating, modifying, or deleting parameters (variables in the J1 tenant that can be used in queries, including queries for charts created in dashboards).
Describe the ideal solution
Define methods that allow the JupiterOne Python SDK to use the Query: parameter, Query: parameterList, Mutation: setParameter, and Mutation: deleteParameter operations.
Alternatives and current work-arounds
Parameters can be manipulated with curl commands, and possibly from J1's Node.js Client.