mirror of
https://github.com/LukeHagar/Dokploy-ts-sdk.git
synced 2025-12-06 12:27:48 +00:00
972 B
972 B
ServerCreateRequest
Example Usage
import { ServerCreateRequest } from "dokploy/models/operations";
let value: ServerCreateRequest = {
name: "<value>",
ipAddress: "196.227.162.169",
port: 682.98,
username: "Jordi79",
sshKeyId: "<id>",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
name |
string | ✔️ | N/A |
description |
string | ➖ | N/A |
ipAddress |
string | ✔️ | N/A |
port |
number | ✔️ | N/A |
username |
string | ✔️ | N/A |
sshKeyId |
string | ✔️ | N/A |