v1

latestOpenAPI 3.0.02026-08-0417295208.0 KB
channels

Get mirror details

get/channels/{channel_name}/mirrors/{mirror_id}

Path parameters

channel_namestring required
mirror_idstring required

Response

ok

mirror_idstring
mirror_namestring

Mirror name

source_rootstring uri

The upstream location of the channel to mirror.

mirror_type'conda' | 'python_simple' | 'cran' | 'cve' | 'sbom'

Type of upstream source to mirror

mirror_mode'active' | 'passive' | 'redirect'
cronstring
proxystring uri nullable

Proxy server URL configuration to use to attain access to upstream source.

filtersobject

Filter directives that are specific to each individual artifact type.

state'pending' | 'running' | 'completed' | 'failed' | 'deleted' | 'stopping' | 'stopped'
causestring

Mirror failure cause

last_run_atstring
next_run_atstring
created_atstring
updated_atstring

Example response

{
  "source_root": "https://conda.anaconda.org/mewtwo"
}