Asset Model
Discover asset, attribute-value, and metadata types supported by this Manager or a gateway
Retrieve the available asset descriptors
Returns the descriptors used to construct supported asset types, using a gateway model when the optional parent context resolves below a gateway.
Retrieve the asset type information of an asset type
Returns metadata for one asset type from this Manager or, when parentId is below a gateway, from that gateway's model. An unknown or gateway-provided type that is not locally available returns no content.
Retrieve the asset type information of each available asset type
Returns type metadata from this Manager by default. When parentId identifies an asset below a gateway, the gateway's model is used instead; parentType can provide type context for a new parent that does not yet exist.
Retrieve the JSON Schema of the specified value descriptor
Returns the JSON Schema and a weak ETag for the named value descriptor. Send If-None-Match on later requests to receive 304 when the schema has not changed.
Retrieve the available meta item descriptors
Returns attribute metadata descriptors keyed by descriptor name, using a gateway model when parentId resolves below a gateway.
Retrieve the available value descriptors
Returns attribute value descriptors keyed by descriptor name, using a gateway model when parentId resolves below a gateway.