SettingsDepotContentComponentsComponentVersionSummary

The Components.ComponentVersionSummary structure defines the summary information regarding a version of a component.


Properties

category Required

The Components.CategoryType enumerated type defines possible values of categories for a component.
SECURITY : Security
ENHANCEMENT : Enhancement
BUGFIX : Bugfix
RECALL : Recall
RECALL_FIX : Recall-fix
INFO : Info
MISC : Misc
GENERAL : General

Possible values are: SECURITYENHANCEMENTBUGFIXRECALLRECALL_FIXINFOMISCGENERAL


string
display_version Required

Human readable version of the component.


string as uri
kb Required

Link to kb article related to this the component version.


string as date-time
release_date Required

Release date of the component version.


string
summary Required

Summary of the component version.


urgency Required

The Components.UrgencyType enumerated type defines possible values of urgencies for a component.
CRITICAL : Critical
IMPORTANT : Important
MODERATE : Moderate
LOW : Low
GENERAL : General

Possible values are: CRITICALIMPORTANTMODERATELOWGENERAL


string
version Required

Version of the component.

JSON Example

{
	"category": "SECURITY",
	"display_version": "string",
	"kb": "string",
	"release_date": "string",
	"summary": "string",
	"urgency": "CRITICAL",
	"version": "string"
}

Feedback

Was this page helpful?