hostingPackage
No description available in the specification.
Fields
Section titled “Fields”| Field | Type | Required | Description |
|---|---|---|---|
id | string | yes | Package id, also the system user group of the package. |
webhost_id | integer | yes | - |
plan | string | yes | - |
generation | integer | no | - |
status | string | yes | - |
active | boolean | yes | - |
cancelled | boolean | no | - |
php_version | string | no | - |
created_at | integer | no | Unix timestamp. |
starts_at | integer | no | - |
expires_at | integer | no | - |
alias_count | integer | no | - |
database_count | integer | no | - |
backup | object | no | State of a running or finished backup recovery, if any. |
Example
Section titled “Example”{ "id": "string", "webhost_id": 0, "plan": "string", "generation": 0, "status": "string", "active": true, "cancelled": true, "php_version": "string", "created_at": 0, "starts_at": 0, "expires_at": 0, "alias_count": 0, "database_count": 0, "backup": { "recover_status": "string", "recover_point_in_time": 0, "recovered_at": 0 }}