Distributionsets types - HTTP API
Distribution Set (DS) |
A Distribution Set defines a meta package that combines a set of software modules which have to be provisioned entirely (e.g. OS X Ver X. JVM Y ver. Y, AH Z ver. Z). |
Distribution Set Type |
A Distribution Set Type is an abstract definition for DS that defines which types of Software Modules can be added (optionally or mandatory). A DS is considered complete, if all mandatory Software Modules are present. Only complete DS can be assigned to a Target. |
Find details on following resources.
The pages will open in an new browser tab
DELETE /rest/v1/distributionsettypes/{distributionSetTypeId}
GET /rest/v1/distributionsettypes/{distributionSetTypeId}/mandatorymoduletypes
POST /rest/v1/distributionsettypes/{distributionSetTypeId}/mandatorymoduletypes
GET /rest/v1/distributionsettypes/{distributionSetTypeId}/optionalmoduletypes
POST /rest/v1/distributionsettypes/{distributionSetTypeId}/optionalmoduletypes
GET /rest/v1/distributionsettypes/{distributionSetTypeId}/optionalmoduletypes/{softwareModuleTypeId}