Skip to main content

Get CommServe for servers

Select

SaaS
Customer Managed

Get list of servers and respective CommServers

Responses

Success


Schema
  • servers object[]

    List of servers and respective commservers

  • id int32

    Id of the server

  • name string

    Name of the server

  • commServe string

    CommServe hostname of the server

GET /v4/servers/commservehostname    

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/CommServeHostName' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'