CreateOfferingItemModel
A single offering to create.
Properties
Name | Description | Additional information |
---|---|---|
Origin | Origin of the offering definition. If not specified, assumes MachineImport. |
|
DiscoveredApplicationId | ID of the discovered application to create the offering from. Required if Origin is MachineImport. |
Type: String |
Name | Name of the offering to create. If not specified, App Orchestration will generate a unique name based on the discovered applicaiton name. If specified, must be unique. |
Type: String |
Sample
application/json
Sample:
{ "DiscoveredApplicationId": "1c58d824-2838-4c70-9a1f-348afb244157" }