POST /api/media
{
"medium": {
"name": "new medium",
"path": "http://www.newmedium.com/",
"organization_ids": [
114267492
],
"operatingsystem_ids": [
309172073
]
}
}
201
{
"path": "http://www.newmedium.com/",
"os_family": null,
"created_at": "2022-09-06 14:54:21 UTC",
"updated_at": "2022-09-06 14:54:21 UTC",
"id": 1011586620,
"name": "new medium",
"operatingsystems": [
{
"id": 309172073,
"name": "centos",
"title": "centos 5.3"
}
],
"locations": [],
"organizations": [
{
"id": 114267492,
"name": "Empty Organization",
"title": "Empty Organization",
"description": null
}
]
}
| Param name | Description |
|---|---|
|
location_id optional |
Set the current location context for the request Validations:
|
|
organization_id optional |
Set the current organization context for the request Validations:
|
|
medium required |
Validations:
|
|
medium[name] required |
Name of media Validations:
|
|
medium[path] required |
The path to the medium, can be a URL or a valid NFS server (exclusive of the architecture). for example 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] optional , nil allowed |
Operating system family, available values: AIX, Altlinux, Archlinux, Coreos, Debian, Fcos, Freebsd, Gentoo, Junos, NXOS, Rancheros, Redhat, Rhcos, Solaris, Suse, VRP, Windows, Xenserver Validations:
|
|
medium[operatingsystem_ids] optional , nil allowed |
Validations:
|
|
medium[location_ids] optional , nil allowed |
REPLACE locations with given ids Validations:
|
|
medium[organization_ids] optional , nil allowed |
REPLACE organizations with given ids. Validations:
|