Skip to main content
Module

x/ptereno/lib/types/application.ts>ServerAttributes

An efficient and fully compliant Pterodactyl API wrapper.
Latest
interface ServerAttributes
import { type ServerAttributes } from "https://deno.land/x/ptereno@v1.0.1/lib/types/application.ts";

Properties

id: number
external_id: string | null
uuid: string
identifier: string
name: string
description: string
suspended: boolean
limits: { memory: number; swap: number; disk: number; io: number; cpu: number; threads: string | null; }
feature_limits: { databases: number; allocations: number; backups: number; }
user: number
node: number
allocation: number
nest: number
egg: number
container: { startup_command: string; image: string; installed: boolean; environment: Record<string, string>; }
updated_at: string
created_at: string
optional
relationships: { allocations?: AllocationList; user?: User; subusers?: SubUserList; nest?: Nest; egg?: Egg; location?: Location; node?: Node; databases?: DatabaseList; }