Vcenter Namespaces NamespaceSelfService Summary

Vcenter Namespaces NamespaceSelfService Summary
Vcenter Namespaces NamespaceSelfService Summary

This schema is deprecated as of vSphere API 9.1.0.0.

The Vcenter Namespaces NamespaceSelfService Summary schema contains basic information about the namespace service.

This schema was added in vSphere API 7.0.2.00100.

JSON Example
{
    "cluster": "string",
    "capability": "string",
    "status": "string"
}
string
cluster
Required

This property is deprecated as of vSphere API 9.1.0.0.

Identifier for the cluster to which namespace service is associated.

This property was added in vSphere API 7.0.2.00100.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: ClusterComputeResource. When operations return a value of this schema as a response, the property will be an identifier for the resource type: ClusterComputeResource.

string
capability
Required

This property is deprecated as of vSphere API 9.1.0.0.

The self-service namespace capability of the cluster with vSphere Namespaces enabled.

For more information see: Vcenter Namespaces NamespaceSelfService Capability.

This property was added in vSphere API 7.0.2.00100.

string
status
Required

This property is deprecated as of vSphere API 9.1.0.0.

The current status of the namespace-self-service.

For more information see: Vcenter Namespaces NamespaceSelfService Status.

This property was added in vSphere API 7.0.2.00100.

Deprecated