NamespaceManagementStatsTimeSeriesPodIdentifier

Pod identifier. These are the fields required to uniquely identify a pod.


Properties

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.

JSON Example

{
	"namespace": "string",
	"pod_name": "string"
}

Feedback

Was this page helpful?