Files
Dokploy-ts-sdk/docs/models/operations/registrytestregistryrequest.md
2025-09-26 02:33:10 +00:00

4.2 KiB
Raw Blame History

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