Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.18 KB

MoMoRef.md

File metadata and controls

13 lines (9 loc) · 1.18 KB

MoMoRef

A reference to a REST resource, uniquely identified by object type and Moid.

Properties

Name Type Description Notes
moid str The Moid of the referenced REST resource. [optional] [readonly]
object_type str The Object Type of the referenced REST resource. [readonly]
selector str An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients. If 'moid' is set this field is ignored. If 'selector' is set and 'moid' is empty/absent from the request, Intersight will determine the Moid of the resource matching the filter expression and populate it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'. [optional] [readonly]

[Back to Model list] [Back to API list] [Back to README]