mirror of
https://github.com/LukeHagar/Dokploy-ts-sdk.git
synced 2025-12-06 12:27:48 +00:00
729 B
729 B
DockerGetContainersByAppNameMatchRequest
Example Usage
import { DockerGetContainersByAppNameMatchRequest } from "dokploy/models/operations";
let value: DockerGetContainersByAppNameMatchRequest = {
appName: "<value>",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
appType |
operations.AppType | ➖ | N/A |
appName |
string | ✔️ | N/A |
serverId |
string | ➖ | N/A |