TYPE | Response
|
Category | Objects |
Description
Object: PackageListResponse
Properties
name |
type |
required |
default |
description |
package |
array <Package> |
yes |
|
An array of Packages you requested |
listItemCount |
integer |
yes |
0 |
The total number of results in the list |
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_36e526d2bdaa1da2f19abe5f8e74b893ce6e1ef2",
"status": "ok",
"message": "The Package list is attached",
"listItemCount": 1,
"package": [
{
"packageId": "basic1",
"type": "plesk",
"status": "active",
"spec": [
{
"type": "diskspace",
"value": "1000"
}
],
"created": 1626272615,
"modified": 1626272619
},
{
"packageId": "basic2",
"type": "plesk",
"status": "active",
"spec": [
{
"type": "diskspace",
"value": "10000"
}
],
"created": 1626272615,
"modified": 1626272619
}
]
}