ServerGetResponse

Request Information
TYPE Response
CategoryObjects

Description

Object: ServerGetResponse

Properties

name type required default description
server object: Server yes The server you requested
responseId string yes The response id
clientRequestId string no The client request id if it was provided via the client-request-id header
status string yes The status of the request
message string yes The message

Sample JSON

{
  "responseId": "1_af18727ea8949f1f86cf3eb181eb23e00b91ebed",
  "status": "ok",
  "message": "The Server is attached",
  "server": {
    "identifier": "pleskdev",
    "hostname": "pleskdev.yourdomainprovider.net",
    "type": "plesk",
    "status": "active",
    "ips": [
      {
        "address": "10.0.0.1",
        "version": 4
      }
    ],
    "availablePackages": [
      "basic1",
      "basic2"
    ],
    "created": 1626259040,
    "modified": 1626259045
  }
}