Skip to main content

Export Package

POST 

/exportTransportPackage

This API creates a compressed file containing objects specified for T2P migration. The Authorization must have Bearer followed by Token. Mandatory params: exportonline(can be true or false) - Determines if package needs to be exported online, exportpath(if exportonline is false) - Local path where export package will be generated, environmentname(if exportonline is true) - Name of the environment which can be created at the following path : Admin -> Global Configurations -> Misc -> Transport -> Add New Transport, objectstoexport - Supported objects : savRoles, emailTemplate, roles, analyticsV1, analyticsV2, globalConfig, workflows, connection, appOnboarding, userGroups, scanRules, organizations, securitySystems Optional params: updateuser - username of the user exporting the package, transportmembers(can be true or false) - option to transport members for selected objects such as SAV role, transportowner(can be true or false) - option to transport owners for selected objects, businessjustification

Request

Body

    businessjustification string
    exportonline string
    exportpath string

    objectstoexport

    object

    emailTemplate string[]
    savRoles string[]
    transportmembers string
    transportowner string
    updateuser string

Responses

Export Package - Success

Response Headers

  • Date

    string

  • Set-Cookie

    string

  • Strict-Transport-Security

    string

  • Vary

    string

  • X-Content-Type-Options

    string

Schema

    errorcode number
    fileName string
    msg string
    msgDescription string
Loading...