Export Content Using POST
Export content for current user. This takes scope of the export. The content types that need to be exported can be specified as a list.
Request
URI
POST
https://{api_host}/api/content/operations/export
COPY
Header Parameters
string
EncryptionPassword
Optional
Key for encrypting sensitive information
Request Body
Export Details of Type and Segregation
content-export of type(s) application/json
Required
Show optional properties
{
"contentTypes": [
{}
],
"scope": "string"
}
{
"contentTypes": [
"string"
],
"links": [
{
"description": "string",
"href": "string",
"name": "string",
"rel": "string"
}
],
"scope": "string"
}
array of string
contentTypes
Required
The content type to be exported
Possible values are : VIEW_DEFINITIONS, REPORT_DEFINITIONS, DASHBOARDS, REPORT_SCHEDULES, POLICIES, ALERT_DEFINITIONS, SYMPTOM_DEFINITIONS, RECOMMENDATION_DEFINITIONS, CUSTOM_GROUPS, SUPER_METRICS, CONFIG_FILES, COMPLIANCE_SCORECARDS, NOTIFICATION_RULES, OUTBOUND_SETTINGS, PAYLOAD_TEMPLATES, INTEGRATIONS, USERS, USER_GROUPS, ROLES, AUTH_SOURCES, HTTP_PROXIES, COST_DRIVERS, SDMP_CUSTOM_SERVICES, SDMP_CUSTOM_APPLICATIONS,
string
scope
Required
The segregation of content
Possible values are : ALL, CUSTOM,
Responses
202
The export of content has been accepted
Returns content-export of type(s) application/json
{
"contentTypes": [
"string"
],
"links": [
{
"description": "string",
"href": "string",
"name": "string",
"rel": "string"
}
],
"scope": "string"
}
array of string
contentTypes
Required
The content type to be exported
Possible values are : VIEW_DEFINITIONS, REPORT_DEFINITIONS, DASHBOARDS, REPORT_SCHEDULES, POLICIES, ALERT_DEFINITIONS, SYMPTOM_DEFINITIONS, RECOMMENDATION_DEFINITIONS, CUSTOM_GROUPS, SUPER_METRICS, CONFIG_FILES, COMPLIANCE_SCORECARDS, NOTIFICATION_RULES, OUTBOUND_SETTINGS, PAYLOAD_TEMPLATES, INTEGRATIONS, USERS, USER_GROUPS, ROLES, AUTH_SOURCES, HTTP_PROXIES, COST_DRIVERS, SDMP_CUSTOM_SERVICES, SDMP_CUSTOM_APPLICATIONS,
string
scope
Required
The segregation of content
Possible values are : ALL, CUSTOM,
On This Page
Content Management Operations
POST
Backup Content Using POST
Deprecated
GET
Download Backup Content Data Using GET
Deprecated
GET
Download Using GET
POST
Export Content Using POST
GET
Get Content Progress Using GET
Deprecated
GET
Get Last Export Operation Using GET
GET
Get Last Import Operation Using GET
GET
Get Restore Content Data Using GET
Deprecated
POST
Import Content Using POST
POST
Restore Content Using POST
Deprecated