Get the Front Server of a device

Use this API to get the front server associated with a device.

Resource Information

Method

URL

Required authentication

GET

/V1/CMDB/Devices/{hostname}/FrontServer

Yes

Parameters

Name

Description

Token*required
(header)

Place the token received from the API Log in to get an authentication token.

hostname*required
(path)

The hostname of a device.

Response

Parameter

Type

Description

Example

alias

string

The alias of the Front Server.

{
  "alias""Front Server Alias",
  "ipOrHostname""Bos-Core",
  "statusCode"790200,
  "statusDescription""success"
}

ipOrHostname

string

The IP address or name of the Front Server.

statusCode

string

The returned status code of executing the API.

statusDescription

string

The explanation of the status code.