[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen

InvVmWithUser

Properties

string
agentStatus Optional

Agent status


string
agentVersion Optional

Agent version


string
cloudId Optional

VM ID from cloud provider


string as date-time
createdAt Optional

string
error Optional

Reason for error status


string
id Optional

VM ID


string
image Optional

Image used to create the VM


string
lifecycleStatus Optional

VM lifecycle status


integer as int32
maxSessions Optional

Indicates maximum number of sessions supported by the VM


string
powerState Optional

Power state


string
privateIp Optional

string
publicKey Optional

string
sessionPlacementStatus Optional

Indicates the availability of the vm for session placement


array of VmUser
sessions Optional

Set of sessions with user details


string
snapshotId Optional

VM snapshot ID


integer as int32
statusCode Optional

Agent status code


integer as int64
timestamp Optional

Agent message timestamp. The inventory will only store the the latest record ever seen, and discard stale ones if received later


string as date-time
updatedAt Optional

array of VmUserV1
users Optional

Set of users assigned to the VM


integer as int32
vmFreeSessions Optional

Indicates the number of free sessions on the VM

JSON Example

{
	"agentStatus": "string",
	"agentVersion": "string",
	"cloudId": "string",
	"createdAt": "string",
	"error": "string",
	"id": "string",
	"image": "string",
	"lifecycleStatus": "string",
	"maxSessions": 0,
	"powerState": "string",
	"privateIp": "string",
	"publicKey": "string",
	"sessionPlacementStatus": "string",
	"sessions": [
		{
			"clientId": "string",
			"sessionStatus": "string",
			"sessionType": "APPLICATION",
			"templateType": "APP_CAPTURE_STUDIO",
			"userId": "string",
			"username": "string",
			"vmId": "string"
		}
	],
	"snapshotId": "string",
	"statusCode": 0,
	"timestamp": 0,
	"updatedAt": "string",
	"users": [
		{
			"userId": "string",
			"userName": "string"
		}
	],
	"vmFreeSessions": 0
}
[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen
Property Of

PageInvVmWithUser

Feedback

Was this page helpful?