Skip to main content

Get domain for servers

Select

SaaS
Customer Managed

Get list of servers and respective domains

Responses

Success


Schema
  • servers object[]

    List of servers and respective domains

  • id int32

    Id of the server

  • name string

    Name of the server

  • domain string

    Domain of the server

GET /v4/servers/domain    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/Servers/Domain' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'