Skip to content

hostingPackage

No description available in the specification.

FieldTypeRequiredDescription
idstringyesPackage id, also the system user group of the package.
webhost_idintegeryes-
planstringyes-
generationintegerno-
statusstringyes-
activebooleanyes-
cancelledbooleanno-
php_versionstringno-
created_atintegernoUnix timestamp.
starts_atintegerno-
expires_atintegerno-
alias_countintegerno-
database_countintegerno-
backupobjectnoState of a running or finished backup recovery, if any.
{
"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
}
}