NamespaceManagement_Stats_TimeSeries_PodIdentifier
NamespaceManagement_Stats_TimeSeries_PodIdentifier
Pod identifier. These are the fields required to uniquely identify a pod.
JSON Example
{
"namespace": "string",
"pod_name": "string"
}
string
namespace
Required
The namespace that the pod is running in. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.vcenter.namespaces.Instance. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.vcenter.namespaces.Instance.
string
pod_name
Required
The name of the pod itself.