Import connection component

This method enables administrators to import a new connection component.

URL

  • Make sure there are no spaces in the URL.

  • The following characters are not supported in URL values: + & %

  • If the URL includes a dot (.), add a forward slash (/) at the end of the URL. For example: api/Safes/MySafe/Members/user@cyber.com/

 

 

https://<subdomain>.privilegecloud.cyberark.cloud/PasswordVault/API/ConnectionComponents/Import/

Resource information

HTTP method

POST

Content type

application/json

Header parameter

Parameter

Description

Authorization

The token that identifies the session, encoded in BASE 64. See Authentication.

Type: String

Mandatory: Yes

Default value: None

Body parameters

 

 
{

"ImportFile": {zip file byte array}

}

 

Parameter

ImportFile (mandatory)

Type

byte array

Description

The file that contains the connection component. The parameter must contain a file in the format of BASE 64 array.

Default

-

Result

 
{

"ConnectionComponentID": "ConnectionComponentID"

}

 

Parameter

ConnectionComponentID

Type

String

Description

The unique ID of the connection component.

Return codes

For a complete list of return codes, see Return Codes.