vcenter namespace management stats time series: spec
This structure is sent in a request for TimeSeries data and is used to specify what object stats should be returned for.
Representation:
{}
Query parameters:
Name | Type | Description |
---|---|---|
bold = required | ||
obj_type | string | Type of statistics object that the request is operating on. Type of statistics object that this request is operating on. Value is one of: CLUSTER: The CLUSTER object type is used when specifying a vSphere cluster. NAMESPACE: The NAMESPACE object type is used to specify a namespace. POD: The POD object type is used to specify an individual pod within a namespace. |
namespace | string | 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 . |
pod_name | string | The name of the pod itself. |
namespace | string | Namespace name for queries for a namespace. Optional. It is only relevant when obj_type has value NAMESPACE. This field is optional and it is only relevant when the value of obj_type is NAMESPACE.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 . |
cluster | string | Cluster identifier for queries for a cluster. Optional. It is only relevant when obj_type has value CLUSTER. This field is optional and it is only relevant when the value of obj_type is CLUSTER.When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: ClusterComputeResource . When operations return a value of this structure as a result, the field will be an identifier for the resource type: ClusterComputeResource . |
start | long | UNIX timestamp value indicating when the requested series of statistical samples should begin. https://en.wikipedia.org/wiki/Unix_time |
end | long | UNIX timestamp value indicating when the requested series of statistical samples should end. https://en.wikipedia.org/wiki/Unix_time |
Attributes:
Name | Type | Description |
---|---|---|
Optional | ||
-.pod | pod_identifier | Pod Identifier for queries on an individual pod. Optional. It is only relevant when obj_type has value POD. This field is optional and it is only relevant when the value of obj_type is POD. |
Attributes:
Name | Type | Description |
---|---|---|
Optional | ||
pod | pod_identifier | Pod Identifier for queries on an individual pod. Optional. It is only relevant when obj_type has value POD. This field is optional and it is only relevant when the value of obj_type is POD. |