HostsSoftwareInfo

The Software.Info structure contains fields that describe the current software information on a host.


Properties

notifications Required

Notifications returned by the get operation.


software_info Required

Host software information returned by the get operation.

JSON Example

{
	"notifications": {},
	"software_info": {
		"base_image": {
			"display_name": "string",
			"display_version": "string",
			"release_date": "string",
			"version": "string"
		},
		"components": {
			"key": {
				"display_name": "string",
				"display_version": "string",
				"vendor": "string",
				"version": "string"
			}
		},
		"solutions": {
			"key": {
				"components": {
					"key": {
						"display_name": "string",
						"display_version": "string",
						"vendor": "string",
						"version": "string"
					}
				},
				"display_name": "string",
				"version": "string"
			}
		}
	}
}
Returned By

Get Software

Feedback

Was this page helpful?