TYPE | Fragment
|
Category | Objects |
Description
Object: Package
Properties
name |
type |
required |
default |
description |
packageId |
string |
yes |
|
The identifier you can retrieve the Package by |
type |
string |
yes |
|
The type of Server this package is for |
status |
string |
yes |
|
The status of the package |
spec |
array <PackageSpec> |
yes |
array |
The list of specifications for this package |
created |
integer |
yes |
|
Timestamp when this was created |
modified |
integer |
yes |
|
Timestamp when this was modified |
Sample JSON
{
"packageId": "basic1",
"type": "plesk",
"status": "active",
"spec": [
{
"type": "diskspace",
"value": "1000"
}
],
"created": 1626272615,
"modified": 1626272619
}