class Pterodactyl::ClientSdk
- Pterodactyl::ClientSdk
- Reference
- Object
Defined in:
pterodactyl/client/sdk.crConstructors
Instance Method Summary
- #assign_allocation(server_identifier : String, allocation_id : Int64) : Models::ClientAllocation
- #assign_random_allocation(server_identifier : String) : Models::ClientAllocation
- #backup_download_url(server_identifier : String, backup_uuid : String) : String
- #change_server_state(server_identifier : String, signal : String)
- #create_backup(server_identifier : String) : Models::Backup
- #delete_backup(server_identifier : String, backup_uuid : String)
- #get_account_details : Models::AccountDetails
- #get_allocations(server_identifier : String) : Array(Models::ClientAllocation)
- #get_backup(server_identifier : String, backup_uuid : String) : Models::Backup
- #get_backups(server_identifier : String) : Array(Models::Backup)
- #get_fwl_content(server_identifier : String, world_name : String)
- #get_server_details(identifier : String) : Models::ClientServer
- #get_server_resource_usage(server_identifier : String)
- #get_servers : Array(Models::ClientServer)
- #get_variables(server_identifier : String) : Array(Models::ClientServer::EggVariable)
- #host : String
- #reinstall_server(server_identifier : String)
- #rename_server(server_identifier : String, name : String)
- #send_command(server_identifier : String, command : String)
- #set_allocation_notes(server_identifier : String, notes : String, allocation_id : Int64) : Models::ClientAllocation
- #set_primary_allocation(server_identifier : String, allocation_id : Int64) : Models::ClientAllocation
- #unassign_allocation(server_identifier : String, allocation_id : Int64)
- #update_email(email : String)
- #update_variable(server_identifier : String, key : String, value : String) : Pterodactyl::Models::ClientServer::EggVariable
- #websocket_credentials(server_identifier : String) : Models::WebsocketCredentials
- #write_fwl_content(server_identifier : String, world_name : String, body : String)
Constructor Detail
Instance Method Detail
def assign_allocation(server_identifier : String, allocation_id : Int64) : Models::ClientAllocation
#
def get_variables(server_identifier : String) : Array(Models::ClientServer::EggVariable)
#
def set_allocation_notes(server_identifier : String, notes : String, allocation_id : Int64) : Models::ClientAllocation
#
def set_primary_allocation(server_identifier : String, allocation_id : Int64) : Models::ClientAllocation
#
def update_variable(server_identifier : String, key : String, value : String) : Pterodactyl::Models::ClientServer::EggVariable
#
def websocket_credentials(server_identifier : String) : Models::WebsocketCredentials
#
def write_fwl_content(server_identifier : String, world_name : String, body : String)
#