@jupiterone/integration-sdk-http-client
Advanced tools
Changelog
8.29.2 - 2022-11-15
getStepExecutionOrder
Changelog
8.29.0 - 2022-11-15
getSortedJupiterOneTypes
j1-integration document
command to allow duplicate typesdependencyStepIds
to StepTestConfig
dependencyGraphId
to executeStepWithDependencies
Changelog
8.28.1 - 2022-11-9
@jupiterone/data-model
version to add RelationshipClass.PUBLISHES
Changelog
8.28.0 - 2022-10-18
JobState
respectively:
collected_entities
collected_relationships
collected_mapped_relationships
Changelog
8.27.1 - 2022-10-16
uploadDataChunk
to capture successful completion of an uploadChangelog
8.27.0 - 2022-10-16
DISABLE_DISK_USAGE_METRIC
environment variableChangelog
8.26.0 - 2022-10-12
multipleResolves
events are no longer forwarded to loggers onFailure
callback as they are not strict failures. Logging of multipleResolves
at logno-misused-promises
rule.Changelog
8.25.1 - 2022-09-26
logged_error
and logged_warn
metrics are
emitted.Changelog
8.25.0 - 2022-09-26
logged_error
and logged_warn
metric counters when IntegrationLogger
logger.error
and logger.warn
are called respectively.Changelog
8.24.1 - 2022-09-21
undefined
top-level properties/* eslint-disable no-console */
j1-integration sync
now supports the --skip-finalize
option to avoid
finalizing the synchronization job. This brings parity with the run
command.j1-integration
run
and sync
commands now support --account
and
--api-key
options to make them consistent with other commands that support
these options. The values provided to these options will override any values
set in the JUPITERONE_ACCOUNT
and JUPITERONE_API_KEY
environment
variables. Note: it is recommended to avoid --api-key
in a CI/CD or server
environment because the values will be visible in the logs.commander
dependency to improve options type safety and
handling.--development
option can be set to "true"
when --api-base-url
is
either of https://api.us.jupiterone.io
or https://api.dev.jupiterone.io
(an error will not be thrown). This allowed for declaring the default value of
--api-base-url
so it is shown in the help output. Any other value for
--api-base-url
will cause an error to be thrown if --development
is set to
"true"
.