Export Content Using POST

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}/suite-api/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
{
    "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, CUSTOM_PROFILES, DISCOVERY_RULES, APP_DEF_ASSIGNMENTS, GLOBAL_SETTINGS,
array of link
links
Optional

links

string
scope
Required

The segregation of content

Possible values are : ALL, CUSTOM,
Authentication
This operation uses the following authentication methods.
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, CUSTOM_PROFILES, DISCOVERY_RULES, APP_DEF_ASSIGNMENTS, GLOBAL_SETTINGS,
array of link
links
Optional

links

string
scope
Required

The segregation of content

Possible values are : ALL, CUSTOM,