NamespacesUserInstancesSummary

The Instances.Summary structure contains information about a namespace that user is authorized to access.


Properties

string
master_host Required

IP address or FQDN of the API endpoint for the given namespace.


string
namespace Required

Identifier of the 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.

JSON Example

{
	"master_host": "string",
	"namespace": "string"
}
Returned By

List User Instances

Feedback

Was this page helpful?