Rate this page:
Provide object schema and mapping configuration for the external import
import:import-configuration:cmdb
string
RequiredThis status code has no content.
1
2
3
curl --request PUT \
--url 'https://api.atlassian.com/jsm/assets/workspace/{workspaceId}/v1/importsource/{uuid}/mapping' \
--header 'Authorization: Bearer <access_token>'
Update object schema and mapping configuration for the external import
import:import-configuration:cmdb
string
RequiredThis status code has no content.
1
2
3
curl --request PATCH \
--url 'https://api.atlassian.com/jsm/assets/workspace/{workspaceId}/v1/importsource/{uuid}/mapping' \
--header 'Authorization: Bearer <access_token>'
Get the current status of the import configuration
import:import-configuration:cmdb
string
RequiredThis status code has no content.
1
2
3
curl --request GET \
--url 'https://api.atlassian.com/jsm/assets/workspace/{workspaceId}/v1/importsource/{importSourceId}/configstatus' \
--header 'Authorization: Bearer <access_token>'
Move to the data ingestion steps of external imports
import:import-configuration:cmdb
string
RequiredThis status code has no content.
1
2
3
curl --request POST \
--url 'https://api.atlassian.com/jsm/assets/workspace/{workspaceId}/v1/importsource/{importSourceUuid}/executions' \
--header 'Authorization: Bearer <access_token>'
Cancel current on-going import
import:import-configuration:cmdb
string
Requiredstring
RequiredThis status code has no content.
1
2
3
curl --request DELETE \
--url 'https://api.atlassian.com/jsm/assets/workspace/{workspaceId}/v1/importsource/{importSourceUuid}/executions/{importExecutionUuid}' \
--header 'Authorization: Bearer <access_token>'
Submit progress of ingesting data
import:import-configuration:cmdb
string
Requiredstring
RequiredThis status code has no content.
1
2
3
curl --request PUT \
--url 'https://api.atlassian.com/jsm/assets/workspace/{workspaceId}/v1/importsource/{importSourceUuid}/executions/{importExecutionUuid}/progress' \
--header 'Authorization: Bearer <access_token>'
Providing data to be ingested
import:import-configuration:cmdb
string
Requiredstring
RequiredThis status code has no content.
1
2
3
curl --request POST \
--url 'https://api.atlassian.com/jsm/assets/workspace/{workspaceId}/v1/importsource/{importSourceUuid}/executions/{importExecutionUuid}/data' \
--header 'Authorization: Bearer <access_token>'
Get the status of the import
import:import-configuration:cmdb
string
Requiredstring
RequiredThis status code has no content.
1
2
3
curl --request GET \
--url 'https://api.atlassian.com/jsm/assets/workspace/{workspaceId}/v1/importsource/{importSourceUuid}/executions/{importExecutionUuid}/status' \
--header 'Authorization: Bearer <access_token>'