JumpCloud Configuration¶
Follow these steps to analyze JumpCloud objects with Cartography.
Generate a JumpCloud API key.
Log in to the JumpCloud Admin Console.
Navigate to your profile (bottom-left) → My API key.
Generate API Key.
Store the key in an environment variable, e.g.
JUMPCLOUD_API_KEY.
Find your JumpCloud Organization ID.
In the Admin Console, navigate to Settings → General.
Copy the Organization ID value.
Run Cartography with the JumpCloud options:
export JUMPCLOUD_API_KEY="your-api-key" cartography \ --neo4j-uri bolt://localhost:7687 \ --jumpcloud-api-key-env-var JUMPCLOUD_API_KEY \ --jumpcloud-org-id "<your-org-id>"
CLI Reference¶
Flag |
Description |
|---|---|
|
Name of the environment variable containing the JumpCloud API key (x-api-key auth) |
|
JumpCloud organization ID used as the tenant identifier (required) |