mirror of
https://github.com/LukeHagar/Dokploy-ts-sdk.git
synced 2025-12-06 12:27:48 +00:00
4.2 KiB
4.2 KiB
RegistryTestRegistryRequest
Example Usage
import { RegistryTestRegistryRequest } from "dokploy/models/operations";
let value: RegistryTestRegistryRequest = {
registryName: "<value>",
username: "Nasir.Von33",
password: "RRVuZk0aNGCYksM",
registryUrl: "https://impractical-yak.name/",
registryType: "cloud",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
registryName |
string | ✔️ | N/A |
username |
string | ✔️ | N/A |
password |
string | ✔️ | N/A |
registryUrl |
string | ✔️ | N/A |
registryType |
operations.RegistryTestRegistryRegistryType | ✔️ | N/A |
imagePrefix |
string | ➖ | N/A |
serverId |
string | ➖ | N/A |