Download export job result.
GET/sp-config/export/:id/download
This endpoint gets the export file resulting from the export job with the requested id
and downloads it to a file.
The request will need one of the following security scopes:
- sp:config:read - sp:config:manage
Request
Path Parameters
The ID of the export job whose results will be downloaded.
Responses
- 200
- 400
- 401
- 403
- 404
- 429
- 500
Exported JSON objects.
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
Current version of the export results object.
Time the export was completed.
Name of the tenant where this export originated.
Optional user defined description/name for export job.
options
object
Options used to create this export.
Possible values: [ACCESS_PROFILE
, ACCESS_REQUEST_CONFIG
, ATTR_SYNC_SOURCE_CONFIG
, AUTH_ORG
, CAMPAIGN_FILTER
, FORM_DEFINITION
, GOVERNANCE_GROUP
, IDENTITY_OBJECT_CONFIG
, IDENTITY_PROFILE
, LIFECYCLE_STATE
, NOTIFICATION_TEMPLATE
, PASSWORD_POLICY
, PASSWORD_SYNC_GROUP
, PUBLIC_IDENTITIES_CONFIG
, ROLE
, RULE
, SEGMENT
, SERVICE_DESK_INTEGRATION
, SOD_POLICY
, SOURCE
, TAG
, TRANSFORM
, TRIGGER_SUBSCRIPTION
, WORKFLOW
]
Object type names to be excluded from an sp-config export command.
Possible values: [ACCESS_PROFILE
, ACCESS_REQUEST_CONFIG
, ATTR_SYNC_SOURCE_CONFIG
, AUTH_ORG
, CAMPAIGN_FILTER
, FORM_DEFINITION
, GOVERNANCE_GROUP
, IDENTITY_OBJECT_CONFIG
, IDENTITY_PROFILE
, LIFECYCLE_STATE
, NOTIFICATION_TEMPLATE
, PASSWORD_POLICY
, PASSWORD_SYNC_GROUP
, PUBLIC_IDENTITIES_CONFIG
, ROLE
, RULE
, SEGMENT
, SERVICE_DESK_INTEGRATION
, SOD_POLICY
, SOURCE
, TAG
, TRANSFORM
, TRIGGER_SUBSCRIPTION
, WORKFLOW
]
Object type names to be included in an sp-config export command. IncludeTypes takes precedence over excludeTypes.
objectOptions
object
Additional options targeting specific objects related to each item in the includeTypes field
property name*
ObjectExportImportOptions
Object ids to be included in an import or export.
Object names to be included in an import or export.
objects
object[]
Current version of configuration object.
self
object
Self block for imported/exported object.
Possible values: [ACCESS_PROFILE
, ACCESS_REQUEST_CONFIG
, ATTR_SYNC_SOURCE_CONFIG
, AUTH_ORG
, CAMPAIGN_FILTER
, FORM_DEFINITION
, GOVERNANCE_GROUP
, IDENTITY_OBJECT_CONFIG
, IDENTITY_PROFILE
, LIFECYCLE_STATE
, NOTIFICATION_TEMPLATE
, PASSWORD_POLICY
, PASSWORD_SYNC_GROUP
, PUBLIC_IDENTITIES_CONFIG
, ROLE
, RULE
, SEGMENT
, SERVICE_DESK_INTEGRATION
, SOD_POLICY
, SOURCE
, TAG
, TRANSFORM
, TRIGGER_SUBSCRIPTION
, WORKFLOW
]
Imported/exported object's DTO type. Import is currently only possible with the IDENTITY_OBJECT_CONFIG, IDENTITY_PROFILE, RULE, SOURCE, TRANSFORM, and TRIGGER_SUBSCRIPTION object types.
Imported/exported object's ID.
Imported/exported object's display name.
object
Object details. Format dependant on the object type.
Object details. Format dependant on the object type.
{
"version": 1,
"timestamp": "2021-05-11T22:23:16Z",
"tenant": "sample-tenant",
"description": "Export Job 1 Test",
"options": {
"excludeTypes": [
"SOURCE"
],
"includeTypes": [
"TRIGGER_SUBSCRIPTION"
],
"objectOptions": {
"TRIGGER_SUBSCRIPTION": {
"includedIds": [
"be9e116d-08e1-49fc-ab7f-fa585e96c9e4"
],
"includedNames": [
"Test 2"
]
}
}
},
"objects": [
{
"version": 1,
"self": {
"type": "SOURCE",
"id": "2c9180835d191a86015d28455b4b232a",
"name": "HR Active Directory"
}
}
]
}
Client Error - Returned if the request body is invalid.
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
Array [
]
Fine-grained error code providing more detail of the error.
Unique tracking id for the error.
messages
object[]
Generic localized reason for error
The locale for the message text, a BCP 47 language tag.
Possible values: [DEFAULT
, REQUEST
, null
]
An indicator of how the locale was selected. DEFAULT means the locale is the system default. REQUEST means the locale was selected from the request context (i.e., best match based on the Accept-Language header). Additional values may be added in the future without notice.
Actual text of the error message in the indicated locale.
causes
object[]
Plain-text descriptive reasons to provide additional detail to the text provided in the messages field
The locale for the message text, a BCP 47 language tag.
Possible values: [DEFAULT
, REQUEST
, null
]
An indicator of how the locale was selected. DEFAULT means the locale is the system default. REQUEST means the locale was selected from the request context (i.e., best match based on the Accept-Language header). Additional values may be added in the future without notice.
Actual text of the error message in the indicated locale.
{
"detailCode": "400.1 Bad Request Content",
"trackingId": "e7eab60924f64aa284175b9fa3309599",
"messages": [
{
"locale": "en-US",
"localeOrigin": "DEFAULT",
"text": "The request was syntactically correct but its content is semantically invalid."
}
],
"causes": [
{
"locale": "en-US",
"localeOrigin": "DEFAULT",
"text": "The request was syntactically correct but its content is semantically invalid."
}
]
}
Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.
- application/json
- Schema
- Example (from schema)
Schema
A message describing the error
{
"error": "JWT validation failed: JWT is expired"
}
Forbidden - Returned if the user you are running as, doesn't have access to this end-point.
- application/json
- Schema
- Example (from schema)
- 403
Schema
Array [
]
Array [
]
Fine-grained error code providing more detail of the error.
Unique tracking id for the error.
messages
object[]
Generic localized reason for error
The locale for the message text, a BCP 47 language tag.
Possible values: [DEFAULT
, REQUEST
, null
]
An indicator of how the locale was selected. DEFAULT means the locale is the system default. REQUEST means the locale was selected from the request context (i.e., best match based on the Accept-Language header). Additional values may be added in the future without notice.
Actual text of the error message in the indicated locale.
causes
object[]
Plain-text descriptive reasons to provide additional detail to the text provided in the messages field
The locale for the message text, a BCP 47 language tag.
Possible values: [DEFAULT
, REQUEST
, null
]
An indicator of how the locale was selected. DEFAULT means the locale is the system default. REQUEST means the locale was selected from the request context (i.e., best match based on the Accept-Language header). Additional values may be added in the future without notice.
Actual text of the error message in the indicated locale.
{
"detailCode": "400.1 Bad Request Content",
"trackingId": "e7eab60924f64aa284175b9fa3309599",
"messages": [
{
"locale": "en-US",
"localeOrigin": "DEFAULT",
"text": "The request was syntactically correct but its content is semantically invalid."
}
],
"causes": [
{
"locale": "en-US",
"localeOrigin": "DEFAULT",
"text": "The request was syntactically correct but its content is semantically invalid."
}
]
}
An example of a 403 response object
{
"detailCode": "403 Forbidden",
"trackingId": "b21b1f7ce4da4d639f2c62a57171b427",
"messages": [
{
"locale": "en-US",
"localeOrigin": "DEFAULT",
"text": "The server understood the request but refuses to authorize it."
}
]
}
Not Found - returned if the request URL refers to a resource or object that does not exist
- application/json
- Schema
- Example (from schema)
- 404
Schema
Array [
]
Array [
]
Fine-grained error code providing more detail of the error.
Unique tracking id for the error.
messages
object[]
Generic localized reason for error
The locale for the message text, a BCP 47 language tag.
Possible values: [DEFAULT
, REQUEST
, null
]
An indicator of how the locale was selected. DEFAULT means the locale is the system default. REQUEST means the locale was selected from the request context (i.e., best match based on the Accept-Language header). Additional values may be added in the future without notice.
Actual text of the error message in the indicated locale.
causes
object[]
Plain-text descriptive reasons to provide additional detail to the text provided in the messages field
The locale for the message text, a BCP 47 language tag.
Possible values: [DEFAULT
, REQUEST
, null
]
An indicator of how the locale was selected. DEFAULT means the locale is the system default. REQUEST means the locale was selected from the request context (i.e., best match based on the Accept-Language header). Additional values may be added in the future without notice.
Actual text of the error message in the indicated locale.
{
"detailCode": "400.1 Bad Request Content",
"trackingId": "e7eab60924f64aa284175b9fa3309599",
"messages": [
{
"locale": "en-US",
"localeOrigin": "DEFAULT",
"text": "The request was syntactically correct but its content is semantically invalid."
}
],
"causes": [
{
"locale": "en-US",
"localeOrigin": "DEFAULT",
"text": "The request was syntactically correct but its content is semantically invalid."
}
]
}
An example of a 404 response object
{
"detailCode": "404 Not found",
"trackingId": "b21b1f7ce4da4d639f2c62a57171b427",
"messages": [
{
"locale": "en-US",
"localeOrigin": "DEFAULT",
"text": "The server did not find a current representation for the target resource."
}
]
}
Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.
- application/json
- Schema
- Example (from schema)
Schema
A message describing the error
{
"message": " Rate Limit Exceeded "
}
Internal Server Error - Returned if there is an unexpected error.
- application/json
- Schema
- Example (from schema)
- 500
Schema
Array [
]
Array [
]
Fine-grained error code providing more detail of the error.
Unique tracking id for the error.
messages
object[]
Generic localized reason for error
The locale for the message text, a BCP 47 language tag.
Possible values: [DEFAULT
, REQUEST
, null
]
An indicator of how the locale was selected. DEFAULT means the locale is the system default. REQUEST means the locale was selected from the request context (i.e., best match based on the Accept-Language header). Additional values may be added in the future without notice.
Actual text of the error message in the indicated locale.
causes
object[]
Plain-text descriptive reasons to provide additional detail to the text provided in the messages field
The locale for the message text, a BCP 47 language tag.
Possible values: [DEFAULT
, REQUEST
, null
]
An indicator of how the locale was selected. DEFAULT means the locale is the system default. REQUEST means the locale was selected from the request context (i.e., best match based on the Accept-Language header). Additional values may be added in the future without notice.
Actual text of the error message in the indicated locale.
{
"detailCode": "400.1 Bad Request Content",
"trackingId": "e7eab60924f64aa284175b9fa3309599",
"messages": [
{
"locale": "en-US",
"localeOrigin": "DEFAULT",
"text": "The request was syntactically correct but its content is semantically invalid."
}
],
"causes": [
{
"locale": "en-US",
"localeOrigin": "DEFAULT",
"text": "The request was syntactically correct but its content is semantically invalid."
}
]
}
An example of a 500 response object
{
"detailCode": "500.0 Internal Fault",
"trackingId": "b21b1f7ce4da4d639f2c62a57171b427",
"messages": [
{
"locale": "en-US",
"localeOrigin": "DEFAULT",
"text": "An internal fault occurred."
}
]
}