Get all PSM servers

This method allows the Vault admin to get a list of all PSM servers defined for an environment.

URL

 
https://<IIS_Server_Ip>/PasswordVault/API/PSM/Servers/
  • 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/

Resource information

HTTP method

Content type

GET

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

None

Result

 
Request: "http://<IIS_Server_Ip>/PasswordVault/API/PSMServers"
 
 
Response:
{
  PSMServers:[
    {
        Id: 'PSMServer_7ec0ecb',
        Name: 'PSM Server CYB-IS-12345',
        Address: '10.10.10.20'
    },
    {
        Id: 'PSMServer_fgjh42',
        Name: 'PSM Server on CYB-US-45981',
        Address: '10.10.10.21'
    }
  ]
}

Parameter

Description

PSMServers

Type: array

Id

PSM server ID, for example: "PSMServer_7ec0ecb"

Type: string

Name

The PSM server name, for example: "PSM Server on CYB-IS-12345"

Type: string

Address

The PSM server address, for example: "10.10.10.10"

Type: string

Return codes

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