WorkloadInfo

WorkloadInfo
Workload Info

Information of the workload.

JSON Example
{
    "site_id": "string",
    "site_name": "string",
    "workload_type": "string",
    "workload_name": "string",
    "workload_id": "string",
    "related_group_count": 0
}
string
site_id
Optional

The siteId of the workload.

string
site_name
Optional

The siteName of the workload.

string
workload_type
Optional

The type of the workload. PHYSICAL_SERVER is deprecated.

Enumeration: VM, PHYSICAL_SERVER, UNKNOWN
string
workload_name
Optional

The display name of the workload.

string
workload_id
Optional

The id of the workload.

integer
related_group_count
Optional

The count of related groups of the workload.