Metavault API - Get server

GetServer - GET

Path

/api/projects/{projectId}/servers/{serverName}

Http Method

GET

Overview

Used to retrieve a single configured server on the instance.

Request

Path parameters

Parameter

Type

Required

Description

Example

serverName

string

Yes

The Name of the server.

Production

Response

Success response (200 OK)

JSON
{
  "name": "Redshift",
  "databaseType": "DatabaseType",
  "allowCustomEnvironmentDatabaseName": false
}