REST API - dynamic_ID
com.vmware.vapi.std
dynamic_ID
The
dynamic_ID
structure represents an identifier for a resource of an arbitrary type.- Representations:
-
- Attributes:
-
Name Type Required Description type *
string Yes The type of resource being identified (for example com.acme.Person
).Services that contain operations for creating and deleting resources typically contain a constant specifying the resource type for the resources being created and deleted. The API metamodel metadata services include a service that allows retrieving all the known resource types.
id *
ID Yes The identifier for a resource whose type is specified by com.vmware.vapi.std.dynamic_ID.type. Determined by the value of attribute type.
Copyright © 2014. All Rights Reserved.