mirror of
https://github.com/LukeHagar/Dokploy-ts-sdk.git
synced 2025-12-06 04:19:37 +00:00
2.1 KiB
2.1 KiB
PortCreateRequest
Example Usage
import { PortCreateRequest } from "dokploy/models/operations";
let value: PortCreateRequest = {
publishedPort: 1244.1,
targetPort: 6872.55,
applicationId: "<id>",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
publishedPort |
number | ✔️ | N/A |
targetPort |
number | ✔️ | N/A |
protocol |
operations.PortCreateProtocol | ➖ | N/A |
applicationId |
string | ✔️ | N/A |