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 } ] }
Nom du paramètre | Description |
---|---|
location_id optionel |
Set the current location context for the request Validations:
|
organization_id optionel |
Set the current organization context for the request Validations:
|
medium requis |
Validations:
|
medium[name] requis |
Nom du media Validations:
|
medium[path] requis |
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] optionel , nil autorisé |
Famille du système d’exploitation, valeurs disponibles : AIX, Altlinux, Archlinux, Coreos, Debian, Freebsd, Gentoo, Junos, NXOS, Rancheros, Redhat, Solaris, Suse, VRP, Windows, Xenserver Validations:
|
medium[operatingsystem_ids] optionel , nil autorisé |
Validations:
|
medium[location_ids] optionel , nil autorisé |
REMPLACER les emplacements par les id donnés Validations:
|
medium[organization_ids] optionel , nil autorisé |
REMPLACER les organisations qui ont les ID suivants Validations:
|