mirror of
https://github.com/LukeHagar/Dokploy-ts-sdk.git
synced 2025-12-06 12:27:48 +00:00
27 lines
4.2 KiB
Markdown
27 lines
4.2 KiB
Markdown
# RegistryTestRegistryRequest
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
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* | :heavy_check_mark: | N/A |
|
|
| `username` | *string* | :heavy_check_mark: | N/A |
|
|
| `password` | *string* | :heavy_check_mark: | N/A |
|
|
| `registryUrl` | *string* | :heavy_check_mark: | N/A |
|
|
| `registryType` | [operations.RegistryTestRegistryRegistryType](../../models/operations/registrytestregistryregistrytype.md) | :heavy_check_mark: | N/A |
|
|
| `imagePrefix` | *string* | :heavy_minus_sign: | N/A |
|
|
| `serverId` | *string* | :heavy_minus_sign: | N/A | |