Skip to content
This repository was archived by the owner on May 15, 2024. It is now read-only.
This repository was archived by the owner on May 15, 2024. It is now read-only.

Add methods for Parameter manipulation #17

@Flipadelphian

Description

@Flipadelphian

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, and Mutation: 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions