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

参数

参数名字 描述
location_id
选填

根据位置界定的范围

Validations:

  • Must be a Integer

organization_id
选填

根据机构界定的范围

Validations:

  • Must be a Integer

search
选填

过滤结果

Validations:

  • Must be a String

order
选填

结果排序

Validations:

  • Must be a String

page
选填

编页结果

Validations:

  • Must be a String

per_page
选填

每个请求中的条目数

Validations:

  • Must be a String


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

参数

参数名字 描述
location_id
选填

根据位置界定的范围

Validations:

  • Must be a Integer

organization_id
选填

根据机构界定的范围

Validations:

  • Must be a Integer

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

参数

参数名字 描述
location_id
选填

根据位置界定的范围

Validations:

  • Must be a Integer

organization_id
选填

根据机构界定的范围

Validations:

  • Must be a Integer

registry
必填

Validations:

  • Must be a Hash

registry[name]
必填

Validations:

  • Must be a 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 a String

registry[description]
选填 , 允许空值

Validations:

  • Must be a String

registry[username]
选填 , 允许空值

Validations:

  • Must be a String

registry[password]
选填 , 允许空值

Validations:

  • Must be a String


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

参数

参数名字 描述
location_id
选填

根据位置界定的范围

Validations:

  • Must be a Integer

organization_id
选填

根据机构界定的范围

Validations:

  • Must be a Integer

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 a 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 a String

registry[description]
选填 , 允许空值

Validations:

  • Must be a String

registry[username]
选填 , 允许空值

Validations:

  • Must be a String

registry[password]
选填 , 允许空值

Validations:

  • Must be a String


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

参数

参数名字 描述
location_id
选填

根据位置界定的范围

Validations:

  • Must be a Integer

organization_id
选填

根据机构界定的范围

Validations:

  • Must be a Integer

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.