- PartNumberRequestInput
Name of the maintenance product
Version of the maintenance product
Part number associated with maintenance product
{ "maintenanceProductName": "Example String", "maintenanceProductVersion": "Example String", "partNumber": "Example String" }
Maintenance product part number input.
Name to uniquely identify the part number. Can only contain ASCII letters, numbers, or _ (underscore) with no whitespace. Maximum length: 64 characters. Example: "MyPartNumber"
{ "partNumber": "Example String" }
Maintenance product product input.
Name to uniquely identify the product name. Can only contain ASCII letters, numbers, or _ (underscore) with no whitespace. Maximum length: 64 characters. Example: "MyProduct"
Version to uniquely identify the product version. Maximum length: 64 characters. Example: "1.0"
{ "productName": "Example String", "version": "Example String" }
Input for a single part number
Describe the characteristics of this part number. Maximum length: 2000 characters. Example: "This part number is for enterprise customers."
Name to uniquely identify the part number. Can only contain ASCII letters, numbers, spaces, dots, or _ (underscore) and - (hyphen). Cannot be only spaces. Maximum length: 200 characters. Example: "MyPartNumber"
Optional Product to be assigned to this part number.
Trial Availability flag to indicate whether the part number is available for trial. Default: false.
{ "description": "Example String", "partNumber": "Example String", "product": { "__typename": "PartNumberProductInput" }, "trialAvailability": true }
Product associated with part number
License model associated with the product. Example: "LicenseModelName"
Name of the product. Example: "SampleProduct"
Version of the product. Example: "SampleVersion-1.0"
{ "licenseModel": "Example String", "name": "Example String", "version": "Example String" }
Part number request input.
License model name to be associated with the part number. If empty or null, license model details will not be associated. Example: "Embedded Counted"
Part number associated with the product. Example: "PN-12345"
{ "licenseModelName": "Example String", "partNumber": "Example String" }
Represents attributes for a given policy
Allowed Policy Count for the given Line Item
License Model Policy term duration used is given Line Item
License Model Policy term unit used is given Line Item. Valid types are Days, Weeks, Months, Years
{ "allowedCount": 40, "policyTermDuration": 40, "policyTermUnit": "Example String" }
Represents a Policy
ACPI Generation ID License Policy
Cancel license policy
Number of extra activations
Number of rehosts
Number of repairs
Number of returns
Virtual license policy
{ "acpiGenerationIdLicense": true, "cancelLicense": true, "extraActivations": 40, "rehosts": { "__typename": "PolicyAttributeInput" }, "repairs": { "__typename": "PolicyAttributeInput" }, "returns": { "__typename": "PolicyAttributeInput" }, "virtualLicense": true }
Represents a Product
License model associated with the product
Name of the product. Example: "SampleProduct"
Version of the product. Example: "SampleVersion-1.0"
{ "licenseModel": { "__typename": "LicenseModelInput" }, "productName": "Example String", "productVersion": "Example String" }
Suite package properties input.
Name of the package. Example: "PackageA"
Version of the package. Example: "2.0"
Version format of the package. Example: "FIXED"
{ "name": "Example String", "version": "Example String", "versionFormat": "Example String" }
Suite product request input.
Count/quantity of the product. Example: 5
Name of the product. Example: "Product A"
Version of the product. Example: "1.0"
{ "count": 40, "name": "Example String", "version": "Example String" }