GET /docker/api/v2/registries
List all docker registries

参数

参数名字 描述
search
选填

过滤结果

Validations:

  • Must be String

order
选填

结果排序

Validations:

  • Must be String

page
选填

编页结果

Validations:

  • Must be String

per_page
选填

每个请求中的条目数

Validations:

  • Must be String


GET /docker/api/v2/registries/:id
Show a docker registry

参数

参数名字 描述
id
必填

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.


POST /docker/api/v2/registries
Create a docker registry

参数

参数名字 描述
registry
必填

Validations:

  • Must be a Hash

registry[name]
必填

Validations:

  • Must be String

registry[location_ids]
选填 , 允许空值

使用给定 id 替换位置

Validations:

  • Must be an array of any type

registry[organization_ids]
选填 , 允许空值

使用给定 id 替换机构

Validations:

  • Must be an array of any type

registry[url]
必填

Validations:

  • Must be String

registry[description]
选填 , 允许空值

Validations:

  • Must be String

registry[username]
选填 , 允许空值

Validations:

  • Must be String

registry[password]
选填 , 允许空值

Validations:

  • Must be String


PUT /docker/api/v2/registries/:id
Update a docker registry

参数

参数名字 描述
id
必填

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.

registry
必填

Validations:

  • Must be a Hash

registry[name]
选填

Validations:

  • Must be String

registry[location_ids]
选填 , 允许空值

使用给定 id 替换位置

Validations:

  • Must be an array of any type

registry[organization_ids]
选填 , 允许空值

使用给定 id 替换机构

Validations:

  • Must be an array of any type

registry[url]
选填

Validations:

  • Must be String

registry[description]
选填 , 允许空值

Validations:

  • Must be String

registry[username]
选填 , 允许空值

Validations:

  • Must be String

registry[password]
选填 , 允许空值

Validations:

  • Must be String


DELETE /docker/api/v2/registries/:id
Delete a docker registry

参数

参数名字 描述
id
必填

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.