mirror of
https://github.com/LukeHagar/Dokploy-ts-sdk.git
synced 2025-12-06 12:27:48 +00:00
4.5 KiB
4.5 KiB
DomainCreateRequest
Example Usage
import { DomainCreateRequest } from "dokploy/models/operations";
let value: DomainCreateRequest = {
host: "dim-tinderbox.name",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
host |
string | ✔️ | N/A |
path |
string | ➖ | N/A |
port |
number | ➖ | N/A |
https |
boolean | ➖ | N/A |
applicationId |
string | ➖ | N/A |
certificateType |
operations.DomainCreateCertificateType | ➖ | N/A |
composeId |
string | ➖ | N/A |
serviceName |
string | ➖ | N/A |
domainType |
operations.DomainCreateDomainType | ➖ | N/A |