registry
POST/registry.create
registry-create
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
registryNameRequiredstring
Minimum length: 1usernameRequiredstring
Minimum length: 1passwordRequiredstring
Minimum length: 1registryUrlRequiredstring
registryTypeRequiredstring
Value in: "selfHosted" | "cloud"imagePrefixRequiredstring | null
| Status code | Description |
|---|---|
200 | Successful response |
default | Error response |
POST/registry.remove
registry-remove
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
registryIdRequiredstring
Minimum length: 1| Status code | Description |
|---|---|
200 | Successful response |
default | Error response |
POST/registry.update
registry-update
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
registryIdRequiredstring
Minimum length: 1registryNamestring
Minimum length: 1imagePrefixstring | null
usernamestring
Minimum length: 1passwordstring
Minimum length: 1registryUrlstring
Minimum length: 1createdAtstring
registryTypestring
Value in: "selfHosted" | "cloud"adminIdstring
Minimum length: 1| Status code | Description |
|---|---|
200 | Successful response |
default | Error response |
GET/registry.all
registry-all
Authorization
AuthorizationRequiredBearer <token>
In: header
| Status code | Description |
|---|---|
200 | Successful response |
default | Error response |
GET/registry.one
registry-one
Authorization
AuthorizationRequiredBearer <token>
In: header
Query Parameters
registryIdRequiredstring
Minimum length: 1| Status code | Description |
|---|---|
200 | Successful response |
default | Error response |
POST/registry.testRegistry
registry-testRegistry
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
registryNameRequiredstring
Minimum length: 1usernameRequiredstring
Minimum length: 1passwordRequiredstring
Minimum length: 1registryUrlRequiredstring
registryTypeRequiredstring
Value in: "selfHosted" | "cloud"imagePrefixstring | null
| Status code | Description |
|---|---|
200 | Successful response |
default | Error response |
POST/registry.enableSelfHostedRegistry
registry-enableSelfHostedRegistry
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
registryUrlRequiredstring
Minimum length: 1usernameRequiredstring
Minimum length: 1passwordRequiredstring
Minimum length: 1| Status code | Description |
|---|---|
200 | Successful response |
default | Error response |