Generated
Registry
POST
/
registry.create
Registry create
Authorization
Authorization
RequiredBearer <token>
In: header
Request Body
application/json
RequiredregistryName
Requiredstring
Minimum length:
1
username
Requiredstring
Minimum length:
1
password
Requiredstring
Minimum length:
1
registryUrl
Requiredstring
registryType
Requiredstring
Value in:
"cloud"
imagePrefix
Requiredstring | null
serverId
string
Successful response
POST
/
registry.remove
Registry remove
Authorization
Authorization
RequiredBearer <token>
In: header
Request Body
application/json
RequiredregistryId
Requiredstring
Minimum length:
1
Successful response
POST
/
registry.update
Registry update
Authorization
Authorization
RequiredBearer <token>
In: header
Request Body
application/json
RequiredregistryId
Requiredstring
Minimum length:
1
registryName
string
Minimum length:
1
imagePrefix
string | null
username
string
Minimum length:
1
password
string
Minimum length:
1
registryUrl
string
createdAt
string
registryType
string
Value in:
"cloud"
adminId
string
Minimum length:
1
serverId
string
Successful response
GET
/
registry.all
Successful response
GET
/
registry.one
Registry one
Authorization
Authorization
RequiredBearer <token>
In: header
Query Parameters
registryId
Requiredstring
Minimum length:
1
Successful response
POST
/
registry.testRegistry
Registry test Registry
Authorization
Authorization
RequiredBearer <token>
In: header
Request Body
application/json
RequiredregistryName
Requiredstring
Minimum length:
1
username
Requiredstring
Minimum length:
1
password
Requiredstring
Minimum length:
1
registryUrl
Requiredstring
registryType
Requiredstring
Value in:
"cloud"
imagePrefix
string | null
serverId
string
Successful response