Server

This method returns the display name of the Vault configured in the ServerDisplayName configuration parameter.

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/WebServices/PIMServices.svc/Server/

Resource information

HTTP method

GET

Content type

application/json

Header parameter

Parameter

Authorization

Type

String

Description

The token that identifies the session.

Valid values

A session token that was returned from the “Logon” method.

Body parameters

None

Result

 
{ 

"ServerName":"<Vault_Name>" ,

"ExternalVersion":"<ExternalVersion>",

"InternalVersion":"<InternalVersion>"

}

 

Parameter

ServerName

Type

String

Description

The display name of the Vault configured in the ServerDisplayName configuration parameter.

Parameter

ExternalVersion

Type

String

Description

The external version of the Vault.

Parameter

InternalVersion

Type

String

Description

The internal version of the Vault.

Return codes

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