Definition of an OS distribution.
name | data type | description |
---|---|---|
distributionType | ApiOsDistributionType | High-level OS distribution type |
name | string | Distribution full name; 'redhat', 'centos', 'ubuntu' etc |
version | string | Full OS version string; eg. 7.3.1611 |
Example
{ "distributionType" : "DEBIAN_JESSIE", "name" : "...", "version" : "..." }