Skip to main content
Module

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

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

Properties

id: number
uuid: string
public: boolean
name: string
description: string
location_id: number
fqdn: string
scheme: string
behind_proxy: boolean
maintenance_mode: boolean
memory: number
memory_overallocate: number
disk: number
disk_overallocate: number
upload_size: number
daemon_listen: number
daemon_sftp: number
daemon_base: string
created_at: string
updated_at: string
allocated_resources: { memory: number; disk: number; }
optional
relationships: { allocations?: AllocationList; location?: Location; servers?: MetalessServerList; }