GET /api/media 200 { "total": 6, "subtotal": 6, "page": 1, "per_page": 20, "search": null, "sort": { "by": null, "order": null }, "results": [ { "path": "http://mirror.centos.org/centos/6.0/os/$arch", "os_family": null, "created_at": "2019-11-07 08:32:17 UTC", "updated_at": "2019-11-07 08:32:17 UTC", "id": 980190962, "name": "CentOS 5.4" }, { "path": "http://firmware.fake-huawei.com", "os_family": null, "created_at": "2019-11-07 08:32:17 UTC", "updated_at": "2019-11-07 08:32:17 UTC", "id": 32055736, "name": "Huawei VRP 5" }, { "path": "http://download.opensuse.org/distribution/$version/repo/oss", "os_family": null, "created_at": "2019-11-07 08:32:17 UTC", "updated_at": "2019-11-07 08:32:17 UTC", "id": 750842046, "name": "OpenSUSE" }, { "path": "http://brsla01/vol/solgi_5.10/sol$minor_$release_$arch", "os_family": null, "created_at": "2019-11-07 08:32:17 UTC", "updated_at": "2019-11-07 08:32:17 UTC", "id": 442321401, "name": "Solaris 10" }, { "path": "http://sg.archive.ubuntu.com", "os_family": null, "created_at": "2019-11-07 08:32:17 UTC", "updated_at": "2019-11-07 08:32:17 UTC", "id": 1011586618, "name": "Ubuntu Mirror" }, { "path": "http://nothing.intersting.com", "os_family": null, "created_at": "2019-11-07 08:32:17 UTC", "updated_at": "2019-11-07 08:32:17 UTC", "id": 338446587, "name": "unused" } ] }
參數名字 | 描述 |
---|---|
operatingsystem_id 選填 |
作業系統 ID Validations:
|
location_id 選填 |
位置範圍 Validations:
|
organization_id 選填 |
組織範圍 Validations:
|
search 選填 |
篩選結果 Validations:
|
order 選填 |
Sort field and order, eg. ‘id DESC’ Validations:
|
page 選填 |
頁數,從 1 開始 Validations:
|
per_page 選填 |
每頁要傳回的結果數量 Validations:
|
Field name | 類型 | Possible values |
---|---|---|
family | string | |
location | string | |
location_id | integer | |
name | string | |
organization | string | |
organization_id | integer | |
path | string |
GET /api/media/980190962-CentOS%205-4 200 { "path": "http://mirror.centos.org/centos/6.0/os/$arch", "os_family": null, "created_at": "2019-11-07 08:32:17 UTC", "updated_at": "2019-11-07 08:32:17 UTC", "id": 980190962, "name": "CentOS 5.4", "operatingsystems": [ { "id": 309172073, "name": "centos", "title": "centos 5.3" }, { "id": 1073012828, "name": "Redhat", "title": "RHEL 6.1" } ], "locations": [ { "id": 255093256, "name": "Location 1", "title": "Location 1", "description": null } ], "organizations": [ { "id": 447626438, "name": "Organization 1", "title": "Organization 1", "description": null } ] }
參數名字 | 描述 |
---|---|
location_id 選填 |
Set the current location context for the request Validations:
|
organization_id 選填 |
Set the current organization context for the request Validations:
|
id 必填 |
Validations:
|
POST /api/media { "medium": { "name": "new medium", "path": "http://www.newmedium.com/", "organization_ids": [ 114267492 ], "os_family": "AIX" } } 201 { "path": "http://www.newmedium.com/", "os_family": "AIX", "created_at": "2019-11-07 08:32:25 UTC", "updated_at": "2019-11-07 08:32:25 UTC", "id": 1011586624, "name": "new medium", "operatingsystems": [], "locations": [], "organizations": [ { "id": 114267492, "name": "Empty Organization", "title": "Empty Organization", "description": null } ] }
參數名字 | 描述 |
---|---|
location_id 選填 |
Set the current location context for the request Validations:
|
organization_id 選填 |
Set the current organization context for the request Validations:
|
medium 必填 |
Validations:
|
medium[name] 必填 |
媒介名稱 Validations:
|
medium[path] 必填 |
The path to the medium, can be a URL or a valid NFS server (exclusive of the architecture). for example http://mirror.centos.org/centos/$version/os/$arch where $arch will be substituted for the host’s actual OS architecture and $version, $major and $minor will be substituted for the version of the operating system. Solaris and Debian media may also use $release. Validations:
|
medium[os_family] 選填 , 允許空值 |
作業系統家族,可用的值包含:AIX, Altlinux, Archlinux, Coreos, Debian, Freebsd, Gentoo, Junos, NXOS, Rancheros, Redhat, Solaris, Suse, VRP, Windows, Xenserver Validations:
|
medium[operatingsystem_ids] 選填 , 允許空值 |
Validations:
|
medium[location_ids] 選填 , 允許空值 |
將位置取代為特定 ID Validations:
|
medium[organization_ids] 選填 , 允許空值 |
將組織取代為特定 ID。 Validations:
|
PUT /api/media/980190962 { "name": "TFvRQenyAq", "medium": { "name": "TFvRQenyAq" } } 200 { "path": "http://mirror.centos.org/centos/6.0/os/$arch", "os_family": null, "created_at": "2019-11-07 08:32:17 UTC", "updated_at": "2019-11-07 08:32:25 UTC", "id": 980190962, "name": "TFvRQenyAq", "operatingsystems": [ { "id": 309172073, "name": "centos", "title": "centos 5.3" }, { "id": 1073012828, "name": "Redhat", "title": "RHEL 6.1" } ], "locations": [ { "id": 255093256, "name": "Location 1", "title": "Location 1", "description": null } ], "organizations": [ { "id": 447626438, "name": "Organization 1", "title": "Organization 1", "description": null } ] }
參數名字 | 描述 |
---|---|
location_id 選填 |
Set the current location context for the request Validations:
|
organization_id 選填 |
Set the current organization context for the request Validations:
|
id 必填 |
Validations:
|
medium 必填 |
Validations:
|
medium[name] 選填 |
媒介名稱 Validations:
|
medium[path] 選填 |
The path to the medium, can be a URL or a valid NFS server (exclusive of the architecture). for example http://mirror.centos.org/centos/$version/os/$arch where $arch will be substituted for the host’s actual OS architecture and $version, $major and $minor will be substituted for the version of the operating system. Solaris and Debian media may also use $release. Validations:
|
medium[os_family] 選填 , 允許空值 |
作業系統家族,可用的值包含:AIX, Altlinux, Archlinux, Coreos, Debian, Freebsd, Gentoo, Junos, NXOS, Rancheros, Redhat, Solaris, Suse, VRP, Windows, Xenserver Validations:
|
medium[operatingsystem_ids] 選填 , 允許空值 |
Validations:
|
medium[location_ids] 選填 , 允許空值 |
將位置取代為特定 ID Validations:
|
medium[organization_ids] 選填 , 允許空值 |
將組織取代為特定 ID。 Validations:
|
DELETE /api/media/338446587 { "medium": {} } 200 { "id": 338446587, "name": "unused", "path": "http://nothing.intersting.com", "created_at": "2019-11-07T08:32:17.701Z", "updated_at": "2019-11-07T08:32:17.701Z", "media_path": null, "config_path": null, "image_path": null, "os_family": null }
參數名字 | 描述 |
---|---|
location_id 選填 |
Set the current location context for the request Validations:
|
organization_id 選填 |
Set the current organization context for the request Validations:
|
id 必填 |
Validations:
|