Export platform

This method enables you to export a platform to a zip file for import to a different Vault environment.

 

This method returns a ZIP file that contains only the CPM Policy files and the PVWA Settings.

If there are additional CPM plug-in files, they must be manually added to the ZIP file before importing.

This method can be used by members of the Vault Admins group.

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://<IIS_Server_Ip>/PasswordVault/API/Platforms/<PlatformID>/Export/

 

Parameter

PlatformID

Type

String

Description

The platform name that is relevant for this account.

Must be an existing valid platform, either a regular platform or a service account.

Valid values

Valid PlatformID

Required

Yes

Resource information

HTTP method

POST

Content type

application/json

Header parameters

Parameter

Description

Authorization

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

Type: String

Mandatory: Yes

Default value: None

Body parameters

None

Result

A zip file stream, with the following file name: <PolicyID>.zip.

Return codes

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