Skip to main content

Import Package

POST 

/importTransportPackage

This API imports a compressed file containing objects specified for T2P migration. The Authorization must have Bearer followed by Token. Mandatory params: packagetoimport - Complete path of the package that needs to be imported Optional params: updateuser - username of the user importing the package, businessjustification Supported objects: savRoles, emailTemplate, roles, analyticsV1, analyticsV2, globalConfig, workflows, connection, appOnboarding, userGroups, scanRules, organizations, securitySystems

Request

Body

    businessjustification string
    packagetoimport string
    updateuser string

Responses

Import Package - Success

Response Headers

  • Date

    string

  • Set-Cookie

    string

  • Strict-Transport-Security

    string

  • Vary

    string

  • X-Content-Type-Options

    string

Schema

    errorcode number
    msg string
    msgDescription string
    requestId string
Loading...