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 has been 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.
Describe the problem you'd like to have solved
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
, andMutation: deleteParameter
operations.Alternatives and current work-arounds
Parameters can be manipulated with curl commands, and possibly from J1's Node.js Client.
Additional context
J1 KB: https://docs.jupiterone.io/features/admin/parameters
I have only used strings and integers in parameters when creating and modifying them with this SDK - not the other supported value types.
The text was updated successfully, but these errors were encountered: