PodInfo
PodInfo
Information related to pods in a pod federation.
JSON Example
{
"active_global_application_entitlements": [
"01c42e80-d31e-4633-93c6-44ff8a5b1afe",
"86ba95e0-9d59-4b1f-934e-2deba13fcecb"
],
"active_global_desktop_entitlements": [
"648d8fc5-94e5-438f-8524-8edb533c7de2",
"50075a5b-6a68-4be5-b079-cff355945856"
],
"cloud_managed": true,
"description": "Pod Description.",
"endpoints": [
"716269b7-e43d-4874-877a-c5af36a11322",
"d56671b5-42a6-490e-ab40-8373f839f2d3"
],
"id": "28deeb70-97d5-409e-abb4-497196f1ee18",
"local_pod": true,
"name": "Cluster-CS-1",
"site_id": "9a892821-8c3d-4e61-9d65-69dfec7b70dc"
}
array of string
active_global_application_entitlements
Optional
List of Global Application Entitlements with mappings to application pools within this pod.
array of string
active_global_desktop_entitlements
Optional
List of Global Desktop Entitlements with mappings to desktop pools within this pod.
boolean
cloud_managed
Optional
Indicates whether this pod is managed from cloud.
string
description
Optional
Description of this pod.
array of string
endpoints
Optional
List of endpoints within this pod.
string
id
Optional
Unique ID representing this pod.
boolean
local_pod
Optional
Indicates whether this is the local pod the request was made from.
Only one pod in the pod federation will return true.
string
name
Optional
Name of this pod.
string
site_id
Optional
ID of the site this pod belongs to.