PackageGetResponse

Request Information
TYPE Response
CategoryObjects

Description

Object: PackageGetResponse

Properties

name type required default description
package object: Package yes The requested Package
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_3c88f05ffaec07cd2ce0e8496bad1bf84cd3f396",
  "status": "ok",
  "message": "The Package is attached",
  "package": {
    "packageId": "basic1",
    "type": "plesk",
    "status": "active",
    "spec": [
      {
        "type": "diskspace",
        "value": "1000"
      }
    ],
    "created": 1626272615,
    "modified": 1626272619
  }
}